# git rev-parse -q --verify 105a36f3694edc680f3e9318cdd3c03722e42554^{commit} 105a36f3694edc680f3e9318cdd3c03722e42554 already have revision, skipping fetch # git checkout -q -f -B kisskb 105a36f3694edc680f3e9318cdd3c03722e42554 # git clean -qxdf # < git log -1 # commit 105a36f3694edc680f3e9318cdd3c03722e42554 # Merge: 23b99237f86d 32ef9e5054ec # Author: Linus Torvalds # Date: Sat Sep 24 17:41:17 2022 -0700 # # Merge tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild fixes from Masahiro Yamada: # # - Fix build error for the combination of SYSTEM_TRUSTED_KEYRING=y and # X509_CERTIFICATE_PARSER=m # # - Fix DEBUG_INFO_SPLIT to generate debug info for GCC 11+ and Clang 12+ # # - Revive debug info for assembly files # # - Remove unused code # # * tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: # Makefile.debug: re-enable debug info for .S files # Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT # certs: make system keyring depend on built-in x509 parser # Kconfig: remove unused function 'menu_get_root_menu' # scripts/clang-tools: remove unused module # < /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 105a36f3694edc680f3e9318cdd3c03722e42554 # < 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 # 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/arch/arm64/kernel/probes/kprobes.c: In function 'arch_prepare_ss_slot': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:48:13: note: byref variable will be forcibly initialized 48 | u32 insns[] = {p->opcode, BRK64_OPCODE_KPROBES_SS}; | ^~~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:47:15: note: byref variable will be forcibly initialized 47 | void *addrs[] = {addr, addr + 1}; | ^~~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_arm_kprobe': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:128:13: note: byref variable will be forcibly initialized 128 | u32 insn = BRK64_OPCODE_KPROBES; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:127:15: note: byref variable will be forcibly initialized 127 | void *addr = p->addr; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_disarm_kprobe': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:136:15: note: byref variable will be forcibly initialized 136 | void *addr = p->addr; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/decode-insn.c: In function 'arm_kprobe_decode_insn': /kisskb/src/arch/arm64/kernel/probes/decode-insn.c:142:33: note: byref variable will be forcibly initialized 142 | unsigned long size = 0, offset = 0; | ^~~~~~ /kisskb/src/arch/arm64/kernel/probes/decode-insn.c:142:23: note: byref variable will be forcibly initialized 142 | unsigned long size = 0, offset = 0; | ^~~~ /kisskb/src/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/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:337:22: note: byref variable will be forcibly initialized 337 | struct kstat st; | ^~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:64:17: note: byref variable will be forcibly initialized 64 | va_list args; | ^~~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:493:21: note: byref variable will be forcibly initialized 493 | const char *compress_name; | ^~~~~~~~~~~~~ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:195:14: note: byref variable will be forcibly initialized 195 | char buf[9]; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/arch/arm64/kernel/debug-monitors.c:10: /kisskb/src/arch/arm64/kernel/debug-monitors.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'vec_proc_do_default_vl': /kisskb/src/arch/arm64/kernel/fpsimd.c:519:13: note: byref variable will be forcibly initialized 519 | int vl = get_default_vl(type); | ^~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/arch/arm64/kernel/fpsimd.c:9: /kisskb/src/arch/arm64/kernel/fpsimd.c: In function 'sve_setup': /kisskb/src/arch/arm64/kernel/fpsimd.c:1140:24: note: byref variable will be forcibly initialized 1140 | 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_update_vq_map': /kisskb/src/arch/arm64/kernel/fpsimd.c:1010:24: note: byref variable will be forcibly initialized 1010 | 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:1025:24: note: byref variable will be forcibly initialized 1025 | 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/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:225:13: note: byref variable will be forcibly initialized 225 | int len; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_starting_cpu': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:144:40: note: byref variable will be forcibly initialized 144 | struct vcpu_register_vcpu_info info; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/xen/events.h:5, from /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:3: /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pvclock_gtod_notify': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:32: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:27: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:105:32: note: byref variable will be forcibly initialized 105 | struct xen_platform_op op; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_dt_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:419:25: note: byref variable will be forcibly initialized 419 | struct resource res; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:440:35: note: byref variable will be forcibly initialized 440 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_read_wallclock': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:81:32: note: byref variable will be forcibly initialized 81 | struct timespec64 now, ts_monotonic; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:546:35: note: byref variable will be forcibly initialized 546 | struct timespec64 ts; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_reboot': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:183:31: note: byref variable will be forcibly initialized 183 | struct sched_shutdown r = { .reason = reason }; | ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:112: /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:112: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ 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:112: /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/include/trace/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:252:13: note: byref variable will be forcibly initialized 252 | int newlevel; | ^~~~~~~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:866:14: note: byref variable will be forcibly initialized 866 | bool bool_result; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1199:14: note: byref variable will be forcibly initialized 1199 | char fn_name[KSYM_SYMBOL_LEN]; | ^~~~~~~ /kisskb/src/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/init/main.c: In function 'start_kernel': /kisskb/src/init/main.c:931:15: note: byref variable will be forcibly initialized 931 | char *command_line; | ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1289:14: note: byref variable will be forcibly initialized 1289 | char msgbuf[64]; | ^~~~~~ 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/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:113:22: note: byref variable will be forcibly initialized 113 | char c = 0; | ^ /kisskb/src/init/do_mounts.c:105:13: note: byref variable will be forcibly initialized 105 | int offset = 0; | ^~~~~~ /kisskb/src/init/do_mounts.c:102:24: note: byref variable will be forcibly initialized 102 | struct uuidcmp cmp; | ^~~ /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/init/do_mounts.c: In function 'devt_from_devname': /kisskb/src/init/do_mounts.c:188:14: note: byref variable will be forcibly initialized 188 | char s[32]; | ^ /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, | ^~~~~~~~~~~ /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: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/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/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, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/mutex.c:25: /kisskb/src/kernel/locking/mutex.c: In function '__mutex_unlock_slowpath': /kisskb/src/kernel/locking/mutex.c:904:23: note: byref variable will be forcibly initialized 904 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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:1078:21: note: byref variable will be forcibly initialized 1078 | u64 func_addr; | ^~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:1077:22: note: byref variable will be forcibly initialized 1077 | bool func_addr_fixed; | ^~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/process.c: In function '__get_wchan': /kisskb/src/arch/arm64/kernel/process.c:580:27: note: byref variable will be forcibly initialized 580 | struct wchan_info wchan_info = { | ^~~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c: In function 'bpf_int_jit_compile': /kisskb/src/arch/arm64/net/bpf_jit_comp.c:1463:13: note: byref variable will be forcibly initialized 1463 | u8 *image_ptr; | ^~~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:1462:24: note: byref variable will be forcibly initialized 1462 | struct jit_ctx ctx; | ^~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c: In function 'bpf_arch_text_poke': /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2112:14: note: byref variable will be forcibly initialized 2112 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2110:23: note: byref variable will be forcibly initialized 2110 | unsigned long offset = ~0UL; | ^~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2109:23: note: byref variable will be forcibly initialized 2109 | unsigned long size = 0UL; | ^~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2107:13: note: byref variable will be forcibly initialized 2107 | u32 replaced; | ^~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2106:13: note: byref variable will be forcibly initialized 2106 | u32 new_insn; | ^~~~~~~~ /kisskb/src/arch/arm64/net/bpf_jit_comp.c:2105:13: note: byref variable will be forcibly initialized 2105 | u32 old_insn; | ^~~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:261:38: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~ /kisskb/src/arch/arm64/kernel/setup.c:261:29: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c:257:16: note: byref variable will be forcibly initialized 257 | u64 i, j; | ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'setup_machine_fdt': /kisskb/src/arch/arm64/kernel/setup.c:183:13: note: byref variable will be forcibly initialized 183 | int size; | ^~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'early_fdt_map': /kisskb/src/arch/arm64/kernel/setup.c:175:13: note: byref variable will be forcibly initialized 175 | int fdt_size; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h: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, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_mask_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1146:30: note: byref variable will be forcibly initialized 1146 | struct user_pac_mask uregs = { | ^~~~~ In file included from /kisskb/src/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 'system_call_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:694:16: note: in expansion of macro 'membuf_store' 694 | return membuf_store(&to, task_pt_regs(target)->syscallno); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h: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 'tagged_addr_ctrl_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1330:14: note: byref variable will be forcibly initialized 1330 | long ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '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 'tagged_addr_ctrl_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1316:14: note: byref variable will be forcibly initialized 1316 | long ctrl = get_tagged_addr_ctrl(target); | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_enabled_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1161:14: note: byref variable will be forcibly initialized 1161 | long enabled_keys = ptrauth_get_enabled_keys(target); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_enabled_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1175:14: note: byref variable will be forcibly initialized 1175 | long enabled_keys = ptrauth_get_enabled_keys(target); | ^~~~~~~~~~~~ /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:776:32: note: byref variable will be forcibly initialized 776 | struct user_sve_header header; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:556:17: note: in expansion of macro 'smp_store_release' 556 | smp_store_release(&waiter->task, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:412:26: note: byref variable will be forcibly initialized 412 | struct list_head wlist; | ^~~~~ /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:431:40: note: byref variable will be forcibly initialized 431 | struct arch_hw_breakpoint_ctrl 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 '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; | ^~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_wake': /kisskb/src/kernel/locking/rwsem.c:1210:23: note: byref variable will be forcibly initialized 1210 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ 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; | ^~~~ 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); | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1231:23: note: byref variable will be forcibly initialized 1231 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ In file included from /kisskb/src/include/linux/audit.h:13, from /kisskb/src/arch/arm64/kernel/ptrace.c:11: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'user_single_step_report': /kisskb/src/include/linux/ptrace.h:343:26: note: byref variable will be forcibly initialized 343 | kernel_siginfo_t info; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_read_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:1075:22: note: in expansion of macro 'smp_load_acquire' 1075 | if (!smp_load_acquire(&waiter.task)) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:1002:23: note: byref variable will be forcibly initialized 1002 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1001:29: note: byref variable will be forcibly initialized 1001 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1249:14: note: byref variable will be forcibly initialized 1249 | long count; | ^~~~~ /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/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1111:23: note: byref variable will be forcibly initialized 1111 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1110:29: note: byref variable will be forcibly initialized 1110 | struct rwsem_waiter waiter; | ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/locking/percpu-rwsem.c:2: /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ 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/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/include/asm/kvm_pgtable.h:11, from /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:11: /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_set_table_pte': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:154:9: note: in expansion of macro 'smp_store_release' 154 | smp_store_release(ptep, pte); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:133:9: note: in expansion of macro 'smp_store_release' 133 | smp_store_release(&wq_entry->private, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'hyp_map_walker_try_leaf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:404:9: note: in expansion of macro 'smp_store_release' 404 | smp_store_release(ptep, new); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:160:22: note: in expansion of macro 'smp_load_acquire' 160 | if (!smp_load_acquire(&wq_entry.private)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/include/asm/kvm_pgtable.h:11, from /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:11: /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'stage2_map_walk_table_pre': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:784:9: note: in expansion of macro 'kvm_call_hyp' 784 | kvm_call_hyp(__kvm_tlb_flush_vmid, data->mmu); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'stage2_put_pte': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:694:17: note: in expansion of macro 'kvm_call_hyp' 694 | kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, mmu, addr, level); | ^~~~~~~~~~~~ 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/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/include/asm/kvm_pgtable.h:11, from /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:11: /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'stage2_map_walker_try_leaf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:758:9: note: in expansion of macro 'smp_store_release' 758 | smp_store_release(ptep, new); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_walk': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:280:38: note: byref variable will be forcibly initialized 280 | struct kvm_pgtable_walk_data walk_data = { | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'stage2_update_leaf_attrs': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1063:35: note: byref variable will be forcibly initialized 1063 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_get_leaf': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:310:35: note: byref variable will be forcibly initialized 310 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:309:31: note: byref variable will be forcibly initialized 309 | struct leaf_walk_data data; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_hyp_map': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:438:35: note: byref variable will be forcibly initialized 438 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_hyp_unmap': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:504:35: note: byref variable will be forcibly initialized 504 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_hyp_destroy': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:554:35: note: byref variable will be forcibly initialized 554 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_map': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:905:35: note: byref variable will be forcibly initialized 905 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_set_owner': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:937:35: note: byref variable will be forcibly initialized 937 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_unmap': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:998:35: note: byref variable will be forcibly initialized 998 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_mkyoung': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1090:19: note: byref variable will be forcibly initialized 1090 | kvm_pte_t pte = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_mkold': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1099:19: note: byref variable will be forcibly initialized 1099 | kvm_pte_t pte = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_is_young': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1113:19: note: byref variable will be forcibly initialized 1113 | kvm_pte_t pte = 0; | ^~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/include/asm/kvm_pgtable.h:11, from /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:11: /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_relax_perms': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1139:17: note: in expansion of macro 'kvm_call_hyp' 1139 | kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, pgt->mmu, addr, level); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1122:13: note: byref variable will be forcibly initialized 1122 | u32 level; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_flush': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1162:35: note: byref variable will be forcibly initialized 1162 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/pgtable.c: In function 'kvm_pgtable_stage2_destroy': /kisskb/src/arch/arm64/kvm/hyp/pgtable.c:1224:35: note: byref variable will be forcibly initialized 1224 | struct kvm_pgtable_walker walker = { | ^~~~~~ In file included from /kisskb/src/arch/arm64/kvm/hyp/include/hyp/switch.h:11, from /kisskb/src/arch/arm64/kvm/hyp/vhe/switch.c:7: /kisskb/src/arch/arm64/kvm/hyp/vhe/switch.c: In function '__get_fault_info': /kisskb/src/arch/arm64/kvm/hyp/include/hyp/fault.h:46:13: note: byref variable will be forcibly initialized 46 | u64 hpfar, far; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/switch.c: In function '__kvm_vcpu_run_vhe': /kisskb/src/arch/arm64/kvm/hyp/vhe/switch.c:138:13: note: byref variable will be forcibly initialized 138 | u64 exit_code; | ^~~~~~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4812:9: note: in expansion of macro 'smp_store_release' 4812 | smp_store_release(&prev->on_cpu, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h: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/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/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/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/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/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /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, | ^~~~~~~~~~~ /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/arch/arm64/kernel/signal.c: In function 'preserve_za_context': /kisskb/src/arch/arm64/kernel/signal.c:364:13: note: byref variable will be forcibly initialized 364 | u16 reserved[ARRAY_SIZE(ctx->__reserved)]; | ^~~~~~~~ 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_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, | ^~~~~~~~~~~ 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_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: 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; | ^~~~~~ 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, | ^~~~~~~~~~~ /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; | ^~~~~~ 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, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_za_context': /kisskb/src/arch/arm64/kernel/signal.c:400:27: note: byref variable will be forcibly initialized 400 | struct za_context za; | ^~ 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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': /kisskb/src/arch/arm64/kernel/signal.c:634:26: note: byref variable will be forcibly initialized 634 | struct user_ctxs user; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c:632:18: note: byref variable will be forcibly initialized 632 | sigset_t set; | ^~~ 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/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_kthread_work_execute_start': /kisskb/src/arch/arm64/kernel/signal.c:955:40: note: byref variable will be forcibly initialized 955 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/kernel/sched/core.c: In function '__bpf_trace_sched_process_wait': /kisskb/src/arch/arm64/kernel/signal.c:1036:24: note: byref variable will be forcibly initialized 1036 | struct ksignal ksig; | ^~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:1147:40: note: byref variable will be forcibly initialized 1147 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/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, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sysctl_schedstats': /kisskb/src/kernel/sched/core.c:4470:13: note: byref variable will be forcibly initialized 4470 | int state = static_branch_likely(&sched_schedstats); | ^~~~~ /kisskb/src/kernel/sched/core.c:4468:26: note: byref variable will be forcibly initialized 4468 | struct ctl_table t; | ^ /kisskb/src/kernel/sched/core.c: In function 'setup_resched_latency_warn_ms': /kisskb/src/kernel/sched/core.c:5417:14: note: byref variable will be forcibly initialized 5417 | long val; | ^~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7930:28: note: byref variable will be forcibly initialized 7930 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8776:25: note: byref variable will be forcibly initialized 8776 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8822:27: note: byref variable will be forcibly initialized 8822 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8835:27: note: byref variable will be forcibly initialized 8835 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6990:25: note: byref variable will be forcibly initialized 6990 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7414:25: note: byref variable will be forcibly initialized 7414 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_tick_remote': /kisskb/src/kernel/sched/core.c:5516:25: note: byref variable will be forcibly initialized 5516 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6380:25: note: byref variable will be forcibly initialized 6380 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8266:25: note: byref variable will be forcibly initialized 8266 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': In file included from /kisskb/src/arch/arm64/include/asm/stacktrace.h:18, from /kisskb/src/arch/arm64/kernel/stacktrace.c:17: /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_next_common': /kisskb/src/arch/arm64/include/asm/stacktrace/common.h:147:39: note: byref variable will be forcibly initialized 147 | unsigned long fp = state->fp, kern_fp = fp; | ^~~~~~~ /kisskb/src/kernel/sched/core.c:3701:25: note: byref variable will be forcibly initialized 3701 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_next': /kisskb/src/arch/arm64/kernel/stacktrace.c:106:27: note: byref variable will be forcibly initialized 106 | struct stack_info info; | ^~~~ 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/arch/arm64/kernel/stacktrace.c: In function 'arch_stack_walk': /kisskb/src/arch/arm64/kernel/stacktrace.c:197:29: note: byref variable will be forcibly initialized 197 | struct unwind_state state; | ^~~~~ /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2829:9: note: in expansion of macro 'wait_var_event' 2829 | wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__set_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2937:25: note: byref variable will be forcibly initialized 2937 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2962:25: note: byref variable will be forcibly initialized 2962 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:3014:23: note: byref variable will be forcibly initialized 3014 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2390:25: note: byref variable will be forcibly initialized 2390 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__migrate_swap_task': /kisskb/src/kernel/sched/core.c:3142:38: note: byref variable will be forcibly initialized 3142 | struct rq_flags srf, drf; | ^~~ /kisskb/src/kernel/sched/core.c:3142:33: note: byref variable will be forcibly initialized 3142 | struct rq_flags srf, drf; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'migrate_swap': /kisskb/src/kernel/sched/core.c:3220:35: note: byref variable will be forcibly initialized 3220 | struct migration_swap_arg arg; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3344:33: note: byref variable will be forcibly initialized 3344 | ktime_t to = NSEC_PER_SEC / HZ; | ^~ /kisskb/src/kernel/sched/core.c:3273:25: note: byref variable will be forcibly initialized 3273 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3740:25: note: in expansion of macro 'smp_cond_load_acquire' 3740 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3723:25: note: byref variable will be forcibly initialized 3723 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3780:25: note: byref variable will be forcibly initialized 3780 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3868:25: note: byref variable will be forcibly initialized 3868 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4181:9: note: in expansion of macro 'smp_cond_load_acquire' 4181 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4168:13: note: in expansion of macro 'smp_load_acquire' 4168 | if (smp_load_acquire(&p->on_cpu) && | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4227:25: note: byref variable will be forcibly initialized 4227 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sysctl_numa_balancing': /kisskb/src/kernel/sched/core.c:4404:13: note: byref variable will be forcibly initialized 4404 | int state = sysctl_numa_balancing_mode; | ^~~~~ 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/kernel/sched/core.c:4402:26: note: byref variable will be forcibly initialized 4402 | struct ctl_table t; | ^ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4658:25: note: byref variable will be forcibly initialized 4658 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5304:38: note: byref variable will be forcibly initialized 5304 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5346:25: note: byref variable will be forcibly initialized 5346 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6867:25: note: byref variable will be forcibly initialized 6867 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5441:25: note: byref variable will be forcibly initialized 5441 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7743:28: note: byref variable will be forcibly initialized 7743 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7859:27: note: byref variable will be forcibly initialized 7859 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3512:28: note: byref variable will be forcibly initialized 3512 | struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7715:28: note: byref variable will be forcibly initialized 7715 | struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7725:28: note: byref variable will be forcibly initialized 7725 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:8085:37: note: byref variable will be forcibly initialized 8085 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c:8085:23: note: byref variable will be forcibly initialized 8085 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setaffinity': /kisskb/src/kernel/sched/core.c:8187:23: note: byref variable will be forcibly initialized 8187 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8240:23: note: byref variable will be forcibly initialized 8240 | cpumask_var_t mask; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8981:9: note: in expansion of macro 'rcu_assign_pointer' 8981 | rcu_assign_pointer(rq->curr, idle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_setnuma': /kisskb/src/kernel/sched/core.c:9078:25: note: byref variable will be forcibly initialized 9078 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9343:25: note: byref variable will be forcibly initialized 9343 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9388:25: note: byref variable will be forcibly initialized 9388 | struct rq_flags rf; | ^~ /kisskb/src/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; | ^~~~~~~ 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; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/kernel/sched/build_policy.c:52: /kisskb/src/kernel/sched/build_policy.c: In function 'kcpustat_field': /kisskb/src/kernel/sched/cputime.c:980:13: note: byref variable will be forcibly initialized 980 | u64 val = cpustat[usage]; | ^~~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'migrate_task_rq_dl': /kisskb/src/kernel/sched/deadline.c:1872:25: note: byref variable will be forcibly initialized 1872 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c: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/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1111:25: note: byref variable will be forcibly initialized 1111 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c:52: /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:313:22: note: byref variable will be forcibly initialized 313 | unsigned int seq, nextseq; | ^~~ /kisskb/src/kernel/sched/cputime.c:311:20: note: byref variable will be forcibly initialized 311 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sched/cputime.c:311:13: note: byref variable will be forcibly initialized 311 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:640:29: note: byref variable will be forcibly initialized 640 | struct task_cputime cputime; | ^~~~~~~ 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:2554:25: note: byref variable will be forcibly initialized 2554 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/build_policy.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1415:25: note: byref variable will be forcibly initialized 1415 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5956:22: note: byref variable will be forcibly initialized 5956 | unsigned int runnable; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5933:22: note: byref variable will be forcibly initialized 5933 | unsigned int load; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9613:38: note: byref variable will be forcibly initialized 9613 | unsigned int nr_diff = busiest->sum_nr_running; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'setup_sched_thermal_decay_shift': /kisskb/src/kernel/sched/fair.c:131:13: note: byref variable will be forcibly initialized 131 | int _shift = 0; | ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/fair.c:739:36: note: byref variable will be forcibly initialized 739 | struct load_weight lw; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6641:31: note: byref variable will be forcibly initialized 6641 | unsigned long util_est; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c:6627:23: note: byref variable will be forcibly initialized 6627 | unsigned long util = READ_ONCE(cfs_rq->avg.util_avg); | ^~~~ /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/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8392:25: note: byref variable will be forcibly initialized 8392 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c:8390:31: note: byref variable will be forcibly initialized 8390 | bool decayed = false, done = true; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/fair.c:8173:25: note: byref variable will be forcibly initialized 8173 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10443:31: note: byref variable will be forcibly initialized 10443 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10408:25: note: byref variable will be forcibly initialized 10408 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8189:25: note: byref variable will be forcibly initialized 8189 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11438:25: note: byref variable will be forcibly initialized 11438 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6901:31: note: byref variable will be forcibly initialized 6901 | unsigned long cpu_cap, cpu_thermal_cap, util; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:6875:27: note: byref variable will be forcibly initialized 6875 | struct energy_env eenv; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c: In function '__kvm_tlb_flush_vmid_ipa': /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c:85:32: note: byref variable will be forcibly initialized 85 | struct tlb_inv_context cxt; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c: In function '__kvm_tlb_flush_vmid': /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c:116:32: note: byref variable will be forcibly initialized 116 | struct tlb_inv_context cxt; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c: In function '__kvm_flush_cpu_context': /kisskb/src/arch/arm64/kvm/hyp/vhe/tlb.c:132:32: note: byref variable will be forcibly initialized 132 | struct tlb_inv_context cxt; | ^~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2496:34: note: byref variable will be forcibly initialized 2496 | struct sched_domain_attr tmp; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9220:39: note: byref variable will be forcibly initialized 9220 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9220:28: note: byref variable will be forcibly initialized 9220 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/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; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:699:9: note: in expansion of macro 'rcu_assign_pointer' 699 | rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:696:9: note: in expansion of macro 'rcu_assign_pointer' 696 | rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:693:9: note: in expansion of macro 'rcu_assign_pointer' 693 | rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:690:9: note: in expansion of macro 'rcu_assign_pointer' 690 | rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:687:9: note: in expansion of macro 'rcu_assign_pointer' 687 | rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_scaling_write': /kisskb/src/kernel/sched/debug.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int scaling; | ^~~~~~~ /kisskb/src/kernel/sched/debug.c:174:14: note: byref variable will be forcibly initialized 174 | char buf[16]; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/kernel/locking/osq_lock.c:2: /kisskb/src/kernel/locking/osq_lock.c: In function 'osq_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/osq_lock.c:170:21: note: in expansion of macro 'smp_load_acquire' 170 | if (smp_load_acquire(&node->locked)) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sd_flags_show': /kisskb/src/kernel/sched/debug.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long flags = *(unsigned int *)m->private; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/cpumask.h:10, from /kisskb/src/include/linux/energy_model.h:4, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function '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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2619:9: note: in expansion of macro 'rcu_assign_pointer' 2619 | rcu_assign_pointer(p->numa_group, grp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sched_feat_write': /kisskb/src/kernel/sched/debug.c:127:14: note: byref variable will be forcibly initialized 127 | char buf[64]; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2554:17: note: in expansion of macro 'rcu_assign_pointer' 2554 | rcu_assign_pointer(p->numa_group, grp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'preferred_group_nid': /kisskb/src/kernel/sched/fair.c:2356:36: note: byref variable will be forcibly initialized 2356 | nodemask_t this_group; | ^~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:2307:20: note: byref variable will be forcibly initialized 2307 | nodemask_t nodes; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'task_numa_placement': /kisskb/src/kernel/sched/fair.c:2394:22: note: byref variable will be forcibly initialized 2394 | u64 runtime, period; | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c: In function '__vgic_v3_write_dir': /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c:733:13: note: byref variable will be forcibly initialized 733 | u64 lr_val; | ^~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__kvm_handle_hva_range': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:582:30: note: byref variable will be forcibly initialized 582 | struct kvm_gfn_range gfn_range; | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c: In function '__vgic_v3_read_hppir': /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c:935:13: note: byref variable will be forcibly initialized 935 | u64 lr_val; | ^~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'dma_cache_maint': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:48:35: note: byref variable will be forcibly initialized 48 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ 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/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c: In function '__vgic_v3_write_eoir': /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) | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c:756:13: note: byref variable will be forcibly initialized 756 | u64 lr_val; | ^~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_swiotlb_gfp': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:29:13: note: byref variable will be forcibly initialized 29 | u64 i; | ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:28:21: note: byref variable will be forcibly initialized 28 | phys_addr_t base; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_mm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:121:35: note: byref variable will be forcibly initialized 121 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c: In function '__vgic_v3_read_iar': /kisskb/src/arch/arm64/kvm/hyp/vhe/../vgic-v3-sr.c:676:13: note: byref variable will be forcibly initialized 676 | u64 lr_val; | ^~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__kvm_gfn_to_hva_cache_init': 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/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:3165:15: note: byref variable will be forcibly initialized 3165 | gfn_t nr_pages_avail; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/wait.c:128:28: note: byref variable will be forcibly initialized 128 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_device_ioctl_attr': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4290:32: note: byref variable will be forcibly initialized 4290 | struct kvm_device_attr attr; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_userspace_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/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_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/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_vcpu_wakeup': /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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_set_irq': /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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/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; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_ack_irq': /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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_fpu': /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/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /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/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_halt_poll_ns': /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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_dirty_ring_reset': /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/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /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/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_dirty_ring_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/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_unmap_hva_range': /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/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_set_spte_hva': /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/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /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/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_age_hva': /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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_test_age_hva': /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/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ /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/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c: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/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_userspace_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/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1966:9: note: in expansion of macro 'rcu_assign_pointer' 1966 | rcu_assign_pointer(sched_domains_numa_distance, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_vcpu_wakeup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_set_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_ack_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_fpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_halt_poll_ns': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_reset': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_dirty_ring_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/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_unmap_hva_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_set_spte_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_age_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_test_age_hva': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:18: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_domain_debug_one': /kisskb/src/kernel/sched/topology.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long flags = sd->flags; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_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/fair.c: In function 'task_numa_fault': /kisskb/src/kernel/sched/fair.c:2679:13: note: byref variable will be forcibly initialized 2679 | int priv; | ^~~~ /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; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_mmu_notifier_change_pte': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:582:30: note: byref variable will be forcibly initialized 582 | struct kvm_gfn_range gfn_range; | ^~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:23: note: byref variable will be forcibly initialized 311 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9465:13: note: byref variable will be forcibly initialized 9465 | int sg_status = 0; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9463:28: note: byref variable will be forcibly initialized 9463 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:105: /kisskb/src/kernel/sched/build_utility.c: In function 'housekeeping_setup': /kisskb/src/kernel/sched/isolation.c:150:31: note: byref variable will be forcibly initialized 150 | unsigned long iter_flags = flags & housekeeping.flags; | ^~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:46: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:23: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_busiest_group': /kisskb/src/kernel/sched/fair.c:9723:28: note: byref variable will be forcibly initialized 9723 | struct sd_lb_stats sds; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:10100:25: note: byref variable will be forcibly initialized 10100 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'update_sched_domain_debugfs': /kisskb/src/kernel/sched/debug.c:416:22: note: byref variable will be forcibly initialized 416 | char buf[32]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'perf_trace_kvm_mmio': /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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'trace_event_raw_event_kvm_mmio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:11163:21: note: byref variable will be forcibly initialized 11163 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kvm.h:510, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:66: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_userspace_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/events/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_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/events/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_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/events/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_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/events/kvm.h:22:1: note: in expansion of macro 'TRACE_EVENT' 22 | TRACE_EVENT(kvm_userspace_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:11107:23: note: byref variable will be forcibly initialized 11107 | unsigned long next_balance = jiffies + HZ; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_ack_irq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(kvm_ack_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_unmap_hva_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(kvm_unmap_hva_range, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_age_hva': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:474:1: note: in expansion of macro 'TRACE_EVENT' 474 | TRACE_EVENT(kvm_age_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_vcpu_wakeup': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(kvm_vcpu_wakeup, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_set_irq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10521:13: note: byref variable will be forcibly initialized 10521 | int continue_balancing = 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: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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_set_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_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/kvm.h:378:1: note: in expansion of macro 'TRACE_EVENT' 378 | TRACE_EVENT(kvm_dirty_ring_push, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_mmio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function '_nohz_idle_balance': /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(kvm_mmio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10985:41: note: byref variable will be forcibly initialized 10985 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_halt_poll_ns': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kvm.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(kvm_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_fpu': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(kvm_fpu, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_dirty_ring_reset': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:405:1: note: in expansion of macro 'TRACE_EVENT' 405 | TRACE_EVENT(kvm_dirty_ring_reset, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_dirty_ring_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/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/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_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/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/kvm.h:426:1: note: in expansion of macro 'TRACE_EVENT' 426 | TRACE_EVENT(kvm_dirty_ring_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_set_spte_hva': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(kvm_set_spte_hva, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function '__bpf_trace_kvm_test_age_hva': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/kvm.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(kvm_test_age_hva, | ^~~~~~~~~~~ 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) | ^~~~ In file included from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:18: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_get_vcpu_by_id': /kisskb/src/include/linux/kvm_host.h:896:23: note: byref variable will be forcibly initialized 896 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_clear_stat_per_vcpu': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5458:23: note: byref variable will be forcibly initialized 5458 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_get_stat_per_vcpu': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5445:23: note: byref variable will be forcibly initialized 5445 | unsigned long i; | ^ 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/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:18: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_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/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_destroy_vcpus': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:511:23: note: byref variable will be forcibly initialized 511 | unsigned long 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 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:758:9: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(rq->sd, sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'vcpu_stat_get': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5564:13: note: byref variable will be forcibly initialized 5564 | u64 tmp_val; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2252:23: note: byref variable will be forcibly initialized 2252 | struct s_data d; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_ioctl_get_stats_fd': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4002:14: note: byref variable will be forcibly initialized 4002 | char name[15 + ITOA_MAX_LEN + 1]; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'create_vcpu_fd': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:3835:14: note: byref variable will be forcibly initialized 3835 | char name[8 + 1 + ITOA_MAX_LEN + 1]; | ^~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c: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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:1853:9: note: in expansion of macro 'rcu_assign_pointer' 1853 | rcu_assign_pointer(sched_domains_numa_distance, distances); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_ioctl': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4174:26: note: byref variable will be forcibly initialized 4174 | sigset_t sigset, *p; | ^~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4173:40: note: byref variable will be forcibly initialized 4173 | struct kvm_signal_mask kvm_sigmask; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4163:40: note: byref variable will be forcibly initialized 4163 | struct kvm_guest_debug dbg; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4148:40: note: byref variable will be forcibly initialized 4148 | struct kvm_translation tr; | ^~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4139:37: note: byref variable will be forcibly initialized 4139 | struct kvm_mp_state mp_state; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4127:37: note: byref variable will be forcibly initialized 4127 | struct kvm_mp_state mp_state; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4062:25: note: in expansion of macro 'rcu_assign_pointer' 4062 | rcu_assign_pointer(vcpu->pid, newpid); | ^~~~~~~~~~~~~~~~~~ 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/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:18: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_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; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vm_ioctl_reset_dirty_pages': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4532:23: note: byref variable will be forcibly initialized 4532 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_check_memslot_overlap': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1904:33: note: byref variable will be forcibly initialized 1904 | struct kvm_memslot_iter iter; | ^~~~ In file included from /kisskb/src/arch/arm64/kvm/hyp/include/hyp/switch.h:11, from /kisskb/src/arch/arm64/kvm/hyp/nvhe/switch.c:7: /kisskb/src/arch/arm64/kvm/hyp/nvhe/switch.c: In function '__get_fault_info': /kisskb/src/arch/arm64/kvm/hyp/include/hyp/fault.h:46:13: note: byref variable will be forcibly initialized 46 | u64 hpfar, far; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_swap_active_memslots': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1567:9: note: in expansion of macro 'rcu_assign_pointer' 1567 | rcu_assign_pointer(kvm->memslots[as_id], slots); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/switch.c: In function '__kvm_vcpu_run': /kisskb/src/arch/arm64/kvm/hyp/nvhe/switch.c:272:13: note: byref variable will be forcibly initialized 272 | u64 exit_code; | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'hva_to_pfn_fast': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2491:22: note: byref variable will be forcibly initialized 2491 | struct page *page[1]; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'gfn_to_page_many_atomic': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2773:15: note: byref variable will be forcibly initialized 2773 | gfn_t entry = 0; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'hva_to_pfn_slow': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2539:30: note: byref variable will be forcibly initialized 2539 | struct page *wpage; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2520:22: note: byref variable will be forcibly initialized 2520 | struct page *page; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_init': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5818:13: note: byref variable will be forcibly initialized 5818 | int r; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5817:37: note: byref variable will be forcibly initialized 5817 | struct kvm_cpu_compat_check c; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:122:9: note: in expansion of macro 'smp_store_release' 122 | smp_store_release(&lock->wlocked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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]; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'hva_to_pfn_remapped': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2587:22: note: byref variable will be forcibly initialized 2587 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2578:21: note: byref variable will be forcibly initialized 2578 | spinlock_t *ptl; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2577:16: note: byref variable will be forcibly initialized 2577 | pte_t *ptep; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_make_all_cpus_request_except': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:331:23: note: byref variable will be forcibly initialized 331 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qspinlock.c:16: /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:45:9: note: in expansion of macro 'smp_store_release' 45 | smp_store_release((l), 1) | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:556:9: note: in expansion of macro 'arch_mcs_spin_unlock_contended' 556 | arch_mcs_spin_unlock_contended(&next->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:514:15: note: in expansion of macro 'atomic_cond_read_acquire' 514 | val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:34:9: note: in expansion of macro 'smp_cond_load_acquire' 34 | smp_cond_load_acquire(l, VAL); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:477:17: note: in expansion of macro 'arch_mcs_spin_lock_contended' 477 | arch_mcs_spin_lock_contended(&node->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:383:17: note: in expansion of macro 'atomic_cond_read_acquire' 383 | atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_create_vm_debugfs': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1030:14: note: byref variable will be forcibly initialized 1030 | char dir_name[ITOA_MAX_LEN * 2]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_create_vm': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1195:17: note: in expansion of macro 'rcu_assign_pointer' 1195 | rcu_assign_pointer(kvm->buses[i], | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:1191:17: note: in expansion of macro 'rcu_assign_pointer' 1191 | rcu_assign_pointer(kvm->memslots[i], &kvm->__memslots[i][0]); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_dev_ioctl_create_vm': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4901:14: note: byref variable will be forcibly initialized 4901 | char fdname[ITOA_MAX_LEN + 1]; | ^~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'hva_to_pfn': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:2655:19: note: byref variable will be forcibly initialized 2655 | kvm_pfn_t pfn; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_on_spin': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:3708:23: note: byref variable will be forcibly initialized 3708 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vm_ioctl': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4784:42: note: byref variable will be forcibly initialized 4784 | struct kvm_create_device cd; | ^~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4753:40: note: byref variable will be forcibly initialized 4753 | struct kvm_irq_routing routing; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4730:38: note: byref variable will be forcibly initialized 4730 | struct kvm_irq_level irq_event; | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4718:32: note: byref variable will be forcibly initialized 4718 | struct kvm_msi msi; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4708:38: note: byref variable will be forcibly initialized 4708 | struct kvm_ioeventfd data; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4699:34: note: byref variable will be forcibly initialized 4699 | struct kvm_irqfd data; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4689:48: note: byref variable will be forcibly initialized 4689 | struct kvm_coalesced_mmio_zone zone; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4680:48: note: byref variable will be forcibly initialized 4680 | struct kvm_coalesced_mmio_zone zone; | ^~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4669:44: note: byref variable will be forcibly initialized 4669 | struct kvm_clear_dirty_log log; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4659:38: note: byref variable will be forcibly initialized 4659 | struct kvm_dirty_log log; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4648:52: note: byref variable will be forcibly initialized 4648 | struct kvm_userspace_memory_region kvm_userspace_mem; | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:4639:39: note: byref variable will be forcibly initialized 4639 | struct kvm_enable_cap cap; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c: In function '__kvm_tlb_flush_vmid_ipa': /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c:61:32: note: byref variable will be forcibly initialized 61 | struct tlb_inv_context cxt; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_io_bus_register_dev': /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c: In function '__kvm_tlb_flush_vmid': /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c:114:32: note: byref variable will be forcibly initialized 114 | struct tlb_inv_context cxt; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5312:9: note: in expansion of macro 'rcu_assign_pointer' 5312 | rcu_assign_pointer(kvm->buses[bus_idx], new_bus); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c: In function '__kvm_flush_cpu_context': /kisskb/src/arch/arm64/kvm/hyp/nvhe/tlb.c:130:32: note: byref variable will be forcibly initialized 130 | struct tlb_inv_context cxt; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5282:29: note: byref variable will be forcibly initialized 5282 | struct kvm_io_range range; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/kvm_types.h:22, from /kisskb/src/include/kvm/iodev.h:6, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:16: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_io_bus_unregister_dev': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/kvm_main.c:5349:9: note: in expansion of macro 'rcu_assign_pointer' 5349 | rcu_assign_pointer(kvm->buses[bus_idx], new_bus); | ^~~~~~~~~~~~~~~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ 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/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:953:23: note: byref variable will be forcibly initialized 953 | unsigned long can_addr, addr = (unsigned long)lock; | ^~~~~~~~ /kisskb/src/kernel/locking/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 = { \ | ^~~~ /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:5807:13: note: byref variable will be forcibly initialized 5807 | int i, contention_point, contending_point; | ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_acquired': /kisskb/src/kernel/locking/lockdep.c:5849:13: note: byref variable will be forcibly initialized 5849 | int i, cpu; | ^ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5268:13: note: byref variable will be forcibly initialized 5268 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5266:29: note: byref variable will be forcibly initialized 5266 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5322:13: note: byref variable will be forcibly initialized 5322 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5320:29: note: byref variable will be forcibly initialized 5320 | unsigned int depth, merged = 1; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5222:13: note: byref variable will be forcibly initialized 5222 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5219:29: note: byref variable will be forcibly initialized 5219 | unsigned int depth, merged = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qrwlock.c:9: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_read_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:51:9: note: in expansion of macro 'atomic_cond_read_acquire' 51 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:33:17: note: in expansion of macro 'atomic_cond_read_acquire' 33 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/arch/arm64/kernel/vdso.c:12: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/locking/lock_events.c: In function 'lockevent_read': /kisskb/src/kernel/locking/lock_events.c:64:14: note: byref variable will be forcibly initialized 64 | char buf[64]; | ^~~ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:531:13: note: byref variable will be forcibly initialized 531 | u64 i; | ^ /kisskb/src/arch/arm64/mm/mmu.c:529:28: note: byref variable will be forcibly initialized 529 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/arm64/mm/mmu.c:529:21: note: byref variable will be forcibly initialized 529 | phys_addr_t start, end; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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/arch/arm64/kvm/hyp/nvhe/hyp-main.c: In function 'handle___pkvm_create_private_mapping': /kisskb/src/arch/arm64/kvm/hyp/nvhe/hyp-main.c:173:23: note: byref variable will be forcibly initialized 173 | unsigned long haddr; | ^~~~~ /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; | ^~~~~ /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/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/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ctr_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:270:28: note: byref variable will be forcibly initialized 270 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:247:30: note: byref variable will be forcibly initialized 247 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:228:28: note: byref variable will be forcibly initialized 228 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:205:30: note: byref variable will be forcibly initialized 205 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:186:28: note: byref variable will be forcibly initialized 186 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:163:30: note: byref variable will be forcibly initialized 163 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:132:30: note: byref variable will be forcibly initialized 132 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:101:30: note: byref variable will be forcibly initialized 101 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ecb_do_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:54:30: note: byref variable will be forcibly initialized 54 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/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/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:12: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function 'irqfd_update': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:252:45: note: byref variable will be forcibly initialized 252 | struct kvm_kernel_irq_routing_entry entries[KVM_NR_IRQCHIPS]; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function 'irqfd_wakeup': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:198:21: note: byref variable will be forcibly initialized 198 | u64 cnt; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:191:45: note: byref variable will be forcibly initialized 191 | struct kvm_kernel_irq_routing_entry irq; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function 'irqfd_shutdown': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:118:13: note: byref variable will be forcibly initialized 118 | u64 cnt; | ^~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c: In function 'kvm_irq_routing_update': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/eventfd.c:628:53: note: byref variable will be forcibly initialized 628 | struct kvm_kernel_irq_routing_entry old = irqfd->irq_entry; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/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/asm/virt.h:61, from /kisskb/src/arch/arm64/include/asm/kvm_asm.h:12, from /kisskb/src/arch/arm64/kvm/hyp/nvhe/psci-relay.c:7: /kisskb/src/arch/arm64/kvm/hyp/nvhe/psci-relay.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/psci-relay.c: In function 'psci_call': /kisskb/src/arch/arm64/kvm/hyp/nvhe/psci-relay.c:66:30: note: byref variable will be forcibly initialized 66 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/vhe/../exception.c: In function '__vcpu_read_sys_reg': /kisskb/src/arch/arm64/kvm/hyp/vhe/../exception.c:23:13: note: byref variable will be forcibly initialized 23 | u64 val; | ^~~ /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; | ^~~~ /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 = { | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c: In function 'finalize_host_mappings': /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c:242:35: note: byref variable will be forcibly initialized 242 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c: In function 'divide_memory_pool': /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c:34:31: note: byref variable will be forcibly initialized 34 | unsigned long vstart, vend, nr_pages; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c:34:23: note: byref variable will be forcibly initialized 34 | unsigned long vstart, vend, nr_pages; | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c: In function 'recreate_hyp_mappings': /kisskb/src/arch/arm64/kvm/hyp/nvhe/setup.c:103:31: note: byref variable will be forcibly initialized 103 | unsigned long hyp_addr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c: In function '__pkvm_create_private_mapping': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long addr; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c: In function 'hyp_back_vmemmap': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c:134:30: note: byref variable will be forcibly initialized 134 | unsigned long start, end; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c:134:23: note: byref variable will be forcibly initialized 134 | unsigned long start, end; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c: In function 'hyp_map_vectors': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mm.c:173:23: note: byref variable will be forcibly initialized 173 | unsigned long bp_base; | ^~~~~~~ /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/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1762:14: note: byref variable will be forcibly initialized 1762 | bool enabled; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/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; | ^~~~ /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/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:3389:13: note: byref variable will be forcibly initialized 3389 | u64 val; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function '__apply_alternatives_multi_stop': /kisskb/src/arch/arm64/kernel/alternative.c:212:32: note: byref variable will be forcibly initialized 212 | DECLARE_BITMAP(remaining_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:201:27: note: byref variable will be forcibly initialized 201 | struct alt_region region = { | ^~~~~~ /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_boot_alternatives': /kisskb/src/arch/arm64/kernel/alternative.c:239:27: note: byref variable will be forcibly initialized 239 | struct alt_region region = { | ^~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_alternatives_module': /kisskb/src/arch/arm64/kernel/alternative.c:257:24: note: byref variable will be forcibly initialized 257 | DECLARE_BITMAP(all_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:253:27: note: byref variable will be forcibly initialized 253 | struct alt_region region = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'range_is_memory': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:242:30: note: byref variable will be forcibly initialized 242 | struct kvm_mem_range r; | ^ In file included from /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:15: /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__get_fault_info': /kisskb/src/arch/arm64/kvm/hyp/include/hyp/fault.h:46:13: note: byref variable will be forcibly initialized 46 | u64 hpfar, far; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'host_stage2_adjust_range': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:286:13: note: byref variable will be forcibly initialized 286 | u32 level; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:285:19: note: byref variable will be forcibly initialized 285 | kvm_pte_t pte; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:284:30: note: byref variable will be forcibly initialized 284 | struct kvm_mem_range cur; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'check_page_state_range': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:437:35: note: byref variable will be forcibly initialized 437 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__host_check_page_state_range': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:457:32: note: byref variable will be forcibly initialized 457 | struct check_walk_data d = { | ^ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__hyp_check_page_state_range': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:525:32: note: byref variable will be forcibly initialized 525 | struct check_walk_data d = { | ^ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'check_share': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:586:13: note: byref variable will be forcibly initialized 586 | u64 completer_addr; | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'check_unshare': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:662:13: note: byref variable will be forcibly initialized 662 | u64 completer_addr; | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'addr_is_memory': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:230:30: note: byref variable will be forcibly initialized 230 | struct kvm_mem_range range; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'host_stage2_idmap': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:350:30: note: byref variable will be forcibly initialized 350 | struct kvm_mem_range range; | ^~~~~ /kisskb/src/mm/kfence/core.c: In function 'param_set_sample_interval': /kisskb/src/mm/kfence/core.c:66:23: note: byref variable will be forcibly initialized 66 | unsigned long num; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__do_share': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:614:13: note: byref variable will be forcibly initialized 614 | u64 completer_addr; | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__do_unshare': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:690:13: note: byref variable will be forcibly initialized 690 | u64 completer_addr; | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function 'handle_host_mem_abort': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:371:36: note: byref variable will be forcibly initialized 371 | struct kvm_vcpu_fault_info fault; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__pkvm_host_share_hyp': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:740:31: note: byref variable will be forcibly initialized 740 | struct pkvm_mem_share share = { | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c: In function '__pkvm_host_unshare_hyp': /kisskb/src/arch/arm64/kvm/hyp/nvhe/mem_protect.c:773:31: note: byref variable will be forcibly initialized 773 | struct pkvm_mem_share share = { | ^~~~~ /kisskb/src/mm/kfence/core.c: In function '__kfence_alloc': /kisskb/src/mm/kfence/core.c:982:23: note: byref variable will be forcibly initialized 982 | unsigned long stack_entries[KFENCE_STACK_DEPTH]; | ^~~~~~~~~~~~~ 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/mm/kfence/report.c: In function 'seq_con_printf': /kisskb/src/mm/kfence/report.c:35:17: note: byref variable will be forcibly initialized 35 | va_list args; | ^~~~ /kisskb/src/mm/kfence/report.c: In function 'get_stack_skipnr': /kisskb/src/mm/kfence/report.c:52:14: note: byref variable will be forcibly initialized 52 | char buf[64]; | ^~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/mm/kfence/kfence_test.c: In function 'setup_test_cache': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:998:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 998 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:200:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 200 | KUNIT_ASSERT_TRUE_MSG(test, test_cache, "could not create cache"); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_memcache_alloc_bulk': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:765:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 765 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:764:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 764 | KUNIT_EXPECT_TRUE(test, pass); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:744:23: note: byref variable will be forcibly initialized 744 | void *objects[100]; | ^~~~~~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:737:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 737 | KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_alloc': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:998:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 998 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:312:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 312 | KUNIT_ASSERT_TRUE_MSG(test, false, "failed to allocate from KFENCE"); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:295:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 295 | KUNIT_EXPECT_EQ(test, objs_per_slab(s, slab), 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:294:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 294 | KUNIT_EXPECT_EQ(test, obj_to_index(s, slab, alloc), 0U); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_memcache_ctor': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:599:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 599 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:595:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 595 | KUNIT_EXPECT_EQ(test, buf[i], (char)'x'); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'report_matches': /kisskb/src/mm/kfence/kfence_test.c:100:32: note: byref variable will be forcibly initialized 100 | typeof(observed.lines) expect; | ^~~~~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/mm/kfence/kfence_test.c: In function 'test_krealloc': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:998:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 998 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:995:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 995 | KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:726:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE' 726 | KUNIT_ASSERT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1017:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1017 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1014:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1014 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:723:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 723 | KUNIT_ASSERT_FALSE(test, report_available()); /* No reports yet! */ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:722:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 722 | KUNIT_EXPECT_EQ(test, (unsigned long)buf, (unsigned long)ZERO_SIZE_PTR); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:719:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 719 | KUNIT_EXPECT_EQ(test, buf[i], (char)(i + 1)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:717:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 717 | KUNIT_EXPECT_GE(test, ksize(buf), size * 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:712:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 712 | KUNIT_EXPECT_EQ(test, buf[i], (char)(i + 1)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:710:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 710 | KUNIT_EXPECT_GE(test, ksize(buf), size * 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:703:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 703 | KUNIT_EXPECT_EQ(test, ksize(buf), size); /* Precise size match after KFENCE alloc. */ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:702:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 702 | KUNIT_EXPECT_FALSE(test, test_cache); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:693:36: note: byref variable will be forcibly initialized 693 | const struct expect_report expect = { | ^~~~~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/mm/kfence/kfence_test.c: In function 'test_invalid_access': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:650:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 650 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:642:36: note: byref variable will be forcibly initialized 642 | const struct expect_report expect = { | ^~~~~~ In file included from /kisskb/src/mm/kfence/kfence_test.c:14: /kisskb/src/mm/kfence/kfence_test.c: In function 'test_kmalloc_aligned_oob_write': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:505:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 505 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:503:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 503 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_kmalloc_aligned_oob_read': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:482:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 482 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:477:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 477 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:470:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 470 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_init_on_free': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:580:25: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 580 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:577:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 577 | KUNIT_EXPECT_EQ(test, expect.addr[i], (char)0); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_corruption': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:439:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 439 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:433:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 433 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_invalid_addr_free': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:413:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 413 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_double_free': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:396:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 396 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_use_after_free_read': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:381:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 381 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_out_of_bounds_write': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:364:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 364 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_out_of_bounds_read': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:346:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 346 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:340:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 340 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_memcache_typesafe_by_rcu': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:686:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 686 | KUNIT_EXPECT_TRUE(test, report_matches(&expect)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:685:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 685 | KUNIT_EXPECT_EQ(test, *expect.addr, (char)42); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:679:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 679 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:671:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 671 | KUNIT_EXPECT_EQ(test, *expect.addr, (char)42); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:664:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 664 | KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_gfpzero': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:637:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 637 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:633:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 633 | KUNIT_EXPECT_EQ(test, buf2[i], (char)0); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_shrink_memcache': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:520:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 520 | KUNIT_EXPECT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:515:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 515 | KUNIT_EXPECT_TRUE(test, test_cache); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c: In function 'test_free_bulk': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1017:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1017 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1014:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1014 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:546:17: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 546 | KUNIT_ASSERT_FALSE(test, report_available()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/kfence/kfence_test.c:537:23: note: byref variable will be forcibly initialized 537 | void *objects[] = { | ^~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c:15: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c: In function 'kvm_send_userspace_msi': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c:51:45: note: byref variable will be forcibly initialized 51 | struct kvm_kernel_irq_routing_entry route; | ^~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c: In function 'kvm_set_irq': /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c:74:45: note: byref variable will be forcibly initialized 74 | struct kvm_kernel_irq_routing_entry irq_set[KVM_NR_IRQCHIPS]; | ^~~~~~~ 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/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c:15: /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c: In function 'kvm_set_irq_routing': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/../../../virt/kvm/irqchip.c:221:9: note: in expansion of macro 'rcu_assign_pointer' 221 | rcu_assign_pointer(kvm->irq_routing, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_calculate_auth_mac': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:102:29: note: byref variable will be forcibly initialized 102 | struct scatter_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:101:58: note: byref variable will be forcibly initialized 101 | struct __packed { __be16 l; __be32 h; u16 len; } ltag; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_decrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:210:12: note: byref variable will be forcibly initialized 210 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:209:25: note: byref variable will be forcibly initialized 209 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:208:30: note: byref variable will be forcibly initialized 208 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_encrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:152:12: note: byref variable will be forcibly initialized 152 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:151:25: note: byref variable will be forcibly initialized 151 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:150:30: note: byref variable will be forcibly initialized 150 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/stacktrace/nvhe.h:21, from /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c:38: /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c: In function 'unwind_next_common': /kisskb/src/arch/arm64/include/asm/stacktrace/common.h:147:39: note: byref variable will be forcibly initialized 147 | unsigned long fp = state->fp, kern_fp = fp; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c: In function 'unwind_next': /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c:74:27: note: byref variable will be forcibly initialized 74 | struct stack_info info; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c: In function 'pkvm_save_backtrace': /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c:133:13: note: byref variable will be forcibly initialized 133 | int idx = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/stacktrace.c:132:29: note: byref variable will be forcibly initialized 132 | struct unwind_state state; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/cpu_pm.h:12, from /kisskb/src/arch/arm64/kvm/arm.c:8: /kisskb/src/arch/arm64/kvm/arm.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/mempool.c:13: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /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/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_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/arch/arm64/kvm/./trace_arm.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_guest_fault': /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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_access_fault': /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/arch/arm64/kvm/./trace_arm.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(kvm_access_fault, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(kvm_access_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_irq_line': /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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_mmio_emulate': /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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_flush, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_cache, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_timer_update_irq': /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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_get_timer_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/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_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/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_map, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_timer_hrtimer_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/arch/arm64/kvm/./trace_arm.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(kvm_timer_hrtimer_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/arch/arm64/kvm/./trace_arm.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(kvm_timer_hrtimer_expire, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_timer_emulate': /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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_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/arch/arm64/kvm/./trace_arm.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_guest_fault': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_access_fault': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(kvm_access_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_irq_line': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_mmio_emulate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_flush, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_cache, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_timer_update_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_get_timer_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/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_map, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_timer_hrtimer_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/arch/arm64/kvm/./trace_arm.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(kvm_timer_hrtimer_expire, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_timer_emulate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arm.c:12: /kisskb/src/arch/arm64/kvm/arm.c: In function 'cpu_set_hyp_vector': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/arm.c:1639:17: note: in expansion of macro 'kvm_call_hyp_nvhe' 1639 | kvm_call_hyp_nvhe(__pkvm_cpu_set_vector, data->slot); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/arch/arm64/kvm/arm.c:7: /kisskb/src/arch/arm64/kvm/arm.c: In function '_kvm_host_prot_finalize': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/include/asm-generic/bug.h:122:32: note: in definition of macro 'WARN_ON' 122 | int __ret_warn_on = !!(condition); \ | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:2090:21: note: in expansion of macro 'kvm_call_hyp_nvhe' 2090 | if (WARN_ON(kvm_call_hyp_nvhe(__pkvm_prot_finalize))) | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_timer_save_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/arch/arm64/kvm/./trace_arm.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(kvm_timer_save_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/arch/arm64/kvm/./trace_arm.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(kvm_timer_save_state, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_timer_save_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/arch/arm64/kvm/./trace_arm.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(kvm_timer_save_state, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'perf_trace_kvm_timer_restore_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/arch/arm64/kvm/./trace_arm.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(kvm_timer_restore_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/arch/arm64/kvm/./trace_arm.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(kvm_timer_restore_state, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function 'trace_event_raw_event_kvm_timer_restore_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/arch/arm64/kvm/./trace_arm.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(kvm_timer_restore_state, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/arch/arm64/kvm/trace_arm.h:312, from /kisskb/src/arch/arm64/kvm/arm.c:28: /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_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/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/arch/arm64/kvm/./trace_arm.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kvm_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/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/arch/arm64/kvm/./trace_arm.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kvm_entry, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_access_fault': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(kvm_access_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(kvm_access_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_timer_save_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/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/arch/arm64/kvm/./trace_arm.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(kvm_timer_save_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/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/arch/arm64/kvm/./trace_arm.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(kvm_timer_save_state, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_timer_restore_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/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/arch/arm64/kvm/./trace_arm.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(kvm_timer_restore_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/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/arch/arm64/kvm/./trace_arm.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(kvm_timer_restore_state, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_timer_hrtimer_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/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/arch/arm64/kvm/./trace_arm.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(kvm_timer_hrtimer_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/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/arch/arm64/kvm/./trace_arm.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(kvm_timer_hrtimer_expire, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_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/arch/arm64/kvm/./trace_arm.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_exit, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_mmio_emulate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(kvm_mmio_emulate, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_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/arch/arm64/kvm/./trace_arm.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(kvm_toggle_cache, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_timer_update_irq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(kvm_timer_update_irq, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_guest_fault': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(kvm_guest_fault, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_irq_line': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(kvm_irq_line, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_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/arch/arm64/kvm/./trace_arm.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kvm_set_way_flush, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_get_timer_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_arm.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(kvm_get_timer_map, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function '__bpf_trace_kvm_timer_emulate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_arm.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(kvm_timer_emulate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arm.c:12: /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arm_vcpu_enter_exit': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:766:31: note: in expansion of macro 'kvm_call_hyp_nvhe' 766 | ret = kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:821:15: note: in expansion of macro 'kvm_call_hyp_ret' 821 | ret = kvm_call_hyp_ret(__kvm_vcpu_run, vcpu); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/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:75:18: note: byref variable will be forcibly initialized 75 | XA_STATE(xa_state, &mte_pages, entry.val); | ^~~~~~~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'hyp_install_host_vector': /kisskb/src/arch/arm64/kvm/arm.c:1574:30: note: byref variable will be forcibly initialized 1574 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arm.c:12: /kisskb/src/arch/arm64/kvm/arm.c: In function 'cpu_init_hyp_mode': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/arm.c:1601:17: note: in expansion of macro 'kvm_call_hyp_nvhe' 1601 | kvm_call_hyp_nvhe(__kvm_enable_ssbs); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'do_pkvm_init': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/arm.c:1859:15: note: in expansion of macro 'kvm_call_hyp_nvhe' 1859 | ret = kvm_call_hyp_nvhe(__pkvm_init, hyp_mem_base, hyp_mem_size, | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_init_vector_slots': /kisskb/src/arch/arm64/kvm/arm.c:1501:15: note: byref variable will be forcibly initialized 1501 | void *base; | ^~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'pkvm_drop_host_privileges': /kisskb/src/arch/arm64/kvm/arm.c:2096:13: note: byref variable will be forcibly initialized 2096 | int ret = 0; | ^~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'init_hyp_mode': /kisskb/src/arch/arm64/kvm/arm.c:2006:31: note: byref variable will be forcibly initialized 2006 | unsigned long hyp_addr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1906:13: note: byref variable will be forcibly initialized 1906 | u32 hyp_va_bits; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arm.c:12: /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arch_vcpu_load': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:401:17: note: in expansion of macro 'kvm_call_hyp' 401 | kvm_call_hyp(__kvm_flush_cpu_context, mmu); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arch_vcpu_run_pid_change': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/arm.c:586:17: note: in expansion of macro 'kvm_call_hyp_nvhe' 586 | kvm_call_hyp_nvhe(__pkvm_vcpu_init_traps, vcpu); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arm_halt_guest': /kisskb/src/arch/arm64/kvm/arm.c:602:23: note: byref variable will be forcibly initialized 602 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arm_resume_guest': /kisskb/src/arch/arm64/kvm/arm.c:612:23: note: byref variable will be forcibly initialized 612 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arm.c:12: /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arch_vcpu_ioctl_run': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1025:17: note: in expansion of macro 'kvm_call_hyp' 1025 | kvm_call_hyp(__kvm_adjust_pc, vcpu); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:840:13: note: byref variable will be forcibly initialized 840 | int ret; | ^~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arch_vcpu_ioctl': /kisskb/src/arch/arm64/kvm/arm.c:1383:40: note: byref variable will be forcibly initialized 1383 | struct kvm_vcpu_events events; | ^~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1372:40: note: byref variable will be forcibly initialized 1372 | struct kvm_vcpu_events events; | ^~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1326:37: note: byref variable will be forcibly initialized 1326 | struct kvm_reg_list reg_list; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1300:36: note: byref variable will be forcibly initialized 1300 | struct kvm_one_reg reg; | ^~~ /kisskb/src/arch/arm64/kvm/arm.c:1289:38: note: byref variable will be forcibly initialized 1289 | struct kvm_vcpu_init init; | ^~~~ /kisskb/src/arch/arm64/kvm/arm.c:1284:32: note: byref variable will be forcibly initialized 1284 | struct kvm_device_attr attr; | ^~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_arch_vm_ioctl': /kisskb/src/arch/arm64/kvm/arm.c:1466:46: note: byref variable will be forcibly initialized 1466 | struct kvm_arm_copy_mte_tags copy_tags; | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c:1456:38: note: byref variable will be forcibly initialized 1456 | struct kvm_vcpu_init init; | ^~~~ /kisskb/src/arch/arm64/kvm/arm.c:1449:44: note: byref variable will be forcibly initialized 1449 | struct kvm_arm_device_addr dev_addr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/arm.c: In function 'kvm_mpidr_to_vcpu': /kisskb/src/arch/arm64/kvm/arm.c:2124:23: note: byref variable will be forcibly initialized 2124 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c: In function '__vgic_v3_write_dir': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c:733:13: note: byref variable will be forcibly initialized 733 | u64 lr_val; | ^~~~~~ 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/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c: In function '__vgic_v3_read_hppir': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c:935:13: note: byref variable will be forcibly initialized 935 | u64 lr_val; | ^~~~~~ /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/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c: In function '__vgic_v3_write_eoir': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c:756:13: note: byref variable will be forcibly initialized 756 | u64 lr_val; | ^~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c: In function '__vgic_v3_read_iar': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../vgic-v3-sr.c:676:13: note: byref variable will be forcibly initialized 676 | u64 lr_val; | ^~~~~~ 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:18: note: byref variable will be forcibly initialized 127 | XA_STATE(xas, &mapping->i_pages, folio->index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:280:18: note: byref variable will be forcibly initialized 280 | XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:474:18: note: byref variable will be forcibly initialized 474 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:633:18: note: byref variable will be forcibly initialized 633 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__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_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 'replace_page_cache_page': /kisskb/src/mm/filemap.c:806:18: note: byref variable will be forcibly initialized 806 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_add_folio': /kisskb/src/mm/filemap.c:841:18: note: byref variable will be forcibly initialized 841 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_add_folio': /kisskb/src/mm/filemap.c:929:15: note: byref variable will be forcibly initialized 929 | void *shadow = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1110:9: note: in expansion of macro 'smp_store_release' 1110 | smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1293:25: note: in expansion of macro 'smp_load_acquire' 1293 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1221:32: note: byref variable will be forcibly initialized 1221 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1132:28: note: byref variable will be forcibly initialized 1132 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1130:30: note: byref variable will be forcibly initialized 1130 | struct wait_page_key key; | ^~~ 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:1768:18: note: byref variable will be forcibly initialized 1768 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_prev_miss': /kisskb/src/mm/filemap.c:1804:18: note: byref variable will be forcibly initialized 1804 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1852:18: note: byref variable will be forcibly initialized 1852 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2213:18: note: byref variable will be forcibly initialized 2213 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2349:18: note: byref variable will be forcibly initialized 2349 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_folios': /kisskb/src/mm/filemap.c:2152:18: note: byref variable will be forcibly initialized 2152 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2276:18: note: byref variable will be forcibly initialized 2276 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:3088:22: note: byref variable will be forcibly initialized 3088 | struct file *fpin = NULL; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3330:18: note: byref variable will be forcibly initialized 3330 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3715:23: note: byref variable will be forcibly initialized 3715 | void *fsdata; | ^~~~~~ /kisskb/src/mm/filemap.c:3711:30: note: byref variable will be forcibly initialized 3711 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'migration_entry_wait_on_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1424:25: note: in expansion of macro 'smp_load_acquire' 1424 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1378:32: note: byref variable will be forcibly initialized 1378 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2633:28: note: byref variable will be forcibly initialized 2633 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2059:18: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_lock_entries': /kisskb/src/mm/filemap.c:2096:18: note: byref variable will be forcibly initialized 2096 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2871:18: note: byref variable will be forcibly initialized 2871 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'dio_warn_stale_pagecache': /kisskb/src/mm/filemap.c:3604:14: note: byref variable will be forcibly initialized 3604 | char pathname[128]; | ^~~~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:852:12: note: byref variable will be forcibly initialized 852 | u8 key[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cmac_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:831:58: note: byref variable will be forcibly initialized 831 | aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, | ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:184:30: note: byref variable will be forcibly initialized 184 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:434:30: note: byref variable will be forcibly initialized 434 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:268:30: note: byref variable will be forcibly initialized 268 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:412:30: note: byref variable will be forcibly initialized 412 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:239:30: note: byref variable will be forcibly initialized 239 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_set_key': /kisskb/src/arch/arm64/crypto/aes-glue.c:167:12: note: byref variable will be forcibly initialized 167 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:343:30: note: byref variable will be forcibly initialized 343 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:342:33: note: byref variable will be forcibly initialized 342 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:39: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:28: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:286:30: note: byref variable will be forcibly initialized 286 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:285:33: note: byref variable will be forcibly initialized 285 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:39: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:28: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:622:30: note: byref variable will be forcibly initialized 622 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:620:33: note: byref variable will be forcibly initialized 620 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:39: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:28: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:550:30: note: byref variable will be forcibly initialized 550 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:548:33: note: byref variable will be forcibly initialized 548 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:39: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:28: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:465:20: note: byref variable will be forcibly initialized 465 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:456:30: note: byref variable will be forcibly initialized 456 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:510:20: note: byref variable will be forcibly initialized 510 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:502:30: note: byref variable will be forcibly initialized 502 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:204:30: note: byref variable will be forcibly initialized 204 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/mmu.c:8: /kisskb/src/arch/arm64/kvm/mmu.c: In function 'share_pfn_hyp': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/mmu.c:340:15: note: in expansion of macro 'kvm_call_hyp_nvhe' 340 | ret = kvm_call_hyp_nvhe(__pkvm_host_share_hyp, pfn, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:319:33: note: byref variable will be forcibly initialized 319 | struct rb_node **node, *parent; | ^~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:319:26: note: byref variable will be forcibly initialized 319 | struct rb_node **node, *parent; | ^~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/mmu.c:8: /kisskb/src/arch/arm64/kvm/mmu.c: In function 'unshare_pfn_hyp': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/mmu.c:366:15: note: in expansion of macro 'kvm_call_hyp_nvhe' 366 | ret = kvm_call_hyp_nvhe(__pkvm_host_unshare_hyp, pfn, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:349:33: note: byref variable will be forcibly initialized 349 | struct rb_node **node, *parent; | ^~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:349:26: note: byref variable will be forcibly initialized 349 | struct rb_node **node, *parent; | ^~~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function 'get_user_mapping_size': /kisskb/src/arch/arm64/kvm/mmu.c:615:13: note: byref variable will be forcibly initialized 615 | u32 level = ~0; | ^~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:614:19: note: byref variable will be forcibly initialized 614 | kvm_pte_t pte = 0; /* Keep GCC quiet... */ | ^~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function 'user_mem_abort': /kisskb/src/arch/arm64/kvm/mmu.c:1102:19: note: byref variable will be forcibly initialized 1102 | kvm_pfn_t pfn; | ^~~ /kisskb/src/arch/arm64/kvm/mmu.c:1092:27: note: byref variable will be forcibly initialized 1092 | bool write_fault, writable, force_pte = false; | ^~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/mmu.c:8: /kisskb/src/arch/arm64/kvm/mmu.c: In function 'kvm_flush_remote_tlbs': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:84:9: note: in expansion of macro 'kvm_call_hyp' 84 | kvm_call_hyp(__kvm_tlb_flush_vmid, &kvm->arch.mmu); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function '__create_hyp_private_mapping': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/kvm/mmu.c:514:24: note: in expansion of macro 'kvm_call_hyp_nvhe' 514 | addr = kvm_call_hyp_nvhe(__pkvm_create_private_mapping, | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/mmu.c:510:23: note: byref variable will be forcibly initialized 510 | unsigned long addr; | ^~~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function 'create_hyp_io_mappings': /kisskb/src/arch/arm64/kvm/mmu.c:547:23: note: byref variable will be forcibly initialized 547 | unsigned long addr; | ^~~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function 'create_hyp_exec_mappings': /kisskb/src/arch/arm64/kvm/mmu.c:584:23: note: byref variable will be forcibly initialized 584 | unsigned long addr; | ^~~~ /kisskb/src/arch/arm64/kvm/mmu.c: In function 'kvm_handle_guest_abort': /kisskb/src/arch/arm64/kvm/mmu.c:1353:36: note: byref variable will be forcibly initialized 1353 | bool is_iabt, write_fault, writable; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/ipc/util.c:47: /kisskb/src/ipc/util.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/util.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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:25: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/util.c:66: /kisskb/src/include/linux/rhashtable.h:701:39: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/ipc/util.c:47: /kisskb/src/ipc/util.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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:25: note: in expansion of macro 'rcu_assign_pointer' 1045 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/util.c: In function 'ipc_search_maxidx': /kisskb/src/ipc/util.c:469:13: note: byref variable will be forcibly initialized 469 | int tmpidx; | ^~~~~~ In file included from /kisskb/src/ipc/util.c:66: /kisskb/src/ipc/util.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585: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/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/inotify/inotify_user.c:17: /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/inotify/inotify_user.c:204:30: note: byref variable will be forcibly initialized 204 | struct inotify_event inotify_event; | ^~~~~~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function '__do_sys_inotify_add_watch': /kisskb/src/fs/notify/inotify/inotify_user.c:735:21: note: byref variable will be forcibly initialized 735 | struct path path; | ^~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'inotify_user_setup': /kisskb/src/fs/notify/inotify/inotify_user.c:835:24: note: byref variable will be forcibly initialized 835 | struct sysinfo si; | ^~ /kisskb/src/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:183:14: note: byref variable will be forcibly initialized 183 | char opt[FTR_DESC_NAME_LEN + FTR_DESC_FIELD_LEN + 2]; | ^~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'match_options': /kisskb/src/arch/arm64/kernel/idreg-override.c:209:29: note: byref variable will be forcibly initialized 209 | u64 v; | ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function '__parse_cmdline': /kisskb/src/arch/arm64/kernel/idreg-override.c:238:22: note: byref variable will be forcibly initialized 238 | char buf[256]; | ^~~ /kisskb/src/arch/arm64/kernel/idle.c: In function 'cpu_do_idle': /kisskb/src/arch/arm64/kernel/idle.c:25:40: note: byref variable will be forcibly initialized 25 | struct arm_cpuidle_irq_context context; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/mmio.c: In function 'kvm_mmio_write_buf': /kisskb/src/arch/arm64/kvm/mmio.c:21:11: note: byref variable will be forcibly initialized 21 | } tmp; | ^~~ /kisskb/src/arch/arm64/kvm/mmio.c: In function 'kvm_mmio_read_buf': /kisskb/src/arch/arm64/kvm/mmio.c:52:11: note: byref variable will be forcibly initialized 52 | } tmp; | ^~~ /kisskb/src/arch/arm64/kvm/mmio.c: In function 'kvm_handle_mmio_return': /kisskb/src/arch/arm64/kvm/mmio.c:83:23: note: byref variable will be forcibly initialized 83 | unsigned long data; | ^~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c: In function 'chacha_doneon': /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:49:28: note: byref variable will be forcibly initialized 49 | u8 buf[CHACHA_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/kvm/mmio.c: In function 'io_mem_abort': /kisskb/src/arch/arm64/kvm/mmio.c:131:12: note: byref variable will be forcibly initialized 131 | u8 data_buf[8]; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/mmio.c:126:23: note: byref variable will be forcibly initialized 126 | unsigned long data; | ^~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c: In function 'chacha_neon_stream_xor': /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:108:13: note: byref variable will be forcibly initialized 108 | u32 state[16]; | ^~~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:107:30: note: byref variable will be forcibly initialized 107 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c: In function 'xchacha_neon': /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:152:12: note: byref variable will be forcibly initialized 152 | u8 real_iv[16]; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:151:13: note: byref variable will be forcibly initialized 151 | u32 state[16]; | ^~~~~ /kisskb/src/arch/arm64/crypto/chacha-neon-glue.c:150:27: note: byref variable will be forcibly initialized 150 | struct chacha_ctx subctx; | ^~~~~~ /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 = { | ^~~~~ /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: 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: 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 '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 '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; | ^~~ 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/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/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/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:143:39: note: byref variable will be forcibly initialized 143 | unsigned long nr_pagevec = 0; | ^~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:541:43: note: byref variable will be forcibly initialized 541 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:540:51: note: byref variable will be forcibly initialized 540 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/arch/arm64/kernel/ftrace.c: In function 'ftrace_modify_code': /kisskb/src/arch/arm64/kernel/ftrace.c:28:13: note: byref variable will be forcibly initialized 28 | u32 replaced; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/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; | ^~~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'send_to_group': /kisskb/src/fs/notify/fsnotify.c:329:31: note: byref variable will be forcibly initialized 329 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/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; | ^ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:486:35: note: byref variable will be forcibly initialized 486 | struct fsnotify_iter_info iter_info = {}; | ^~~~~~~~~ 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/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, | ^~~~~~~~~~~~~~ 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/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:189:30: note: byref variable will be forcibly initialized 189 | struct name_snapshot name; | ^~~~ /kisskb/src/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]; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'msg_add_ext_text': /kisskb/src/kernel/printk/printk.c:581:15: note: byref variable will be forcibly initialized 581 | char *p = buf, *e = buf + size; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ /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 'print_caller': /kisskb/src/kernel/printk/printk.c:1284:14: note: byref variable will be forcibly initialized 1284 | char caller[12]; | ^~~~~~ /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:7, 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_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_setup': /kisskb/src/kernel/printk/printk.c:2420:14: note: byref variable will be forcibly initialized 2420 | char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ | ^~~ /kisskb/src/kernel/printk/printk.c: In function 'console_unlock': /kisskb/src/kernel/printk/printk.c:2838:13: note: byref variable will be forcibly initialized 2838 | u64 next_seq; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c:2836:14: note: byref variable will be forcibly initialized 2836 | bool handover; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:14: note: byref variable will be forcibly initialized 186 | char old_str[DEVKMSG_STR_MAX_SIZE]; | ^~~~~~~ /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/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:843:31: note: byref variable will be forcibly initialized 843 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh_len': /kisskb/src/fs/notify/fanotify/fanotify.c:376:13: note: byref variable will be forcibly initialized 376 | int dwords = 0; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_encode_fh': /kisskb/src/fs/notify/fanotify/fanotify.c:406:13: note: byref variable will be forcibly initialized 406 | int dwords, type = 0; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify.c: In function 'fanotify_alloc_event': /kisskb/src/fs/notify/fanotify/fanotify.c:723:22: note: byref variable will be forcibly initialized 723 | unsigned int hash = 0; | ^~~~ 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:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/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:898:13: note: byref variable will be forcibly initialized 898 | u32 match_mask = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:74:15: note: byref variable will be forcibly initialized 74 | be128 dst = { cpu_to_be64(dg[1]), cpu_to_be64(dg[0]) }; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c:412:9: note: in expansion of macro 'rcu_assign_pointer' 412 | rcu_assign_pointer(w->task, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_calculate_auth_mac': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:312:13: note: byref variable will be forcibly initialized 312 | int buf_count = 0; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:310:29: note: byref variable will be forcibly initialized 310 | struct scatter_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:309:12: note: byref variable will be forcibly initialized 309 | u8 buf[GHASH_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_decrypt': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:417:15: note: byref variable will be forcibly initialized 417 | be128 lengths; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:415:12: note: byref variable will be forcibly initialized 415 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:414:12: note: byref variable will be forcibly initialized 414 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:413:12: note: byref variable will be forcibly initialized 413 | u8 otag[AES_BLOCK_SIZE]; | ^~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:412:30: note: byref variable will be forcibly initialized 412 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:214:13: note: byref variable will be forcibly initialized 214 | int i = data_race(rtp->gp_state); // Let KCSAN detect update races | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_ld_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1211:16: note: in expansion of macro 'smp_load_acquire' 1211 | return smp_load_acquire(&t->trc_reader_special.b.need_qs); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_st_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1217:9: note: in expansion of macro 'smp_store_release' 1217 | smp_store_release(&t->trc_reader_special.b.need_qs, v); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_encrypt': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:350:15: note: byref variable will be forcibly initialized 350 | be128 lengths; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:348:12: note: byref variable will be forcibly initialized 348 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:347:12: note: byref variable will be forcibly initialized 347 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:346:30: note: byref variable will be forcibly initialized 346 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/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, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_setkey': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:241:61: note: byref variable will be forcibly initialized 241 | aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); | ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:234:15: note: byref variable will be forcibly initialized 234 | be128 h; | ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:233:12: note: byref variable will be forcibly initialized 233 | u8 key[GHASH_BLOCK_SIZE]; | ^~~ 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/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function '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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1344:9: note: in expansion of macro 'smp_store_release' 1344 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1343:9: note: in expansion of macro 'smp_store_release' 1343 | smp_store_release(per_cpu_ptr(&trc_ipi_to_cpu, smp_processor_id()), false); // ^^^ | ^~~~~~~~~~~~~~~~~ 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/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_invoke_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:467:31: note: in expansion of macro 'smp_load_acquire' 467 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:463:23: note: in expansion of macro 'smp_load_acquire' 463 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'cblist_init_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:249:9: note: in expansion of macro 'smp_store_release' 249 | smp_store_release(&rtp->percpu_enqueue_lim, lim); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'call_rcu_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:323:25: note: in expansion of macro 'smp_store_release' 323 | smp_store_release(&rtp->percpu_enqueue_lim, nr_cpu_ids); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_need_gpcb': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:426:25: note: in expansion of macro 'smp_store_release' 426 | smp_store_release(&rtp->percpu_enqueue_lim, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:392:29: note: in expansion of macro 'smp_load_acquire' 392 | for (cpu = 0; cpu < smp_load_acquire(&rtp->percpu_dequeue_lim); cpu++) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:40: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_barrier_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:365:28: note: in expansion of macro 'smp_load_acquire' 365 | if (cpu >= smp_load_acquire(&rtp->percpu_dequeue_lim)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:698:22: note: byref variable will be forcibly initialized 698 | bool firstreport; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/tasks.h:656:19: note: byref variable will be forcibly initialized 656 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_unlock_trace_special': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1252:15: note: in expansion of macro 'smp_load_acquire' 1252 | trs = smp_load_acquire(&t->trc_reader_special); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:1750:14: note: byref variable will be forcibly initialized 1750 | char buf[64]; | ^~~ 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/jump_label.h:255, from /kisskb/src/arch/arm64/include/asm/preempt.h:5, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/rcu/update.c:23: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/arch/arm64/include/asm/barrier.h:157: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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1649:34: note: in expansion of macro 'smp_load_acquire' 1649 | if (WARN_ON_ONCE(smp_load_acquire(per_cpu_ptr(&trc_ipi_to_cpu, cpu)))) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function '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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1402:13: note: in expansion of macro 'smp_load_acquire' 1402 | if (smp_load_acquire(&t->trc_ipi_to_cpu) != -1) // Order IPI | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'show_stalled_task_trace': /kisskb/src/kernel/rcu/tasks.h:1564:34: note: byref variable will be forcibly initialized 1564 | struct trc_stall_chk_rdr trc_rdr; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function '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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1617:21: note: in expansion of macro 'smp_load_acquire' 1617 | if (smp_load_acquire(&t->trc_ipi_to_cpu) == -1 && | ^~~~~~~~~~~~~~~~ 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/update.c: In function 'rcu_tasks_trace_pregp_step': /kisskb/src/kernel/rcu/tasks.h:1480:19: note: byref variable will be forcibly initialized 1480 | LIST_HEAD(blkd_tasks); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/ipc/msg.c: In function 'copy_msqid_from_user': /kisskb/src/ipc/msg.c:374:33: note: byref variable will be forcibly initialized 374 | struct msqid_ds tbuf_old; | ^~~~~~~~ /kisskb/src/ipc/msg.c: In function 'copy_msqid_to_user': /kisskb/src/ipc/msg.c:327:33: note: byref variable will be forcibly initialized 327 | struct msqid_ds out; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/msg.h:5, from /kisskb/src/ipc/msg.c:27: /kisskb/src/ipc/msg.c: In function 'expunge_all': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c:259:17: note: in expansion of macro 'smp_store_release' 259 | smp_store_release(&msr->r_msg, ERR_PTR(res)); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c: In function 'freeque': /kisskb/src/ipc/msg.c:278:23: note: byref variable will be forcibly initialized 278 | 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/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:431:31: note: byref variable will be forcibly initialized 431 | 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/ipc/msg.c: In function 'ksys_msgctl': /kisskb/src/ipc/msg.c:605:32: note: byref variable will be forcibly initialized 605 | struct msginfo msginfo; | ^~~~~~~ /kisskb/src/ipc/msg.c:594:27: note: byref variable will be forcibly initialized 594 | struct msqid64_ds msqid64; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/msg.h:5, from /kisskb/src/ipc/msg.c:27: /kisskb/src/ipc/msg.c: In function 'pipelined_send': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c:833:33: note: in expansion of macro 'smp_store_release' 833 | smp_store_release(&msr->r_msg, msg); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c:825:33: note: in expansion of macro 'smp_store_release' 825 | smp_store_release(&msr->r_msg, ERR_PTR(-E2BIG)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c: In function 'do_msgsnd': /kisskb/src/ipc/msg.c:875:35: note: byref variable will be forcibly initialized 875 | struct msg_sender s; | ^ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:849:23: note: byref variable will be forcibly initialized 849 | 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/ipc/msg.c: In function 'do_msgrcv': /kisskb/src/ipc/msg.c:1124:37: note: byref variable will be forcibly initialized 1124 | struct msg_receiver msr_d; | ^~~~~ In file included from /kisskb/src/ipc/msg.c:34: /kisskb/src/ipc/msg.c:1099:23: note: byref variable will be forcibly initialized 1099 | 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/ipc/msg.c: In function 'ksys_msgget': /kisskb/src/ipc/msg.c:304:27: note: byref variable will be forcibly initialized 304 | struct ipc_params msg_params; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/ipc/sem.c:73: /kisskb/src/ipc/sem.c: In function 'complexmode_tryleave': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c:374:17: note: in expansion of macro 'smp_store_release' 374 | smp_store_release(&sma->use_global_lock, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'sem_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c:426:22: note: in expansion of macro 'smp_load_acquire' 426 | if (!smp_load_acquire(&sma->use_global_lock)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'copy_semid_from_user': /kisskb/src/ipc/sem.c:1580:33: note: byref variable will be forcibly initialized 1580 | struct semid_ds tbuf_old; | ^~~~~~~~ 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/ipc/sem.c:73: /kisskb/src/ipc/sem.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/ipc/sem.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/ipc/sem.c:73: /kisskb/src/ipc/sem.c: In function 'wake_up_sem_queue_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c:794:9: note: in expansion of macro 'smp_store_release' 794 | smp_store_release(&q->status, error); | ^~~~~~~~~~~~~~~~~ /kisskb/src/ipc/sem.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'freeary': /kisskb/src/ipc/sem.c:1149:23: note: byref variable will be forcibly initialized 1149 | 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/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/ipc/sem.c:73: /kisskb/src/ipc/sem.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/ipc/sem.c: In function 'semctl_info': /kisskb/src/ipc/sem.c:1311:24: note: byref variable will be forcibly initialized 1311 | struct seminfo seminfo; | ^~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'semctl_setval': /kisskb/src/ipc/sem.c:1350:23: note: byref variable will be forcibly initialized 1350 | 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/ipc/sem.c: In function 'copy_semid_to_user': /kisskb/src/ipc/sem.c:1202:33: note: byref variable will be forcibly initialized 1202 | struct semid_ds out; | ^~~ /kisskb/src/ipc/sem.c: In function 'find_alloc_undo': /kisskb/src/ipc/sem.c:1909:31: note: byref variable will be forcibly initialized 1909 | struct sem_undo_list *ulp; | ^~~ /kisskb/src/arch/arm64/kvm/psci.c: In function 'kvm_prepare_system_event': /kisskb/src/arch/arm64/kvm/psci.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned long i; | ^ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'semctl_main': /kisskb/src/ipc/sem.c:1413:23: note: byref variable will be forcibly initialized 1413 | 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/ipc/sem.c:1411:16: note: byref variable will be forcibly initialized 1411 | ushort fast_sem_io[SEMMSL_FAST]; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/psci.c: In function 'kvm_psci_vcpu_affinity_info': /kisskb/src/arch/arm64/kvm/psci.c:117:23: note: byref variable will be forcibly initialized 117 | unsigned long i, mpidr; | ^ /kisskb/src/ipc/sem.c: In function 'ksys_semctl': /kisskb/src/ipc/sem.c:1655:27: note: byref variable will be forcibly initialized 1655 | struct semid64_ds semid64; | ^~~~~~~ /kisskb/src/ipc/sem.c: In function 'ksys_semget': /kisskb/src/ipc/sem.c:610:27: note: byref variable will be forcibly initialized 610 | struct ipc_params sem_params; | ^~~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function '__do_semtimedop': /kisskb/src/ipc/sem.c:2105:31: note: byref variable will be forcibly initialized 2105 | 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/ipc/sem.c:1997:17: note: byref variable will be forcibly initialized 1997 | ktime_t expires, *exp = NULL; | ^~~~~~~ /kisskb/src/ipc/sem.c:1995:26: note: byref variable will be forcibly initialized 1995 | struct sem_queue queue; | ^~~~~ /kisskb/src/ipc/sem.c: In function 'do_semtimedop': /kisskb/src/ipc/sem.c:2226:23: note: byref variable will be forcibly initialized 2226 | struct sembuf fast_sops[SEMOPM_FAST]; | ^~~~~~~~~ /kisskb/src/ipc/sem.c: In function 'ksys_semtimedop': /kisskb/src/ipc/sem.c:2261:35: note: byref variable will be forcibly initialized 2261 | struct timespec64 ts; | ^~ /kisskb/src/ipc/sem.c: In function 'compat_ksys_semtimedop': /kisskb/src/ipc/sem.c:2281:35: note: byref variable will be forcibly initialized 2281 | struct timespec64 ts; | ^~ /kisskb/src/ipc/sem.c: In function 'copy_semundo': /kisskb/src/ipc/sem.c:2309:31: note: byref variable will be forcibly initialized 2309 | struct sem_undo_list *undo_list; | ^~~~~~~~~ In file included from /kisskb/src/ipc/sem.c:87: /kisskb/src/ipc/sem.c: In function 'exit_sem': /kisskb/src/ipc/sem.c:2352:31: note: byref variable will be forcibly initialized 2352 | 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/ipc/shm.c: In function 'copy_shmid_from_user': /kisskb/src/ipc/shm.c:875:33: note: byref variable will be forcibly initialized 875 | struct shmid_ds tbuf_old; | ^~~~~~~~ /kisskb/src/ipc/shm.c: In function 'copy_shminfo_to_user': /kisskb/src/ipc/shm.c:898:32: note: byref variable will be forcibly initialized 898 | struct shminfo out; | ^~~ /kisskb/src/ipc/shm.c: In function 'sysvipc_shm_proc_show': 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/ipc/shm.c:1834:32: note: byref variable will be forcibly initialized 1834 | unsigned long rss = 0, swp = 0; | ^~~ /kisskb/src/ipc/shm.c:1834:23: note: byref variable will be forcibly initialized 1834 | unsigned long rss = 0, swp = 0; | ^~~ /kisskb/src/ipc/shm.c: In function 'newseg': /kisskb/src/ipc/shm.c:698:14: note: byref variable will be forcibly initialized 698 | char name[13]; | ^~~~ /kisskb/src/ipc/shm.c: In function 'copy_shmid_to_user': /kisskb/src/ipc/shm.c:846:33: note: byref variable will be forcibly initialized 846 | struct shmid_ds out; | ^~~ /kisskb/src/ipc/shm.c: In function 'ksys_shmctl': /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:517:23: note: byref variable will be forcibly initialized 517 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/ipc/shm.c:1251:33: note: byref variable will be forcibly initialized 1251 | struct shm_info shm_info; | ^~~~~~~~ /kisskb/src/ipc/shm.c:1242:34: note: byref variable will be forcibly initialized 1242 | struct shminfo64 shminfo; | ^~~~~~~ /kisskb/src/ipc/shm.c:1233:27: note: byref variable will be forcibly initialized 1233 | struct shmid64_ds sem64; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:881:23: note: byref variable will be forcibly initialized 881 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2865:23: note: byref variable will be forcibly initialized 2865 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:652:23: note: byref variable will be forcibly initialized 652 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:1004:23: note: byref variable will be forcibly initialized 1004 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2416:23: note: byref variable will be forcibly initialized 2416 | unsigned long flags; | ^~~~~ /kisskb/src/ipc/shm.c: In function 'ksys_shmget': /kisskb/src/ipc/shm.c:823:27: note: byref variable will be forcibly initialized 823 | struct ipc_params shm_params; | ^~~~~~~~~~ /kisskb/src/ipc/shm.c: In function 'do_shmat': /kisskb/src/ipc/shm.c:1520:23: note: byref variable will be forcibly initialized 1520 | unsigned long populate = 0; | ^~~~~~~~ /kisskb/src/ipc/shm.c: In function '__do_sys_shmat': /kisskb/src/ipc/shm.c:1682:23: note: byref variable will be forcibly initialized 1682 | unsigned long ret; | ^~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1131:23: note: byref variable will be forcibly initialized 1131 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1288:30: note: byref variable will be forcibly initialized 1288 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'wake_up_and_wait_for_irq_thread_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:1279:9: note: in expansion of macro 'wait_event' 1279 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2433:23: note: byref variable will be forcibly initialized 2433 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__irq_apply_affinity_hint': /kisskb/src/kernel/irq/manage.c:499:23: note: byref variable will be forcibly initialized 499 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:689:23: note: byref variable will be forcibly initialized 689 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:817:23: note: byref variable will be forcibly initialized 817 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:930:23: note: byref variable will be forcibly initialized 930 | unsigned long flags; | ^~~~~ /kisskb/src/arch/arm64/kvm/hypercalls.c: In function 'kvm_ptp_get_time': /kisskb/src/arch/arm64/kvm/hypercalls.c:21:37: note: byref variable will be forcibly initialized 21 | struct system_time_snapshot systime_snapshot; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/arch/arm64/kvm/hypercalls.c: In function 'kvm_arm_get_fw_reg': /kisskb/src/kernel/irq/manage.c:2369:23: note: byref variable will be forcibly initialized 2369 | unsigned long flags; | ^~~~~ /kisskb/src/arch/arm64/kvm/hypercalls.c:322:13: note: byref variable will be forcibly initialized 322 | u64 val; | ^~~ /kisskb/src/arch/arm64/kvm/hypercalls.c: In function 'kvm_arm_set_fw_reg': /kisskb/src/arch/arm64/kvm/hypercalls.c:397:13: note: byref variable will be forcibly initialized 397 | u64 val; | ^~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2728:23: note: byref variable will be forcibly initialized 2728 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2771:23: note: byref variable will be forcibly initialized 2771 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:14: note: byref variable will be forcibly initialized 41 | bool inprogress; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:17: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2831:23: note: byref variable will be forcibly initialized 2831 | unsigned long flags; | ^~~~~ /kisskb/src/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/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/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; | ^~~~~~~~~~~~~~~~ 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:2231:18: note: byref variable will be forcibly initialized 2231 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2290:17: note: byref variable will be forcibly initialized 2290 | pgoff_t index; | ^~~~~ /kisskb/src/mm/page-writeback.c:2288:24: note: byref variable will be forcibly initialized 2288 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'generic_writepages': /kisskb/src/mm/page-writeback.c:2442:25: note: byref variable will be forcibly initialized 2442 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__folio_start_writeback': /kisskb/src/mm/page-writeback.c:2964:26: note: byref variable will be forcibly initialized 2964 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2093:23: note: byref variable will be forcibly initialized 2093 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2092:23: note: byref variable will be forcibly initialized 2092 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/kvm_host.h:7, from /kisskb/src/arch/arm64/include/asm/kvm_pgtable.h:11, from /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:11: /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_set_table_pte': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:154:9: note: in expansion of macro 'smp_store_release' 154 | smp_store_release(ptep, pte); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'hyp_map_walker_try_leaf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:404:9: note: in expansion of macro 'smp_store_release' 404 | smp_store_release(ptep, new); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:150:25: note: byref variable will be forcibly initialized 150 | struct blk_plug plug; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'stage2_map_walker_try_leaf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:758:9: note: in expansion of macro 'smp_store_release' 758 | smp_store_release(ptep, new); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_walk': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:280:38: note: byref variable will be forcibly initialized 280 | struct kvm_pgtable_walk_data walk_data = { | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'stage2_update_leaf_attrs': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1063:35: note: byref variable will be forcibly initialized 1063 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_get_leaf': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:310:35: note: byref variable will be forcibly initialized 310 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:309:31: note: byref variable will be forcibly initialized 309 | struct leaf_walk_data data; | ^~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_hyp_map': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:438:35: note: byref variable will be forcibly initialized 438 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_hyp_unmap': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:504:35: note: byref variable will be forcibly initialized 504 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_hyp_destroy': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:554:35: note: byref variable will be forcibly initialized 554 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_map': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:905:35: note: byref variable will be forcibly initialized 905 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_set_owner': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:937:35: note: byref variable will be forcibly initialized 937 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_unmap': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:998:35: note: byref variable will be forcibly initialized 998 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_mkyoung': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1090:19: note: byref variable will be forcibly initialized 1090 | kvm_pte_t pte = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_mkold': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1099:19: note: byref variable will be forcibly initialized 1099 | kvm_pte_t pte = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_is_young': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1113:19: note: byref variable will be forcibly initialized 1113 | kvm_pte_t pte = 0; | ^~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_relax_perms': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1122:13: note: byref variable will be forcibly initialized 1122 | u32 level; | ^~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_flush': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1162:35: note: byref variable will be forcibly initialized 1162 | struct kvm_pgtable_walker walker = { | ^~~~~~ /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c: In function 'kvm_pgtable_stage2_destroy': /kisskb/src/arch/arm64/kvm/hyp/nvhe/../pgtable.c:1224:35: note: byref variable will be forcibly initialized 1224 | struct kvm_pgtable_walker walker = { | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:665:13: note: in expansion of macro 'smp_load_acquire' 665 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_ALLOC); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:324:13: note: in expansion of macro 'smp_load_acquire' 324 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:321:13: note: in expansion of macro 'smp_load_acquire' 321 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1540:27: note: byref variable will be forcibly initialized 1540 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:228:9: note: in expansion of macro 'smp_store_release' 228 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_WAIT_BARRIER); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:169:13: note: byref variable will be forcibly initialized 169 | int levelspread[RCU_NUM_LVLS]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:268:9: note: in expansion of macro 'smp_store_release' 268 | smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:397:28: note: in expansion of macro 'smp_load_acquire' 397 | if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_end': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:834:25: note: in expansion of macro 'smp_store_release' 834 | smp_store_release(&ssp->srcu_size_state, ss_state + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:775:20: note: in expansion of macro 'smp_load_acquire' 775 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1482:29: note: in expansion of macro 'smp_load_acquire' 1482 | idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_exp_start': /kisskb/src/kernel/rcu/srcutree.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:933:17: note: in expansion of macro 'smp_store_release' 933 | smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:893:13: note: in expansion of macro 'smp_load_acquire' 893 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:885:23: note: byref variable will be forcibly initialized 885 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start_if_needed': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1094:20: note: in expansion of macro 'smp_load_acquire' 1094 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:1200:32: note: byref variable will be forcibly initialized 1200 | struct rcu_synchronize rcu; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1431:13: note: in expansion of macro 'smp_load_acquire' 1431 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:9: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/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, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function '__page_cache_release': /kisskb/src/mm/swap.c:84:31: note: byref variable will be forcibly initialized 84 | unsigned long flags; | ^~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:939:23: note: byref variable will be forcibly initialized 939 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/swap.c: In function 'folio_batch_move_lru': /kisskb/src/mm/swap.c:236:23: note: byref variable will be forcibly initialized 236 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:828:20: note: in expansion of macro 'smp_load_acquire' 828 | this_gen = smp_load_acquire(&lru_drain_gen); | ^~~~~~~~~~~~~~~~ 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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_before_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:656:9: note: in expansion of macro 'rcu_assign_pointer' 656 | rcu_assign_pointer(hlist_pprev_rcu(n), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:9: note: in expansion of macro 'rcu_assign_pointer' 683 | rcu_assign_pointer(hlist_next_rcu(prev), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:891:26: note: byref variable will be forcibly initialized 891 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_detach_connector_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c:265:9: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*(conn->obj), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:297:22: note: byref variable will be forcibly initialized 297 | unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; | ^~~~ /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; | ^~~~~~ 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/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:1510:25: note: byref variable will be forcibly initialized 1510 | __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:1597:25: note: byref variable will be forcibly initialized 1597 | __kernel_fsid_t __fsid, *fsid = NULL; | ^~~~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c:1596:21: note: byref variable will be forcibly initialized 1596 | struct path path; | ^~~~ /kisskb/src/fs/notify/fanotify/fanotify_user.c: In function 'fanotify_user_setup': /kisskb/src/fs/notify/fanotify/fanotify_user.c:1848:24: note: byref variable will be forcibly initialized 1848 | struct sysinfo si; | ^~ /kisskb/src/arch/arm64/kernel/hw_breakpoint.c: In function 'breakpoint_handler': /kisskb/src/arch/arm64/kernel/hw_breakpoint.c:628:40: note: byref variable will be forcibly initialized 628 | struct arch_hw_breakpoint_ctrl ctrl; | ^~~~ /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; | ^~~~ /kisskb/src/arch/arm64/kernel/kgdb.c: In function 'kgdb_arch_update_addr': /kisskb/src/arch/arm64/kernel/kgdb.c:163:15: note: byref variable will be forcibly initialized 163 | char *ptr; | ^~~ /kisskb/src/arch/arm64/kernel/kgdb.c:162:23: note: byref variable will be forcibly initialized 162 | unsigned long addr; | ^~~~ /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; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/arch/arm64/kernel/paravirt.c:14: /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_down_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:87:17: note: in expansion of macro 'rcu_replace_pointer' 87 | kaddr = rcu_replace_pointer(reg->kaddr, NULL, true); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_online': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:111:9: note: in expansion of macro 'rcu_assign_pointer' 111 | rcu_assign_pointer(reg->kaddr, kaddr); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:98:30: note: byref variable will be forcibly initialized 98 | struct arm_smccc_res res; | ^~~ /kisskb/src/kernel/irq/resend.c: In function 'irq_inject_interrupt': /kisskb/src/kernel/irq/resend.c:158:23: note: byref variable will be forcibly initialized 158 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/trace_handle_exit.h:219, from /kisskb/src/arch/arm64/kvm/handle_exit.c:26: /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_wfx_arm64': /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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_hvc_arm64': /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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_arm_setup_debug': /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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_arm_clear_debug': /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/arch/arm64/kvm/./trace_handle_exit.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_arm_clear_debug, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_arm_clear_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_arm_set_dreg32': /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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_trap_reg': /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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_handle_sys_reg': /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/arch/arm64/kvm/./trace_handle_exit.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(kvm_handle_sys_reg, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(kvm_handle_sys_reg, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_sys_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/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_access, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_set_guest_debug': /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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/trace_handle_exit.h:219, from /kisskb/src/arch/arm64/kvm/handle_exit.c:26: /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_wfx_arm64': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_hvc_arm64': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_arm_setup_debug': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_arm_clear_debug': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_arm_clear_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_arm_set_dreg32': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_trap_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_handle_sys_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(kvm_handle_sys_reg, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_sys_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/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_access, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_set_guest_debug': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:35:18: note: byref variable will be forcibly initialized 35 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/trace_handle_exit.h:219, from /kisskb/src/arch/arm64/kvm/handle_exit.c:26: /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'perf_trace_kvm_arm_set_regset': /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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/trace_handle_exit.h:219, from /kisskb/src/arch/arm64/kvm/handle_exit.c:26: /kisskb/src/arch/arm64/kvm/handle_exit.c: In function 'trace_event_raw_event_kvm_arm_set_regset': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/arch/arm64/kvm/trace_handle_exit.h:219, from /kisskb/src/arch/arm64/kvm/handle_exit.c:26: /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_wfx_arm64': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(kvm_wfx_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_arm_setup_debug': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(kvm_arm_setup_debug, | ^~~~~~~~~~~ /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/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_arm_set_dreg32': /kisskb/src/mm/truncate.c:631:17: note: byref variable will be forcibly initialized 631 | pgoff_t indices[PAGEVEC_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(kvm_arm_set_dreg32, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_set_guest_debug': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(kvm_set_guest_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_hvc_arm64': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(kvm_hvc_arm64, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_sys_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/./trace_handle_exit.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(kvm_sys_access, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_arm_clear_debug': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_arm_clear_debug, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(kvm_arm_clear_debug, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_handle_sys_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/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/arch/arm64/kvm/./trace_handle_exit.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(kvm_handle_sys_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/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/arch/arm64/kvm/./trace_handle_exit.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(kvm_handle_sys_reg, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_kvm_arm_set_regset': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(kvm_arm_set_regset, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c: In function '__bpf_trace_trap_reg': /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_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/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /kisskb/src/mm/truncate.c:336:25: note: byref variable will be forcibly initialized 336 | pgoff_t indices[PAGEVEC_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /kisskb/src/mm/truncate.c:335:28: note: byref variable will be forcibly initialized 335 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_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/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_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/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_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/trace/bpf_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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_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: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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_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: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/arch/arm64/kvm/./trace_handle_exit.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(trap_reg, | ^~~~~~~~~~~ /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/arch/arm64/kvm/handle_exit.c: In function 'nvhe_hyp_panic_handler': /kisskb/src/arch/arm64/kvm/handle_exit.c:336:30: note: byref variable will be forcibly initialized 336 | unsigned int line = 0; | ^~~~ /kisskb/src/arch/arm64/kvm/handle_exit.c:335:29: note: byref variable will be forcibly initialized 335 | const char *file = NULL; | ^~~~ /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; | ^~~~ /kisskb/src/ipc/ipc_sysctl.c: In function 'proc_ipc_auto_msgmni': /kisskb/src/ipc/ipc_sysctl.c:39:13: note: byref variable will be forcibly initialized 39 | int dummy = 0; | ^~~~~ /kisskb/src/ipc/ipc_sysctl.c:38:26: note: byref variable will be forcibly initialized 38 | struct ctl_table ipc_table; | ^~~~~~~~~ /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:1088:23: note: byref variable will be forcibly initialized 1088 | unsigned long flags, trigger, tmp; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_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/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:23: note: byref variable will be forcibly initialized 1049 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1064:23: note: byref variable will be forcibly initialized 1064 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1492:31: note: byref variable will be forcibly initialized 1492 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_folio': /kisskb/src/mm/shmem.c:1553:31: note: byref variable will be forcibly initialized 1553 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:413:18: note: byref variable will be forcibly initialized 413 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_hugefolio': /kisskb/src/mm/shmem.c:1534:17: note: byref variable will be forcibly initialized 1534 | pgoff_t hindex; | ^~~~~~ /kisskb/src/mm/shmem.c:1532:31: note: byref variable will be forcibly initialized 1532 | 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_add_to_page_cache': /kisskb/src/mm/shmem.c:704:24: note: byref variable will be forcibly initialized 704 | XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1383:25: note: in definition of macro 'XA_STATE_ORDER' 1383 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_folio': /kisskb/src/mm/shmem.c:1733:22: note: byref variable will be forcibly initialized 1733 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_unused_huge_shrink': /kisskb/src/mm/shmem.c:554:19: note: byref variable will be forcibly initialized 554 | LIST_HEAD(to_remove); | ^~~~~~~~~ /kisskb/src/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/shmem.c:553:19: note: byref variable will be forcibly initialized 553 | LIST_HEAD(list), *pos, *next; | ^~~~ /kisskb/src/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/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1220:31: note: byref variable will be forcibly initialized 1220 | struct folio *folio = fbatch->folios[i]; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1173:18: note: byref variable will be forcibly initialized 1173 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_inode': /kisskb/src/mm/shmem.c:1248:17: note: byref variable will be forcibly initialized 1248 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:1247:28: note: byref variable will be forcibly initialized 1247 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2322:15: note: byref variable will be forcibly initialized 2322 | ino_t ino; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_enabled_store': /kisskb/src/mm/shmem.c:4056:14: note: byref variable will be forcibly initialized 4056 | char tmp[16]; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1843:23: note: byref variable will be forcibly initialized 1843 | struct folio *folio; | ^~~~~ /kisskb/src/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:1153:25: note: in expansion of macro 'wait_var_event' 1153 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_fault': /kisskb/src/mm/shmem.c:2097:42: note: byref variable will be forcibly initialized 2097 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/shmem.c:2067:20: note: byref variable will be forcibly initialized 2067 | vm_fault_t ret = VM_FAULT_LOCKED; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4269:22: note: byref variable will be forcibly initialized 4269 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:811:18: note: byref variable will be forcibly initialized 811 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:872:17: note: byref variable will be forcibly initialized 872 | pgoff_t index = 0; | ^~~~~ /kisskb/src/mm/shmem.c:871:28: note: byref variable will be forcibly initialized 871 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_exp_need_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:821:9: note: in expansion of macro 'smp_store_release' 821 | smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:81:21: note: in expansion of macro 'smp_load_acquire' 81 | int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:463:15: note: byref variable will be forcibly initialized 463 | ulong j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:475:15: note: byref variable will be forcibly initialized 475 | ulong j; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:535:20: note: in expansion of macro 'smp_load_acquire' 535 | gp_state = smp_load_acquire(&rcu_state.gp_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/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; | ^~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'show_rcu_nocb_state': /kisskb/src/kernel/rcu/tree_nocb.h:1463:14: note: byref variable will be forcibly initialized 1463 | char bufr[20]; | ^~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1462:14: note: byref variable will be forcibly initialized 1462 | char bufw[20]; | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4625: /kisskb/src/kernel/rcu/tree.c: In function 'print_cpu_stall_info': /kisskb/src/kernel/rcu/tree_stall.h:451:14: note: byref variable will be forcibly initialized 451 | char buf[32]; | ^~~ /kisskb/src/kernel/rcu/tree_stall.h:450:23: note: byref variable will be forcibly initialized 450 | unsigned long j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long j; | ^ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_do_flush_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:301:27: note: byref variable will be forcibly initialized 301 | struct rcu_cblist rcl; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:64: /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/kernel/rcu/tree.c: In function '__call_rcu_nocb_wake': /kisskb/src/kernel/rcu/tree_nocb.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/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/kernel/rcu/tree.c: In function 'rcu_nocb_try_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:373:23: note: byref variable will be forcibly initialized 373 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/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:64: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'call_rcu': /kisskb/src/kernel/rcu/tree.c:2773:14: note: byref variable will be forcibly initialized 2773 | bool was_alldone; | ^~~~~~~~~~~ /kisskb/src/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier_entrain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3750:9: note: in expansion of macro 'smp_store_release' 3750 | smp_store_release(&rdp->barrier_seq_snap, gseq); | ^~~~~~~~~~~~~~~~~ /kisskb/src/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/kernel/rcu/tree.c: In function 'rcu_barrier': /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3823:21: note: in expansion of macro 'smp_load_acquire' 3823 | if (smp_load_acquire(&rdp->barrier_seq_snap) == gseq) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_gp_sleep': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:590:9: note: in expansion of macro 'swait_event_interruptible_exclusive' 590 | swait_event_interruptible_exclusive(my_rdp->nocb_gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:64: /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, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function '__sync_rcu_exp_select_node_cpus': /kisskb/src/include/trace/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/kernel/rcu/tree_exp.h:344:23: note: byref variable will be forcibly initialized 344 | unsigned long mask_ofl_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_gp_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kernel/rcu/tree_nocb.h:765:22: note: byref variable will be forcibly initialized 765 | bool wake_state = false; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:728:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 728 | swait_event_interruptible_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:604:23: note: byref variable will be forcibly initialized 604 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/include/trace/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_deoffload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1060:17: note: in expansion of macro 'swait_event_exclusive' 1060 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/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, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_cpu_nocb_kthread': /kisskb/src/kernel/rcu/tree_nocb.h:1300:28: note: byref variable will be forcibly initialized 1300 | struct sched_param sp; | ^~ /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_offload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1171:9: note: in expansion of macro 'swait_event_exclusive' 1171 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:9: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:25: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1657:23: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1657 | (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1629:13: note: byref variable will be forcibly initialized 1629 | int gf = 0; | ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:9: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:25: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:571:13: note: in expansion of macro 'swait_event_timeout_exclusive' 571 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_implicit_dynticks_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:892:17: note: in expansion of macro 'smp_store_release' 892 | smp_store_release(&rdp->rcu_urgent_qs, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:985:39: note: byref variable will be forcibly initialized 985 | struct shrink_control sc = { | ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:1717:23: note: byref variable will be forcibly initialized 1717 | unsigned long new_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:15: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:9: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1838:25: note: in expansion of macro 'swait_event_idle_exclusive' 1838 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4285:9: note: in expansion of macro 'smp_store_release' 4285 | smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4268:28: note: byref variable will be forcibly initialized 4268 | struct sched_param sp; | ^~ /kisskb/src/mm/vmscan.c: In function 'check_move_unevictable_pages': /kisskb/src/mm/vmscan.c:4857:28: note: byref variable will be forcibly initialized 4857 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/vmscan.c: In function 'folio_check_references': /kisskb/src/mm/vmscan.c:1437:23: note: byref variable will be forcibly initialized 1437 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/kernel/rcu/tree.c:4332:13: note: byref variable will be forcibly initialized 4332 | int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c:1255:42: note: byref variable will be forcibly initialized 1255 | struct writeback_control wbc = { | ^~~ /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1549:22: note: byref variable will be forcibly initialized 1549 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait': /kisskb/src/kernel/rcu/tree_exp.h:591:23: note: byref variable will be forcibly initialized 591 | unsigned long mask; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1612:29: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1612:22: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~ /kisskb/src/mm/vmscan.c:1601:27: note: byref variable will be forcibly initialized 1601 | struct swap_iocb *plug = NULL; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1597:19: note: byref variable will be forcibly initialized 1597 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1596:19: note: byref variable will be forcibly initialized 1596 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1595:19: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:315:25: note: in expansion of macro 'wait_event' 315 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:546:19: note: byref variable will be forcibly initialized 546 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long populate; | ^~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:955:9: note: in expansion of macro 'wait_event' 955 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree_exp.h:909:29: note: byref variable will be forcibly initialized 909 | struct rcu_exp_work rew; | ^~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:917:13: note: byref variable will be forcibly initialized 917 | int new_policy = -1; | ^~~~~~~~~~ /kisskb/src/mm/util.c:916:26: note: byref variable will be forcibly initialized 916 | struct ctl_table t; | ^ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/include/linux/rcupdate_wait.h:27:32: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2149:19: note: byref variable will be forcibly initialized 2149 | LIST_HEAD(folios_skipped); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3294:31: note: byref variable will be forcibly initialized 3294 | struct kfree_rcu_cpu *krcp; | ^~~~ /kisskb/src/kernel/rcu/tree.c:3293:23: note: byref variable will be forcibly initialized 3293 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3791:17: note: in expansion of macro 'wait_event_killable' 3791 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3787:17: note: in expansion of macro 'wait_event_interruptible_timeout' 3787 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'prealloc_shrinker': /kisskb/src/mm/vmscan.c:640:17: note: byref variable will be forcibly initialized 640 | va_list ap; | ^~ /kisskb/src/mm/vmscan.c: In function 'register_shrinker': /kisskb/src/mm/vmscan.c:703:17: note: byref variable will be forcibly initialized 703 | va_list ap; | ^~ /kisskb/src/mm/vmscan.c: In function 'reclaim_page_list': /kisskb/src/mm/vmscan.c:2609:29: note: byref variable will be forcibly initialized 2609 | struct reclaim_stat dummy_stat; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:739:9: note: in expansion of macro 'smp_store_release' 739 | smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2333:13: note: in expansion of macro 'smp_load_acquire' 2333 | if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2327:19: note: byref variable will be forcibly initialized 2327 | LIST_HEAD(folios_to_free); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/mm/vmscan.c:2409:29: note: byref variable will be forcibly initialized 2409 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c:2406:23: note: byref variable will be forcibly initialized 2406 | unsigned long nr_scanned; | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4075:9: note: in expansion of macro 'smp_store_release' 4075 | smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2405:19: note: byref variable will be forcibly initialized 2405 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2519:19: note: byref variable will be forcibly initialized 2519 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2518:19: note: byref variable will be forcibly initialized 2518 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2517:19: note: byref variable will be forcibly initialized 2517 | LIST_HEAD(l_hold); /* The folios which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2516:23: note: byref variable will be forcibly initialized 2516 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c:2515:23: note: byref variable will be forcibly initialized 2515 | unsigned long nr_scanned; | ^~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2958:25: note: byref variable will be forcibly initialized 2958 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/vmscan.c:2953:23: note: byref variable will be forcibly initialized 2953 | unsigned long targets[NR_LRU_LISTS]; | ^~~~~~~ /kisskb/src/mm/vmscan.c:2952:23: note: byref variable will be forcibly initialized 2952 | unsigned long nr[NR_LRU_LISTS]; | ^~ /kisskb/src/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; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'nocb_cb_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:832:21: note: in expansion of macro 'smp_load_acquire' 832 | if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:828:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 828 | swait_event_interruptible_exclusive(rdp->nocb_cb_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:820:23: note: byref variable will be forcibly initialized 820 | unsigned long cur_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_all_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:874:14: note: in expansion of macro 'smp_load_acquire' 874 | if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_note_context_switch': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_plugin.h:897:14: note: in expansion of macro 'smp_load_acquire' 897 | if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'get_sve_vls': /kisskb/src/arch/arm64/kvm/guest.c:309:13: note: byref variable will be forcibly initialized 309 | u64 vqs[KVM_ARM64_SVE_VLS_WORDS]; | ^~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'get_sve_reg': /kisskb/src/arch/arm64/kvm/guest.c:481:37: note: byref variable will be forcibly initialized 481 | struct sve_state_reg_region region; | ^~~~~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'get_timer_reg': /kisskb/src/arch/arm64/kvm/guest.c:634:13: note: byref variable will be forcibly initialized 634 | u64 val; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:2060:19: note: byref variable will be forcibly initialized 2060 | LIST_HEAD(clean_folios); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2057:29: note: byref variable will be forcibly initialized 2057 | struct reclaim_stat stat; | ^~~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'set_core_reg': /kisskb/src/arch/arm64/kvm/guest.c:218:21: note: byref variable will be forcibly initialized 218 | __uint128_t tmp; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2634:19: note: byref variable will be forcibly initialized 2634 | LIST_HEAD(node_folio_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'set_sve_vls': /kisskb/src/arch/arm64/kvm/guest.c:333:13: note: byref variable will be forcibly initialized 333 | u64 vqs[KVM_ARM64_SVE_VLS_WORDS]; | ^~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'set_sve_reg': /kisskb/src/arch/arm64/kvm/guest.c:507:37: note: byref variable will be forcibly initialized 507 | struct sve_state_reg_region region; | ^~~~~~ /kisskb/src/arch/arm64/kvm/guest.c: In function 'set_timer_reg': /kisskb/src/arch/arm64/kvm/guest.c:621:13: note: byref variable will be forcibly initialized 621 | u64 val; | ^~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:89:20: note: byref variable will be forcibly initialized 89 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ /kisskb/src/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/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:493:15: note: byref variable will be forcibly initialized 493 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/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:89:20: note: byref variable will be forcibly initialized 89 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/kernel/dma/direct.c:7: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:27: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_resource': /kisskb/src/kernel/dma/direct.c:523:20: note: byref variable will be forcibly initialized 523 | dma_addr_t dma_addr = paddr; | ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:562:13: note: byref variable will be forcibly initialized 562 | int ret = -ENXIO; | ^~~ /kisskb/src/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/arch/arm64/kernel/mte.c: In function '__access_remote_tags': /kisskb/src/arch/arm64/kernel/mte.c:382:30: note: byref variable will be forcibly initialized 382 | struct page *page = NULL; | ^~~~ /kisskb/src/arch/arm64/kernel/mte.c:367:32: note: byref variable will be forcibly initialized 367 | struct vm_area_struct *vma; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/kernel/irq/generic-chip.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/generic-chip.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kernel/mte.c: In function 'mte_ptrace_copy_tags': /kisskb/src/arch/arm64/kernel/mte.c:470:22: note: byref variable will be forcibly initialized 470 | struct iovec kiov; | ^~~~ 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; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_show_print': /kisskb/src/mm/vmstat.c:2218:33: note: byref variable will be forcibly initialized 2218 | struct contig_page_info info; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:967:27: note: byref variable will be forcibly initialized 967 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/mm/vmstat.c: In function 'unusable_show_print': /kisskb/src/mm/vmstat.c:2166:33: note: byref variable will be forcibly initialized 2166 | 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; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:17: note: in expansion of macro 'rcu_assign_pointer' 525 | rcu_assign_pointer(domain->revmap[hwirq], irq_data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:17: note: in expansion of macro 'rcu_assign_pointer' 510 | rcu_assign_pointer(domain->revmap[hwirq], NULL); | ^~~~~~~~~~~~~~~~~~ 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/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1522:17: note: in expansion of macro 'rcu_assign_pointer' 1522 | rcu_assign_pointer(d->domain->revmap[d->hwirq], d); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:22: note: byref variable will be forcibly initialized 765 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:25: note: byref variable will be forcibly initialized 764 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:27: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/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/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/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; | ^~ In file included from /kisskb/src/arch/arm64/include/asm/percpu.h:249, from /kisskb/src/arch/arm64/include/asm/smp.h:28, from /kisskb/src/include/linux/smp.h:113, from /kisskb/src/include/linux/percpu.h:7, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/debug.c:9: /kisskb/src/arch/arm64/kvm/debug.c: In function 'kvm_arm_init_debug': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/include/asm-generic/percpu.h:72:33: note: in definition of macro 'raw_cpu_generic_to_op' 72 | *raw_cpu_ptr(&(pcp)) op val; \ | ^~~ /kisskb/src/include/linux/percpu-defs.h:380:25: note: in expansion of macro 'raw_cpu_write_8' 380 | case 8: stem##8(variable, __VA_ARGS__);break; \ | ^~~~ /kisskb/src/include/linux/percpu-defs.h:421:41: note: in expansion of macro '__pcpu_size_call' 421 | #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/percpu-defs.h:452:9: note: in expansion of macro 'raw_cpu_write' 452 | raw_cpu_write(pcp, val); \ | ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/debug.c:68:9: note: in expansion of macro '__this_cpu_write' 68 | __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:766:31: note: in expansion of macro 'kvm_call_hyp_nvhe' 766 | ret = kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/debug.c:68:36: note: in expansion of macro 'kvm_call_hyp_ret' 68 | __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2)); | ^~~~~~~~~~~~~~~~ /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/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmstat.c: In function 'extfrag_for_order': /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/mm/vmstat.c:1130:33: note: byref variable will be forcibly initialized 1130 | struct contig_page_info info; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/mm/backing-dev.c:3: /kisskb/src/mm/backing-dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/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/time/time.c: In function 'get_old_timex32': /kisskb/src/kernel/time/time.c:288:28: note: byref variable will be forcibly initialized 288 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function 'put_old_timex32': /kisskb/src/kernel/time/time.c:320:28: note: byref variable will be forcibly initialized 320 | struct old_timex32 tx32; | ^~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex_time32': /kisskb/src/kernel/time/time.c:351:31: note: byref variable will be forcibly initialized 351 | struct __kernel_timex txc; | ^~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:27: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ /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; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_pipe_update_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:427:17: note: in expansion of macro 'smp_store_release' 427 | smp_store_release(&rtrcp->rtc_ready, 1); // Pair with smp_load_acquire(). | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'datablob_parse': /kisskb/src/security/keys/trusted-keys/trusted_core.c:77:14: note: byref variable will be forcibly initialized 77 | long keylen; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:76:21: note: byref variable will be forcibly initialized 76 | substring_t args[MAX_OPT_ARGS]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'trusted_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:276:9: note: in expansion of macro 'rcu_assign_keypointer' 276 | rcu_assign_keypointer(key, new_p); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:232:15: note: byref variable will be forcibly initialized 232 | char *datablob, *orig_datablob; | ^~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2127:29: note: byref variable will be forcibly initialized 2127 | struct task_struct *t; | ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_failed': /kisskb/src/kernel/rcu/rcutorture.c:974:13: note: byref variable will be forcibly initialized 974 | int cpu; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'trusted_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:210:17: note: in expansion of macro 'rcu_assign_keypointer' 210 | rcu_assign_keypointer(key, payload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:152:15: note: byref variable will be forcibly initialized 152 | char *datablob, *orig_datablob; | ^~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/kernel/rcu/rcutorture.c:1021:23: note: byref variable will be forcibly initialized 1021 | unsigned long gp_state_time; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader_do_mbchk': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1528:9: note: in expansion of macro 'smp_store_release' 1528 | smp_store_release(&rtrcp_assigner->rtc_chkrdr, -1); // Assigner can again assign. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1527:9: note: in expansion of macro 'smp_store_release' 1527 | smp_store_release(&rtrcp->rtc_assigner, NULL); // Someone else can assign us work. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1515:33: note: in expansion of macro 'smp_load_acquire' 1515 | if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1503:14: note: in expansion of macro 'smp_load_acquire' 1503 | !smp_load_acquire(&rtrcp_chker->rtc_assigner)) { // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1501:13: note: in expansion of macro 'smp_load_acquire' 1501 | smp_load_acquire(&rtrcp->rtc_chkrdr) < 0 && // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ /kisskb/src/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/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ 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/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1725:13: note: byref variable will be forcibly initialized 1725 | int readstate = 0; | ^~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'get_next_modinfo': /kisskb/src/kernel/module/main.c:1554:23: note: byref variable will be forcibly initialized 1554 | unsigned long size = infosec->sh_size; | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/kernel/rcu/rcutorture.c:1828:27: note: byref variable will be forcibly initialized 1828 | struct timer_list t; | ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1827:31: note: byref variable will be forcibly initialized 1827 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fakewriter': /kisskb/src/kernel/rcu/rcutorture.c:1403:31: note: byref variable will be forcibly initialized 1403 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /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; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_writer': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1255:17: note: in expansion of macro 'rcu_assign_pointer' 1255 | rcu_assign_pointer(rcu_torture_current, rp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/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/rcu/rcutorture.c: In function 'rcu_torture_stats_print': /kisskb/src/kernel/rcu/rcutorture.c:2006:46: note: byref variable will be forcibly initialized 2006 | unsigned long __maybe_unused gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2005:36: note: byref variable will be forcibly initialized 2005 | int __maybe_unused flags = 0; | ^~~~~ /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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1119:13: note: in expansion of macro 'wait_event_interruptible_timeout' 1119 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1117:14: note: byref variable will be forcibly initialized 1117 | char owner[MODULE_NAME_LEN]; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/security/keys/gc.c:8: /kisskb/src/security/keys/gc.c: In function 'generic_test_bit_acquire': /kisskb/src/kernel/rcu/rcutorture.c:1870:17: note: byref variable will be forcibly initialized 1870 | ktime_t toggle_delay; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1869:31: note: byref variable will be forcibly initialized 1869 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/module/main.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module/main.c:1250:48: note: byref variable will be forcibly initialized 1250 | struct find_symbol_arg fsa = { | ^~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2574:31: note: in expansion of macro 'wait_event_interruptible' 2574 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/kernel/rcu/rcutorture.c:2405:29: note: byref variable will be forcibly initialized 2405 | struct fwd_cb_state fcs; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/rcutorture.c:2633:13: note: byref variable will be forcibly initialized 2633 | int tested_tries = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2632:13: note: byref variable will be forcibly initialized 2632 | int tested = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'do_init_module': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2496:9: note: in expansion of macro 'rcu_assign_pointer' 2496 | rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2822:17: note: in expansion of macro 'wait_event' 2822 | wait_event(barrier_wq, | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2819:17: note: in expansion of macro 'smp_store_release' 2819 | smp_store_release(&barrier_phase, !barrier_phase); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:9: note: in expansion of macro 'wait_event' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:34: note: in expansion of macro 'smp_load_acquire' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:9: note: in expansion of macro 'wait_event' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:34: note: in expansion of macro 'smp_load_acquire' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2783:17: note: in expansion of macro 'wait_event' 2783 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2785:29: note: in expansion of macro 'smp_load_acquire' 2785 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2783:17: note: in expansion of macro 'wait_event' 2783 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2785:29: note: in expansion of macro 'smp_load_acquire' 2785 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2777:25: note: byref variable will be forcibly initialized 2777 | struct rcu_head rcu; | ^~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module/main.c:2926:15: note: byref variable will be forcibly initialized 2926 | void *buf = NULL; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2996:9: note: in expansion of macro 'smp_store_release' 2996 | smp_store_release(&read_exit_child_stopped, true); // After reaping. | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:2963:31: note: byref variable will be forcibly initialized 2963 | DEFINE_TORTURE_RANDOM(trs); | ^~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/module/main.c: In function 'print_modules': /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_mem_dump_obj': /kisskb/src/kernel/rcu/rcutorture.c:2049:26: note: byref variable will be forcibly initialized 2049 | struct rcu_head *rhp; | ^~~ /kisskb/src/kernel/module/main.c:3145:14: note: byref variable will be forcibly initialized 3145 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:3033:23: note: byref variable will be forcibly initialized 3033 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3032:13: note: byref variable will be forcibly initialized 3032 | int flags = 0; | ^~~~~ /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; | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/rcutorture.c:3223:23: note: byref variable will be forcibly initialized 3223 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3222:13: note: byref variable will be forcibly initialized 3222 | int flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/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; | ^~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/kernel/irq/irq_sim.c:8: /kisskb/src/kernel/irq/irq_sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:22: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~ /kisskb/src/mm/percpu.c:752:13: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_dump_alloc_info': /kisskb/src/mm/percpu.c:2487:14: note: byref variable will be forcibly initialized 2487 | char empty_str[] = "--------"; | ^~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:28: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:22: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~ /kisskb/src/mm/percpu.c:1110:13: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h: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/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/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/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/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/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ 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, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:37: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:1988:19: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/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]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'mark_key_instantiated': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:414:9: note: in expansion of macro 'smp_store_release' 414 | smp_store_release(&key->state, | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c: In function 'generic_key_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:1129:17: note: in expansion of macro 'rcu_assign_keypointer' 1129 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/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/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:34: note: byref variable will be forcibly initialized 828 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:827:38: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/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/futex/syscalls.c: In function 'futex_parse_waitv': /kisskb/src/kernel/futex/syscalls.c:201:28: note: byref variable will be forcibly initialized 201 | struct futex_waitv aux; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/kernel/futex/syscalls.c:3: /kisskb/src/kernel/futex/syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_waitv': /kisskb/src/kernel/futex/syscalls.c:253:17: note: byref variable will be forcibly initialized 253 | ktime_t time; | ^~~~ /kisskb/src/kernel/futex/syscalls.c:252:27: note: byref variable will be forcibly initialized 252 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:250:32: note: byref variable will be forcibly initialized 250 | struct hrtimer_sleeper to; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex': /kisskb/src/kernel/futex/syscalls.c:170:27: note: byref variable will be forcibly initialized 170 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:169:17: note: byref variable will be forcibly initialized 169 | ktime_t t, *tp = NULL; | ^ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_time32': /kisskb/src/kernel/futex/syscalls.c:362:27: note: byref variable will be forcibly initialized 362 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:361:17: note: byref variable will be forcibly initialized 361 | ktime_t t, *tp = NULL; | ^ /kisskb/src/security/safesetid/securityfs.c: In function 'parse_policy_line': /kisskb/src/security/safesetid/securityfs.c:36:28: note: byref variable will be forcibly initialized 36 | u32 parsed_parent, parsed_child; | ^~~~~~~~~~~~ /kisskb/src/security/safesetid/securityfs.c:36:13: note: byref variable will be forcibly initialized 36 | u32 parsed_parent, parsed_child; | ^~~~~~~~~~~~~ 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/security/safesetid/securityfs.c:17: /kisskb/src/security/safesetid/securityfs.c: In function 'handle_policy_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/safesetid/securityfs.c:218:23: note: in expansion of macro 'rcu_replace_pointer' 218 | pol = rcu_replace_pointer(safesetid_setgid_rules, pol, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/safesetid/securityfs.c:213:23: note: in expansion of macro 'rcu_replace_pointer' 213 | pol = rcu_replace_pointer(safesetid_setuid_rules, pol, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/module/tree_lookup.c:9: /kisskb/src/kernel/module/tree_lookup.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:9: note: in expansion of macro 'rcu_assign_pointer' 74 | rcu_assign_pointer(*rb_link, node); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/swiotlb.c:26: /kisskb/src/kernel/dma/swiotlb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/swiotlb.c: In function 'swiotlb_mem_remap': /kisskb/src/kernel/dma/swiotlb.c:223:29: note: byref variable will be forcibly initialized 223 | 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:865:20: note: byref variable will be forcibly initialized 865 | dma_addr_t dma_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/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/kernel/irq/msi.c:14: /kisskb/src/kernel/irq/msi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/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/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/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/kernel/module/procfs.c: In function 'm_show': /kisskb/src/kernel/module/procfs.c:68:14: note: byref variable will be forcibly initialized 68 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/stacktrace/nvhe.h:21, from /kisskb/src/arch/arm64/kvm/stacktrace.c:22: /kisskb/src/arch/arm64/kvm/stacktrace.c: In function 'unwind_next_common': /kisskb/src/arch/arm64/include/asm/stacktrace/common.h:147:39: note: byref variable will be forcibly initialized 147 | unsigned long fp = state->fp, kern_fp = fp; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/stacktrace.c: In function 'unwind_next': /kisskb/src/arch/arm64/kvm/stacktrace.c:100:27: note: byref variable will be forcibly initialized 100 | struct stack_info info; | ^~~~ /kisskb/src/arch/arm64/kvm/stacktrace.c: In function 'hyp_dump_backtrace': /kisskb/src/arch/arm64/kvm/stacktrace.c:161:29: note: byref variable will be forcibly initialized 161 | struct unwind_state state; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function '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:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | 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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | 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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | 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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | 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:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function '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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:350:23: note: byref variable will be forcibly initialized 350 | unsigned long hashval; | ^~~~~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'perf_trace_rss_stat': /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; | ^~~ /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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function '__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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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/trace/bpf_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: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: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: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: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: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_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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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: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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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: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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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/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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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: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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | 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: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/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | 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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | 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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | 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:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | 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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | 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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(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: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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | 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: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:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | 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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /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:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | 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:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | 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:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | 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:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | 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:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_common.c: In function 'slab_caches_to_rcu_destroy_workfn': /kisskb/src/mm/slab_common.c:419:19: note: byref variable will be forcibly initialized 419 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/mm/slab_common.c:7: /kisskb/src/mm/slab_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/mm/slab_common.c: In function 'cache_show': /kisskb/src/mm/slab_common.c:1049:25: note: byref variable will be forcibly initialized 1049 | struct slabinfo sinfo; | ^~~~~ /kisskb/src/mm/slab_common.c: In function 'kmalloc_fix_flags': /kisskb/src/mm/slab_common.c:909:15: note: byref variable will be forcibly initialized 909 | gfp_t invalid_mask = flags & GFP_SLAB_BUG_MASK; | ^~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'cache_random_seq_create': /kisskb/src/mm/slab_common.c:979:26: note: byref variable will be forcibly initialized 979 | struct rnd_state state; | ^~~~~ /kisskb/src/mm/slab_common.c: In function 'dump_unreclaimable_slab': /kisskb/src/mm/slab_common.c:1079:25: note: byref variable will be forcibly initialized 1079 | struct slabinfo sinfo; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_get_hash_alg': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:100:9: note: in expansion of macro 'smp_store_release' 100 | smp_store_release(&alg->tfm, tfm); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:77:45: note: in definition of macro 'likely' 77 | # define likely(x) __builtin_expect(!!(x), 1) | ^ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:20: note: in expansion of macro 'smp_load_acquire' 56 | if (likely(smp_load_acquire(&alg->tfm) != NULL)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_prepare_hash_state': /kisskb/src/fs/verity/hash_algs.c:164:29: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:28: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_page': /kisskb/src/fs/verity/hash_algs.c:238:29: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:28: note: byref variable will be forcibly initialized 237 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_buffer': /kisskb/src/fs/verity/hash_algs.c:286:29: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:28: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ /kisskb/src/security/integrity/digsig.c: In function 'integrity_load_x509': /kisskb/src/security/integrity/digsig.c:187:15: note: byref variable will be forcibly initialized 187 | void *data = NULL; | ^~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'dbg_to_reg': /kisskb/src/arch/arm64/kvm/sys_regs.c:416:19: note: byref variable will be forcibly initialized 416 | u64 mask, shift; | ^~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c:416:13: note: byref variable will be forcibly initialized 416 | u64 mask, shift; | ^~~~ 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/arch/arm64/kvm/sys_regs.c: In function 'access_pmceid': /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/arch/arm64/kvm/sys_regs.c:738:27: note: byref variable will be forcibly initialized 738 | u64 pmceid, mask, shift; | ^~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c:738:21: note: byref variable will be forcibly initialized 738 | u64 pmceid, mask, shift; | ^~~~ /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/measure.c:8: /kisskb/src/fs/verity/measure.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/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/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': 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/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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/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/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/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) | ^~~~ /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; | ^~~~~ 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, | ^~~~~~~~~~~ /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, | ^~~~~~~~~~~~~~~~~~~ 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/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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/arch/arm64/kvm/sys_regs.c: In function 'reg_to_dbg': /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/arch/arm64/kvm/sys_regs.c:399:19: note: byref variable will be forcibly initialized 399 | u64 mask, shift, val; | ^~~~~ /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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c:399:13: note: byref variable will be forcibly initialized 399 | u64 mask, shift, val; | ^~~~ /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/compaction.h:345, from /kisskb/src/mm/compaction.c:51: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': /kisskb/src/include/trace/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/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/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/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/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/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/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/mm/compaction.c: In function 'trace_event_raw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/arm64/include/asm/bug.h:26, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/percpu.h:5, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/sys_regs.c:14: /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'print_sys_reg_msg': /kisskb/src/arch/arm64/kvm/sys_regs.h:99:42: note: byref variable will be forcibly initialized 99 | &(struct va_format){ fmt, &va }, | ^ /kisskb/src/include/linux/printk.h:436:33: note: in definition of macro 'printk_index_wrap' 436 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/printk.h:658:17: note: in expansion of macro 'printk' 658 | printk(fmt, ##__VA_ARGS__); \ | ^~~~~~ /kisskb/src/include/linux/printk.h:672:9: note: in expansion of macro 'printk_ratelimited' 672 | printk_ratelimited(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/kvm_host.h:801:9: note: in expansion of macro 'pr_err_ratelimited' 801 | pr_err_ratelimited("kvm [%i]: " fmt, \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.h:98:9: note: in expansion of macro 'kvm_pr_unimpl' 98 | kvm_pr_unimpl("%pV { Op0(%2u), Op1(%2u), CRn(%2u), CRm(%2u), Op2(%2u), func_%s },\n", | ^~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/kvm/sys_regs.c:32: /kisskb/src/arch/arm64/kvm/sys_regs.h:94:17: note: byref variable will be forcibly initialized 94 | va_list va; | ^~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_try_to_compact_pages': /kisskb/src/kernel/time/timer.c: In function '__bpf_trace_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/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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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/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, | ^~~~~~~~~~~~~~~~~~~ /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/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/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/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/compaction.h:282:1: note: in expansion of macro 'TRACE_EVENT' 282 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /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/mm/compaction.c: In function 'trace_event_raw_event_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/events/compaction.h:299:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 299 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /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/arch/arm64/kvm/sys_regs.c: In function 'kvm_handle_cp_64': /kisskb/src/arch/arm64/kvm/sys_regs.c:2248:31: note: byref variable will be forcibly initialized 2248 | struct sys_reg_params params; | ^~~~~~ /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/arch/arm64/kvm/sys_regs.c: In function 'walk_sys_regs': /kisskb/src/arch/arm64/kvm/sys_regs.c:2914:22: note: byref variable will be forcibly initialized 2914 | unsigned int total = 0; | ^~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'vcpu_read_sys_reg': /kisskb/src/arch/arm64/kvm/sys_regs.c:66:13: note: byref variable will be forcibly initialized 66 | u64 val = 0x8badf00d8badf00d; | ^~~ /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'access_actlr': /kisskb/src/arch/arm64/kvm/sys_regs.c:180:19: note: byref variable will be forcibly initialized 180 | u64 mask, shift; | ^~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c:180:13: note: byref variable will be forcibly initialized 180 | u64 mask, shift; | ^~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'access_vm_reg': /kisskb/src/arch/arm64/kvm/sys_regs.c:156:24: note: byref variable will be forcibly initialized 156 | u64 val, mask, shift; | ^~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c:156:18: note: byref variable will be forcibly initialized 156 | u64 val, mask, shift; | ^~~~ /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/arch/arm64/kvm/sys_regs.c: In function 'kvm_handle_cp10_id': /kisskb/src/arch/arm64/kvm/sys_regs.c:2348:31: note: byref variable will be forcibly initialized 2348 | struct sys_reg_params params; | ^~~~~~ /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/arch/arm64/kvm/sys_regs.c: In function 'get_reg_by_id': /kisskb/src/arch/arm64/kvm/sys_regs.c:2579:31: note: byref variable will be forcibly initialized 2579 | struct sys_reg_params params; | ^~~~~~ 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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/sys_regs.c: In function 'kvm_sys_reg_get_user': /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/arch/arm64/kvm/sys_regs.c:2761:13: note: byref variable will be forcibly initialized 2761 | u64 val; | ^~~ /kisskb/src/include/trace/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/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/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': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/time/timer.c: In function 'usleep_range_state': /kisskb/src/kernel/time/timer.c:2126:17: note: byref variable will be forcibly initialized 2126 | ktime_t exp = ktime_add_us(ktime_get(), min); | ^~~ /kisskb/src/mm/compaction.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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, | ^~~~~~~~~~~~~~~~~~~ /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/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyring.c:10: /kisskb/src/security/keys/keyring.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:553:14: note: byref variable will be forcibly initialized 553 | bool locked = false; | ^~~~~~ /kisskb/src/mm/compaction.c:552:23: note: byref variable will be forcibly initialized 552 | unsigned long flags = 0; | ^~~~~ /kisskb/src/mm/compaction.c: In function '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/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; | ^~~ 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/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:13: note: byref variable will be forcibly initialized 169 | u32 piece; | ^~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages': /kisskb/src/mm/compaction.c:1574:23: note: byref variable will be forcibly initialized 1574 | unsigned long isolate_start_pfn; /* exact pfn we start at */ | ^~~~~~~~~~~~~~~~~ /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/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:794:23: note: byref variable will be forcibly initialized 794 | unsigned long flags = 0; | ^~~~~ /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/mm/compaction.c: In function '__compact_finished': /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/mm/compaction.c:2123:22: note: byref variable will be forcibly initialized 2123 | bool can_steal; | ^~~~~~~~~ /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/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:699:31: note: byref variable will be forcibly initialized 699 | unsigned long isolate_start_pfn = pfn; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c:687:19: note: byref variable will be forcibly initialized 687 | LIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone': /kisskb/src/mm/compaction.c:2300:22: note: byref variable will be forcibly initialized 2300 | unsigned int nr_succeeded = 0; | ^~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone_order': /kisskb/src/mm/compaction.c:2521:32: note: byref variable will be forcibly initialized 2521 | 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:2951:21: note: in expansion of macro 'wait_event_freezable_timeout' 2951 | if (wait_event_freezable_timeout(pgdat->kcompactd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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); | ^~~~ /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); | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/futex/requeue.c:3: /kisskb/src/kernel/futex/requeue.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_wakeup_sync': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_proxy_trylock_atomic': /kisskb/src/kernel/futex/requeue.c:273:13: note: byref variable will be forcibly initialized 273 | u32 curval; | ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue': /kisskb/src/kernel/futex/requeue.c:474:37: note: byref variable will be forcibly initialized 474 | struct task_struct *exiting = NULL; | ^~~~~~~ /kisskb/src/kernel/futex/requeue.c:450:21: note: byref variable will be forcibly initialized 450 | u32 curval; | ^~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/requeue.c:5: /kisskb/src/kernel/futex/requeue.c:372:23: note: byref variable will be forcibly initialized 372 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/requeue.c:369:32: note: byref variable will be forcibly initialized 369 | struct futex_pi_state *pi_state = NULL; | ^~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_wait_requeue_pi': /kisskb/src/kernel/futex/requeue.c:768:35: note: byref variable will be forcibly initialized 768 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/requeue.c:767:32: note: byref variable will be forcibly initialized 767 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/requeue.c:766:32: note: byref variable will be forcibly initialized 766 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/keyctl.c:9: /kisskb/src/security/keys/keyctl.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_add_key': /kisskb/src/security/keys/keyctl.c:81:14: note: byref variable will be forcibly initialized 81 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_request_key': /kisskb/src/security/keys/keyctl.c:176:14: note: byref variable will be forcibly initialized 176 | char type[32], *description, *callout_info; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_common': /kisskb/src/security/keys/keyctl.c:1173:31: note: byref variable will be forcibly initialized 1173 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:14: note: byref variable will be forcibly initialized 723 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:33: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:30: note: byref variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:25: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1279:46: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/security/keys/keyctl.c:1279:22: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_reject_key': /kisskb/src/security/keys/keyctl.c:1335:31: note: byref variable will be forcibly initialized 1335 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_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]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-map-ops.h:9, from /kisskb/src/kernel/dma/remap.c:5: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/open.c:8: /kisskb/src/fs/verity/open.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/module/sysfs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/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/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'mod_kobject_put': /kisskb/src/kernel/module/sysfs.c:331:36: note: byref variable will be forcibly initialized 331 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/audit.h:12, from /kisskb/src/security/commoncap.c:6: /kisskb/src/security/commoncap.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:386:15: note: byref variable will be forcibly initialized 386 | char *tmpbuf = NULL; | ^~~~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:655:32: note: byref variable will be forcibly initialized 655 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:733:33: note: byref variable will be forcibly initialized 733 | struct cpu_vfs_cap_data vcaps; | ^~~~~ /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/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/waitwake.c:131:9: note: in expansion of macro 'smp_store_release' 131 | smp_store_release(&q->lock_ptr, NULL); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/waitwake.c:7: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake': /kisskb/src/kernel/futex/waitwake.c:149:23: note: byref variable will be forcibly initialized 149 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_op': /kisskb/src/kernel/futex/waitwake.c:245:23: note: byref variable will be forcibly initialized 245 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple': /kisskb/src/kernel/futex/waitwake.c:527:18: note: byref variable will be forcibly initialized 527 | int ret, hint = 0; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_setup': /kisskb/src/kernel/futex/waitwake.c:580:13: note: byref variable will be forcibly initialized 580 | u32 uval; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait': /kisskb/src/kernel/futex/waitwake.c:637:24: note: byref variable will be forcibly initialized 637 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/waitwake.c:636:35: note: byref variable will be forcibly initialized 636 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/waitwake.c:634:32: note: byref variable will be forcibly initialized 634 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_restart': /kisskb/src/kernel/futex/waitwake.c:697:17: note: byref variable will be forcibly initialized 697 | ktime_t t, *tp = NULL; | ^ 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/security/landlock/ruleset.c:16: /kisskb/src/security/landlock/ruleset.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/security/landlock/ruleset.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_grpen1': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:200:26: note: byref variable will be forcibly initialized 200 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_grpen1': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:188:26: note: byref variable will be forcibly initialized 188 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_grpen0': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:165:26: note: byref variable will be forcibly initialized 165 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_ctlr': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:18:26: note: byref variable will be forcibly initialized 18 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_bpr1': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:136:26: note: byref variable will be forcibly initialized 136 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_bpr0': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:113:26: note: byref variable will be forcibly initialized 113 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'set_gic_pmr': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:90:26: note: byref variable will be forcibly initialized 90 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_grpen0': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:177:26: note: byref variable will be forcibly initialized 177 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_ctlr': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:63:26: note: byref variable will be forcibly initialized 63 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_bpr1': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:150:26: note: byref variable will be forcibly initialized 150 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_bpr0': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:125:26: note: byref variable will be forcibly initialized 125 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'get_gic_pmr': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:102:26: note: byref variable will be forcibly initialized 102 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c: In function 'vgic_v3_cpu_sysregs_uaccess': /kisskb/src/arch/arm64/kvm/vgic-sys-reg-v3.c:355:28: note: byref variable will be forcibly initialized 355 | struct kvm_one_reg reg = { | ^~~ /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/mm/workingset.c: In function 'workingset_refault': /kisskb/src/mm/workingset.c:298:13: note: byref variable will be forcibly initialized 298 | int memcgid; | ^~~~~~~ /kisskb/src/mm/workingset.c:297:14: note: byref variable will be forcibly initialized 297 | bool workingset; | ^~~~~~~~~~ /kisskb/src/mm/workingset.c:294:23: note: byref variable will be forcibly initialized 294 | unsigned long eviction; | ^~~~~~~~ /kisskb/src/mm/workingset.c:292:29: note: byref variable will be forcibly initialized 292 | struct pglist_data *pgdat; | ^~~~~ 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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:627:17: note: in expansion of macro 'rcu_assign_pointer' 627 | rcu_assign_pointer(hlist_next_rcu(last), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/process_keys.c:9: /kisskb/src/security/keys/process_keys.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:20: note: byref variable will be forcibly initialized 69 | u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:60:25: note: in expansion of macro 'smp_store_release' 60 | smp_store_release(&user_ns->user_keyring_register, | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'look_up_user_keyrings': /kisskb/src/security/keys/process_keys.c:83:14: note: byref variable will be forcibly initialized 83 | char buf[20]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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; | ^~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_session_keyring_rcu': /kisskb/src/security/keys/process_keys.c:189:14: note: byref variable will be forcibly initialized 189 | char buf[20]; | ^~~ /kisskb/src/security/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/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/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key_auth.c:10: /kisskb/src/security/keys/request_key_auth.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/read_metadata.c:8: /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:57:9: note: in expansion of macro 'rcu_assign_keypointer' 57 | rcu_assign_keypointer(key, (struct request_key_auth *)prep->data); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:152:17: note: in expansion of macro 'rcu_assign_keypointer' 152 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:139:9: note: in expansion of macro 'rcu_assign_keypointer' 139 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_new': /kisskb/src/security/keys/request_key_auth.c:168:14: note: byref variable will be forcibly initialized 168 | char desc[20]; | ^~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'key_get_instantiation_authkey': /kisskb/src/security/keys/request_key_auth.c:248:14: note: byref variable will be forcibly initialized 248 | char description[16]; | ^~~~~~~~~~~ /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; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'perf_trace_mmap_lock': /kisskb/src/include/trace/perf.h: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/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/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, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/request_key.c:11: /kisskb/src/security/keys/request_key.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_lockless': /kisskb/src/mm/gup.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int nr; | ^~ /kisskb/src/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/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:414:22: note: byref variable will be forcibly initialized 414 | unsigned int nr; | ^~ /kisskb/src/security/keys/request_key.c: In function 'construct_alloc_key': /kisskb/src/security/keys/request_key.c:372:34: note: byref variable will be forcibly initialized 372 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_key_and_link': /kisskb/src/security/keys/request_key.c:481:21: note: byref variable will be forcibly initialized 481 | struct key *key; | ^~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:304:22: note: byref variable will be forcibly initialized 304 | unsigned int nr; | ^~ /kisskb/src/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/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /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/mm/gup.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int nr; | ^~ /kisskb/src/security/keys/request_key.c:122:15: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~ /kisskb/src/security/keys/request_key.c:121:65: note: byref variable will be forcibly initialized 121 | struct key *key = rka->target_key, *keyring, *session, *user_session; | ^~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1836:14: note: byref variable will be forcibly initialized 1836 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2276:13: note: byref variable will be forcibly initialized 2276 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:2034:49: note: byref variable will be forcibly initialized 2034 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c:1941:19: note: byref variable will be forcibly initialized 1941 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/security/keys/user_defined.c:10: /kisskb/src/security/keys/user_defined.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:115:9: note: in expansion of macro 'rcu_assign_keypointer' 115 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:136:17: note: in expansion of macro 'rcu_assign_keypointer' 136 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1166:30: note: byref variable will be forcibly initialized 1166 | unsigned int foll_flags = gup_flags; | ^~~~~~~~~~ /kisskb/src/mm/gup.c:1146:32: note: byref variable will be forcibly initialized 1146 | struct vm_area_struct *vma = NULL; | ^~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2899:13: note: byref variable will be forcibly initialized 2899 | int nr_pinned = 0; | ^~~~~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2947:28: note: byref variable will be forcibly initialized 2947 | unsigned long len, end; | ^~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1657:13: note: byref variable will be forcibly initialized 1657 | int locked = 0; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'get_dump_page': /kisskb/src/mm/gup.c:1915:13: note: byref variable will be forcibly initialized 1915 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c:1914:22: note: byref variable will be forcibly initialized 1914 | struct page *page; | ^~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:901:27: note: byref variable will be forcibly initialized 901 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:928:35: note: byref variable will be forcibly initialized 928 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_validate_break_address': /kisskb/src/kernel/debug/debug_core.c:180:26: note: byref variable will be forcibly initialized 180 | struct kgdb_bkpt tmp; | ^~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:850:27: note: byref variable will be forcibly initialized 850 | struct kgdb_state kgdb_var; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/security/keys/proc.c:9: /kisskb/src/security/keys/proc.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/proc.c: In function 'proc_keys_show': /kisskb/src/security/keys/proc.c:160:14: note: byref variable will be forcibly initialized 160 | char xbuf[16]; | ^~~~ /kisskb/src/kernel/trace/rv/rv.c: In function 'enabled_monitors_start': /kisskb/src/kernel/trace/rv/rv.c:429:16: note: byref variable will be forcibly initialized 429 | loff_t l; | ^ /kisskb/src/kernel/trace/rv/rv.c: In function 'monitor_desc_read_data': /kisskb/src/kernel/trace/rv/rv.c:321:14: note: byref variable will be forcibly initialized 321 | char buff[256]; | ^~~~ /kisskb/src/kernel/trace/rv/rv.c: In function 'monitor_enable_write_data': /kisskb/src/kernel/trace/rv/rv.c:287:14: note: byref variable will be forcibly initialized 287 | bool val; | ^~~ /kisskb/src/kernel/trace/rv/rv.c: In function 'enabled_monitors_write': /kisskb/src/kernel/trace/rv/rv.c:515:14: note: byref variable will be forcibly initialized 515 | char buff[MAX_RV_MONITOR_NAME_SIZE + 2]; | ^~~~ /kisskb/src/kernel/trace/rv/rv.c: In function 'monitoring_on_write_data': /kisskb/src/kernel/trace/rv/rv.c:651:14: note: byref variable will be forcibly initialized 651 | bool val; | ^~~ In file included from /kisskb/src/kernel/bpf/preload/iterators/iterators.lskel.h:6, from /kisskb/src/kernel/bpf/preload/bpf_preload_kern.c:6: /kisskb/src/kernel/bpf/preload/bpf_preload_kern.c: In function 'skel_map_create': /kisskb/src/tools/lib/bpf/skel_internal.h:226:24: note: byref variable will be forcibly initialized 226 | union bpf_attr attr; | ^~~~ /kisskb/src/kernel/bpf/preload/bpf_preload_kern.c: In function 'skel_map_update_elem': /kisskb/src/tools/lib/bpf/skel_internal.h:243:24: note: byref variable will be forcibly initialized 243 | union bpf_attr attr; | ^~~~ /kisskb/src/kernel/bpf/preload/bpf_preload_kern.c: In function 'bpf_load_and_run': /kisskb/src/tools/lib/bpf/skel_internal.h:289:24: note: byref variable will be forcibly initialized 289 | union bpf_attr attr; | ^~~~ /kisskb/src/tools/lib/bpf/skel_internal.h:288:40: note: byref variable will be forcibly initialized 288 | int map_fd = -1, prog_fd = -1, key = 0, err; | ^~~ /kisskb/src/tools/lib/bpf/skel_internal.h:288:13: note: byref variable will be forcibly initialized 288 | int map_fd = -1, prog_fd = -1, key = 0, err; | ^~~~~~ /kisskb/src/kernel/bpf/preload/bpf_preload_kern.c: In function 'skel_link_create': /kisskb/src/tools/lib/bpf/skel_internal.h:270:24: note: byref variable will be forcibly initialized 270 | union bpf_attr attr; | ^~~~ /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/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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/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_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:23: note: byref variable will be forcibly initialized 1319 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:25: note: byref variable will be forcibly initialized 1725 | ktime_t basenow; | ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:22: note: byref variable will be forcibly initialized 1721 | unsigned int active = cpu_base->active_bases & active_mask; | ^~~~~~ /kisskb/src/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 '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/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 '__do_sys_nanosleep_time32': /kisskb/src/kernel/time/hrtimer.c:2142:27: note: byref variable will be forcibly initialized 2142 | struct timespec64 tu; | ^~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:559:23: note: byref variable will be forcibly initialized 559 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:558:23: note: byref variable will be forcibly initialized 558 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:557:15: note: byref variable will be forcibly initialized 557 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'write_mem_msg': /kisskb/src/kernel/debug/gdbstub.c:369:23: note: byref variable will be forcibly initialized 369 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:368:23: note: byref variable will be forcibly initialized 368 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:367:15: note: byref variable will be forcibly initialized 367 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_set': /kisskb/src/kernel/debug/gdbstub.c:614:15: note: byref variable will be forcibly initialized 614 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:613:23: note: byref variable will be forcibly initialized 613 | unsigned long regnum; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:700:15: note: byref variable will be forcibly initialized 700 | char *ptr; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:699:23: note: byref variable will be forcibly initialized 699 | unsigned char thref[BUF_THREAD_ID_SIZE]; | ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_task': /kisskb/src/kernel/debug/gdbstub.c:812:15: note: byref variable will be forcibly initialized 812 | char *ptr; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_thread': /kisskb/src/kernel/debug/gdbstub.c:848:15: note: byref variable will be forcibly initialized 848 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_break': /kisskb/src/kernel/debug/gdbstub.c:869:23: note: byref variable will be forcibly initialized 869 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:868:23: note: byref variable will be forcibly initialized 868 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:867:15: note: byref variable will be forcibly initialized 867 | char *ptr = &remcom_in_buffer[2]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/kernel/debug/gdbstub.c:599:15: note: byref variable will be forcibly initialized 599 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:598:23: note: byref variable will be forcibly initialized 598 | unsigned long regnum; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:966:31: note: byref variable will be forcibly initialized 966 | unsigned char thref[BUF_THREAD_ID_SIZE]; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_readpage_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_range_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'perf_trace_iomap_iter': /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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_readpage_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_range_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_iter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_readpage_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/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_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/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_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/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_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/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_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/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_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/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_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/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_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/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_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/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function '__bpf_trace_iomap_iter': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/irq/affinity.c:6: /kisskb/src/kernel/irq/affinity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/affinity.c: In function '__irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:258:20: note: byref variable will be forcibly initialized 258 | nodemask_t nodemsk = NODE_MASK_NONE; | ^~~~~~~ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:345:29: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~~~~~ /kisskb/src/kernel/irq/affinity.c:345:23: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~ /kisskb/src/kernel/trace/rv/rv_reactors.c: In function 'monitor_reactors_write': /kisskb/src/kernel/trace/rv/rv_reactors.c:190:14: note: byref variable will be forcibly initialized 190 | char buff[MAX_RV_REACTOR_NAME_SIZE + 2]; | ^~~~ /kisskb/src/kernel/trace/rv/rv_reactors.c: In function 'reacting_on_write_data': /kisskb/src/kernel/trace/rv/rv_reactors.c:403:14: note: byref variable will be forcibly initialized 403 | bool val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/mm/mincore.c:11: /kisskb/src/mm/mincore.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:5320:16: note: byref variable will be forcibly initialized 5320 | pte_t *ptep; | ^~~~ /kisskb/src/mm/memory.c:5319:21: note: byref variable will be forcibly initialized 5319 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3617:35: note: byref variable will be forcibly initialized 3617 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'generic_access_phys': /kisskb/src/mm/memory.c:5382:21: note: byref variable will be forcibly initialized 5382 | spinlock_t *ptl; | ^~~ /kisskb/src/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/mm/memory.c:5381:16: note: byref variable will be forcibly initialized 5381 | pte_t *ptep, pte; | ^~~~ /kisskb/src/fs/verity/verify.c: In function 'fsverity_verify_bio': /kisskb/src/fs/verity/verify.c:230:30: note: byref variable will be forcibly initialized 230 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:3099:35: note: byref variable will be forcibly initialized 3099 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1409:13: note: byref variable will be forcibly initialized 1409 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1774:27: note: byref variable will be forcibly initialized 1774 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1773:35: note: byref variable will be forcibly initialized 1773 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1720:35: note: byref variable will be forcibly initialized 1720 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1747:27: note: byref variable will be forcibly initialized 1747 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1746:35: note: byref variable will be forcibly initialized 1746 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'do_numa_page': /kisskb/src/mm/memory.c:4684:13: note: byref variable will be forcibly initialized 4684 | int flags = 0; | ^~~~~ /kisskb/src/mm/memory.c: In function 'follow_phys': /kisskb/src/mm/memory.c:5341:21: note: byref variable will be forcibly initialized 5341 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5340:16: note: byref variable will be forcibly initialized 5340 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5446:30: note: byref variable will be forcibly initialized 5446 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/memory.c:5435:32: note: byref variable will be forcibly initialized 5435 | struct vm_area_struct *vma; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5710:33: note: byref variable will be forcibly initialized 5710 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:468:19: note: byref variable will be forcibly initialized 468 | pgtable_t new = pte_alloc_one(mm); | ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1030:22: note: byref variable will be forcibly initialized 1030 | struct page *prealloc = NULL; | ^~~~~~~~ /kisskb/src/mm/memory.c:1028:13: note: byref variable will be forcibly initialized 1028 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1127:23: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1127:13: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1213:36: note: byref variable will be forcibly initialized 1213 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:153:27: note: byref variable will be forcibly initialized 153 | struct timespec64 tmp; | ^~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:28: note: byref variable will be forcibly initialized 59 | struct scatterlist tmp[2]; | ^~~ /kisskb/src/crypto/scatterwalk.c:58:29: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1315:27: note: byref variable will be forcibly initialized 1315 | struct timespec64 ts_delta, xt; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1366:27: note: byref variable will be forcibly initialized 1366 | struct timespec64 tmp; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1280:35: note: byref variable will be forcibly initialized 1280 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1874:21: note: byref variable will be forcibly initialized 1874 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/mm/memory.c:2137:21: note: byref variable will be forcibly initialized 2137 | spinlock_t *ptl; | ^~~ /kisskb/src/kernel/time/timekeeping.c:2156:22: note: byref variable will be forcibly initialized 2156 | unsigned int clock_set = 0; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1425:35: note: byref variable will be forcibly initialized 1425 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1782:35: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1782:27: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1634:38: note: byref variable will be forcibly initialized 1634 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1634:27: note: byref variable will be forcibly initialized 1634 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2439:35: note: byref variable will be forcibly initialized 2439 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2429:23: note: byref variable will be forcibly initialized 2429 | s32 orig_tai, tai; | ^~~ /kisskb/src/kernel/time/timekeeping.c:2427:27: note: byref variable will be forcibly initialized 2427 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2425:31: note: byref variable will be forcibly initialized 2425 | struct audit_ntp_data ad; | ^~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2765:24: note: byref variable will be forcibly initialized 2765 | pgtbl_mod_mask mask = 0; | ^~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/kernel/events/core.c: In function 'perf_event_groups_first': /kisskb/src/kernel/events/core.c:1720:28: note: byref variable will be forcibly initialized 1720 | struct __group_key key = { | ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_groups_next': /kisskb/src/kernel/events/core.c:1739:28: note: byref variable will be forcibly initialized 1739 | struct __group_key key = { | ^~~ /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) | ^~~~ /kisskb/src/kernel/events/core.c: In function '__perf_event_output': /kisskb/src/kernel/events/core.c:7485:34: note: byref variable will be forcibly initialized 7485 | struct perf_event_header header; | ^~~~~~ /kisskb/src/kernel/events/core.c:7484:35: note: byref variable will be forcibly initialized 7484 | 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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:7602:22: note: in expansion of macro 'smp_load_acquire' 7602 | if (!smp_load_acquire(&event->ctx)) | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:472:38: note: byref variable will be forcibly initialized 472 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:662:38: note: byref variable will be forcibly initialized 662 | struct vm_area_struct *vma, *prev = NULL; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_register_guest_info_callbacks': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:6520:9: note: in expansion of macro 'rcu_assign_pointer' 6520 | rcu_assign_pointer(perf_guest_cbs, cbs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'visit_groups_merge': /kisskb/src/kernel/events/core.c:3634:25: note: byref variable will be forcibly initialized 3634 | struct min_heap event_heap; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:3633:28: note: byref variable will be forcibly initialized 3633 | struct perf_event *itrs[2]; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_pinned_sched_in': /kisskb/src/kernel/events/core.c:3751:13: note: byref variable will be forcibly initialized 3751 | int can_add_hw = 1; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'ctx_flexible_sched_in': /kisskb/src/kernel/events/core.c:3765:13: note: byref variable will be forcibly initialized 3765 | int can_add_hw = 1; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_swevent_init_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:13313:17: note: in expansion of macro 'rcu_assign_pointer' 13313 | rcu_assign_pointer(swhash->swevent_hlist, hlist); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'swevent_hlist_get_cpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:9574:17: note: in expansion of macro 'rcu_assign_pointer' 9574 | rcu_assign_pointer(swhash->swevent_hlist, hlist); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch': /kisskb/src/kernel/events/core.c:8714:34: note: byref variable will be forcibly initialized 8714 | struct perf_switch_event switch_event; | ^~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task': /kisskb/src/kernel/events/core.c:7861:32: note: byref variable will be forcibly initialized 7861 | struct perf_task_event task_event; | ^~~~~~~~~~ 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_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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5047:25: note: in expansion of macro 'smp_store_release' 5047 | 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:3043:32: note: byref variable will be forcibly initialized 3043 | struct stop_event_data sd = { | ^~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read': /kisskb/src/kernel/events/core.c:4485:39: note: byref variable will be forcibly initialized 4485 | struct perf_read_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_read_one': /kisskb/src/kernel/events/core.c:5331:13: note: byref variable will be forcibly initialized 5331 | u64 values[5]; | ^~~~~~ /kisskb/src/kernel/events/core.c:5330:22: note: byref variable will be forcibly initialized 5330 | u64 enabled, running; | ^~~~~~~ /kisskb/src/kernel/events/core.c:5330:13: note: byref variable will be forcibly initialized 5330 | u64 enabled, running; | ^~~~~~~ /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/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/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 = { | ^~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_group': /kisskb/src/kernel/events/core.c:6896:13: note: byref variable will be forcibly initialized 6896 | u64 values[6]; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read_one': /kisskb/src/kernel/events/core.c:6870:13: note: byref variable will be forcibly initialized 6870 | u64 values[5]; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_read': /kisskb/src/kernel/events/core.c:6949:39: note: byref variable will be forcibly initialized 6949 | u64 enabled = 0, running = 0, now; | ^~~ /kisskb/src/kernel/events/core.c:6949:26: note: byref variable will be forcibly initialized 6949 | u64 enabled = 0, running = 0, now; | ^~~~~~~ /kisskb/src/kernel/events/core.c:6949:13: note: byref variable will be forcibly initialized 6949 | u64 enabled = 0, running = 0, now; | ^~~~~~~ /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/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_addr_filters_splice': /kisskb/src/kernel/events/core.c:10202:19: note: byref variable will be forcibly initialized 10202 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/kernel/events/core.c:11: /kisskb/src/kernel/events/core.c: In function 'perf_unregister_guest_info_callbacks': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:6536:9: note: in expansion of macro 'rcu_assign_pointer' 6536 | rcu_assign_pointer(perf_guest_cbs, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_ustack': /kisskb/src/kernel/events/core.c:6651:21: note: byref variable will be forcibly initialized 6651 | u64 dyn_size; | ^~~~~~~~ /kisskb/src/kernel/events/core.c:6646:21: note: byref variable will be forcibly initialized 6646 | u64 size = 0; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_get_pgtable_size': /kisskb/src/kernel/events/core.c:7204:22: note: byref variable will be forcibly initialized 7204 | pmd_t *pmdp, pmd; | ^~~ /kisskb/src/kernel/events/core.c:7203:22: note: byref variable will be forcibly initialized 7203 | pud_t *pudp, pud; | ^~~ /kisskb/src/kernel/events/core.c:7202:22: note: byref variable will be forcibly initialized 7202 | p4d_t *p4dp, p4d; | ^~~ /kisskb/src/kernel/events/core.c:7201:22: note: byref variable will be forcibly initialized 7201 | pgd_t *pgdp, pgd; | ^~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample_regs': /kisskb/src/kernel/events/core.c:6555:21: note: byref variable will be forcibly initialized 6555 | 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:254, 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:6551:24: note: byref variable will be forcibly initialized 6551 | 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:7179:38: note: byref variable will be forcibly initialized 7179 | struct page *p; | ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_event': /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/kernel/events/core.c:7953:14: note: byref variable will be forcibly initialized 7953 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_fill_ns_link_info': /kisskb/src/kernel/events/core.c:8054:21: note: byref variable will be forcibly initialized 8054 | struct path ns_path; | ^~~~~~~ /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/kernel/events/core.c: In function 'perf_event_mmap_event': /kisskb/src/kernel/events/core.c:8337:14: note: byref variable will be forcibly initialized 8337 | char tmp[16]; | ^~~ /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/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; | ^~~~~~ 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/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/kernel/events/core.c: In function 'perf_event_mux_interval_ms_store': /kisskb/src/kernel/events/core.c:10969:13: note: byref variable will be forcibly initialized 10969 | int timer, cpu, ret; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_parse_addr_filter': /kisskb/src/kernel/events/core.c:10358:21: note: byref variable will be forcibly initialized 10358 | 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:10512:19: note: byref variable will be forcibly initialized 10512 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4685:25: note: in expansion of macro 'rcu_assign_pointer' 4685 | rcu_assign_pointer(task->perf_event_ctxp[ctxn], ctx); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:4614:23: note: byref variable will be forcibly initialized 4614 | unsigned long flags; | ^~~~~ /kisskb/src/security/landlock/fs.c: In function 'init_layer_masks': /kisskb/src/security/landlock/fs.c:315:37: note: byref variable will be forcibly initialized 315 | const unsigned long access_req = access_request; | ^~~~~~~~~~ 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/security/landlock/fs.c: In function 'unmask_layers': /kisskb/src/security/landlock/fs.c:256:37: note: byref variable will be forcibly initialized 256 | const unsigned long access_req = access_request; | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:2806:9: note: in expansion of macro 'smp_store_release' 2806 | smp_store_release(&event->ctx, ctx); | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'is_eacces': /kisskb/src/security/landlock/fs.c:419:29: note: byref variable will be forcibly initialized 419 | const unsigned long access_check = access_request & | ^~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'scope_to_request': /kisskb/src/security/landlock/fs.c:398:29: note: byref variable will be forcibly initialized 398 | 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:490:17: note: byref variable will be forcibly initialized 490 | _layer_masks_child2[LANDLOCK_NUM_ACCESS_FS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:489:22: note: byref variable will be forcibly initialized 489 | layer_mask_t _layer_masks_child1[LANDLOCK_NUM_ACCESS_FS], | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:487:21: note: byref variable will be forcibly initialized 487 | struct path walker_path; | ^~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'current_check_refer_path': /kisskb/src/security/landlock/fs.c:828:17: note: byref variable will be forcibly initialized 828 | layer_masks_parent2[LANDLOCK_NUM_ACCESS_FS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:827:22: note: byref variable will be forcibly initialized 827 | layer_mask_t layer_masks_parent1[LANDLOCK_NUM_ACCESS_FS], | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:826:21: note: byref variable will be forcibly initialized 826 | 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:1014:9: note: in expansion of macro 'wait_var_event' 1014 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c:975:25: note: in expansion of macro 'rcu_assign_pointer' 975 | rcu_assign_pointer(landlock_inode(inode)->object, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/landlock/fs.c: In function 'release_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | 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); | ^~~~~~~~~~~~~~~~~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | 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); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_local': /kisskb/src/kernel/events/core.c:4460:43: note: byref variable will be forcibly initialized 4460 | u64 __enabled, __running, __now; | ^~~~~ /kisskb/src/kernel/events/core.c:4460:32: note: byref variable will be forcibly initialized 4460 | u64 __enabled, __running, __now; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c:4460:21: note: byref variable will be forcibly initialized 4460 | u64 __enabled, __running, __now; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_update_userpage': /kisskb/src/kernel/events/core.c:5826:31: note: byref variable will be forcibly initialized 5826 | u64 enabled, running, now; | ^~~ /kisskb/src/kernel/events/core.c:5826:22: note: byref variable will be forcibly initialized 5826 | u64 enabled, running, now; | ^~~~~~~ /kisskb/src/kernel/events/core.c:5826:13: note: byref variable will be forcibly initialized 5826 | 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': 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/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:5956:9: note: in expansion of macro 'rcu_assign_pointer' 5956 | rcu_assign_pointer(event->rb, rb); | ^~~~~~~~~~~~~~~~~~ /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/kernel/events/core.c: In function 'perf_aux_sample_output': /kisskb/src/kernel/events/core.c:6787:21: note: byref variable will be forcibly initialized 6787 | u64 zero = 0; | ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2816:27: note: byref variable will be forcibly initialized 2816 | struct clone_args args; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_throttle': 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/events/core.c:8755:11: note: byref variable will be forcibly initialized 8755 | } throttle_event = { | ^~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/kernel/events/core.c:8747:33: note: byref variable will be forcibly initialized 8747 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8746:35: note: byref variable will be forcibly initialized 8746 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_swevent_hrtimer': /kisskb/src/kernel/events/core.c:10592:33: note: byref variable will be forcibly initialized 10592 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_itrace_start': /kisskb/src/kernel/events/core.c:9078:11: note: byref variable will be forcibly initialized 9078 | } rec; | ^~~ /kisskb/src/kernel/events/core.c:9073:33: note: byref variable will be forcibly initialized 9073 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:9072:35: note: byref variable will be forcibly initialized 9072 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_switch_output': /kisskb/src/kernel/events/core.c:8676:33: note: byref variable will be forcibly initialized 8676 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8675:35: note: byref variable will be forcibly initialized 8675 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_read_event': /kisskb/src/kernel/events/core.c:7547:32: note: byref variable will be forcibly initialized 7547 | struct perf_read_event read_event = { | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c:7546:33: note: byref variable will be forcibly initialized 7546 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:7545:35: note: byref variable will be forcibly initialized 7545 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_task_output': /kisskb/src/kernel/events/core.c:7819:33: note: byref variable will be forcibly initialized 7819 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1610:13: note: byref variable will be forcibly initialized 1610 | int error = 0; | ^~~~~ /kisskb/src/kernel/events/core.c:7818:35: note: byref variable will be forcibly initialized 7818 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm_output': /kisskb/src/kernel/events/core.c:7923:33: note: byref variable will be forcibly initialized 7923 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:7922:35: note: byref variable will be forcibly initialized 7922 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces_output': /kisskb/src/kernel/events/core.c:8022:33: note: byref variable will be forcibly initialized 8022 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8021:35: note: byref variable will be forcibly initialized 8021 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap_output': /kisskb/src/kernel/events/core.c:8304:28: note: byref variable will be forcibly initialized 8304 | u8 size[4] = { (u8) mmap_event->build_id_size, 0, 0, 0 }; | ^~~~ /kisskb/src/kernel/events/core.c:8267:33: note: byref variable will be forcibly initialized 8267 | struct perf_sample_data sample; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/kernel/events/core.c:8266:35: note: byref variable will be forcibly initialized 8266 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol_output': /kisskb/src/kernel/events/core.c:8806:33: note: byref variable will be forcibly initialized 8806 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8805:35: note: byref variable will be forcibly initialized 8805 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_output': /kisskb/src/kernel/events/core.c:8896:33: note: byref variable will be forcibly initialized 8896 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8895:35: note: byref variable will be forcibly initialized 8895 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke_output': /kisskb/src/kernel/events/core.c:9005:13: note: byref variable will be forcibly initialized 9005 | u64 padding = 0; | ^~~~~~~ /kisskb/src/kernel/events/core.c:9004:33: note: byref variable will be forcibly initialized 9004 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1262:9: note: in expansion of macro 'rcu_assign_pointer' 1262 | rcu_assign_pointer(mm->exe_file, new_exe_file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:9003:35: note: byref variable will be forcibly initialized 9003 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_output_sample': /kisskb/src/kernel/events/core.c:7108:21: note: byref variable will be forcibly initialized 7108 | u64 abi = data->regs_intr.abi; | ^~~ /kisskb/src/kernel/events/core.c:7076:21: note: byref variable will be forcibly initialized 7076 | u64 abi = data->regs_user.abi; | ^~~ /kisskb/src/kernel/events/core.c:7070:29: note: byref variable will be forcibly initialized 7070 | u64 nr = 0; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/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/kernel/events/core.c:7047:27: note: byref variable will be forcibly initialized 7047 | } 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:254, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/arm-smccc.h:8, from /kisskb/src/arch/arm64/kvm/trng.c:4: /kisskb/src/arch/arm64/kvm/trng.c: In function 'kvm_trng_do_rnd': /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/arch/arm64/kvm/trng.c:26:24: note: byref variable will be forcibly initialized 26 | DECLARE_BITMAP(bits, TRNG_MAX_BITS64); | ^~~~ /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/fork.c:1997:37: note: byref variable will be forcibly initialized 1997 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_comm': /kisskb/src/kernel/events/core.c:7972:32: note: byref variable will be forcibly initialized 7972 | struct perf_comm_event comm_event; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_namespaces': /kisskb/src/kernel/events/core.c:8069:38: note: byref variable will be forcibly initialized 8069 | struct perf_namespaces_event namespaces_event; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/events/core.c: In function 'perf_event_mmap': /kisskb/src/kernel/fork.c:2633:27: note: byref variable will be forcibly initialized 2633 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/events/core.c:8552:32: note: byref variable will be forcibly initialized 8552 | struct perf_mmap_event mmap_event; | ^~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_aux_event': /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/events/core.c:8595:11: note: byref variable will be forcibly initialized 8595 | } rec = { | ^~~ /kisskb/src/kernel/fork.c:2952:15: note: byref variable will be forcibly initialized 2952 | pid_t set_tid[MAX_PID_NS_LEVEL]; | ^~~~~~~ /kisskb/src/kernel/fork.c:2951:34: note: byref variable will be forcibly initialized 2951 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/events/core.c:8589:33: note: byref variable will be forcibly initialized 8589 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:8588:35: note: byref variable will be forcibly initialized 8588 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_log_lost_samples': /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3111:13: note: byref variable will be forcibly initialized 3111 | int error = 0; | ^~~~~ /kisskb/src/kernel/events/core.c:8631:11: note: byref variable will be forcibly initialized 8631 | } lost_samples_event = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/events/core.c:8625:33: note: byref variable will be forcibly initialized 8625 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/fork.c:3136:25: note: byref variable will be forcibly initialized 3136 | struct nsproxy *new_nsproxy = NULL; | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3135:22: note: byref variable will be forcibly initialized 3135 | struct cred *new_cred = NULL; | ^~~~~~~~ /kisskb/src/kernel/fork.c:3134:30: note: byref variable will be forcibly initialized 3134 | struct files_struct *new_fd = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c:8624:35: note: byref variable will be forcibly initialized 8624 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/fork.c:3133:32: note: byref variable will be forcibly initialized 3133 | struct fs_struct *fs, *new_fs = NULL; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_ksymbol': /kisskb/src/kernel/events/core.c:8830:14: note: byref variable will be forcibly initialized 8830 | char name[KSYM_NAME_LEN]; | ^~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3264:36: note: byref variable will be forcibly initialized 3264 | struct files_struct *old, *copy = NULL; | ^~~~ /kisskb/src/kernel/events/core.c:8829:35: note: byref variable will be forcibly initialized 8829 | struct perf_ksymbol_event ksymbol_event; | ^~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3286:13: note: byref variable will be forcibly initialized 3286 | int max = MAX_THREADS; | ^~~ /kisskb/src/kernel/fork.c:3285:13: note: byref variable will be forcibly initialized 3285 | int min = 1; | ^~~ /kisskb/src/kernel/fork.c:3284:13: note: byref variable will be forcibly initialized 3284 | int threads = max_threads; | ^~~~~~~ /kisskb/src/kernel/fork.c:3282:26: note: byref variable will be forcibly initialized 3282 | struct ctl_table t; | ^ /kisskb/src/kernel/events/core.c: In function 'perf_event_bpf_event': /kisskb/src/kernel/events/core.c:8943:31: note: byref variable will be forcibly initialized 8943 | struct perf_bpf_event bpf_event; | ^~~~~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_text_poke': /kisskb/src/kernel/events/core.c:9036:37: note: byref variable will be forcibly initialized 9036 | 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:9113:11: note: byref variable will be forcibly initialized 9113 | } rec; | ^~~ /kisskb/src/kernel/events/core.c:9109:33: note: byref variable will be forcibly initialized 9109 | struct perf_sample_data sample; | ^~~~~~ /kisskb/src/kernel/events/core.c:9108:35: note: byref variable will be forcibly initialized 9108 | struct perf_output_handle handle; | ^~~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_tp_event': /kisskb/src/kernel/events/core.c:9726:33: note: byref variable will be forcibly initialized 9726 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function '___perf_sw_event': /kisskb/src/kernel/events/core.c:9453:33: note: byref variable will be forcibly initialized 9453 | struct perf_sample_data data; | ^~~~ /kisskb/src/kernel/events/core.c: In function '_perf_ioctl': /kisskb/src/kernel/events/core.c:5686:40: note: byref variable will be forcibly initialized 5686 | struct perf_event_attr new_attr; | ^~~~~~~~ /kisskb/src/kernel/events/core.c:5634:35: note: byref variable will be forcibly initialized 5634 | struct fd output; | ^~~~~~ /kisskb/src/kernel/events/core.c:5622:21: note: byref variable will be forcibly initialized 5622 | u64 id = primary_event_id(event); | ^~ /kisskb/src/kernel/events/core.c:5613:21: note: byref variable will be forcibly initialized 5613 | u64 value; | ^~~~~ /kisskb/src/kernel/events/core.c: In function 'perf_event_init_context': /kisskb/src/kernel/events/core.c:13168:13: note: byref variable will be forcibly initialized 13168 | int inherited_all = 1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c: In function '__do_sys_perf_event_open': /kisskb/src/kernel/events/core.c:12058:19: note: byref variable will be forcibly initialized 12058 | struct fd group = {NULL, 0}; | ^~~~~ /kisskb/src/kernel/events/core.c:12055:32: note: byref variable will be forcibly initialized 12055 | 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:12604:19: note: byref variable will be forcibly initialized 12604 | 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:5071:19: note: byref variable will be forcibly initialized 5071 | 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:10155:33: note: byref variable will be forcibly initialized 10155 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/core.c:12820:17: note: in expansion of macro 'smp_store_release' 12820 | 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:12907:17: note: in expansion of macro 'wait_var_event' 12907 | wait_var_event(&ctx->refcount, refcount_read(&ctx->refcount) == 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/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:190:27: note: byref variable will be forcibly initialized 190 | struct folio_iter fi; | ^~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage_iter': /kisskb/src/fs/iomap/buffered-io.c:265:22: note: byref variable will be forcibly initialized 265 | size_t poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:265:16: note: byref variable will be forcibly initialized 265 | size_t poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:260:16: note: byref variable will be forcibly initialized 260 | loff_t pos = iter->pos + offset; | ^~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_folio_sync': /kisskb/src/fs/iomap/buffered-io.c:518:20: note: byref variable will be forcibly initialized 518 | struct bio bio; | ^~~ /kisskb/src/fs/iomap/buffered-io.c:517:24: note: byref variable will be forcibly initialized 517 | struct bio_vec bvec; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_write_begin': /kisskb/src/fs/iomap/buffered-io.c:536:22: note: byref variable will be forcibly initialized 536 | size_t poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:536:16: note: byref variable will be forcibly initialized 536 | size_t poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:532:16: note: byref variable will be forcibly initialized 532 | loff_t block_start = round_down(pos, block_size); | ^~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_write_iter': /kisskb/src/fs/iomap/buffered-io.c:740:31: note: byref variable will be forcibly initialized 740 | struct folio *folio; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_unshare_iter': /kisskb/src/fs/iomap/buffered-io.c:854:31: note: byref variable will be forcibly initialized 854 | struct folio *folio; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_zero_iter': /kisskb/src/fs/iomap/buffered-io.c:906:31: note: byref variable will be forcibly initialized 906 | struct folio *folio; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1050:35: note: byref variable will be forcibly initialized 1050 | struct folio_iter fi; | ^~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/fs/iomap/buffered-io.c:1090:26: note: byref variable will be forcibly initialized 1090 | struct list_head tmp; | ^~~ 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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1347:19: note: byref variable will be forcibly initialized 1347 | LIST_HEAD(submit_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/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:500:25: note: byref variable will be forcibly initialized 500 | struct blk_plug plug; | ^~~~ /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/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/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/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_free_inode': /kisskb/src/kernel/bpf/inode.c:615:23: note: byref variable will be forcibly initialized 615 | enum bpf_type type; | ^~~~ /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; | ^~~~ 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/arch_timer.c:9: /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'set_cntvoff': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arch_timer.c:557:9: note: in expansion of macro 'kvm_call_hyp' 557 | kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'set_timer_irqs': /kisskb/src/arch/arm64/kvm/arch_timer.c:1317:23: note: byref variable will be forcibly initialized 1317 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'update_vtimer_cntvoff': /kisskb/src/arch/arm64/kvm/arch_timer.c:767:23: note: byref variable will be forcibly initialized 767 | unsigned long i; | ^ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2617:27: note: byref variable will be forcibly initialized 2617 | struct mmu_gather tlb; | ^~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'timer_irqs_are_valid': /kisskb/src/arch/arm64/kvm/arch_timer.c:1207:23: note: byref variable will be forcibly initialized 1207 | unsigned long i; | ^ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2521:15: note: byref variable will be forcibly initialized 2521 | char *endptr; | ^~~~~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_timer_blocking': /kisskb/src/arch/arm64/kvm/arch_timer.c:491:26: note: byref variable will be forcibly initialized 491 | struct timer_map map; | ^~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:673:36: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:673:26: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:672:32: note: byref variable will be forcibly initialized 672 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_arch_timer_handler': /kisskb/src/arch/arm64/kvm/arch_timer.c:183:26: note: byref variable will be forcibly initialized 183 | struct timer_map map; | ^~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_timer_vcpu_load': /kisskb/src/arch/arm64/kvm/arch_timer.c:619:26: note: byref variable will be forcibly initialized 619 | struct timer_map map; | ^~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_timer_vcpu_put': /kisskb/src/arch/arm64/kvm/arch_timer.c:666:26: note: byref variable will be forcibly initialized 666 | struct timer_map map; | ^~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_timer_vcpu_reset': /kisskb/src/arch/arm64/kvm/arch_timer.c:734:26: note: byref variable will be forcibly initialized 734 | struct timer_map map; | ^~~ /kisskb/src/arch/arm64/kvm/arch_timer.c: In function 'kvm_timer_enable': /kisskb/src/arch/arm64/kvm/arch_timer.c:1249:26: note: byref variable will be forcibly initialized 1249 | struct timer_map map; | ^~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area': /kisskb/src/mm/mmap.c:2105:38: note: byref variable will be forcibly initialized 2105 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2104:38: note: byref variable will be forcibly initialized 2104 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2153:38: note: byref variable will be forcibly initialized 2153 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2151:38: note: byref variable will be forcibly initialized 2151 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3077:27: note: byref variable will be forcibly initialized 3077 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3139:36: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3139:26: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3138:32: note: byref variable will be forcibly initialized 3138 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3181:36: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3181:26: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3180:42: note: byref variable will be forcibly initialized 3180 | struct vm_area_struct *new_vma, *prev; | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:2977:36: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:2977:26: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:2976:38: note: byref variable will be forcibly initialized 2976 | struct vm_area_struct *vma, *prev; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/mm/mmap.c:13: /kisskb/src/mm/mmap.c: In function 'vm_brk_flags': /kisskb/src/mm/mmap.c:3047:19: note: byref variable will be forcibly initialized 3047 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:161:19: note: byref variable will be forcibly initialized 161 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2854:19: note: byref variable will be forcibly initialized 2854 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function '____bpf_sys_bpf': /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/kernel/bpf/syscall.c:5086:16: note: userspace variable will be forcibly initialized 5086 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap.c:1688:36: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:1688:26: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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/mm/mmap.c:1686:38: note: byref variable will be forcibly initialized 1686 | struct vm_area_struct *vma, *prev, *merge; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:5086:16: note: userspace variable will be forcibly initialized 5086 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2897:23: note: byref variable will be forcibly initialized 2897 | unsigned long populate = 0; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_link_show_fdinfo': /kisskb/src/kernel/bpf/syscall.c:2768:14: note: byref variable will be forcibly initialized 2768 | 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:2129:32: note: byref variable will be forcibly initialized 2129 | struct bpf_prog_kstats stats; | ^~~~~ 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 'rb_link_node_rcu': /kisskb/src/kernel/bpf/syscall.c:2128:14: note: byref variable will be forcibly initialized 2128 | char prog_tag[sizeof(prog->tag) * 2 + 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:9: note: in expansion of macro 'rcu_assign_pointer' 74 | rcu_assign_pointer(*rb_link, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_obj_get_next_id': /kisskb/src/kernel/bpf/syscall.c:3633:13: note: byref variable will be forcibly initialized 3633 | u32 next_id = attr->start_id; | ^~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'copy_from_bpfptr_offset': /kisskb/src/include/linux/bpfptr.h:49:19: note: userspace variable will be forcibly initialized 49 | static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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/bpf.h:27, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'strncpy_from_bpfptr': /kisskb/src/include/linux/bpfptr.h:81:20: note: userspace variable will be forcibly initialized 81 | static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_insn_prepare_dump': /kisskb/src/kernel/bpf/syscall.c:3805:18: note: byref variable will be forcibly initialized 3805 | u32 off, type; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3805:13: note: byref variable will be forcibly initialized 3805 | u32 off, type; | ^~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_task_fd_query': /kisskb/src/kernel/bpf/syscall.c:4429:29: note: byref variable will be forcibly initialized 4429 | const char *buf; | ^~~ /kisskb/src/kernel/bpf/syscall.c:4428:30: note: byref variable will be forcibly initialized 4428 | u32 prog_id, fd_type; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4428:21: note: byref variable will be forcibly initialized 4428 | u32 prog_id, fd_type; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4427:35: note: byref variable will be forcibly initialized 4427 | u64 probe_offset, probe_addr; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:4427:21: note: byref variable will be forcibly initialized 4427 | u64 probe_offset, probe_addr; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_stats_handler': /kisskb/src/kernel/bpf/syscall.c:5227:13: note: byref variable will be forcibly initialized 5227 | int val, ret; | ^~~ 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:20, 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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:3892:32: note: byref variable will be forcibly initialized 3892 | struct bpf_prog_kstats stats; | ^~~~~ /kisskb/src/kernel/bpf/syscall.c:3890:30: note: byref variable will be forcibly initialized 3890 | struct bpf_prog_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:3897:15: note: userspace variable will be forcibly initialized 3897 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_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/bpf.h:20, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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:4178:29: note: byref variable will be forcibly initialized 4178 | struct bpf_map_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:4182:15: note: userspace variable will be forcibly initialized 4182 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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:4226:15: note: userspace variable will be forcibly initialized 4226 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(*uinfo), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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:4239:30: note: byref variable will be forcibly initialized 4239 | struct bpf_link_info info; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:4243:15: note: userspace variable will be forcibly initialized 4243 | err = bpf_check_uarg_tail_zero(USER_BPFPTR(uinfo), sizeof(info), info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:2742: /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/syscall.c: In function 'map_check_btf': /kisskb/src/kernel/bpf/syscall.c:988:23: note: byref variable will be forcibly initialized 988 | u32 key_size, value_size; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:988:13: note: byref variable will be forcibly initialized 988 | u32 key_size, value_size; | ^~~~~~~~ /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:2742: /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/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/syscall.c: In function 'bpf_map_free_kptrs': /kisskb/src/kernel/bpf/syscall.c:599:30: note: byref variable will be forcibly initialized 599 | u64 *p = (u64 *)btf_id_ptr; | ^ /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/kernel/bpf/syscall.c: In function 'map_update_elem': /kisskb/src/kernel/bpf/syscall.c:1382:18: note: userspace variable will be forcibly initialized 1382 | bpfptr_t uvalue = make_bpfptr(attr->value, uattr.is_kernel); | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c:1381:18: note: userspace variable will be forcibly initialized 1381 | bpfptr_t ukey = make_bpfptr(attr->key, uattr.is_kernel); | ^~~~ 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:2742: /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/spinlock.h:62, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: In function 'fortify_memset_chk', inlined from 'posix_cputimers_init' at /kisskb/src/include/linux/posix-timers.h:147:2, inlined from 'copy_process' at /kisskb/src/kernel/fork.c:2175:2: /kisskb/src/include/linux/fortify-string.h:258:25: error: call to '__write_overflow_field' declared with attribute warning: detected write beyond size of field (1st parameter); maybe use struct_group()? [-Werror=attribute-warning] 258 | __write_overflow_field(p_size_field, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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/kernel/bpf/syscall.c: In function 'generic_map_delete_batch': /kisskb/src/kernel/bpf/syscall.c:1564:13: note: byref variable will be forcibly initialized 1564 | u32 cp, max_count; | ^~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_update_batch': /kisskb/src/kernel/bpf/syscall.c:1619:25: note: byref variable will be forcibly initialized 1619 | u32 value_size, cp, max_count; | ^~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_prog_calc_tag': /kisskb/src/kernel/bpf/core.c:278:13: note: byref variable will be forcibly initialized 278 | u32 ws[SHA1_WORKSPACE_WORDS]; | ^~ /kisskb/src/kernel/bpf/core.c:277:13: note: byref variable will be forcibly initialized 277 | u32 digest[SHA1_DIGEST_WORDS]; | ^~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'generic_map_lookup_batch': /kisskb/src/kernel/bpf/syscall.c:1686:25: note: byref variable will be forcibly initialized 1686 | 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:2183:32: note: byref variable will be forcibly initialized 2183 | static inline struct bpf_prog *bpf_prog_get_type(u32 ufd, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, from /kisskb/src/kernel/bpf/syscall.c:4: /kisskb/src/kernel/bpf/syscall.c: In function 'kern_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:5086:16: note: userspace variable will be forcibly initialized 5086 | return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:5100:49: note: byref variable will be forcibly initialized 5100 | struct bpf_tramp_run_ctx __maybe_unused run_ctx; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_prog_load': /kisskb/src/kernel/bpf/syscall.c:2459:14: note: byref variable will be forcibly initialized 2459 | char license[128]; | ^~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2458:13: note: byref variable will be forcibly initialized 2458 | int err; | ^~~ /kisskb/src/kernel/bpf/syscall.c:2456:26: note: byref variable will be forcibly initialized 2456 | struct bpf_prog *prog, *dst_prog = NULL; | ^~~~ /kisskb/src/kernel/bpf/syscall.c:2566:13: note: userspace variable will be forcibly initialized 2566 | if (copy_from_bpfptr(prog->insns, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2567 | make_bpfptr(attr->insns, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2568 | bpf_prog_insn_size(prog)) != 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_jit_blind_constants': /kisskb/src/kernel/bpf/core.c:1388:40: note: byref variable will be forcibly initialized 1388 | struct bpf_insn insn_buff[16], aux[2]; | ^~~ /kisskb/src/kernel/bpf/core.c:1388:25: note: byref variable will be forcibly initialized 1388 | struct bpf_insn insn_buff[16], aux[2]; | ^~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2479:13: note: userspace variable will be forcibly initialized 2479 | if (strncpy_from_bpfptr(license, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2480 | make_bpfptr(attr->license, uattr.is_kernel), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2481 | sizeof(license) - 1) < 0) | ~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_tracing_prog_attach': /kisskb/src/kernel/bpf/syscall.c:3054:47: note: byref variable will be forcibly initialized 3054 | struct bpf_attach_target_info tgt_info = {}; | ^~~~~~~~ /kisskb/src/kernel/bpf/syscall.c:2947:32: note: byref variable will be forcibly initialized 2947 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /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/kernel/bpf/syscall.c: In function 'bpf_raw_tp_link_attach': /kisskb/src/kernel/bpf/syscall.c:3279:14: note: byref variable will be forcibly initialized 3279 | char buf[128]; | ^~~ /kisskb/src/kernel/bpf/syscall.c:3275:32: note: byref variable will be forcibly initialized 3275 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:661:17: note: byref variable will be forcibly initialized 661 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_perf_link_attach': /kisskb/src/kernel/bpf/syscall.c:3223:32: note: byref variable will be forcibly initialized 3223 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:213:17: note: byref variable will be forcibly initialized 213 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/syscall.c: In function '__sys_bpf': /kisskb/src/kernel/bpf/syscall.c:4901:24: note: byref variable will be forcibly initialized 4901 | union bpf_attr attr; | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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:5057:16: note: userspace variable will be forcibly initialized 5057 | return __sys_bpf(cmd, USER_BPFPTR(uattr), size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/syscall.c: In function 'bpf_unpriv_handler': /kisskb/src/kernel/bpf/syscall.c:5262:26: note: byref variable will be forcibly initialized 5262 | struct ctl_table tmp = *table; | ^~~ /kisskb/src/kernel/bpf/syscall.c:5260:18: note: byref variable will be forcibly initialized 5260 | int ret, unpriv_enable = *(int *)table->data; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args512': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args480': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args448': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args416': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2042:1: note: in expansion of macro 'EVAL4' 2042 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args384': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args352': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args320': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args288': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args256': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args224': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2041:1: note: in expansion of macro 'EVAL6' 2041 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args192': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args160': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args128': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args96': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args64': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args32': /kisskb/src/kernel/bpf/core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2017:13: note: byref variable will be forcibly initialized 2017 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2040:1: note: in expansion of macro 'EVAL6' 2040 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run512': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run480': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run448': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run416': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2038:1: note: in expansion of macro 'EVAL4' 2038 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run384': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run352': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run320': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run288': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run256': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run224': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2037:1: note: in expansion of macro 'EVAL6' 2037 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run192': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2029:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2029 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:2030:34: note: in expansion of macro 'EVAL1' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run160': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2030:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2030 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2031:34: note: in expansion of macro 'EVAL2' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run128': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2031:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2031 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2032:34: note: in expansion of macro 'EVAL3' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run96': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2032:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2032 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2033:34: note: in expansion of macro 'EVAL4' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run64': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2033:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2033 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2034:34: note: in expansion of macro 'EVAL5' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run32': /kisskb/src/kernel/bpf/core.c:2005:13: note: byref variable will be forcibly initialized 2005 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:2004:13: note: byref variable will be forcibly initialized 2004 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:2034:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 2034 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:2036:1: note: in expansion of macro 'EVAL6' 2036 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ 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:10, 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:2582:9: note: in expansion of macro 'prandom_init_once' 2582 | 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:1062:13: note: byref variable will be forcibly initialized 1062 | u32 size, hole, start; | ^~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:42: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:671:26: note: byref variable will be forcibly initialized 671 | enum cpuhp_state state; | ^~~~~ 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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/include/trace/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/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/include/trace/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/kernel/cpu.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/include/trace/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/include/trace/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/include/trace/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/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; | ^~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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/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/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; | ^~~~ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:249: kernel/fork.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /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; | ^~~~ 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:20, 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:132:16: note: byref variable will be forcibly initialized 132 | 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/bpf.h:27, 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_offset': /kisskb/src/include/linux/bpfptr.h:49:19: note: userspace variable will be forcibly initialized 49 | static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpfptr.h:7, from /kisskb/src/include/linux/bpf.h:27, 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/kernel/bpf/verifier.c:13172:25: note: byref variable will be forcibly initialized 13172 | struct bpf_insn trap = BPF_JMP_IMM(BPF_JA, 0, 0, -1); | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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/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/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/kernel/bpf/verifier.c: In function 'opt_hard_wire_dead_code_branches': /kisskb/src/kernel/bpf/verifier.c:13202:25: note: byref variable will be forcibly initialized 13202 | 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:13251:31: note: byref variable will be forcibly initialized 13251 | 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: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: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/kernel/bpf/verifier.c: In function 'check_btf_func': /kisskb/src/kernel/bpf/verifier.c:10885:12: note: userspace variable will be forcibly initialized 10885 | static int check_btf_func(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10896:18: note: byref variable will be forcibly initialized 10896 | bpfptr_t urecord; | ^~~~~~~ /kisskb/src/kernel/bpf/verifier.c:10890:35: note: byref variable will be forcibly initialized 10890 | u32 i, nfuncs, urec_size, min_size; | ^~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:348:35: note: byref variable will be forcibly initialized 348 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_btf_line': /kisskb/src/kernel/bpf/verifier.c:11031:12: note: userspace variable will be forcibly initialized 11031 | static int check_btf_line(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:37: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ /kisskb/src/kernel/bpf/verifier.c:11040:18: note: byref variable will be forcibly initialized 11040 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:11035:36: note: byref variable will be forcibly initialized 11035 | u32 i, s, nr_linfo, ncopy, expected_size, rec_size, prev_offset = 0; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_core_relo': /kisskb/src/kernel/bpf/verifier.c:11159:12: note: userspace variable will be forcibly initialized 11159 | static int check_core_relo(struct bpf_verifier_env *env, | ^~~~~~~~~~~~~~~ /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/kernel/bpf/verifier.c:11171:18: note: byref variable will be forcibly initialized 11171 | bpfptr_t u_core_relo; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:11167:29: note: byref variable will be forcibly initialized 11167 | struct bpf_core_ctx ctx = { | ^~~ /kisskb/src/kernel/bpf/verifier.c:11163:37: note: byref variable will be forcibly initialized 11163 | u32 i, nr_core_relo, ncopy, expected_size, rec_size; | ^~~~~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:564:26: note: byref variable will be forcibly initialized 564 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_pseudo_btf_id': /kisskb/src/kernel/bpf/verifier.c:12508:21: note: byref variable will be forcibly initialized 12508 | u32 tsize; | ^~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:671:27: note: byref variable will be forcibly initialized 671 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mprotect.c:666:38: note: byref variable will be forcibly initialized 666 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'resolve_pseudo_ldimm64': /kisskb/src/kernel/bpf/verifier.c:12728:29: note: byref variable will be forcibly initialized 12728 | u32 fd; | ^~ /kisskb/src/kernel/bpf/verifier.c:12727:29: note: byref variable will be forcibly initialized 12727 | u64 addr; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/kvm_mmu.h:118, from /kisskb/src/arch/arm64/kvm/vmid.c:17: /kisskb/src/arch/arm64/kvm/vmid.c: In function 'flush_context': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vmid.c:69:9: note: in expansion of macro 'kvm_call_hyp' 69 | kvm_call_hyp(__kvm_flush_vm_context); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/arch/arm64/include/asm/kvm_asm.h:50, from /kisskb/src/arch/arm64/kvm/vmid.c:16: /kisskb/src/arch/arm64/kvm/vmid.c: In 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 'check_stack_access_for_ptr_arithmetic': /kisskb/src/kernel/bpf/verifier.c:8011:22: note: byref variable will be forcibly initialized 8011 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'sanitize_ptr_alu': /kisskb/src/kernel/bpf/verifier.c:7860:24: note: byref variable will be forcibly initialized 7860 | u32 alu_state, alu_limit; | ^~~~~~~~~ /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/kernel/bpf/verifier.c: In function 'check_generic_ptr_alignment': /kisskb/src/kernel/bpf/verifier.c:4114:22: note: byref variable will be forcibly initialized 4114 | char tn_buf[48]; | ^~~~~~ /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/kernel/bpf/verifier.c:4551:13: note: byref variable will be forcibly initialized 4551 | u32 btf_id; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4548:28: note: byref variable will be forcibly initialized 4548 | enum bpf_type_flag flag = 0; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_kfunc_call': /kisskb/src/kernel/bpf/verifier.c:7562:32: note: byref variable will be forcibly initialized 7562 | u32 i, nargs, func_id, ptr_type_id; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_bpf_snprintf_call': /kisskb/src/kernel/bpf/verifier.c:7085:13: note: byref variable will be forcibly initialized 7085 | 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:6929:29: note: byref variable will be forcibly initialized 6929 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_return_code': /kisskb/src/kernel/bpf/verifier.c:10432:21: note: byref variable will be forcibly initialized 10432 | struct tnum range = tnum_range(0, 1); | ^~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'inline_bpf_loop': /kisskb/src/kernel/bpf/verifier.c:14404:25: note: byref variable will be forcibly initialized 14404 | struct bpf_insn insn_buf[] = { | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'optimize_bpf_loop': /kisskb/src/kernel/bpf/verifier.c:14477:33: note: byref variable will be forcibly initialized 14477 | int i, cur_subprog = 0, cnt, delta = 0; | ^~~ /kisskb/src/kernel/bpf/verifier.c: In function 'convert_ctx_accesses': /kisskb/src/kernel/bpf/verifier.c:13432:41: note: byref variable will be forcibly initialized 13432 | struct bpf_insn patch[] = { | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:13376:13: note: byref variable will be forcibly initialized 13376 | u32 target_size, size_default, off; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13375:25: note: byref variable will be forcibly initialized 13375 | struct bpf_insn insn_buf[16], *insn; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_misc_fixups': /kisskb/src/kernel/bpf/verifier.c:14037:64: note: byref variable will be forcibly initialized 14037 | struct bpf_jit_poke_descriptor desc = { | ^~~~ /kisskb/src/kernel/bpf/verifier.c:13898:41: note: byref variable will be forcibly initialized 13898 | struct bpf_insn chk_and_mod[] = { | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13889:41: note: byref variable will be forcibly initialized 13889 | struct bpf_insn chk_and_div[] = { | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13875:25: note: byref variable will be forcibly initialized 13875 | 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:13287:33: note: byref variable will be forcibly initialized 13287 | struct bpf_insn insn; | ^~~~ /kisskb/src/kernel/bpf/verifier.c:13273:48: note: byref variable will be forcibly initialized 13273 | struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:13273:33: note: byref variable will be forcibly initialized 13273 | struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; | ^~~~~~~~~~ /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/kernel/bpf/verifier.c: In function 'check_stack_read': /kisskb/src/kernel/bpf/verifier.c:3444:22: note: byref variable will be forcibly initialized 3444 | char tn_buf[48]; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:3432:22: note: byref variable will be forcibly initialized 3432 | char tn_buf[48]; | ^~~~~~ /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/kernel/bpf/verifier.c: In function 'check_mem_access': /kisskb/src/kernel/bpf/verifier.c:4790:21: note: byref variable will be forcibly initialized 4790 | u32 btf_id = 0; | ^~~~~~ /kisskb/src/kernel/bpf/verifier.c:4789:29: note: byref variable will be forcibly initialized 4789 | struct btf *btf = NULL; | ^~~ /kisskb/src/kernel/bpf/verifier.c:4788:35: note: byref variable will be forcibly initialized 4788 | enum bpf_reg_type reg_type = SCALAR_VALUE; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:4749:37: note: byref variable will be forcibly initialized 4749 | u64 val = 0; | ^~~ /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/bpf/verifier.c: In function 'check_func_arg': /kisskb/src/kernel/bpf/verifier.c:6088:21: note: byref variable will be forcibly initialized 6088 | u64 map_addr; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c:5837:27: note: byref variable will be forcibly initialized 5837 | enum bpf_arg_type arg_type = fn->arg_type[arg]; | ^~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'check_helper_call': /kisskb/src/kernel/bpf/verifier.c:7407:29: note: byref variable will be forcibly initialized 7407 | u32 tsize; | ^~~~~ /kisskb/src/kernel/bpf/verifier.c:7179:34: note: byref variable will be forcibly initialized 7179 | struct bpf_call_arg_meta meta; | ^~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'do_check': /kisskb/src/kernel/bpf/verifier.c:12130:51: note: byref variable will be forcibly initialized 12130 | const struct bpf_insn_cbs cbs = { | ^~~ /kisskb/src/kernel/bpf/verifier.c:12073:13: note: byref variable will be forcibly initialized 12073 | int prev_insn_idx = -1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/verifier.c: In function 'bpf_check_attach_target': /kisskb/src/kernel/bpf/verifier.c:14797:20: note: byref variable will be forcibly initialized 14797 | const char prefix[] = "btf_trace_"; | ^~~~~~ 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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:901:9: note: in expansion of macro 'wait_var_event' 901 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:882:17: note: in expansion of macro 'wait_var_event' 882 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:674:19: note: byref variable will be forcibly initialized 674 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1041:30: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c:1041:21: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1554:22: note: byref variable will be forcibly initialized 1554 | unsigned int f_flags = 0; | ^~~~~~~ /kisskb/src/kernel/exit.c:1550:26: note: byref variable will be forcibly initialized 1550 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1616:23: note: byref variable will be forcibly initialized 1616 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function '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/block/partitions/core.c: In function 'partition_overlaps': /kisskb/src/block/partitions/core.c:428:23: note: byref variable will be forcibly initialized 428 | unsigned long idx; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/block/partitions/core.c:7: /kisskb/src/block/partitions/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/trace/trace_clock.c:16: /kisskb/src/kernel/trace/trace_clock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/block/partitions/core.c: In function 'blk_drop_partitions': /kisskb/src/block/partitions/core.c:533:23: note: byref variable will be forcibly initialized 533 | unsigned long idx; | ^~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:35: note: byref variable will be forcibly initialized 485 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:585:14: note: byref variable will be forcibly initialized 585 | bool need_rmap_locks; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/mremap.c:578:23: note: byref variable will be forcibly initialized 578 | unsigned long vm_flags = vma->vm_flags; | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:897:19: note: byref variable will be forcibly initialized 897 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:896:19: note: byref variable will be forcibly initialized 896 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:893:14: note: byref variable will be forcibly initialized 893 | bool locked = false; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/arch/arm64/kvm/vgic/trace.h:38, from /kisskb/src/arch/arm64/kvm/vgic/vgic.c:18: /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'perf_trace_vgic_update_irq_pending': /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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/arm64/kvm/vgic/trace.h:38, from /kisskb/src/arch/arm64/kvm/vgic/vgic.c:18: /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'trace_event_raw_event_vgic_update_irq_pending': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/arch/arm64/kvm/vgic/trace.h:38, from /kisskb/src/arch/arm64/kvm/vgic/vgic.c:18: /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function '__bpf_trace_vgic_update_irq_pending': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/../../arch/arm64/kvm/vgic/trace.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vgic_update_irq_pending, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'vgic_flush_lr_state': /kisskb/src/arch/arm64/kvm/vgic/vgic.c:787:14: note: byref variable will be forcibly initialized 787 | bool multi_sgi; | ^~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'vgic_get_phys_line_level': /kisskb/src/arch/arm64/kvm/vgic/vgic.c:180:14: note: byref variable will be forcibly initialized 180 | bool line_level; | ^~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'kvm_vgic_vcpu_pending_irq': /kisskb/src/arch/arm64/kvm/vgic/vgic.c:962:26: note: byref variable will be forcibly initialized 962 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic.c: In function 'vgic_kick_vcpus': /kisskb/src/arch/arm64/kvm/vgic/vgic.c:993:23: note: byref variable will be forcibly initialized 993 | unsigned long c; | ^ /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; | ^~~ /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; | ^~~~ 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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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 /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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:10, 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 /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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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; | ^~~~~~~ In file included from /kisskb/src/block/partitions/amiga.c:16: /kisskb/src/block/partitions/amiga.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:40:22: note: byref variable will be forcibly initialized 40 | char tmp[1 + BDEVNAME_SIZE + 10 + 1]; | ^~~ /kisskb/src/block/partitions/amiga.c: In function 'amiga_partition': /kisskb/src/block/partitions/amiga.c:114:30: note: byref variable will be forcibly initialized 114 | char tmp[42]; | ^~~ /kisskb/src/block/partitions/amiga.c:113:30: note: byref variable will be forcibly initialized 113 | char dostype[4]; | ^~~~~~~ /kisskb/src/block/partitions/amiga.c:73:22: note: byref variable will be forcibly initialized 73 | char tmp[7 + 10 + 1 + 1]; | ^~~ /kisskb/src/block/partitions/amiga.c:30:16: note: byref variable will be forcibly initialized 30 | Sector sect; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/block/bdev.c:9: /kisskb/src/block/bdev.c: In function 'bd_prepare_to_claim': /kisskb/src/block/bdev.c:589:29: note: byref variable will be forcibly initialized 589 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/block/bdev.c:589:17: note: in expansion of macro 'DEFINE_WAIT' 589 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/block/bdev.c: In function 'lookup_bdev': /kisskb/src/block/bdev.c:974:21: note: byref variable will be forcibly initialized 974 | struct path path; | ^~~~ /kisskb/src/block/bdev.c: In function 'blkdev_get_by_path': /kisskb/src/block/bdev.c:879:15: note: byref variable will be forcibly initialized 879 | dev_t dev; | ^~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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) | ^~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'copy_from_bpfptr_offset': /kisskb/src/include/linux/bpfptr.h:49:19: note: userspace variable will be forcibly initialized 49 | static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c: In function 'bpf_iter_link_attach': /kisskb/src/kernel/bpf/bpf_iter.c:510:18: note: userspace variable will be forcibly initialized 510 | bpfptr_t ulinfo; | ^~~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:507:34: note: byref variable will be forcibly initialized 507 | union bpf_iter_link_info linfo; | ^~~~~ /kisskb/src/kernel/bpf/bpf_iter.c:506:32: note: byref variable will be forcibly initialized 506 | struct bpf_link_primer link_primer; | ^~~~~~~~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/block/fops.c:8: /kisskb/src/block/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/block/fops.c: In function '__blkdev_direct_IO_simple': /kisskb/src/block/fops.c:61:20: note: byref variable will be forcibly initialized 61 | struct bio bio; | ^~~ /kisskb/src/block/fops.c:58:24: note: byref variable will be forcibly initialized 58 | struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; | ^~~~~~~~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO': /kisskb/src/block/fops.c:174:25: note: byref variable will be forcibly initialized 174 | struct blk_plug plug; | ^~~~ /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/block/fops.c: In function 'blkdev_write_iter': /kisskb/src/block/fops.c:515:25: note: byref variable will be forcibly initialized 515 | struct blk_plug plug; | ^~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/xattr.c:2: /kisskb/src/io_uring/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/io_uring/xattr.c: In function 'io_getxattr': /kisskb/src/io_uring/xattr.c:127:21: note: byref variable will be forcibly initialized 127 | struct path path; | ^~~~ /kisskb/src/io_uring/xattr.c: In function 'io_setxattr': /kisskb/src/io_uring/xattr.c:239:21: note: byref variable will be forcibly initialized 239 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:7: /kisskb/src/arch/arm64/kvm/vgic/vgic-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/arch/arm64/kvm/vgic/vgic-init.c: In function 'kvm_vgic_create': /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c: In function 'vgic_init': /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:260:23: note: byref variable will be forcibly initialized 260 | unsigned long idx; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c: In function '__kvm_vgic_destroy': /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:380:23: note: byref variable will be forcibly initialized 380 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:9: /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c: In function 'kvm_vgic_init_cpu_hardware': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-init.c:518:17: note: in expansion of macro 'kvm_call_hyp' 518 | kvm_call_hyp(__vgic_v3_init_lrs); | ^~~~~~~~~~~~ /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; | ^~~~ 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/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /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/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/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, | ^~~~~~~~~~~~~~~~~~~ /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; | ^~~ 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/fs/sysfs/file.c:383:16: note: byref variable will be forcibly initialized 383 | kuid_t uid; | ^~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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/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/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/fs/proc/task_mmu.c: In function 'pagemap_pte_hole': /kisskb/src/include/trace/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/fs/proc/task_mmu.c:1367:33: note: byref variable will be forcibly initialized 1367 | pagemap_entry_t pme = make_pme(0, 0); | ^~~ /kisskb/src/include/trace/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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/block/partitions/msdos.c:31: /kisskb/src/block/partitions/msdos.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:40:22: note: byref variable will be forcibly initialized 40 | char tmp[1 + BDEVNAME_SIZE + 10 + 1]; | ^~~ /kisskb/src/block/partitions/msdos.c: In function 'aix_magic_present': /kisskb/src/block/partitions/msdos.c:75:16: note: byref variable will be forcibly initialized 75 | Sector sect; | ^~~~ /kisskb/src/block/partitions/msdos.c: In function 'parse_extended': /kisskb/src/block/partitions/msdos.c:135:16: note: byref variable will be forcibly initialized 135 | Sector sect; | ^~~~ /kisskb/src/block/partitions/msdos.c: In function 'msdos_partition': /kisskb/src/block/partitions/msdos.c:584:16: note: byref variable will be forcibly initialized 584 | Sector sect; | ^~~~ /kisskb/src/mm/rmap.c: In function 'page_vma_mkclean_one': /kisskb/src/mm/rmap.c:950:35: note: byref variable will be forcibly initialized 950 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:851:31: note: byref variable will be forcibly initialized 851 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:879:31: note: byref variable will be forcibly initialized 879 | struct mem_size_stats mss; | ^~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1066:1: note: byref variable will be forcibly initialized 1066 | insert_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1078:1: note: byref variable will be forcibly initialized 1078 | insert_vmap_area_augment(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1078:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function '__merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized 1108 | __merge_or_add_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_pmd_range': /kisskb/src/fs/proc/task_mmu.c:1526:33: note: byref variable will be forcibly initialized 1526 | pagemap_entry_t pme; | ^~~ /kisskb/src/fs/proc/task_mmu.c:1500:41: note: byref variable will be forcibly initialized 1500 | pagemap_entry_t pme = make_pme(frame, 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:703, from /kisskb/src/include/linux/pagewalk.h:5, from /kisskb/src/fs/proc/task_mmu.c:2: /kisskb/src/fs/proc/task_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1484:35: note: byref variable will be forcibly initialized 1484 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': /kisskb/src/fs/proc/task_mmu.c:1267:43: note: byref variable will be forcibly initialized 1267 | struct clear_refs_private cp = { | ^~ /kisskb/src/fs/proc/task_mmu.c:1266:43: note: byref variable will be forcibly initialized 1266 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1246:13: note: byref variable will be forcibly initialized 1246 | int itype; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1242:14: note: byref variable will be forcibly initialized 1242 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1631:28: note: byref variable will be forcibly initialized 1631 | struct pagemapread pm; | ^~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1841:35: note: byref variable will be forcibly initialized 1841 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_numa_map': /kisskb/src/fs/proc/task_mmu.c:1918:14: note: byref variable will be forcibly initialized 1918 | char buffer[64]; | ^~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-irqfd.c: In function 'kvm_set_msi': /kisskb/src/arch/arm64/kvm/vgic/vgic-irqfd.c:89:24: note: byref variable will be forcibly initialized 89 | struct kvm_msi msi; | ^~~ 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/kvm_host.h:7, from /kisskb/src/arch/arm64/kvm/vgic/vgic-irqfd.c:7: /kisskb/src/arch/arm64/kvm/vgic/vgic-irqfd.c: In 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/kvm/vgic/vgic-irqfd.c: In function 'kvm_arch_set_irq_inatomic': /kisskb/src/arch/arm64/kvm/vgic/vgic-irqfd.c:113:32: note: byref variable will be forcibly initialized 113 | struct kvm_msi msi; | ^~~ /kisskb/src/mm/rmap.c: In function 'folio_mkclean': /kisskb/src/mm/rmap.c:1037:13: note: byref variable will be forcibly initialized 1037 | int cleaned = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/vmalloc.h:5, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'purge_fragmented_blocks': /kisskb/src/mm/vmalloc.c:1993:19: note: byref variable will be forcibly initialized 1993 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmalloc.c: In function '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/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/vmalloc.c:12: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/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/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/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1711:26: note: byref variable will be forcibly initialized 1711 | struct list_head local_purge_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/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/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1575:23: note: byref variable will be forcibly initialized 1575 | unsigned long freed; | ^~~~~ /kisskb/src/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/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3764:34: note: byref variable will be forcibly initialized 3764 | struct vmap_area **vas, *va; | ^~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_set_head_page': /kisskb/src/kernel/trace/ring_buffer.c:1375:29: note: byref variable will be forcibly initialized 1375 | struct buffer_page *page; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized 3631 | struct rb_event_info info; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_handle_head_page': /kisskb/src/kernel/trace/ring_buffer.c:2408:29: note: byref variable will be forcibly initialized 2408 | struct buffer_page *new_head; | ^~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_move_tail': /kisskb/src/kernel/trace/ring_buffer.c:2639:29: note: byref variable will be forcibly initialized 2639 | struct buffer_page *next_page; | ^~~~~~~~~ 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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_decrement_entry': /kisskb/src/kernel/trace/ring_buffer.c:3762:29: note: byref variable will be forcibly initialized 3762 | struct buffer_page *bpage = cpu_buffer->commit_page; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/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/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; | ^~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/kernel/time/alarmtimer.c:15: /kisskb/src/kernel/time/alarmtimer.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_remove_pages': /kisskb/src/kernel/trace/ring_buffer.c:1867:46: note: byref variable will be forcibly initialized 1867 | struct buffer_page *to_remove_page, *tmp_iter_page; | ^~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3594:23: note: byref variable will be forcibly initialized 3594 | unsigned long end_index; | ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3593:23: note: byref variable will be forcibly initialized 3593 | unsigned long off; | ^~~ In file included from /kisskb/src/include/linux/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; | ^~~~~~ /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/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; | ^~~~~~~~~~~~~ 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 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'test_ringbuffer': /kisskb/src/kernel/trace/ring_buffer.c:6009:31: note: byref variable will be forcibly initialized 6009 | unsigned long lost; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/io_uring.c:42: /kisskb/src/io_uring/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:258:9: note: in expansion of macro 'rcu_assign_pointer' 258 | rcu_assign_pointer(ops->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.h:195:9: note: in expansion of macro 'smp_store_release' 195 | smp_store_release(&ctx->rings->cq.tail, ctx->cached_cq_tail); | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.h:221:16: note: in expansion of macro 'smp_load_acquire' 221 | return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_probe_start': /kisskb/src/kernel/trace/ftrace.c:3365:16: note: byref variable will be forcibly initialized 3365 | loff_t l; | ^ /kisskb/src/kernel/trace/ftrace.c: In function 't_mod_start': /kisskb/src/kernel/trace/ftrace.c:3440:16: note: byref variable will be forcibly initialized 3440 | loff_t l; | ^ /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c:2054:9: note: in expansion of macro 'smp_store_release' 2054 | smp_store_release(&rings->sq.head, ctx->cached_sq_head); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/stop_machine.h:5, from /kisskb/src/kernel/trace/ftrace.c:17: /kisskb/src/kernel/trace/ftrace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_validate_ext_arg': /kisskb/src/io_uring/io_uring.c:2945:47: note: byref variable will be forcibly initialized 2945 | struct io_uring_getevents_arg arg; | ^~~ /kisskb/src/io_uring/io_uring.c: In function 'io_get_ext_arg': /kisskb/src/io_uring/io_uring.c:2959:39: note: byref variable will be forcibly initialized 2959 | struct io_uring_getevents_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/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 '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'lookup_rec': /kisskb/src/kernel/trace/ftrace.c:1528:27: note: byref variable will be forcibly initialized 1528 | struct dyn_ftrace key; | ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'print_ip_ins': /kisskb/src/kernel/trace/ftrace.c:2018:14: note: byref variable will be forcibly initialized 2018 | char ins[MCOUNT_INSN_SIZE]; | ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 'save_ftrace_mod_rec': /kisskb/src/kernel/trace/ftrace.c:7066:15: note: byref variable will be forcibly initialized 7066 | char *modname; | ^~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7065:14: note: byref variable will be forcibly initialized 7065 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/ftrace.c:7064:23: note: byref variable will be forcibly initialized 7064 | unsigned long offset; | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:7063:23: note: byref variable will be forcibly initialized 7063 | unsigned long symsize; | ^~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'module_exists': /kisskb/src/kernel/trace/ftrace.c:4264:14: note: byref variable will be forcibly initialized 4264 | char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | 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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | 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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | 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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'perf_trace_io_uring_task_work_run': /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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'perf_trace_io_uring_short_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/events/io_uring.h:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/events/io_uring.h:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ 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 'clear_ftrace_pids': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7698:17: note: in expansion of macro 'rcu_assign_pointer' 7698 | rcu_assign_pointer(tr->function_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7695:17: note: in expansion of macro 'rcu_assign_pointer' 7695 | rcu_assign_pointer(tr->function_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'trace_event_raw_event_io_uring_complete': /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_profile_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/io_uring.h:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:930:14: note: byref variable will be forcibly initialized 930 | char buf[64]; /* big enough to hold a number */ | ^~~ /kisskb/src/io_uring/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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'trace_event_raw_event_io_uring_task_work_run': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'trace_event_raw_event_io_uring_short_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/io_uring.h:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_profile_write': /kisskb/src/kernel/trace/ftrace.c:885:23: note: byref variable will be forcibly initialized 885 | unsigned long val; | ^~~ /kisskb/src/block/bio.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'function_stat_show': /kisskb/src/kernel/trace/ftrace.c:504:14: note: byref variable will be forcibly initialized 504 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_start': /kisskb/src/kernel/trace/ftrace.c:3568:16: note: byref variable will be forcibly initialized 3568 | loff_t l; | ^ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:376:31: note: byref variable will be forcibly initialized 376 | struct bio_list punt, nopunt; | ^~~~~~ /kisskb/src/block/bio.c:376:25: note: byref variable will be forcibly initialized 376 | struct bio_list punt, nopunt; | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 't_next': /kisskb/src/kernel/trace/ftrace.c:3531:16: note: byref variable will be forcibly initialized 3531 | loff_t l = *pos; /* t_probe_start() must use original pos */ | ^ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:588:26: note: byref variable will be forcibly initialized 588 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c:587:24: note: byref variable will be forcibly initialized 587 | struct bio_vec bv; | ^~ 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 'ftrace_ops_test': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1487:9: note: in expansion of macro 'rcu_assign_pointer' 1487 | rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1486:9: note: in expansion of macro 'rcu_assign_pointer' 1486 | rcu_assign_pointer(hash.filter_hash, ops->func_hash->filter_hash); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/kernel/trace/ftrace.c:1473:32: note: byref variable will be forcibly initialized 1473 | struct ftrace_ops_hash hash; | ^~~~ /kisskb/src/block/bio.c:608:26: note: byref variable will be forcibly initialized 608 | struct bvec_iter iter; | ^~~~ 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/io_uring/io_uring.c:45: /kisskb/src/io_uring/io_uring.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_location': /kisskb/src/kernel/trace/ftrace.c:1581:23: note: byref variable will be forcibly initialized 1581 | unsigned long size; | ^~~~ /kisskb/src/kernel/trace/ftrace.c:1580:23: note: byref variable will be forcibly initialized 1580 | unsigned long offset; | ^~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/io_uring.c: In function 'rings_size': /kisskb/src/io_uring/io_uring.c:2307:16: note: byref variable will be forcibly initialized 2307 | size_t off, sq_array_size; | ^~~ /kisskb/src/block/bio.c: In function 'bio_add_page': /kisskb/src/block/bio.c:1087:14: note: byref variable will be forcibly initialized 1087 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_release_pages': /kisskb/src/block/bio.c:1122:30: note: byref variable will be forcibly initialized 1122 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_iov_add_page': /kisskb/src/block/bio.c:1157:14: note: byref variable will be forcibly initialized 1157 | bool same_page = false; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1321:40: note: byref variable will be forcibly initialized 1321 | DECLARE_COMPLETION_ONSTACK_MAP(done, | ^~~~ /kisskb/src/include/linux/completion.h:71:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' 71 | struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) | ^~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_match_record': /kisskb/src/kernel/trace/ftrace.c:4110:15: note: byref variable will be forcibly initialized 4110 | char *modname; | ^~~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data_iter': /kisskb/src/block/bio.c:1358:32: note: byref variable will be forcibly initialized 1358 | struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:4109:14: note: byref variable will be forcibly initialized 4109 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/block/bio.c:1357:32: note: byref variable will be forcibly initialized 1357 | struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | 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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | 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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1385:26: note: byref variable will be forcibly initialized 1385 | struct bvec_iter dst_iter = dst->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c:1384:26: note: byref variable will be forcibly initialized 1384 | struct bvec_iter src_iter = src->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/io_uring.c: In function 'trace_event_raw_event_io_uring_queue_async_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/io_uring.h:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/block/bio.c:1394:30: note: byref variable will be forcibly initialized 1394 | struct bvec_iter_all iter_all; | ^~~~~~~~ /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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'match_records': /kisskb/src/kernel/trace/ftrace.c:4159:13: note: byref variable will be forcibly initialized 4159 | int clear_filter = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:4156:13: note: byref variable will be forcibly initialized 4156 | int exclude_mod = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | 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:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | 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:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_process_regex': /kisskb/src/kernel/trace/ftrace.c:4996:32: note: byref variable will be forcibly initialized 4996 | char *func, *command, *next = buff; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | 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:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_graph_set_hash': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:6446:13: note: byref variable will be forcibly initialized 6446 | int not; | ^~~ /kisskb/src/kernel/trace/ftrace.c:6441:28: note: byref variable will be forcibly initialized 6441 | struct ftrace_glob func_g; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:1005:14: note: byref variable will be forcibly initialized 1005 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:1031:14: note: byref variable will be forcibly initialized 1031 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_iov_add_zone_append_page': /kisskb/src/block/bio.c:1173:14: note: byref variable will be forcibly initialized 1173 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:1203:16: note: byref variable will be forcibly initialized 1203 | size_t offset, trim; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_free_mem': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7290:26: note: byref variable will be forcibly initialized 7290 | struct list_head clear_hash; | ^~~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1433:30: note: byref variable will be forcibly initialized 1433 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7287:27: note: byref variable will be forcibly initialized 7287 | struct dyn_ftrace key; | ^~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1482:30: note: byref variable will be forcibly initialized 1482 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ 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 'pid_write': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7941:17: note: in expansion of macro 'rcu_assign_pointer' 7941 | rcu_assign_pointer(tr->function_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7938:17: note: in expansion of macro 'rcu_assign_pointer' 7938 | rcu_assign_pointer(tr->function_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:7905:32: note: byref variable will be forcibly initialized 7905 | struct trace_pid_list *pid_list; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/io_uring.h:661, from /kisskb/src/io_uring/io_uring.c:77: /kisskb/src/io_uring/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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | 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:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(io_uring_create, | ^~~~~~~~~~~ /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/io_uring/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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | 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:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(io_uring_register, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | 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:574:1: note: in expansion of macro 'TRACE_EVENT' 574 | TRACE_EVENT(io_uring_cqe_overflow, | ^~~~~~~~~~~ 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 'ftrace_hash_move': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:1436:9: note: in expansion of macro 'rcu_assign_pointer' 1436 | rcu_assign_pointer(*dst, new_hash); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_hash_move_and_update_ops': /kisskb/src/kernel/trace/ftrace.c:4245:32: note: byref variable will be forcibly initialized 4245 | struct ftrace_ops_hash old_hash_ops; | ^~~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ 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 'ftrace_graph_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:6412:25: note: in expansion of macro 'rcu_assign_pointer' 6412 | rcu_assign_pointer(ftrace_graph_notrace_hash, new_hash); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c:6408:25: note: in expansion of macro 'rcu_assign_pointer' 6408 | rcu_assign_pointer(ftrace_graph_hash, new_hash); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(io_uring_file_get, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(io_uring_queue_async_work, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:223:1: note: in expansion of macro 'TRACE_EVENT' 223 | TRACE_EVENT(io_uring_link, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | 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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | 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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | 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:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | TRACE_EVENT(io_uring_cqring_wait, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | TRACE_EVENT(io_uring_fail_link, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:371:1: note: in expansion of macro 'TRACE_EVENT' 371 | TRACE_EVENT(io_uring_submit_sqe, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:458:1: note: in expansion of macro 'TRACE_EVENT' 458 | TRACE_EVENT(io_uring_task_add, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/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/io_uring.h:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | 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/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/io_uring.h:184:1: note: in expansion of macro 'TRACE_EVENT' 184 | TRACE_EVENT(io_uring_defer, | ^~~~~~~~~~~ /kisskb/src/io_uring/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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | 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:326:1: note: in expansion of macro 'TRACE_EVENT' 326 | TRACE_EVENT(io_uring_complete, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:417:1: note: in expansion of macro 'TRACE_EVENT' 417 | TRACE_EVENT(io_uring_poll_arm, | ^~~~~~~~~~~ /kisskb/src/io_uring/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | 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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(io_uring_req_failed, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function '__bpf_trace_io_uring_task_work_run': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:611:1: note: in expansion of macro 'TRACE_EVENT' 611 | TRACE_EVENT(io_uring_task_work_run, | ^~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function '__bpf_trace_io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_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/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:633:1: note: in expansion of macro 'TRACE_EVENT' 633 | TRACE_EVENT(io_uring_short_write, | ^~~~~~~~~~~ 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/include/linux/stop_machine.h:5, from /kisskb/src/kernel/trace/ftrace.c:17: /kisskb/src/kernel/trace/ftrace.c: In function 'process_mod_list': /kisskb/src/kernel/trace/ftrace.c:4331:19: note: byref variable will be forcibly initialized 4331 | LIST_HEAD(process_mods); | ^~~~~~~~~~~~ /kisskb/src/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/ftrace.c: In function 'unregister_ftrace_function_probe_func': /kisskb/src/kernel/trace/ftrace.c:4824:21: note: byref variable will be forcibly initialized 4824 | int not; | ^~~ /kisskb/src/kernel/trace/ftrace.c:4816:14: note: byref variable will be forcibly initialized 4816 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/ftrace.c:4815:27: note: byref variable will be forcibly initialized 4815 | struct hlist_head hhd; | ^~~ /kisskb/src/kernel/trace/ftrace.c:4810:28: note: byref variable will be forcibly initialized 4810 | struct ftrace_glob func_g; | ^~~~~~ /kisskb/src/kernel/trace/ftrace.c:4808:32: note: byref variable will be forcibly initialized 4808 | struct ftrace_ops_hash old_hash_ops; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/ftrace.c: In function 'ftrace_lookup_symbols': /kisskb/src/kernel/trace/ftrace.c:8295:30: note: byref variable will be forcibly initialized 8295 | struct kallsyms_data args; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/io_uring.c:42: /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c:2388:17: note: in expansion of macro 'rcu_assign_pointer' 2388 | rcu_assign_pointer(ctx->io_ev_fd, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_allocate_scq_urings': /kisskb/src/io_uring/io_uring.c:3137:22: note: byref variable will be forcibly initialized 3137 | size_t size, sq_array_offset; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/io_uring.c:42: /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c:2368:9: note: in expansion of macro 'rcu_assign_pointer' 2368 | rcu_assign_pointer(ctx->io_ev_fd, ev_fd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c:2341:13: note: byref variable will be forcibly initialized 2341 | int fd; | ^~ /kisskb/src/io_uring/io_uring.c: In function 'io_register_personality': /kisskb/src/io_uring/io_uring.c:3462:13: note: byref variable will be forcibly initialized 3462 | u32 id; | ^~ /kisskb/src/io_uring/io_uring.c: In function 'io_register_iowq_aff': /kisskb/src/io_uring/io_uring.c:3564:23: note: byref variable will be forcibly initialized 3564 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_register_iowq_max_workers': /kisskb/src/io_uring/io_uring.c:3612:15: note: byref variable will be forcibly initialized 3612 | __u32 new_count[2]; | ^~~~~~~~~ /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/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/io_uring/io_uring.c: In function '__io_alloc_req_refill': /kisskb/src/io_uring/io_uring.c:863:15: note: byref variable will be forcibly initialized 863 | void *reqs[IO_REQ_ALLOC_BATCH]; | ^~~~ /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/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/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/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_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/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/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/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/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/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:652:22: note: byref variable will be forcibly initialized 652 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c:642:13: note: byref variable will be forcibly initialized 642 | u64 next_ts; | ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:35: note: byref variable will be forcibly initialized 767 | struct list_head *list = NULL; | ^~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_ring_ctx_wait_and_kill': /kisskb/src/io_uring/io_uring.c:2633:23: note: byref variable will be forcibly initialized 2633 | unsigned long index; | ^~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_uring_setup': /kisskb/src/io_uring/io_uring.c:3391:32: note: byref variable will be forcibly initialized 3391 | struct io_uring_params p; | ^ 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/io_uring/io_uring.c:45: /kisskb/src/io_uring/io_uring.c: In function 'io_cancel_defer_files': /kisskb/src/io_uring/io_uring.c:2693:19: note: byref variable will be forcibly initialized 2693 | 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/io_uring/io_uring.c: In function 'io_uring_try_cancel_requests': /kisskb/src/io_uring/io_uring.c:2743:31: note: byref variable will be forcibly initialized 2743 | struct io_task_cancel cancel = { .task = task, .all = cancel_all, }; | ^~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_ring_exit_work': /kisskb/src/io_uring/io_uring.c:2565:29: note: byref variable will be forcibly initialized 2565 | struct io_tctx_exit exit; | ^~~~ /kisskb/src/io_uring/io_uring.c: In function 'tctx_task_work': /kisskb/src/io_uring/io_uring.c:1025:29: note: byref variable will be forcibly initialized 1025 | struct io_ring_ctx *ctx = NULL; | ^~~ /kisskb/src/io_uring/io_uring.c:1024:14: note: byref variable will be forcibly initialized 1024 | bool uring_locked = false; | ^~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_fallback_req_func': /kisskb/src/io_uring/io_uring.c:236:14: note: byref variable will be forcibly initialized 236 | bool locked = false; | ^~~~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_cqring_wait': /kisskb/src/io_uring/io_uring.c:2251:35: note: byref variable will be forcibly initialized 2251 | struct timespec64 ts; | ^~ /kisskb/src/io_uring/io_uring.c:2224:30: note: byref variable will be forcibly initialized 2224 | struct io_wait_queue iowq; | ^~~~ /kisskb/src/io_uring/io_uring.c: In function 'io_uring_cancel_generic': /kisskb/src/io_uring/io_uring.c:2820:39: note: byref variable will be forcibly initialized 2820 | unsigned long index; | ^~~~~ /kisskb/src/io_uring/io_uring.c: In function '__do_sys_io_uring_enter': /kisskb/src/io_uring/io_uring.c:3086:58: note: byref variable will be forcibly initialized 3086 | struct __kernel_timespec __user *ts; | ^~ /kisskb/src/io_uring/io_uring.c:3085:48: note: byref variable will be forcibly initialized 3085 | const sigset_t __user *sig; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:360:9: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(*list, export); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:353:9: note: in expansion of macro 'rcu_assign_pointer' 353 | rcu_assign_pointer(export->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:375:9: note: in expansion of macro 'rcu_assign_pointer' 375 | rcu_assign_pointer(*p, (*p)->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5830:16: note: byref variable will be forcibly initialized 5830 | loff_t l = 0; | ^ /kisskb/src/kernel/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; | ^~~ /kisskb/src/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:748:14: note: byref variable will be forcibly initialized 748 | char elevator_name[ELV_NAME_MAX]; | ^~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2480:20: note: in expansion of macro 'smp_load_acquire' 2480 | int *map = smp_load_acquire(&tgid_map); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_buddy': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /kisskb/src/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 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5853:14: note: byref variable will be forcibly initialized 5853 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1501:23: note: byref variable will be forcibly initialized 1501 | unsigned long threshold; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:769:13: note: byref variable will be forcibly initialized 769 | u64 ts; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8695:23: note: byref variable will be forcibly initialized 8695 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:9044:23: note: byref variable will be forcibly initialized 9044 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_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/mm/page_alloc.c: In function '__early_pfn_to_nid': /kisskb/src/mm/page_alloc.c:1771:34: note: byref variable will be forcibly initialized 1771 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:1771:23: note: byref variable will be forcibly initialized 1771 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /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 '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3602:26: note: byref variable will be forcibly initialized 3602 | u64 next_ts = 0, ts; | ^~ /kisskb/src/kernel/trace/trace.c:3600:23: note: byref variable will be forcibly initialized 3600 | unsigned long lost_events = 0, next_lost = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/kernel/trace/trace.c:4179:26: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c:4179:23: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4232:23: note: byref variable will be forcibly initialized 4232 | unsigned long entries; | ^~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/kernel/trace/trace.c:4231:23: note: byref variable will be forcibly initialized 4231 | unsigned long total; | ^~~~~ /kisskb/src/mm/page_alloc.c:6001:14: note: byref variable will be forcibly initialized 6001 | char tmp[MIGRATE_TYPES + 1]; | ^~~ /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:703, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_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 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7663:13: note: byref variable will be forcibly initialized 7663 | u64 val; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/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/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /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/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7931:16: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7931:13: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7930:34: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7930:23: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8323:15: note: byref variable will be forcibly initialized 8323 | char *endptr; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:618:22: note: byref variable will be forcibly initialized 618 | unsigned int next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:647:16: note: byref variable will be forcibly initialized 647 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int first; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function '__free_one_page': /kisskb/src/mm/page_alloc.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned long buddy_pfn; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'ftrace_trace_snapshot_callback': /kisskb/src/kernel/trace/trace.c:8528:15: note: byref variable will be forcibly initialized 8528 | void *count = (void *)-1; | ^~~~~ /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 '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 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6485:14: note: byref variable will be forcibly initialized 6485 | char buf[64]; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'set_pfnblock_flags_mask': /kisskb/src/mm/page_alloc.c:605:23: note: byref variable will be forcibly initialized 605 | unsigned long word; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:691:15: note: byref variable will be forcibly initialized 691 | pid_t pid; | ^~~ /kisskb/src/kernel/trace/trace.c:690:16: note: byref variable will be forcibly initialized 690 | loff_t pos; | ^~~ /kisskb/src/kernel/trace/trace.c:686:23: note: byref variable will be forcibly initialized 686 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c:685:29: note: byref variable will be forcibly initialized 685 | struct trace_parser parser; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2760:25: note: byref variable will be forcibly initialized 2760 | int free_pages, movable_pages, alike_pages; | ^~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_compact': /kisskb/src/mm/page_alloc.c:4480:22: note: byref variable will be forcibly initialized 4480 | struct page *page = NULL; | ^~~~ /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/mm/page_alloc.c: In function 'build_zonelists': /kisskb/src/mm/page_alloc.c:6398:20: note: byref variable will be forcibly initialized 6398 | nodemask_t used_mask = NODE_MASK_NONE; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6661:23: note: byref variable will be forcibly initialized 6661 | unsigned long pfn, end_pfn = start_pfn + size; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4053:13: note: byref variable will be forcibly initialized 4053 | u64 ts; | ^~ /kisskb/src/mm/page_alloc.c:6925:32: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^~~ /kisskb/src/mm/page_alloc.c:6925:13: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^ /kisskb/src/mm/page_alloc.c:6924:23: note: byref variable will be forcibly initialized 6924 | unsigned long hole_pfn = 0; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6923:34: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:6923:23: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/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/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/mm/page_alloc.c:7259:13: note: byref variable will be forcibly initialized 7259 | int i; | ^ /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/mm/page_alloc.c:7258:39: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/kernel/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/mm/page_alloc.c:7258:23: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:4206:23: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /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/mm/page_alloc.c:8148:42: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4277:23: note: byref variable will be forcibly initialized 4277 | unsigned long entries; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8148:31: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:8061:42: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8061:31: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7951:13: note: byref variable will be forcibly initialized 7951 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7377:13: note: byref variable will be forcibly initialized 7377 | int i; | ^ /kisskb/src/mm/page_alloc.c:7376:34: note: byref variable will be forcibly initialized 7376 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7376:23: note: byref variable will be forcibly initialized 7376 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/mm/page_alloc.c: In function 'zone_absent_pages_in_node': /kisskb/src/kernel/trace/trace.c:6867:33: note: byref variable will be forcibly initialized 6867 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/mm/page_alloc.c:7408:39: note: byref variable will be forcibly initialized 7408 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6865:29: note: byref variable will be forcibly initialized 6865 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7408:23: note: byref variable will be forcibly initialized 7408 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6864:22: note: byref variable will be forcibly initialized 6864 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': /kisskb/src/mm/page_alloc.c:7460:47: note: byref variable will be forcibly initialized 7460 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7460:31: note: byref variable will be forcibly initialized 7460 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_node': /kisskb/src/mm/page_alloc.c:7816:23: note: byref variable will be forcibly initialized 7816 | unsigned long end_pfn = 0; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7815:23: note: byref variable will be forcibly initialized 7815 | unsigned long start_pfn = 0; | ^~~~~~~~~ /kisskb/src/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; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7885:16: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5320:25: note: in expansion of macro 'smp_store_release' 5320 | smp_store_release(&tgid_map, map); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7885:13: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7883:30: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/mm/page_alloc.c:7883:23: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~~~ /kisskb/src/kernel/trace/trace.c:8786:23: note: byref variable will be forcibly initialized 8786 | unsigned long val; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:8205:16: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^~~ /kisskb/src/mm/page_alloc.c:8205:13: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^ /kisskb/src/mm/page_alloc.c:8204:34: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8204:23: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /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]; | ^~~ In file included from /kisskb/src/kernel/trace/trace.c:8672: /kisskb/src/kernel/trace/trace.c: In function 'trace_selftest_startup_dynamic_tracing': /kisskb/src/kernel/trace/trace_selftest.c:361:23: note: byref variable will be forcibly initialized 361 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6998:23: note: byref variable will be forcibly initialized 6998 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_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/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4338:17: note: byref variable will be forcibly initialized 4338 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace.c:7260:14: note: byref variable will be forcibly initialized 7260 | char buf[64]; | ^~~ /kisskb/src/mm/page_alloc.c:4337:26: note: byref variable will be forcibly initialized 4337 | struct va_format vaf; | ^~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:5002:13: note: byref variable will be forcibly initialized 5002 | int no_progress_loops; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5001:13: note: byref variable will be forcibly initialized 5001 | int compaction_retries; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5000:29: note: byref variable will be forcibly initialized 5000 | enum compact_result compact_result; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4999:31: note: byref variable will be forcibly initialized 4999 | enum compact_priority compact_priority; | ^~~~~~~~~~~~~~~~ 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/mm/page_alloc.c:4998:23: note: byref variable will be forcibly initialized 4998 | unsigned long did_some_progress; | ^~~~~~~~~~~~~~~~~ /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_wakeup': /kisskb/src/kernel/trace/trace_selftest.c:1185:23: note: byref variable will be forcibly initialized 1185 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace_selftest.c:1184:33: note: byref variable will be forcibly initialized 1184 | struct wakeup_test_data data; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages': /kisskb/src/mm/page_alloc.c:5484:15: note: byref variable will be forcibly initialized 5484 | gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5483:22: note: byref variable will be forcibly initialized 5483 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/mm/page_alloc.c:5340:22: note: byref variable will be forcibly initialized 5340 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8632:14: note: byref variable will be forcibly initialized 8632 | char cpu_dir[30]; /* 30 characters should be more than enough */ | ^~~~~~~ /kisskb/src/mm/page_alloc.c:5339:15: note: byref variable will be forcibly initialized 5339 | gfp_t alloc_gfp; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5338:30: note: byref variable will be forcibly initialized 5338 | struct alloc_context ac; | ^~ /kisskb/src/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/block/partitions/efi.c: In function 'read_lba': /kisskb/src/block/partitions/efi.c:247:24: note: byref variable will be forcibly initialized 247 | Sector sect; | ^~~~ /kisskb/src/block/partitions/efi.c: In function 'find_valid_gpt': /kisskb/src/block/partitions/efi.c:625:26: note: byref variable will be forcibly initialized 625 | sector_t agpt_sector; | ^~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:586:35: note: byref variable will be forcibly initialized 586 | gpt_entry *pptes = NULL, *aptes = NULL; | ^~~~~ /kisskb/src/block/partitions/efi.c:586:20: note: byref variable will be forcibly initialized 586 | gpt_entry *pptes = NULL, *aptes = NULL; | ^~~~~ /kisskb/src/block/partitions/efi.c:585:35: note: byref variable will be forcibly initialized 585 | gpt_header *pgpt = NULL, *agpt = NULL; | ^~~~ /kisskb/src/block/partitions/efi.c:585:21: note: byref variable will be forcibly initialized 585 | gpt_header *pgpt = NULL, *agpt = 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; | ^~~ In file included from /kisskb/src/block/partitions/efi.c:90: /kisskb/src/block/partitions/efi.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:40:22: note: byref variable will be forcibly initialized 40 | char tmp[1 + BDEVNAME_SIZE + 10 + 1]; | ^~~ /kisskb/src/block/partitions/efi.c: In function 'efi_partition': /kisskb/src/block/partitions/efi.c:716:20: note: byref variable will be forcibly initialized 716 | gpt_entry *ptes = NULL; | ^~~~ /kisskb/src/block/partitions/efi.c:715:21: note: byref variable will be forcibly initialized 715 | gpt_header *gpt = NULL; | ^~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:16: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:16: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ /kisskb/src/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:1535:29: note: byref variable will be forcibly initialized 1535 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1535:17: note: in expansion of macro 'DEFINE_WAIT' 1535 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:934:29: note: byref variable will be forcibly initialized 934 | struct qstr name; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/kernfs/file.c:10: /kisskb/src/fs/kernfs/file.c: In function 'kernfs_get_open_node': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c:604:17: note: in expansion of macro 'rcu_assign_pointer' 604 | rcu_assign_pointer(kn->attr.open, new_on); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_unlink_open_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c:642:17: note: in expansion of macro 'rcu_assign_pointer' 642 | rcu_assign_pointer(kn->attr.open, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_dump': /kisskb/src/mm/memblock.c:1899:22: note: byref variable will be forcibly initialized 1899 | char nid_buf[32] = ""; | ^~~~~~~ /kisskb/src/mm/memblock.c:1891:32: note: byref variable will be forcibly initialized 1891 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c:1891:27: note: byref variable will be forcibly initialized 1891 | phys_addr_t base, end, size; | ^~~ /kisskb/src/mm/memblock.c:1891:21: note: byref variable will be forcibly initialized 1891 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2145:21: note: byref variable will be forcibly initialized 2145 | phys_addr_t end; | ^~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:219:13: note: byref variable will be forcibly initialized 219 | u64 i; | ^ /kisskb/src/mm/memblock.c:218:33: note: byref variable will be forcibly initialized 218 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:218:21: note: byref variable will be forcibly initialized 218 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2063:13: note: byref variable will be forcibly initialized 2063 | u64 i; | ^ /kisskb/src/mm/memblock.c:2062:28: note: byref variable will be forcibly initialized 2062 | phys_addr_t start, end; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:236:44: note: byref variable will be forcibly initialized 236 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/mm/memblock.c:2062:21: note: byref variable will be forcibly initialized 2062 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:254:13: note: byref variable will be forcibly initialized 254 | u64 i; | ^ /kisskb/src/mm/memblock.c:253:33: note: byref variable will be forcibly initialized 253 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:253:21: note: byref variable will be forcibly initialized 253 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:263:36: note: byref variable will be forcibly initialized 263 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_double_array': /kisskb/src/mm/memblock.c:414:47: note: byref variable will be forcibly initialized 414 | phys_addr_t old_size, new_size, addr, new_end; | ^~~~~~~ /kisskb/src/mm/memblock.c:414:41: note: byref variable will be forcibly initialized 414 | 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:690:21: note: byref variable will be forcibly initialized 690 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_add': /kisskb/src/mm/memblock.c:711:21: note: byref variable will be forcibly initialized 711 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_reserve': /kisskb/src/mm/memblock.c:855:21: note: byref variable will be forcibly initialized 855 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:798:24: note: byref variable will be forcibly initialized 798 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:798:13: note: byref variable will be forcibly initialized 798 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove': /kisskb/src/mm/memblock.c:812:21: note: byref variable will be forcibly initialized 812 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_phys_free': /kisskb/src/mm/memblock.c:844:21: note: byref variable will be forcibly initialized 844 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:890:32: note: byref variable will be forcibly initialized 890 | int i, ret, start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:890:21: note: byref variable will be forcibly initialized 890 | int i, ret, start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2083:13: note: byref variable will be forcibly initialized 2083 | u64 i; | ^ /kisskb/src/mm/memblock.c:2082:28: note: byref variable will be forcibly initialized 2082 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2082:21: note: byref variable will be forcibly initialized 2082 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_set_node': /kisskb/src/mm/memblock.c:1268:24: note: byref variable will be forcibly initialized 1268 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1268:13: note: byref variable will be forcibly initialized 1268 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_free_late': /kisskb/src/mm/memblock.c:1633:29: note: byref variable will be forcibly initialized 1633 | phys_addr_t cursor, end; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1718:24: note: byref variable will be forcibly initialized 1718 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1718:13: note: byref variable will be forcibly initialized 1718 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/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/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; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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; | ^~~~~ 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/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; | ^~~~~ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/crypto/hmac.c:175:13: note: byref variable will be forcibly initialized 175 | u32 mask; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/time/posix-timers.c:12: /kisskb/src/kernel/time/posix-timers.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/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_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_gettime32': /kisskb/src/kernel/time/posix-timers.c:756:29: note: byref variable will be forcibly initialized 756 | 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_timer_settime32': /kisskb/src/kernel/time/posix-timers.c:965:39: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:29: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_delete': /kisskb/src/kernel/time/posix-timers.c:1007:23: note: byref variable will be forcibly initialized 1007 | unsigned long flags; | ^~~~~ /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 '__do_sys_clock_settime32': /kisskb/src/kernel/time/posix-timers.c:1162:27: note: byref variable will be forcibly initialized 1162 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1286:27: note: byref variable will be forcibly initialized 1286 | struct timespec64 t; | ^ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1177:27: note: byref variable will be forcibly initialized 1177 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1213:27: note: byref variable will be forcibly initialized 1213 | struct timespec64 ts; | ^~ /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/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/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime32': /kisskb/src/kernel/time/posix-timers.c:1194:31: note: byref variable will be forcibly initialized 1194 | struct __kernel_timex ktx; | ^~~ /kisskb/src/crypto/vmac.c: In function 'vmac_setkey': /kisskb/src/crypto/vmac.c:435:12: note: byref variable will be forcibly initialized 435 | u8 in[16] = { 0 }; | ^~ /kisskb/src/crypto/vmac.c:434:16: note: byref variable will be forcibly initialized 434 | __be64 out[2]; | ^~~ /kisskb/src/crypto/vmac.c: In function 'vmac_create': /kisskb/src/crypto/vmac.c:624:13: note: byref variable will be forcibly initialized 624 | u32 mask; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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; | ^~~~~~~~~ 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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:9: note: in expansion of macro 'rcu_assign_pointer' 106 | rcu_assign_pointer(hlist_nulls_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /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/kernel/bpf/hashtab.c: In function '__bpf_hash_map_seq_show': /kisskb/src/kernel/bpf/hashtab.c:1999:30: note: byref variable will be forcibly initialized 1999 | struct bpf_iter_meta meta; | ^~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1349:23: note: byref variable will be forcibly initialized 1349 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_node': /kisskb/src/kernel/bpf/hashtab.c:764:23: note: byref variable will be forcibly initialized 764 | unsigned long flags; | ^~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_lpi_sync_pending_status': /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:310:12: note: byref variable will be forcibly initialized 310 | u8 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_save_pending_tables': /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:405:22: note: byref variable will be forcibly initialized 405 | bool is_pending; | ^~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:386:12: note: byref variable will be forcibly initialized 386 | u8 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_map_resources': /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long c; | ^ In file included from /kisskb/src/include/linux/kvm_host.h:45, from /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:7: /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_probe': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:766:31: note: in expansion of macro 'kvm_call_hyp_nvhe' 766 | ret = kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:637:27: note: in expansion of macro 'kvm_call_hyp_ret' 637 | u64 ich_vtr_el2 = kvm_call_hyp_ret(__vgic_v3_get_gic_config); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_load': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:735:9: note: in expansion of macro 'kvm_call_hyp' 735 | kvm_call_hyp(__vgic_v3_restore_aprs, cpu_if); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:733:17: note: in expansion of macro 'kvm_call_hyp' 733 | kvm_call_hyp(__vgic_v3_write_vmcr, cpu_if->vgic_vmcr); | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:17: note: byref variable will be forcibly initialized 84 | va_list ap; | ^~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_vmcr_sync': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:766:31: note: in expansion of macro 'kvm_call_hyp_nvhe' 766 | ret = kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:748:37: note: in expansion of macro 'kvm_call_hyp_ret' 748 | cpu_if->vgic_vmcr = kvm_call_hyp_ret(__vgic_v3_read_vmcr); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c: In function 'vgic_v3_put': /kisskb/src/arch/arm64/include/asm/kvm_host.h:734:38: note: byref variable will be forcibly initialized 734 | struct arm_smccc_res res; \ | ^~~ /kisskb/src/arch/arm64/include/asm/kvm_host.h:754:25: note: in expansion of macro 'kvm_call_hyp_nvhe' 754 | kvm_call_hyp_nvhe(f, ##__VA_ARGS__); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v3.c:759:9: note: in expansion of macro 'kvm_call_hyp' 759 | kvm_call_hyp(__vgic_v3_save_aprs, cpu_if); | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1044:23: note: byref variable will be forcibly initialized 1044 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1214:23: note: byref variable will be forcibly initialized 1214 | 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:20, 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_elem': /kisskb/src/kernel/bpf/hashtab.c:1525:23: note: byref variable will be forcibly initialized 1525 | unsigned long bflags; | ^~~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_delete_elem': /kisskb/src/kernel/bpf/hashtab.c:1385:23: note: byref variable will be forcibly initialized 1385 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_map_lookup_and_delete_batch': /kisskb/src/kernel/bpf/hashtab.c:1631:23: note: byref variable will be forcibly initialized 1631 | unsigned long flags = 0; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c:1626:50: note: byref variable will be forcibly initialized 1626 | u32 batch, max_count, size, bucket_size, map_id; | ^~~~~~ /kisskb/src/kernel/bpf/hashtab.c:1626:13: note: byref variable will be forcibly initialized 1626 | u32 batch, max_count, size, bucket_size, map_id; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'htab_lru_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1146:23: note: byref variable will be forcibly initialized 1146 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function '__htab_lru_percpu_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:1269:23: note: byref variable will be forcibly initialized 1269 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/hashtab.c: In function 'bpf_fd_htab_map_update_elem': /kisskb/src/kernel/bpf/hashtab.c:2411:15: note: byref variable will be forcibly initialized 2411 | void *ptr; | ^~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:461:20: note: byref variable will be forcibly initialized 461 | struct bio bio; | ^~~ /kisskb/src/block/blk-settings.c: In function 'disk_has_partitions': /kisskb/src/block/blk-settings.c:879:23: note: byref variable will be forcibly initialized 879 | unsigned long idx; | ^~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:62:32: note: byref variable will be forcibly initialized 62 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:115:32: note: byref variable will be forcibly initialized 115 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_buffer': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/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/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_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/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_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/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_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/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_completion': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_completion': /kisskb/src/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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_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/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_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/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_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/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio_remap': /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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq_remap': /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/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /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/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_rq': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ /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/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/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/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_bio': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /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/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function '__bpf_array_map_seq_show': /kisskb/src/kernel/bpf/arraymap.c:589:30: note: byref variable will be forcibly initialized 589 | struct bpf_iter_meta meta; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/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/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_for_each_array_elem': /kisskb/src/kernel/bpf/arraymap.c:686:16: note: byref variable will be forcibly initialized 686 | u32 i, key, num_elems = 0; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_plug': /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/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ /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/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_unplug': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'prog_array_map_seq_show_elem': /kisskb/src/kernel/bpf/arraymap.c:910:13: note: byref variable will be forcibly initialized 910 | u32 prog_id; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'perf_trace_block_split': /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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/block.h:558, from /kisskb/src/block/blk-core.c:46: /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_buffer': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_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/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_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/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/block.h:170:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 170 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/block.h:284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 284 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_plug': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/block.h:379:1: note: in expansion of macro 'TRACE_EVENT' 379 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_completion': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(block_rq_completion, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_unplug': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:396:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 396 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio_remap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'bpf_fd_array_map_clear': /kisskb/src/kernel/bpf/arraymap.c:900:13: note: byref variable will be forcibly initialized 900 | int i; | ^ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_rq_remap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c:1221:13: note: byref variable will be forcibly initialized 1221 | int 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: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/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:521:1: note: in expansion of macro 'TRACE_EVENT' 521 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_bio_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bpf_trace_block_split': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/block.h:441:1: note: in expansion of macro 'TRACE_EVENT' 441 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/arraymap.c: In function 'perf_event_fd_array_get_ptr': /kisskb/src/kernel/bpf/arraymap.c:1191:13: note: byref variable will be forcibly initialized 1191 | u64 value; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1108:19: note: byref variable will be forcibly initialized 1108 | LIST_HEAD(callbacks); | ^~~~~~~~~ /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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'mnt_user_ns': /kisskb/src/include/linux/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/block/blk-core.c:308:17: note: in expansion of macro 'wait_event' 308 | wait_event(q->mq_freeze_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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bio_queue_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/block/blk-core.c:339:17: note: in expansion of macro 'wait_event' 339 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__submit_bio_noacct': /kisskb/src/block/blk-core.c:632:40: note: byref variable will be forcibly initialized 632 | struct bio_list lower, same; | ^~~~ /kisskb/src/block/blk-core.c:632:33: note: byref variable will be forcibly initialized 632 | struct bio_list lower, same; | ^~~~~ /kisskb/src/block/blk-core.c:623:25: note: byref variable will be forcibly initialized 623 | struct bio_list bio_list_on_stack[2]; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ /kisskb/src/block/blk-core.c: In function 'update_io_ticks': /kisskb/src/block/blk-core.c:933:23: note: byref variable will be forcibly initialized 933 | unsigned long stamp; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_io_timeout_store': /kisskb/src/block/blk-sysfs.c:456:22: note: byref variable will be forcibly initialized 456 | unsigned int val; | ^~~ /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/mm/madvise.c: In function 'swapin_walk_pmd_entry': /kisskb/src/mm/madvise.c:200:27: note: byref variable will be forcibly initialized 200 | struct swap_iocb *splug = NULL; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'force_shm_swapin_readahead': /kisskb/src/mm/madvise.c:243:27: note: byref variable will be forcibly initialized 243 | struct swap_iocb *splug = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c:240:18: note: byref variable will be forcibly initialized 240 | XA_STATE(xas, &mapping->i_pages, linear_page_index(vma, start)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_delay_store': /kisskb/src/block/blk-sysfs.c:414:18: note: byref variable will be forcibly initialized 414 | int err, val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store64': /kisskb/src/block/blk-sysfs.c:53:13: note: byref variable will be forcibly initialized 53 | s64 v; | ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_wb_lat_store': /kisskb/src/block/blk-sysfs.c:481:13: note: byref variable will be forcibly initialized 481 | s64 val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store': /kisskb/src/block/blk-sysfs.c:39:23: note: byref variable will be forcibly initialized 39 | unsigned long v; | ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_random_store': /kisskb/src/block/blk-sysfs.c:293:23: note: byref variable will be forcibly initialized 293 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:309:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 309 | QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/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/block/blk-sysfs.c: In function 'queue_stable_writes_store': /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/block/blk-sysfs.c:293:23: note: byref variable will be forcibly initialized 293 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:311:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 311 | QUEUE_SYSFS_BIT_FNS(stable_writes, STABLE_WRITES, 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_iostats_store': /kisskb/src/block/blk-sysfs.c:293:23: note: byref variable will be forcibly initialized 293 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:310:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 310 | QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_rq_affinity_store': /kisskb/src/block/blk-sysfs.c:379:23: note: byref variable will be forcibly initialized 379 | unsigned long val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nomerges_store': /kisskb/src/block/blk-sysfs.c:350:23: note: byref variable will be forcibly initialized 350 | unsigned long nm; | ^~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nonrot_store': /kisskb/src/block/blk-sysfs.c:293:23: note: byref variable will be forcibly initialized 293 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:308:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 308 | QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_discard_max_store': /kisskb/src/block/blk-sysfs.c:190:23: note: byref variable will be forcibly initialized 190 | unsigned long max_discard; | ^~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_max_sectors_store': /kisskb/src/block/blk-sysfs.c:242:23: note: byref variable will be forcibly initialized 242 | unsigned long max_sectors_kb, | ^~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_ra_store': /kisskb/src/block/blk-sysfs.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long ra_kb; | ^~~~~ /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/block/blk-sysfs.c: In function 'queue_requests_store': /kisskb/src/block/blk-sysfs.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned long nr; | ^~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:542:37: note: byref variable will be forcibly initialized 542 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:574:27: note: byref variable will be forcibly initialized 574 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:736:27: note: byref variable will be forcibly initialized 736 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c:735:35: note: byref variable will be forcibly initialized 735 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_populate': /kisskb/src/mm/madvise.c:886:13: note: byref variable will be forcibly initialized 886 | int locked = 1; | ^~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_vma_behavior': /kisskb/src/mm/madvise.c:996:23: note: byref variable will be forcibly initialized 996 | unsigned long new_flags = vma->vm_flags; | ^~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'do_madvise': /kisskb/src/mm/madvise.c:1374:25: note: byref variable will be forcibly initialized 1374 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/mm/madvise.c:1436:22: note: byref variable will be forcibly initialized 1436 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/mm/madvise.c:1432:25: note: byref variable will be forcibly initialized 1432 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/madvise.c:1431:23: note: byref variable will be forcibly initialized 1431 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/mm/madvise.c:1430:45: note: userspace variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ /kisskb/src/mm/madvise.c:1430:22: note: byref variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/blk-ioc.c:5: /kisskb/src/block/blk-ioc.c: In function 'ioc_destroy_icq': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-ioc.c:91:17: note: in expansion of macro 'rcu_assign_pointer' 91 | rcu_assign_pointer(ioc->icq_hint, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-ioc.c: In function 'ioc_lookup_icq': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-ioc.c:348:17: note: in expansion of macro 'rcu_assign_pointer' 348 | rcu_assign_pointer(ioc->icq_hint, icq); /* allowed to race */ | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-ioc.c:6: /kisskb/src/block/blk-ioc.c: In function 'ioc_clear_queue': /kisskb/src/block/blk-ioc.c:174:19: note: byref variable will be forcibly initialized 174 | LIST_HEAD(icq_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/page_io.c: In function 'generic_swapfile_activate': /kisskb/src/mm/page_io.c:128:34: note: byref variable will be forcibly initialized 128 | sector_t block; | ^~~~~ /kisskb/src/mm/page_io.c:109:26: note: byref variable will be forcibly initialized 109 | sector_t first_block; | ^~~~~~~~~~~ /kisskb/src/mm/page_io.c: In function 'swap_write_unplug': /kisskb/src/mm/page_io.c:375:25: note: byref variable will be forcibly initialized 375 | struct iov_iter from; | ^~~~ /kisskb/src/mm/page_io.c: In function '__swap_read_unplug': /kisskb/src/mm/page_io.c:524:25: note: byref variable will be forcibly initialized 524 | struct iov_iter from; | ^~~~ In file included from /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:9: /kisskb/src/arch/arm64/kvm/vgic/vgic-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; | ^~~ 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/arch/arm64/kvm/vgic/vgic-v4.c:7: /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c: In 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/kvm/vgic/vgic-v4.c: In function 'vgic_v4_configure_vsgis': /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c: In function 'vgic_v4_init': /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:239:23: note: byref variable will be forcibly initialized 239 | unsigned long i; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c: In function 'kvm_vgic_v4_set_forwarding': /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:407:29: note: byref variable will be forcibly initialized 407 | struct its_vlpi_map map; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:406:26: note: byref variable will be forcibly initialized 406 | struct vgic_irq *irq; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c: In function 'kvm_vgic_v4_unset_forwarding': /kisskb/src/arch/arm64/kvm/vgic/vgic-v4.c:481:26: note: byref variable will be forcibly initialized 481 | struct vgic_irq *irq; | ^~~ /kisskb/src/mm/swap_state.c: In function 'swap_ra_info': /kisskb/src/mm/swap_state.c:715:30: note: byref variable will be forcibly initialized 715 | unsigned long start, end; | ^~~ /kisskb/src/mm/swap_state.c:715:23: note: byref variable will be forcibly initialized 715 | unsigned long start, end; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.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_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.c: In function 'add_to_swap_cache': /kisskb/src/mm/swap_state.c:93:24: note: byref variable will be forcibly initialized 93 | XA_STATE_ORDER(xas, &address_space->i_pages, idx, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1383:25: note: in definition of macro 'XA_STATE_ORDER' 1383 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:13: note: byref variable will be forcibly initialized 33 | u32 temp[SHA1_WORKSPACE_WORDS]; | ^~~~ /kisskb/src/mm/swap_state.c: In function '__delete_from_swap_cache': /kisskb/src/mm/swap_state.c:146:18: note: byref variable will be forcibly initialized 146 | XA_STATE(xas, &address_space->i_pages, idx); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/swap_state.c: In function 'clear_shadow_from_swap_cache': /kisskb/src/mm/swap_state.c:253:26: note: byref variable will be forcibly initialized 253 | XA_STATE(xas, &address_space->i_pages, curr); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c: In function 'vgic_mmio_write_sgir': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c:129:30: note: byref variable will be forcibly initialized 129 | unsigned long flags, c; | ^ /kisskb/src/mm/swap_state.c: In function '__read_swap_cache_async': /kisskb/src/mm/swap_state.c:415:15: note: byref variable will be forcibly initialized 415 | void *shadow = NULL; | ^~~~~~ /kisskb/src/mm/swap_state.c: In function 'read_swap_cache_async': /kisskb/src/mm/swap_state.c:518:14: note: byref variable will be forcibly initialized 518 | bool page_was_allocated; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c: In function 'vgic_mmio_read_vcpuif': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c:278:26: note: byref variable will be forcibly initialized 278 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/mm/swap_state.c: In function 'swap_vma_readahead': /kisskb/src/mm/swap_state.c:795:14: note: byref variable will be forcibly initialized 795 | bool page_allocated; | ^~~~~~~~~~~~~~ /kisskb/src/mm/swap_state.c:789:27: note: byref variable will be forcibly initialized 789 | struct swap_iocb *splug = NULL; | ^~~~~ /kisskb/src/mm/swap_state.c:788:25: note: byref variable will be forcibly initialized 788 | struct blk_plug plug; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c: In function 'vgic_mmio_write_vcpuif': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c:326:26: note: byref variable will be forcibly initialized 326 | struct vgic_vmcr vmcr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c: In function 'vgic_v2_has_attr_regs': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c:501:30: note: byref variable will be forcibly initialized 501 | struct vgic_reg_attr reg_attr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v2.c:500:31: note: byref variable will be forcibly initialized 500 | struct vgic_io_device iodev; | ^~~~~ /kisskb/src/mm/swap_state.c: In function 'swap_cluster_readahead': /kisskb/src/mm/swap_state.c:618:30: note: byref variable will be forcibly initialized 618 | bool do_poll = true, page_allocated; | ^~~~~~~~~~~~~~ /kisskb/src/mm/swap_state.c:617:27: note: byref variable will be forcibly initialized 617 | struct swap_iocb *splug = NULL; | ^~~~~ /kisskb/src/mm/swap_state.c:616:25: note: byref variable will be forcibly initialized 616 | struct blk_plug plug; | ^~~~ /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; | ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio.c: In function '__read_pending': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio.c:241:22: note: byref variable will be forcibly initialized 241 | bool 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:703, 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/crypto/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:13: note: byref variable will be forcibly initialized 104 | u64 W[16]; | ^ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:21: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/fs/proc/generic.c:398:21: note: byref variable will be forcibly initialized 398 | const char *fn; | ^~ /kisskb/src/fs/proc/generic.c: In function 'proc_create_mount_point': /kisskb/src/fs/proc/generic.c:528:38: note: byref variable will be forcibly initialized 528 | struct proc_dir_entry *ent, *parent = NULL; | ^~~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_entry': /kisskb/src/fs/proc/generic.c:689:21: note: byref variable will be forcibly initialized 689 | const char *fn = name; | ^~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_subtree': /kisskb/src/fs/proc/generic.c:728:21: note: byref variable will be forcibly initialized 728 | const char *fn = name; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1745:21: note: byref variable will be forcibly initialized 1745 | struct path path; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1792:21: note: byref variable will be forcibly initialized 1792 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/base.c:55: /kisskb/src/fs/proc/base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'timerslack_ns_write': /kisskb/src/fs/proc/base.c:2546:13: note: byref variable will be forcibly initialized 2546 | u64 slack_ns; | ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_coredump_filter_read': /kisskb/src/fs/proc/base.c:2902:14: note: byref variable will be forcibly initialized 2902 | 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_coredump_filter_write': /kisskb/src/fs/proc/base.c:2931:22: note: byref variable will be forcibly initialized 2931 | unsigned int val; | ^~~ /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/fs/proc/base.c: In function 'proc_pid_attr_read': /kisskb/src/fs/proc/base.c:2723:15: note: byref variable will be forcibly initialized 2723 | char *p = NULL; | ^ /kisskb/src/fs/proc/base.c: In function 'get_mm_cmdline': /kisskb/src/fs/proc/base.c:260:21: note: byref variable will be forcibly initialized 260 | char *page, c; | ^ /kisskb/src/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 'timens_offsets_write': /kisskb/src/fs/proc/base.c:1600:22: note: byref variable will be forcibly initialized 1600 | char clock[10]; | ^~~~~ /kisskb/src/fs/proc/base.c:1581:35: note: byref variable will be forcibly initialized 1581 | struct proc_timens_offset offsets[2]; | ^~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_limits': /kisskb/src/fs/proc/base.c:601:23: note: byref variable will be forcibly initialized 601 | struct rlimit rlim[RLIM_NLIMITS]; | ^~~~ /kisskb/src/fs/proc/base.c:599:23: note: byref variable will be forcibly initialized 599 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'dname_to_vma_addr': /kisskb/src/fs/proc/base.c:2107:34: note: byref variable will be forcibly initialized 2107 | unsigned long long sval, eval; | ^~~~ /kisskb/src/fs/proc/base.c:2107:28: note: byref variable will be forcibly initialized 2107 | unsigned long long sval, eval; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_get_link': /kisskb/src/fs/proc/base.c:2194:33: note: byref variable will be forcibly initialized 2194 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2194:23: note: byref variable will be forcibly initialized 2194 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_d_revalidate': /kisskb/src/fs/proc/base.c:2143:33: note: byref variable will be forcibly initialized 2143 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2143:23: note: byref variable will be forcibly initialized 2143 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_lookup': /kisskb/src/fs/proc/base.c:2291:33: note: byref variable will be forcibly initialized 2291 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2291:23: note: byref variable will be forcibly initialized 2291 | unsigned long vm_start, vm_end; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'proc_fill_cache': /kisskb/src/fs/proc/base.c:2075:49: note: byref variable will be forcibly initialized 2075 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/fs/proc/base.c:2413:22: note: byref variable will be forcibly initialized 2413 | char buf[4 * sizeof(long) + 2]; /* max: %lx-%lx\0 */ | ^~~ /kisskb/src/fs/proc/base.c:2350:41: note: byref variable will be forcibly initialized 2350 | GENRADIX(struct map_files_info) fa; | ^~ /kisskb/src/fs/proc/base.c: In function 'proc_task_readdir': /kisskb/src/fs/proc/base.c:3856:22: note: byref variable will be forcibly initialized 3856 | char name[10 + 1]; | ^~~~ /kisskb/src/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/fs/proc/base.c: In function 'proc_pid_readdir': /kisskb/src/fs/proc/base.c:3512:22: note: byref variable will be forcibly initialized 3512 | char name[10 + 1]; | ^~~~ /kisskb/src/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; | ^~~~~ 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/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-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_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_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_getres': /kisskb/src/kernel/time/posix-clock.c:271:33: note: byref variable will be forcibly initialized 271 | struct posix_clock_desc cd; | ^~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:317:35: note: byref variable will be forcibly initialized 317 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:317:25: note: byref variable will be forcibly initialized 317 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:316:54: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:316:39: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:316:22: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c: In function 'proc_task_name': /kisskb/src/fs/proc/array.c:100:14: note: byref variable will be forcibly initialized 100 | char tcomm[64]; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'do_task_stat': /kisskb/src/fs/proc/array.c:475:23: note: byref variable will be forcibly initialized 475 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c:472:36: note: byref variable will be forcibly initialized 472 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:472:29: note: byref variable will be forcibly initialized 472 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:463:26: note: byref variable will be forcibly initialized 463 | sigset_t sigign, sigcatch; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:463:18: note: byref variable will be forcibly initialized 463 | sigset_t sigign, sigcatch; | ^~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:264:56: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:264:47: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:264:38: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:264:27: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:264:18: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:263:23: note: byref variable will be forcibly initialized 263 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'proc_pid_statm': /kisskb/src/fs/proc/array.c:674:31: note: byref variable will be forcibly initialized 674 | unsigned long data = 0; | ^~~~ /kisskb/src/fs/proc/array.c:673:31: note: byref variable will be forcibly initialized 673 | unsigned long text = 0; | ^~~~ /kisskb/src/fs/proc/array.c:672:31: note: byref variable will be forcibly initialized 672 | unsigned long shared = 0; | ^~~~~~ /kisskb/src/fs/proc/array.c:671:31: note: byref variable will be forcibly initialized 671 | unsigned long resident = 0; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:493:26: note: byref variable will be forcibly initialized 493 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/block/blk-map.c:7: /kisskb/src/block/blk-map.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:407:30: note: byref variable will be forcibly initialized 407 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:30: note: byref variable will be forcibly initialized 49 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:271:38: note: byref variable will be forcibly initialized 271 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/blk-map.c:254:24: note: byref variable will be forcibly initialized 254 | size_t offs, added = 0; | ^~~~ /kisskb/src/block/blk-map.c:252:31: note: byref variable will be forcibly initialized 252 | struct page **pages; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:30: note: byref variable will be forcibly initialized 80 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:537:25: note: byref variable will be forcibly initialized 537 | struct iov_iter i; | ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:579:25: note: byref variable will be forcibly initialized 579 | struct iov_iter i; | ^ /kisskb/src/block/blk-map.c:578:22: note: byref variable will be forcibly initialized 578 | struct iovec iov; | ^~~ In file included from /kisskb/src/sound/core/oss/pcm_oss.c:26: /kisskb/src/sound/core/oss/pcm_oss.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/core/oss/pcm_oss.c: In function 'boundary_nearer': /kisskb/src/sound/core/oss/pcm_oss.c:355:19: note: byref variable will be forcibly initialized 355 | int dmax, dmaxdir; | ^~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:355:13: note: byref variable will be forcibly initialized 355 | int dmax, dmaxdir; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c:354:19: note: byref variable will be forcibly initialized 354 | int dmin, dmindir; | ^~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:354:13: note: byref variable will be forcibly initialized 354 | int dmin, dmindir; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_capture_position_fixup': /kisskb/src/sound/core/oss/pcm_oss.c:1213:27: note: byref variable will be forcibly initialized 1213 | snd_pcm_uframes_t frames; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/sound/core/oss/pcm_oss.c:15: /kisskb/src/sound/core/oss/pcm_oss.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_interval_refine_set': /kisskb/src/sound/core/oss/pcm_oss.c:108:29: note: byref variable will be forcibly initialized 108 | struct snd_interval t; | ^ /kisskb/src/sound/core/oss/pcm_oss.c: In function '_snd_pcm_hw_param_set': /kisskb/src/sound/core/oss/pcm_oss.c:471:45: note: byref variable will be forcibly initialized 471 | struct snd_interval t; | ^ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_hw_param_near': /kisskb/src/sound/core/oss/pcm_oss.c:385:21: note: byref variable will be forcibly initialized 385 | int mindir, maxdir; | ^~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:385:13: note: byref variable will be forcibly initialized 385 | int mindir, maxdir; | ^~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_change_params_locked': /kisskb/src/sound/core/oss/pcm_oss.c:869:25: note: byref variable will be forcibly initialized 869 | struct snd_mask mask; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_ptr': /kisskb/src/sound/core/oss/pcm_oss.c:2200:27: note: byref variable will be forcibly initialized 2200 | struct count_info info; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c:2198:27: note: byref variable will be forcibly initialized 2198 | snd_pcm_sframes_t delay; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_odelay': /kisskb/src/sound/core/oss/pcm_oss.c:2174:27: note: byref variable will be forcibly initialized 2174 | snd_pcm_sframes_t delay; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_rate': /kisskb/src/sound/core/oss/pcm_oss.c:1787:35: note: byref variable will be forcibly initialized 1787 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_block_size': /kisskb/src/sound/core/oss/pcm_oss.c:1836:35: note: byref variable will be forcibly initialized 1836 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_format': /kisskb/src/sound/core/oss/pcm_oss.c:1923:35: note: byref variable will be forcibly initialized 1923 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_channels': /kisskb/src/sound/core/oss/pcm_oss.c:1825:35: note: byref variable will be forcibly initialized 1825 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_formats': /kisskb/src/sound/core/oss/pcm_oss.c:1847:35: note: byref variable will be forcibly initialized 1847 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_get_space': /kisskb/src/sound/core/oss/pcm_oss.c:2270:31: note: byref variable will be forcibly initialized 2270 | struct audio_buf_info info; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c:2268:27: note: byref variable will be forcibly initialized 2268 | snd_pcm_sframes_t avail; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_open_file': /kisskb/src/sound/core/oss/pcm_oss.c:2427:35: note: byref variable will be forcibly initialized 2427 | struct snd_pcm_substream *substream; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_open': /kisskb/src/sound/core/oss/pcm_oss.c:2496:28: note: byref variable will be forcibly initialized 2496 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c:2494:34: note: byref variable will be forcibly initialized 2494 | struct snd_pcm_oss_setup setup[2]; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:2493:34: note: byref variable will be forcibly initialized 2493 | struct snd_pcm_oss_file *pcm_oss_file; | ^~~~~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:2491:14: note: byref variable will be forcibly initialized 2491 | char task_name[32]; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_poll': /kisskb/src/sound/core/oss/pcm_oss.c:2874:49: note: byref variable will be forcibly initialized 2874 | struct snd_pcm_oss_file ofile; | ^~~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_register_minor': /kisskb/src/sound/core/oss/pcm_oss.c:3150:22: note: byref variable will be forcibly initialized 3150 | char name[128]; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_proc_write': /kisskb/src/sound/core/oss/pcm_oss.c:3004:51: note: byref variable will be forcibly initialized 3004 | struct snd_pcm_oss_setup *setup, *setup1, template; | ^~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:3001:34: note: byref variable will be forcibly initialized 3001 | char line[128], str[32], task_name[32]; | ^~~~~~~~~ /kisskb/src/sound/core/oss/pcm_oss.c:3001:25: note: byref variable will be forcibly initialized 3001 | char line[128], str[32], task_name[32]; | ^~~ /kisskb/src/sound/core/oss/pcm_oss.c:3001:14: note: byref variable will be forcibly initialized 3001 | char line[128], str[32], task_name[32]; | ^~~~ /kisskb/src/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_sync1': /kisskb/src/sound/core/oss/pcm_oss.c:1618:28: note: byref variable will be forcibly initialized 1618 | wait_queue_entry_t wait; | ^~~~ /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/sound/core/oss/pcm_oss.c: In function 'snd_pcm_oss_read3': /kisskb/src/sound/core/oss/pcm_oss.c:1269:27: note: byref variable will be forcibly initialized 1269 | snd_pcm_sframes_t delay; | ^~~~~ /kisskb/src/block/blk-merge.c: In function 'bio_split_rw': /kisskb/src/block/blk-merge.c:275:29: note: byref variable will be forcibly initialized 275 | unsigned nsegs = 0, bytes = 0; | ^~~~~ /kisskb/src/block/blk-merge.c:275:18: note: byref variable will be forcibly initialized 275 | unsigned nsegs = 0, bytes = 0; | ^~~~~ /kisskb/src/block/blk-merge.c:274:26: note: byref variable will be forcibly initialized 274 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:273:28: note: byref variable will be forcibly initialized 273 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~~~~ /kisskb/src/block/blk-merge.c:273:24: note: byref variable will be forcibly initialized 273 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:509:26: note: byref variable will be forcibly initialized 509 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:508:24: note: byref variable will be forcibly initialized 508 | struct bio_vec bvec, bvprv = { NULL }; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/block/blk-merge.c:28:26: note: byref variable will be forcibly initialized 28 | struct bvec_iter iter = bio->bi_iter; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:55:28: note: byref variable will be forcibly initialized 55 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c:55:24: note: byref variable will be forcibly initialized 55 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c: In function 'bio_split_to_limits': /kisskb/src/block/blk-merge.c:381:22: note: byref variable will be forcibly initialized 381 | unsigned int nr_segs; | ^~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:394:24: note: byref variable will be forcibly initialized 394 | struct bio_vec bv; | ^~ /kisskb/src/block/blk-merge.c:393:29: note: byref variable will be forcibly initialized 393 | struct req_iterator iter; | ^~~~ /kisskb/src/block/blk-merge.c:392:22: note: byref variable will be forcibly initialized 392 | unsigned int bytes = 0; | ^~~~~ /kisskb/src/block/blk-merge.c:391:22: note: byref variable will be forcibly initialized 391 | unsigned int nr_phys_segs = 0; | ^~~~~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_mq_sched_try_merge': /kisskb/src/block/blk-merge.c:1114:25: note: byref variable will be forcibly initialized 1114 | struct request *rq; | ^~ /kisskb/src/crypto/sm3.c: In function 'sm3_update': /kisskb/src/crypto/sm3.c:181:13: note: byref variable will be forcibly initialized 181 | u32 W[16]; | ^ /kisskb/src/crypto/sm3.c: In function 'sm3_final': /kisskb/src/crypto/sm3.c:221:13: note: byref variable will be forcibly initialized 221 | u32 W[16]; | ^ /kisskb/src/drivers/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/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/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/swap_slots.h:5, from /kisskb/src/mm/swap_slots.c:30: /kisskb/src/mm/swap_slots.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/mm/swap_slots.c: In function 'folio_alloc_swap': /kisskb/src/mm/swap_slots.c:304:21: note: byref variable will be forcibly initialized 304 | swp_entry_t entry; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'pid_list_refill_irq': /kisskb/src/kernel/trace/pid_list.c:337:28: note: byref variable will be forcibly initialized 337 | union lower_chunk *lower = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:336:28: note: byref variable will be forcibly initialized 336 | union upper_chunk *upper = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_is_set': /kisskb/src/kernel/trace/pid_list.c:136:22: note: byref variable will be forcibly initialized 136 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:135:22: note: byref variable will be forcibly initialized 135 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_set': /kisskb/src/kernel/trace/pid_list.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:174:22: note: byref variable will be forcibly initialized 174 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:173:22: note: byref variable will be forcibly initialized 173 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_clear': /kisskb/src/kernel/trace/pid_list.c:228:22: note: byref variable will be forcibly initialized 228 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_next': /kisskb/src/kernel/trace/pid_list.c:281:22: note: byref variable will be forcibly initialized 281 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:279:22: note: byref variable will be forcibly initialized 279 | unsigned int upper1; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/mm/swapfile.c:9: /kisskb/src/mm/swapfile.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/swapfile.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/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/swapfile.c:9: /kisskb/src/mm/swapfile.c: In 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/swapfile.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/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/swapfile.c:9: /kisskb/src/mm/swapfile.c: In function 'alloc_swap_info': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swapfile.c:2737:17: note: in expansion of macro 'smp_store_release' 2737 | smp_store_release(&swap_info[type], p); /* rcu_assign_pointer() */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/swapfile.c: In function '__do_sys_swapon': /kisskb/src/mm/swapfile.c:2992:18: note: byref variable will be forcibly initialized 2992 | sector_t span; | ^~~~ /kisskb/src/mm/swapfile.c: In function 'scan_swap_map_slots': /kisskb/src/mm/swapfile.c:801:23: note: byref variable will be forcibly initialized 801 | unsigned long scan_base; | ^~~~~~~~~ /kisskb/src/mm/swapfile.c:800:23: note: byref variable will be forcibly initialized 800 | unsigned long offset; | ^~~~~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:16: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:16: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:16: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:329:16: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ /kisskb/src/mm/swapfile.c: In function 'unuse_pte_range': /kisskb/src/mm/swapfile.c:1869:41: note: byref variable will be forcibly initialized 1869 | struct vm_fault vmf = { | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/arch_gicv3.h:16, from /kisskb/src/include/linux/irqchip/arm-gic-v3.h:604, from /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c:7: /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c: In function 'vgic_register_all_redist_iodevs': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c:824:23: note: byref variable will be forcibly initialized 824 | unsigned long c; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c: In function 'vgic_v3_has_attr_regs': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c:965:30: note: byref variable will be forcibly initialized 965 | struct vgic_reg_attr reg_attr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c:964:31: note: byref variable will be forcibly initialized 964 | struct vgic_io_device iodev; | ^~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c: In function 'vgic_v3_dispatch_sgi': /kisskb/src/arch/arm64/kvm/vgic/vgic-mmio-v3.c:1067:23: note: byref variable will be forcibly initialized 1067 | unsigned long c, flags; | ^ 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:132:16: note: byref variable will be forcibly initialized 132 | 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/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; | ^~ 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:10, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:501:25: note: in expansion of macro 'rcu_assign_pointer' 501 | rcu_assign_pointer( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_gen_synth_cmd': /kisskb/src/kernel/trace/synth_event_gen_test.c:48:13: note: byref variable will be forcibly initialized 48 | u64 vals[7]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c:47:29: note: byref variable will be forcibly initialized 47 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_empty_synth_event': /kisskb/src/kernel/trace/synth_event_gen_test.c:141:13: note: byref variable will be forcibly initialized 141 | u64 vals[7]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c:140:29: note: byref variable will be forcibly initialized 140 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_create_synth_event': /kisskb/src/kernel/trace/synth_event_gen_test.c:259:13: note: byref variable will be forcibly initialized 259 | u64 vals[9]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_next_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:321:40: note: byref variable will be forcibly initialized 321 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/lpm_trie.c:367:17: note: in expansion of macro 'rcu_assign_pointer' 367 | rcu_assign_pointer(*slot, new_node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:377:40: note: byref variable will be forcibly initialized 377 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/bpf.h:20, 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; | ^~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__replace_page': /kisskb/src/kernel/events/uprobes.c:160:35: note: byref variable will be forcibly initialized 160 | struct mmu_notifier_range range; | ^~~~~ /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; | ^~~~~ /kisskb/src/kernel/events/uprobes.c: In function '__find_uprobe': /kisskb/src/kernel/events/uprobes.c:652:29: note: byref variable will be forcibly initialized 652 | struct __uprobe_key key = { | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c: In function 'kvm_vgic_addr': /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:96:13: note: byref variable will be forcibly initialized 96 | u64 undef_value = VGIC_ADDR_UNDEF; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/events/uprobes.c:1469:9: note: in expansion of macro 'smp_store_release' 1469 | smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c: In function 'lock_all_vcpus': /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:365:23: note: byref variable will be forcibly initialized 365 | unsigned long c; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c: In function 'vgic_v2_attr_regs_access': /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:399:13: note: byref variable will be forcibly initialized 399 | u32 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:395:30: note: byref variable will be forcibly initialized 395 | struct vgic_reg_attr reg_attr; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c: In function 'vgic_v3_attr_regs_access': /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:545:13: note: byref variable will be forcibly initialized 545 | u32 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-kvm-device.c:541:30: note: byref variable will be forcibly initialized 541 | struct vgic_reg_attr reg_attr; | ^~~~~~~~ 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/mm/mempolicy.c: In function 'offset_il_node': /kisskb/src/mm/mempolicy.c:1940:20: note: byref variable will be forcibly initialized 1940 | nodemask_t nodemask = pol->nodes; | ^~~~~~~~ /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/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/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/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:730:28: note: byref variable will be forcibly initialized 730 | 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:1050:19: note: byref variable will be forcibly initialized 1050 | 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:1049:20: note: byref variable will be forcibly initialized 1049 | nodemask_t nmask; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function 'get_nodes': /kisskb/src/mm/mempolicy.c:1387:31: note: byref variable will be forcibly initialized 1387 | unsigned long t; | ^ /kisskb/src/mm/mempolicy.c: In function 'lookup_node': /kisskb/src/mm/mempolicy.c:902:22: note: byref variable will be forcibly initialized 902 | struct page *p = NULL; | ^ /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; | ^~~~~~~~ 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:540:54: note: byref variable will be forcibly initialized 540 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:551:25: note: in expansion of macro 'NODEMASK_ALLOC' 551 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:844:9: note: in expansion of macro 'NODEMASK_SCRATCH' 844 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1555:13: note: byref variable will be forcibly initialized 1555 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1554:20: note: byref variable will be forcibly initialized 1554 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1553:24: note: byref variable will be forcibly initialized 1553 | unsigned short mode_flags; | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1680:20: note: byref variable will be forcibly initialized 1680 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1679:13: note: byref variable will be forcibly initialized 1679 | int pval; | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'change_prot_numa': /kisskb/src/mm/mempolicy.c:632:27: note: byref variable will be forcibly initialized 632 | struct mmu_gather tlb; | ^~~ /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/mm/mempolicy.c: In function 'do_migrate_pages': /kisskb/src/mm/mempolicy.c:1090:20: note: byref variable will be forcibly initialized 1090 | 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:540:54: note: byref variable will be forcibly initialized 540 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:551:25: note: in expansion of macro 'NODEMASK_ALLOC' 551 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1585:9: note: in expansion of macro 'NODEMASK_SCRATCH' 1585 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1581:20: note: byref variable will be forcibly initialized 1581 | nodemask_t task_nodes; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/io_uring/filetable.c:5: /kisskb/src/io_uring/filetable.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/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2408:28: note: byref variable will be forcibly initialized 2408 | nodemask_t mems = cpuset_mems_allowed(current); | ^~~~ /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/io_uring/filetable.c: In function 'io_register_file_alloc_range': /kisskb/src/io_uring/filetable.c:182:13: note: byref variable will be forcibly initialized 182 | u32 end; | ^~~ /kisskb/src/io_uring/filetable.c:181:42: note: byref variable will be forcibly initialized 181 | struct io_uring_file_index_range range; | ^~~~~ 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:540:54: note: byref variable will be forcibly initialized 540 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:551:25: note: in expansion of macro 'NODEMASK_ALLOC' 551 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1293:17: note: in expansion of macro 'NODEMASK_SCRATCH' 1293 | 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:1249:19: note: byref variable will be forcibly initialized 1249 | 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:1456:13: note: byref variable will be forcibly initialized 1456 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1455:20: note: byref variable will be forcibly initialized 1455 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1454:24: note: byref variable will be forcibly initialized 1454 | 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:540:54: note: byref variable will be forcibly initialized 540 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/include/linux/nodemask.h:551:25: note: in expansion of macro 'NODEMASK_ALLOC' 551 | NODEMASK_ALLOC(struct nodemask_scratch, x, \ | ^~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2768:17: note: in expansion of macro 'NODEMASK_SCRATCH' 2768 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2766:39: note: byref variable will be forcibly initialized 2766 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'numa_policy_init': /kisskb/src/mm/mempolicy.c:2889:20: note: byref variable will be forcibly initialized 2889 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_to_str': /kisskb/src/mm/mempolicy.c:3109:20: note: byref variable will be forcibly initialized 3109 | nodemask_t nodes = NODE_MASK_NONE; | ^~~~~ /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 '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_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/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:101:25: note: byref variable will be forcibly initialized 101 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c:100:21: note: byref variable will be forcibly initialized 100 | struct bio *bio = NULL; | ^~~ /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/block/blk-lib.c: In function 'blkdev_issue_secure_erase': /kisskb/src/block/blk-lib.c:309:25: note: byref variable will be forcibly initialized 309 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:258:25: note: byref variable will be forcibly initialized 258 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c:257:21: note: byref variable will be forcibly initialized 257 | struct bio *bio; | ^~~ /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/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/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/kernel/trace/trace_functions.c: In function 'ftrace_trace_probe_callback': /kisskb/src/kernel/trace/trace_functions.c:802:15: note: byref variable will be forcibly initialized 802 | void *count = (void *)-1; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_ioctl': /kisskb/src/sound/core/seq/seq_clientmgr.c:2143:11: note: byref variable will be forcibly initialized 2143 | } buf; | ^~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_create_kernel_client': /kisskb/src/sound/core/seq/seq_clientmgr.c:2199:17: note: byref variable will be forcibly initialized 2199 | va_list args; | ^~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_read': /kisskb/src/sound/core/seq/seq_clientmgr.c:443:46: note: byref variable will be forcibly initialized 443 | struct snd_seq_event tmpev; | ^~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c:405:36: note: byref variable will be forcibly initialized 405 | 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:932:36: note: byref variable will be forcibly initialized 932 | 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:1026:30: note: byref variable will be forcibly initialized 1026 | 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:537:30: note: byref variable will be forcibly initialized 537 | struct snd_seq_event bounce_ev; | ^~~~~~~~~ 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_sched_wakeup.c:13: /kisskb/src/kernel/trace/trace_sched_wakeup.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/seq/seq_clientmgr.c: In function 'snd_seq_dispatch_event': /kisskb/src/sound/core/seq/seq_clientmgr.c:873:38: note: byref variable will be forcibly initialized 873 | 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:1450:30: note: byref variable will be forcibly initialized 1450 | struct snd_seq_event event; | ^~~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c: In function 'wakeup_graph_entry': /kisskb/src/kernel/trace/trace_sched_wakeup.c:119:22: note: byref variable will be forcibly initialized 119 | unsigned int trace_ctx; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c:118:33: note: byref variable will be forcibly initialized 118 | struct trace_array_cpu *data; | ^~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c: In function 'wakeup_graph_return': /kisskb/src/kernel/trace/trace_sched_wakeup.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int trace_ctx; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c:147:33: note: byref variable will be forcibly initialized 147 | struct trace_array_cpu *data; | ^~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c: In function 'wakeup_tracer_call': /kisskb/src/kernel/trace/trace_sched_wakeup.c:217:22: note: byref variable will be forcibly initialized 217 | unsigned int trace_ctx; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_sched_wakeup.c:215:33: note: byref variable will be forcibly initialized 215 | struct trace_array_cpu *data; | ^~~~ 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/fs/proc/consoles.c: In function 'show_console_dev': /kisskb/src/fs/proc/consoles.c:35:21: note: byref variable will be forcibly initialized 35 | int index; | ^~~~~ /kisskb/src/fs/proc/consoles.c:28:14: note: byref variable will be forcibly initialized 28 | char flags[ARRAY_SIZE(con_flags) + 1]; | ^~~~~ In file included from /kisskb/src/include/linux/blkdev.h:24, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:255:31: note: byref variable will be forcibly initialized 255 | unsigned long word; | ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:376:34: note: byref variable will be forcibly initialized 376 | struct bt_tags_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:309:29: note: byref variable will be forcibly initialized 309 | struct bt_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_tagset_wait_completed_request': /kisskb/src/block/blk-mq-tag.c:464:26: note: byref variable will be forcibly initialized 464 | unsigned count = 0; | ^~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_queue_tag_busy_iter': /kisskb/src/block/blk-mq-tag.c:510:31: note: byref variable will be forcibly initialized 510 | unsigned long i; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/blk-mq.c:8: /kisskb/src/block/blk-mq.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:1422:14: note: byref variable will be forcibly initialized 1422 | bool busy = false; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:303: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/block/blk-mq.c:180:9: note: in expansion of macro 'wait_event' 180 | wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); | ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:303: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/block/blk-mq.c:187:16: note: in expansion of macro 'wait_event_timeout' 187 | return wait_event_timeout(q->mq_freeze_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_alloc_requests_batch': /kisskb/src/block/blk-mq.c:412:27: note: byref variable will be forcibly initialized 412 | unsigned int tag, tag_offset; | ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_end_request_batch': /kisskb/src/block/blk-mq.c:977:13: note: byref variable will be forcibly initialized 977 | int tags[TAG_COMP_BATCH], nr_tags = 0; | ^~~~ /kisskb/src/block/blk-mq-sysfs.c: In function 'blk_mq_sysfs_register': /kisskb/src/block/blk-mq-sysfs.c:242:26: note: byref variable will be forcibly initialized 242 | unsigned long i, j; | ^ /kisskb/src/block/blk-mq-sysfs.c:242:23: note: byref variable will be forcibly initialized 242 | unsigned long i, j; | ^ /kisskb/src/block/blk-mq-sysfs.c: In function 'blk_mq_sysfs_unregister': /kisskb/src/block/blk-mq-sysfs.c:279:23: note: byref variable will be forcibly initialized 279 | unsigned long i; | ^ /kisskb/src/block/blk-mq-sysfs.c: In function 'blk_mq_sysfs_unregister_hctxs': /kisskb/src/block/blk-mq-sysfs.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long i; | ^ /kisskb/src/block/blk-mq-sysfs.c: In function 'blk_mq_sysfs_register_hctxs': /kisskb/src/block/blk-mq-sysfs.c:311:23: note: byref variable will be forcibly initialized 311 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:2429:34: note: byref variable will be forcibly initialized 2429 | struct blk_mq_queue_data bd = { | ^~ In file included from /kisskb/src/include/linux/blkdev.h:24, from /kisskb/src/block/blk-mq.c:12: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:255:31: note: byref variable will be forcibly initialized 255 | unsigned long word; | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1557:36: note: byref variable will be forcibly initialized 1557 | struct flush_busy_ctx_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_delay_run_hw_queues': /kisskb/src/block/blk-mq.c:2205:23: note: byref variable will be forcibly initialized 2205 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_run_hw_queues': /kisskb/src/block/blk-mq.c:2177:23: note: byref variable will be forcibly initialized 2177 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_start_hw_queues': /kisskb/src/block/blk-mq.c:2280:23: note: byref variable will be forcibly initialized 2280 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_start_stopped_hw_queues': /kisskb/src/block/blk-mq.c:2300:23: note: byref variable will be forcibly initialized 2300 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:3356:19: note: byref variable will be forcibly initialized 3356 | 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/block/blk-mq.c: In function 'blk_mq_stop_hw_queues': /kisskb/src/block/blk-mq.c:2262:23: note: byref variable will be forcibly initialized 2262 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_plug_list': /kisskb/src/block/blk-mq.c:2586:19: note: byref variable will be forcibly initialized 2586 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/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/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-stat.c:9: /kisskb/src/block/blk-stat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h: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/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/blk-stat.c:7: /kisskb/src/block/blk-stat.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:1494:23: note: byref variable will be forcibly initialized 1494 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c:1492:23: note: byref variable will be forcibly initialized 1492 | unsigned long next = 0; | ^~~~ /kisskb/src/block/blk-mq.c: In function 'queue_set_hctx_shared': /kisskb/src/block/blk-mq.c:3759:23: note: byref variable will be forcibly initialized 3759 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_exit_hw_queues': /kisskb/src/block/blk-mq.c:3454:23: note: byref variable will be forcibly initialized 3454 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_realloc_hw_ctxs': /kisskb/src/block/blk-mq.c:3999:26: note: byref variable will be forcibly initialized 3999 | unsigned long i, j; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_poll_hybrid': /kisskb/src/block/blk-mq.c:4667:32: note: byref variable will be forcibly initialized 4667 | struct hrtimer_sleeper hs; | ^~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:3286:29: note: byref variable will be forcibly initialized 3286 | struct rq_iter_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_wake_waiters': /kisskb/src/block/blk-mq.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1595:33: note: byref variable will be forcibly initialized 1595 | struct dispatch_rq_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1872:42: note: byref variable will be forcibly initialized 1872 | struct blk_mq_queue_data bd; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1861:19: note: byref variable will be forcibly initialized 1861 | LIST_HEAD(zone_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/block/blk-mq.c: In function 'blk_mq_plug_issue_direct': /kisskb/src/block/blk-mq.c:2534:13: note: byref variable will be forcibly initialized 2534 | int queued = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:1331:19: note: byref variable will be forcibly initialized 1331 | LIST_HEAD(rq_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/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2796:22: note: byref variable will be forcibly initialized 2796 | unsigned int nr_segs = 1; | ^~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_map_swqueue': /kisskb/src/block/blk-mq.c:3652:23: note: byref variable will be forcibly initialized 3652 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:4523:19: note: byref variable will be forcibly initialized 4523 | 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/block/blk-mq.c: In function 'blk_mq_release': /kisskb/src/block/blk-mq.c:3859:23: note: byref variable will be forcibly initialized 3859 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_update_nr_requests': /kisskb/src/block/blk-mq.c:4393:23: note: byref variable will be forcibly initialized 4393 | unsigned long i; | ^ /kisskb/src/block/blk-mq.c: In function 'blk_mq_cancel_work_sync': /kisskb/src/block/blk-mq.c:4778:31: note: byref variable will be forcibly initialized 4778 | unsigned long i; | ^ /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/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/fs/devpts/inode.c: In function 'parse_mount_options': /kisskb/src/fs/devpts/inode.c:270:21: note: byref variable will be forcibly initialized 270 | int option; | ^~~~~~ /kisskb/src/fs/devpts/inode.c:268:29: note: byref variable will be forcibly initialized 268 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_mntget': /kisskb/src/fs/devpts/inode.c:170:21: note: byref variable will be forcibly initialized 170 | struct path path; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_acquire': /kisskb/src/fs/devpts/inode.c:202:21: note: byref variable will be forcibly initialized 202 | struct path path; | ^~~~ /kisskb/src/fs/devpts/inode.c: In function 'devpts_pty_new': /kisskb/src/fs/devpts/inode.c:569:14: note: byref variable will be forcibly initialized 569 | char s[12]; | ^ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_check_id': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:920:13: note: byref variable will be forcibly initialized 920 | u64 indirect_ptr, type = GITS_BASER_TYPE(baser); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/arch/arm64/kvm/vgic/vgic-its.c:9: /kisskb/src/arch/arm64/kvm/vgic/vgic-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/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_restore_cte': /kisskb/src/kernel/trace/trace_functions_graph.c: In function 'print_graph_proc': /kisskb/src/kernel/trace/trace_functions_graph.c:347:14: note: byref variable will be forcibly initialized 347 | char pid_str[11]; | ^~~~~~~ /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/arch/arm64/kvm/vgic/vgic-its.c:2539:13: note: byref variable will be forcibly initialized 2539 | u64 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2536:32: note: byref variable will be forcibly initialized 2536 | struct its_collection *collection; | ^~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'update_lpi_config': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:284:12: note: byref variable will be forcibly initialized 284 | u8 prop; | ^~~~ /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 '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/arch/arm64/kvm/vgic/vgic-its.c: In function 'scan_its_table': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2147:14: note: byref variable will be forcibly initialized 2147 | char entry[ESZ_MAX]; | ^~~~~ /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/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_save_ite': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2180:13: note: byref variable will be forcibly initialized 2180 | u64 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_save_dte': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2329:13: note: byref variable will be forcibly initialized 2329 | u64 val, itt_addr_field; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_save_cte': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2520:13: note: byref variable will be forcibly initialized 2520 | u64 val; | ^~~ /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/arch/arm64/kvm/vgic/vgic-its.c: In function 'update_affinity': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:364:37: note: byref variable will be forcibly initialized 364 | struct its_vlpi_map map; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_get_attr': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2834:21: note: byref variable will be forcibly initialized 2834 | u64 reg; | ^~~ /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; | ^~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2821:21: note: byref variable will be forcibly initialized 2821 | u64 addr = its->vgic_its_base; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_cmd_handle_mapi': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:1080:32: note: byref variable will be forcibly initialized 1080 | struct its_collection *collection, *new_coll = NULL; | ^~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_save_device_tables': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2427:23: note: byref variable will be forcibly initialized 2427 | gpa_t eaddr; | ^~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_save_collection_table': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2581:13: note: byref variable will be forcibly initialized 2581 | u64 val; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'its_sync_lpi_pending_table': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:437:12: note: byref variable will be forcibly initialized 437 | u8 pendmask; | ^~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:434:14: note: byref variable will be forcibly initialized 434 | u32 *intids; | ^~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_set_attr': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2804:21: note: byref variable will be forcibly initialized 2804 | u64 reg; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:2785:21: note: byref variable will be forcibly initialized 2785 | u64 addr; | ^~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_cmd_handle_mapc': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:1246:32: note: byref variable will be forcibly initialized 1246 | struct its_collection *collection; | ^~~~~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_cmd_handle_movall': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:1406:14: note: byref variable will be forcibly initialized 1406 | u32 *intids; | ^~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_trigger_msi': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:733:26: note: byref variable will be forcibly initialized 733 | struct vgic_irq *irq = NULL; | ^~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_invall': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:1344:14: note: byref variable will be forcibly initialized 1344 | u32 *intids; | ^~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c: In function 'vgic_its_process_commands': /kisskb/src/arch/arm64/kvm/vgic/vgic-its.c:1575:13: note: byref variable will be forcibly initialized 1575 | u64 cmd_buf[4]; | ^~~~~~~ /kisskb/src/arch/arm64/kvm/vgic/vgic-debug.c: In function 'print_irq_state': /kisskb/src/arch/arm64/kvm/vgic/vgic-debug.c:181:14: note: byref variable will be forcibly initialized 181 | bool pending; | ^~~~~~~ /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]; | ^~~~~~ 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; | ^~~~~ /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/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; | ^~~~~~~~~ /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/io_uring/openclose.c: In function 'io_openat2': /kisskb/src/io_uring/openclose.c:99:27: note: byref variable will be forcibly initialized 99 | struct open_flags op; | ^~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:15: note: byref variable will be forcibly initialized 315 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_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_4k_lle': /kisskb/src/crypto/gf128mul.c:388:15: note: byref variable will be forcibly initialized 388 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:15: note: byref variable will be forcibly initialized 210 | be128 p[8]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:15: note: byref variable will be forcibly initialized 403 | be128 r[1]; | ^ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:29: note: byref variable will be forcibly initialized 147 | struct config_item *target_item = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:24: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/blk-mq-sched.c:7: /kisskb/src/block/blk-mq-sched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_dispatch_hctx_list': /kisskb/src/block/blk-mq-sched.c:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(hctx_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/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:97:19: note: byref variable will be forcibly initialized 97 | LIST_HEAD(rq_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/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:221:19: note: byref variable will be forcibly initialized 221 | LIST_HEAD(rq_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/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:278:19: note: byref variable will be forcibly initialized 278 | LIST_HEAD(rq_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/block/blk-mq-sched.c: In function 'blk_mq_sched_tags_teardown': /kisskb/src/block/blk-mq-sched.c:525:23: note: byref variable will be forcibly initialized 525 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:446:27: note: byref variable will be forcibly initialized 446 | 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/block/blk-mq-sched.c: In function 'blk_mq_sched_free_rqs': /kisskb/src/block/blk-mq-sched.c:634:23: note: byref variable will be forcibly initialized 634 | unsigned long i; | ^ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_exit_sched': /kisskb/src/block/blk-mq-sched.c:651:23: note: byref variable will be forcibly initialized 651 | unsigned long i; | ^ /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_init_sched': /kisskb/src/block/blk-mq-sched.c:563:23: note: byref variable will be forcibly initialized 563 | unsigned long i; | ^ /kisskb/src/sound/core/init.c: In function 'id_store': /kisskb/src/sound/core/init.c:794:14: note: byref variable will be forcibly initialized 794 | 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:196:9: note: in expansion of macro 'wait_event' 196 | 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:974:15: note: in expansion of macro '___wait_event' 974 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1034:9: note: in expansion of macro '__wait_event_lock_irq' 1034 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/init.c:577:9: note: in expansion of macro 'wait_event_lock_irq' 577 | 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:1159:9: note: in expansion of macro 'wait_event_cmd' 1159 | 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:645:36: note: byref variable will be forcibly initialized 645 | 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:738:22: note: byref variable will be forcibly initialized 738 | char sfxstr[5]; /* "_012" */ | ^~~~~~ /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; | ^~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:380:28: note: byref variable will be forcibly initialized 380 | struct hd_geometry geo; | ^~~ /kisskb/src/sound/core/init.c: In function 'snd_card_register': /kisskb/src/sound/core/init.c:915:22: note: byref variable will be forcibly initialized 915 | char tmpid[sizeof(card->id)]; | ^~~~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:261:32: note: byref variable will be forcibly initialized 261 | struct pr_registration reg; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:279:31: note: byref variable will be forcibly initialized 279 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:297:31: note: byref variable will be forcibly initialized 297 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:315:27: note: byref variable will be forcibly initialized 315 | struct pr_preempt p; | ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:333:25: note: byref variable will be forcibly initialized 333 | struct pr_clear c; | ^ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20:32: note: byref variable will be forcibly initialized 20 | struct blkpg_partition p; | ^ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_discard': /kisskb/src/block/ioctl.c:88:18: note: byref variable will be forcibly initialized 88 | uint64_t range[2]; | ^~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_secure_erase': /kisskb/src/block/ioctl.c:127:18: note: byref variable will be forcibly initialized 127 | uint64_t range[2]; | ^~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_zeroout': /kisskb/src/block/ioctl.c:157:18: note: byref variable will be forcibly initialized 157 | uint64_t range[2]; | ^~~~~ /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; | ^~~~ 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; | ^~~~~~ /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/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/mm/sparse-vmemmap.c: In function 'altmap_alloc_block_buf': /kisskb/src/mm/sparse-vmemmap.c:109:28: note: byref variable will be forcibly initialized 109 | unsigned long pfn, nr_pfns, nr_align; | ^~~~~~~ /kisskb/src/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; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/proc/uptime.c:2: /kisskb/src/fs/proc/uptime.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:39: note: byref variable will be forcibly initialized 21 | struct kernel_cpustat kcs; | ^~~ /kisskb/src/fs/proc/uptime.c:13:27: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/proc/stat.c:3: /kisskb/src/fs/proc/stat.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/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/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/crypto/ctr.c: In function 'crypto_ctr_crypt_final': /kisskb/src/crypto/ctr.c:34:12: note: byref variable will be forcibly initialized 34 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:12: note: byref variable will be forcibly initialized 19 | u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/bitmap.c:6: /kisskb/src/fs/reiserfs/bitmap.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/bitmap.c:7: /kisskb/src/fs/reiserfs/bitmap.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'old_hashed_relocation': /kisskb/src/fs/reiserfs/bitmap.c:971:13: note: byref variable will be forcibly initialized 971 | u32 hash_in; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:168:17: note: in expansion of macro 'rcu_assign_pointer' 168 | rcu_assign_pointer(primes, &small_primes); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'is_block_in_journal': /kisskb/src/fs/reiserfs/bitmap.c:123:21: note: byref variable will be forcibly initialized 123 | b_blocknr_t tmp; | ^~~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'is_reusable': /kisskb/src/fs/reiserfs/bitmap.c:64:28: note: byref variable will be forcibly initialized 64 | unsigned int bmap, offset; | ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:64:22: note: byref variable will be forcibly initialized 64 | unsigned int bmap, offset; | ^~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:152:9: note: in expansion of macro 'rcu_assign_pointer' 152 | rcu_assign_pointer(primes, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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/fs/reiserfs/bitmap.c: In function 'reiserfs_parse_alloc_options': /kisskb/src/fs/reiserfs/bitmap.c:576:27: note: byref variable will be forcibly initialized 576 | char *this_char, *value; | ^~~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'show_alloc_options': /kisskb/src/fs/reiserfs/bitmap.c:693:13: note: byref variable will be forcibly initialized 693 | int first = 1; | ^~~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function '_reiserfs_free_block': /kisskb/src/fs/reiserfs/bitmap.c:424:26: note: byref variable will be forcibly initialized 424 | unsigned int nr, offset; | ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:424:22: note: byref variable will be forcibly initialized 424 | unsigned int nr, offset; | ^~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'scan_bitmap_block': /kisskb/src/fs/reiserfs/bitmap.c:150:18: note: byref variable will be forcibly initialized 150 | int end, next; | ^~~~ /kisskb/src/fs/reiserfs/bitmap.c: In function 'scan_bitmap': /kisskb/src/fs/reiserfs/bitmap.c:354:30: note: byref variable will be forcibly initialized 354 | unsigned int end_bm, end_off; | ^~~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:354:22: note: byref variable will be forcibly initialized 354 | unsigned int end_bm, end_off; | ^~~~~~ /kisskb/src/fs/reiserfs/bitmap.c:353:26: note: byref variable will be forcibly initialized 353 | unsigned int bm, off; | ^~~ /kisskb/src/fs/reiserfs/bitmap.c:353:22: note: byref variable will be forcibly initialized 353 | unsigned int bm, off; | ^~ /kisskb/src/kernel/time/tick-common.c: In function 'tick_take_do_timer_from_boot': /kisskb/src/kernel/time/tick-common.c:194:13: note: byref variable will be forcibly initialized 194 | int cpu = smp_processor_id(); | ^~~ /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-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:13: note: byref variable will be forcibly initialized 340 | u32 index, mask; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:466:21: note: byref variable will be forcibly initialized 466 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:356:13: note: byref variable will be forcibly initialized 356 | u32 index, mask; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1276:13: note: byref variable will be forcibly initialized 1276 | int cpu; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:582:21: note: byref variable will be forcibly initialized 582 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1325:21: note: byref variable will be forcibly initialized 1325 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_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; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1994:35: note: byref variable will be forcibly initialized 1994 | struct irq_fwspec ppi_fwspec = { | ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1963:29: note: byref variable will be forcibly initialized 1963 | u32 cpu_phandle; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/balloc.c:15: /kisskb/src/fs/ext4/balloc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/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; | ^~~ /kisskb/src/lib/lzo/lzo1x_compress.c: In function 'lzogeneric1x_1_compress': /kisskb/src/lib/lzo/lzo1x_compress.c:311:21: note: byref variable will be forcibly initialized 311 | signed char state_offset = -2; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_get_group_number': /kisskb/src/fs/ext4/balloc.c:38:22: note: byref variable will be forcibly initialized 38 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:690:40: note: byref variable will be forcibly initialized 690 | struct ext4_allocation_request ar; | ^~ /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:76:15: note: byref variable will be forcibly initialized 76 | char *envp[] = { "RESIZE=1", NULL }; | ^~~~ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1439:15: note: byref variable will be forcibly initialized 1439 | char *envp[] = { event, NULL }; | ^~~~ /kisskb/src/block/genhd.c:1438:14: note: byref variable will be forcibly initialized 1438 | char event[] = "DISK_RO=1"; | ^~~~~ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:341:23: note: byref variable will be forcibly initialized 341 | unsigned long idx; | ^~~ /kisskb/src/block/genhd.c: In function 'show_partition': /kisskb/src/block/genhd.c:838:23: note: byref variable will be forcibly initialized 838 | unsigned long idx; | ^~~ /kisskb/src/block/genhd.c: In function 'bdevt_str': /kisskb/src/block/genhd.c:329:22: note: byref variable will be forcibly initialized 329 | char tbuf[BDEVT_SIZE]; | ^~~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:937:27: note: byref variable will be forcibly initialized 937 | struct disk_stats stat; | ^~~~ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1214:23: note: byref variable will be forcibly initialized 1214 | unsigned long idx; | ^~~ /kisskb/src/block/genhd.c:1213:27: note: byref variable will be forcibly initialized 1213 | struct disk_stats stat; | ^~~~ /kisskb/src/block/genhd.c: In function 'part_inflight_show': /kisskb/src/block/genhd.c:986:22: note: byref variable will be forcibly initialized 986 | unsigned int inflight[2]; | ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:741:31: note: byref variable will be forcibly initialized 741 | unsigned long idx; | ^~~ /kisskb/src/block/genhd.c:740:22: note: byref variable will be forcibly initialized 740 | char devt_buf[BDEVT_SIZE]; | ^~~~~~~~ /kisskb/src/block/genhd.c:733:31: note: byref variable will be forcibly initialized 733 | struct class_dev_iter iter; | ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1312:31: note: byref variable will be forcibly initialized 1312 | struct class_dev_iter iter; | ^~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_inplace': /kisskb/src/crypto/xctr.c:84:16: note: byref variable will be forcibly initialized 84 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c:82:12: note: byref variable will be forcibly initialized 82 | u8 tmp[XCTR_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_segment': /kisskb/src/crypto/xctr.c:57:16: note: byref variable will be forcibly initialized 57 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_final': /kisskb/src/crypto/xctr.c:41:16: note: byref variable will be forcibly initialized 41 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c:37:12: note: byref variable will be forcibly initialized 37 | u8 keystream[XCTR_BLOCKSIZE]; | ^~~~~~~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt': /kisskb/src/crypto/xctr.c:104:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ 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:1085:22: note: byref variable will be forcibly initialized 1085 | u32 bhi_off, bhie_off; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c:1085:13: note: byref variable will be forcibly initialized 1085 | u32 bhi_off, bhie_off; | ^~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_init_mmio': /kisskb/src/drivers/bus/mhi/host/init.c:441:13: note: byref variable will be forcibly initialized 441 | u32 val; | ^~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_register_controller': /kisskb/src/drivers/bus/mhi/host/init.c:897:13: note: byref variable will be forcibly initialized 897 | u32 soc_info; | ^~~~~~~~ /kisskb/src/block/badblocks.c: In function 'badblocks_store': /kisskb/src/block/badblocks.c:520:14: note: byref variable will be forcibly initialized 520 | char newline; | ^~~~~~~ /kisskb/src/block/badblocks.c:519:13: note: byref variable will be forcibly initialized 519 | int length; | ^~~~~~ /kisskb/src/block/badblocks.c:518:28: note: byref variable will be forcibly initialized 518 | unsigned long long sector; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:17: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:23: note: byref variable will be forcibly initialized 272 | unsigned long cur_seq; | ^~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/mmu_notifier.c:448:23: note: byref variable will be forcibly initialized 448 | unsigned long cur_seq; | ^~~~~~~ /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/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:678:17: note: in expansion of macro 'smp_store_release' 678 | smp_store_release(&mm->notifier_subscriptions, subscriptions); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1005:25: note: in expansion of macro 'smp_load_acquire' 1005 | subscriptions = smp_load_acquire(&mm->notifier_subscriptions); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1097:17: note: in expansion of macro 'wait_event' 1097 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/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/block/disk-events.c: In function 'disk_clear_events': /kisskb/src/block/disk-events.c:231:22: note: byref variable will be forcibly initialized 231 | unsigned int clearing = mask; | ^~~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/disk-events.c:388:14: note: byref variable will be forcibly initialized 388 | long intv; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/block/blk-ia-ranges.c:8: /kisskb/src/block/blk-ia-ranges.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-ia-ranges.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1604:16: note: byref variable will be forcibly initialized 1604 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1259:16: note: byref variable will be forcibly initialized 1259 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1226:16: note: byref variable will be forcibly initialized 1226 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 'trace_create_new_event': /kisskb/src/kernel/trace/trace_events.c:2774:22: note: byref variable will be forcibly initialized 2774 | unsigned int first; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/include/linux/bpf.h:10, 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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1366:14: note: byref variable will be forcibly initialized 1366 | char buf[4] = "0"; | ^~~ /kisskb/src/kernel/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1436:14: note: byref variable will be forcibly initialized 1436 | char buf[2]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_id_read': /kisskb/src/kernel/trace/trace_events.c:1650:14: note: byref variable will be forcibly initialized 1650 | char buf[32]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1395:23: note: byref variable will be forcibly initialized 1395 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1480:23: note: byref variable will be forcibly initialized 1480 | unsigned long val; | ^~~ /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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; | ^~~~~~~~~~~~~~~~ /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/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/trace/trace_events.c:14: /kisskb/src/kernel/trace/trace_events.c: In function '__ftrace_clear_event_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:902:17: note: in expansion of macro 'rcu_assign_pointer' 902 | rcu_assign_pointer(tr->filtered_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:899:17: note: in expansion of macro 'rcu_assign_pointer' 899 | rcu_assign_pointer(tr->filtered_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1981:17: note: in expansion of macro 'rcu_assign_pointer' 1981 | rcu_assign_pointer(tr->filtered_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1979:17: note: in expansion of macro 'rcu_assign_pointer' 1979 | rcu_assign_pointer(tr->filtered_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1949:32: note: byref variable will be forcibly initialized 1949 | struct trace_pid_list *pid_list; | ^~~~~~~~ In file included from /kisskb/src/kernel/trace/trace_output.h:6, from /kisskb/src/kernel/trace/trace_events.c:31: /kisskb/src/kernel/trace/trace_events.c: In function 'event_trigger_unlock_commit': /kisskb/src/kernel/trace/trace.h:1413:33: note: byref variable will be forcibly initialized 1413 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/kernel/trace/trace_events.c: In function 'function_test_events_call': /kisskb/src/kernel/trace/trace_events.c:3997:30: note: byref variable will be forcibly initialized 3997 | struct trace_buffer *buffer; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1163:29: note: byref variable will be forcibly initialized 1163 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3686:15: note: byref variable will be forcibly initialized 3686 | char *buf = bootup_event_buf; | ^~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_decode_immediate': /kisskb/src/arch/arm64/lib/insn.c:176:13: note: byref variable will be forcibly initialized 176 | int shift; | ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:175:27: note: byref variable will be forcibly initialized 175 | u32 immlo, immhi, mask; | ^~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_encode_immediate': /kisskb/src/arch/arm64/lib/insn.c:201:13: note: byref variable will be forcibly initialized 201 | int shift; | ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:200:27: note: byref variable will be forcibly initialized 200 | u32 immlo, immhi, mask; | ^~~~ /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; | ^~~~~~~~ /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; | ^~~~~~~~ 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/crypto/hctr2.c: In function 'hctr2_hash_message': /kisskb/src/crypto/hctr2.c:200:32: note: byref variable will be forcibly initialized 200 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_finish': /kisskb/src/crypto/hctr2.c:234:12: note: byref variable will be forcibly initialized 234 | u8 digest[POLYVAL_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_crypt': /kisskb/src/crypto/hctr2.c:271:12: note: byref variable will be forcibly initialized 271 | u8 digest[POLYVAL_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_hash_tweaklen': /kisskb/src/crypto/hctr2.c:112:16: note: byref variable will be forcibly initialized 112 | __le64 tweak_length_block[2]; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hctr2.c:20: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/hctr2.c:111:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 111 | SHASH_DESC_ON_STACK(shash, tfm->polyval); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/jbd2/transaction.c:17: /kisskb/src/fs/jbd2/transaction.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_setkey': /kisskb/src/crypto/hctr2.c:133:12: note: byref variable will be forcibly initialized 133 | u8 hbar[BLOCKCIPHER_BLOCK_SIZE]; | ^~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_create_common': /kisskb/src/crypto/hctr2.c:416:14: note: byref variable will be forcibly initialized 416 | char blockcipher_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/hctr2.c:410:13: note: byref variable will be forcibly initialized 410 | u32 mask; | ^~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_create': /kisskb/src/crypto/hctr2.c:537:14: note: byref variable will be forcibly initialized 537 | char xctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_insert': /kisskb/src/fs/reiserfs/do_balan.c:928:28: note: byref variable will be forcibly initialized 928 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1019:28: note: byref variable will be forcibly initialized 1019 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_shift': /kisskb/src/fs/reiserfs/do_balan.c:1076:28: note: byref variable will be forcibly initialized 1076 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_new_nodes_paste_whole': /kisskb/src/fs/reiserfs/do_balan.c:1149:28: note: byref variable will be forcibly initialized 1149 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'get_FEB': /kisskb/src/fs/reiserfs/do_balan.c:1486:28: note: byref variable will be forcibly initialized 1486 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_del': /kisskb/src/fs/reiserfs/do_balan.c:81:28: note: byref variable will be forcibly initialized 81 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete_cut': /kisskb/src/fs/reiserfs/do_balan.c:115:28: note: byref variable will be forcibly initialized 115 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_when_delete': /kisskb/src/fs/reiserfs/do_balan.c:242:28: note: byref variable will be forcibly initialized 242 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_insert': /kisskb/src/fs/reiserfs/do_balan.c:1265:28: note: byref variable will be forcibly initialized 1265 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste_dirent': /kisskb/src/fs/reiserfs/do_balan.c:1283:28: note: byref variable will be forcibly initialized 1283 | struct buffer_info bi; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/transaction.c:18: /kisskb/src/fs/jbd2/transaction.c: In function 'add_transaction_credits': /kisskb/src/include/linux/wait.h:303: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/jbd2/transaction.c:315:17: note: in expansion of macro 'wait_event' 315 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/include/linux/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/jbd2/transaction.c:268:25: note: in expansion of macro 'wait_event' 268 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_finish_node_paste': /kisskb/src/fs/reiserfs/do_balan.c:1316:28: note: byref variable will be forcibly initialized 1316 | struct buffer_info bi; | ^~ /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/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_left': /kisskb/src/fs/reiserfs/do_balan.c:291:28: note: byref variable will be forcibly initialized 291 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:356:28: note: byref variable will be forcibly initialized 356 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_shift': /kisskb/src/fs/reiserfs/do_balan.c:419:28: note: byref variable will be forcibly initialized 419 | struct buffer_info bi; | ^~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock': /kisskb/src/kernel/time/sched_clock.c:86:22: note: byref variable will be forcibly initialized 86 | unsigned int seq; | ^~~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock_register': /kisskb/src/kernel/time/sched_clock.c:160:32: note: byref variable will be forcibly initialized 160 | struct clock_read_data rd; | ^~ /kisskb/src/kernel/time/sched_clock.c:157:23: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~~ /kisskb/src/kernel/time/sched_clock.c:157:13: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_left_whole': /kisskb/src/fs/reiserfs/do_balan.c:538:28: note: byref variable will be forcibly initialized 538 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_insert_right': /kisskb/src/fs/reiserfs/do_balan.c:628:28: note: byref variable will be forcibly initialized 628 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift_dirent': /kisskb/src/fs/reiserfs/do_balan.c:712:28: note: byref variable will be forcibly initialized 712 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_shift': /kisskb/src/fs/reiserfs/do_balan.c:766:28: note: byref variable will be forcibly initialized 766 | struct buffer_info bi; | ^~ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/fs/reiserfs/do_balan.c: In function 'balance_leaf_paste_right_whole': /kisskb/src/include/linux/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/jbd2/transaction.c:399:17: note: in expansion of macro 'wait_event' 399 | wait_event(journal->j_wait_transaction_locked, | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c:843:28: note: byref variable will be forcibly initialized 843 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/do_balan.c: In function 'do_balance': /kisskb/src/fs/reiserfs/do_balan.c:1862:29: note: byref variable will be forcibly initialized 1862 | struct buffer_head *insert_ptr[2]; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/do_balan.c:1859:26: note: byref variable will be forcibly initialized 1859 | struct item_head insert_key[2]; | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_lock_updates': /kisskb/src/include/linux/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/jbd2/transaction.c:888:17: note: in expansion of macro 'wait_event' 888 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_stop': /kisskb/src/fs/jbd2/transaction.c:1908:33: note: byref variable will be forcibly initialized 1908 | ktime_t expires = ktime_add_ns(ktime_get(), | ^~~~~~~ In file included from /kisskb/src/fs/ext4/bitmap.c:12: /kisskb/src/fs/ext4/bitmap.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/jbd2/commit.c:13: /kisskb/src/fs/jbd2/commit.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/jbd2/commit.c:15: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1778:11: note: byref variable will be forcibly initialized 1778 | } desc; | ^~~~ /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_block_tag_csum_set': /kisskb/src/fs/jbd2/commit.c:360:16: note: byref variable will be forcibly initialized 360 | __be32 seq; | ^~~ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:126:27: note: byref variable will be forcibly initialized 126 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:447:29: note: byref variable will be forcibly initialized 447 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:447:17: note: in expansion of macro 'DEFINE_WAIT' 447 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/fs/jbd2/commit.c:13: /kisskb/src/fs/jbd2/commit.c:412:19: note: byref variable will be forcibly initialized 412 | LIST_HEAD(log_bufs); | ^~~~~~~~ /kisskb/src/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/jbd2/commit.c:411:19: note: byref variable will be forcibly initialized 411 | LIST_HEAD(io_bufs); | ^~~~~~~ /kisskb/src/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/jbd2/commit.c:408:15: note: byref variable will be forcibly initialized 408 | tid_t first_tid; | ^~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:407:23: note: byref variable will be forcibly initialized 407 | unsigned long first_block; | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:405:25: note: byref variable will be forcibly initialized 405 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/jbd2/commit.c:403:29: note: byref variable will be forcibly initialized 403 | struct buffer_head *cbh = NULL; /* For transactional checksums */ | ^~~ /kisskb/src/fs/jbd2/commit.c:393:28: note: byref variable will be forcibly initialized 393 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/commit.c:385:36: note: byref variable will be forcibly initialized 385 | struct transaction_stats_s stats; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/time/tick-sched.c:11: /kisskb/src/kernel/time/tick-sched.c: In function 'tick_do_update_jiffies64': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:132:17: note: in expansion of macro 'smp_store_release' 132 | smp_store_release(&tick_next_period, nextp); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:39: note: in expansion of macro 'smp_load_acquire' 72 | if (ktime_before(now, smp_load_acquire(&tick_next_period))) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/cdns-dphy.c: In function 'cdns_dphy_config_from_opts': /kisskb/src/drivers/phy/cadence/cdns-dphy.c:289:22: note: byref variable will be forcibly initialized 289 | unsigned int dsi_hfp_ext = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:10: /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h: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; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:17: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:24: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:18: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:13: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:813:36: note: byref variable will be forcibly initialized 813 | struct pinctrl_map *maps, *cur_map; | ^~~~~~~ /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:1254:31: note: byref variable will be forcibly initialized 1254 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1218:25: note: byref variable will be forcibly initialized 1218 | struct resource iomem; | ^~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/sound/core/control.c:8: /kisskb/src/sound/core/control.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/control.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_notify_one': /kisskb/src/sound/core/control.c:204:32: note: byref variable will be forcibly initialized 204 | 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:862:32: note: byref variable will be forcibly initialized 862 | 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:900:34: note: byref variable will be forcibly initialized 900 | struct snd_ctl_elem_list list; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_new1': /kisskb/src/sound/core/control.c:265:30: note: byref variable will be forcibly initialized 265 | struct snd_kcontrol *kctl; | ^~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'de_still_valid': /kisskb/src/fs/reiserfs/namei.c:1265:35: note: byref variable will be forcibly initialized 1265 | struct reiserfs_dir_entry tmp = *de; | ^~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_find_entry': /kisskb/src/fs/reiserfs/namei.c:309:24: note: byref variable will be forcibly initialized 309 | struct cpu_key key_to_search; | ^~~~~~~~~~~~~ /kisskb/src/sound/core/control.c: In function 'add_hash_entries': /kisskb/src/sound/core/control.c:405:32: note: byref variable will be forcibly initialized 405 | struct snd_ctl_elem_id id = kcontrol->id; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_unlink': /kisskb/src/fs/reiserfs/namei.c:1002:44: note: byref variable will be forcibly initialized 1002 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:1000:35: note: byref variable will be forcibly initialized 1000 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rmdir': /kisskb/src/fs/reiserfs/namei.c:906:35: note: byref variable will be forcibly initialized 906 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:903:44: note: byref variable will be forcibly initialized 903 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/sound/core/control.c: In function 'remove_hash_entries': /kisskb/src/sound/core/control.c:428:32: note: byref variable will be forcibly initialized 428 | struct snd_ctl_elem_id id = kcontrol->id; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_lookup': /kisskb/src/fs/reiserfs/namei.c:358:35: note: byref variable will be forcibly initialized 358 | struct reiserfs_dir_entry de; | ^~ 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/fs/reiserfs/namei.c: In function 'reiserfs_add_entry': /kisskb/src/fs/reiserfs/namei.c:448:14: note: byref variable will be forcibly initialized 448 | char small_buf[32 + DEH_SIZE]; | ^~~~~~~~~ In file included from /kisskb/src/include/uapi/linux/sysinfo.h:5, from /kisskb/src/include/uapi/linux/kernel.h:5, from /kisskb/src/include/linux/cache.h:5, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/namei.c:14: /kisskb/src/fs/reiserfs/namei.c:441:24: note: byref variable will be forcibly initialized 441 | DECLARE_BITMAP(bit_string, MAX_GENERATION_NUMBER + 1); | ^~~~~~~~~~ /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/reiserfs/namei.c:440:35: note: byref variable will be forcibly initialized 440 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/namei.c:437:24: note: byref variable will be forcibly initialized 437 | struct cpu_key entry_key; | ^~~~~~~~~ /kisskb/src/sound/core/control.c: In function '__snd_ctl_add_replace': /kisskb/src/sound/core/control.c:464:32: note: byref variable will be forcibly initialized 464 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_lock': /kisskb/src/sound/core/control.c:1328:32: note: byref variable will be forcibly initialized 1328 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_unlock': /kisskb/src/sound/core/control.c:1356:32: note: byref variable will be forcibly initialized 1356 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_symlink': /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_remove': /kisskb/src/fs/reiserfs/namei.c:1108:41: note: byref variable will be forcibly initialized 1108 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1107:44: note: byref variable will be forcibly initialized 1107 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/sound/core/control.c:1753:32: note: byref variable will be forcibly initialized 1753 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mknod': /kisskb/src/fs/reiserfs/namei.c:708:41: note: byref variable will be forcibly initialized 708 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:707:44: note: byref variable will be forcibly initialized 707 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_create': /kisskb/src/fs/reiserfs/namei.c:637:41: note: byref variable will be forcibly initialized 637 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:636:44: note: byref variable will be forcibly initialized 636 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_mkdir': /kisskb/src/fs/reiserfs/namei.c:791:41: note: byref variable will be forcibly initialized 791 | struct reiserfs_security_handle security; | ^~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:790:44: note: byref variable will be forcibly initialized 790 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_link': /kisskb/src/fs/reiserfs/namei.c:1205:44: note: byref variable will be forcibly initialized 1205 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_read': /kisskb/src/sound/core/control.c:1979:44: note: byref variable will be forcibly initialized 1979 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/control.c:1976:38: note: byref variable will be forcibly initialized 1976 | struct snd_ctl_event ev; | ^~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_rename': /kisskb/src/fs/reiserfs/namei.c:1322:44: note: byref variable will be forcibly initialized 1322 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/namei.c:1320:51: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1320:43: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1320:35: note: byref variable will be forcibly initialized 1320 | struct reiserfs_dir_entry old_de, new_de, dot_dot_de; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:54: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:40: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/namei.c:1319:26: note: byref variable will be forcibly initialized 1319 | struct item_head new_entry_ih, old_entry_ih, dot_dot_ih; | ^~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_rsc_event': /kisskb/src/drivers/bus/mhi/host/main.c:708:27: note: byref variable will be forcibly initialized 708 | struct mhi_result result; | ^~~~~~ /kisskb/src/fs/reiserfs/namei.c: In function 'reiserfs_get_parent': /kisskb/src/fs/reiserfs/namei.c:405:35: note: byref variable will be forcibly initialized 405 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_reset_data_chan': /kisskb/src/drivers/bus/mhi/host/main.c:1573:27: note: byref variable will be forcibly initialized 1573 | struct mhi_result result; | ^~~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_tlv_ioctl': /kisskb/src/sound/core/control.c:1850:32: note: byref variable will be forcibly initialized 1850 | struct snd_ctl_elem_id id; | ^~ /kisskb/src/sound/core/control.c:1846:28: note: byref variable will be forcibly initialized 1846 | struct snd_ctl_tlv header; | ^~~~~~ /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/sound/core/control.c: In function 'snd_ctl_elem_info_user': /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/sound/core/control.c:1157:34: note: byref variable will be forcibly initialized 1157 | struct snd_ctl_elem_info info; | ^~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_write': /kisskb/src/sound/core/control.c:1273:42: note: byref variable will be forcibly initialized 1273 | struct snd_ctl_elem_info info; | ^~~~ /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/sound/core/control.c: In function 'snd_ctl_elem_add': /kisskb/src/sound/core/control.c:1603:30: note: byref variable will be forcibly initialized 1603 | struct snd_kcontrol *kctl; | ^~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_skb': /kisskb/src/drivers/bus/mhi/host/main.c:1163:29: note: byref variable will be forcibly initialized 1163 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_dma': /kisskb/src/drivers/bus/mhi/host/main.c:1181:29: note: byref variable will be forcibly initialized 1181 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/sound/core/control.c: In function 'snd_ctl_elem_add_user': /kisskb/src/sound/core/control.c:1734:34: note: byref variable will be forcibly initialized 1734 | struct snd_ctl_elem_info info; | ^~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_xfer_event': /kisskb/src/drivers/bus/mhi/host/main.c:573:27: note: byref variable will be forcibly initialized 573 | struct mhi_result result; | ^~~~~~ /kisskb/src/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/drivers/bus/mhi/host/main.c: In function 'mhi_prepare_channel': /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/drivers/bus/mhi/host/main.c:1478:45: note: byref variable will be forcibly initialized 1478 | struct mhi_buf_info info = { }; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/inode.c:5: /kisskb/src/fs/reiserfs/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/lib/zstd/common/entropy_common.c: In function 'HUF_readStats': /kisskb/src/lib/zstd/common/entropy_common.c:255:9: note: byref variable will be forcibly initialized 255 | U32 wksp[HUF_READ_STATS_WORKSPACE_SIZE_U32]; | ^~~~ /kisskb/src/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/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/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/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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/reiserfs/inode.c:6: /kisskb/src/fs/reiserfs/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; | ^~~~~ In file included from /kisskb/src/kernel/time/time_test.c:3: /kisskb/src/kernel/time/time_test.c: In function 'time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:82:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 82 | KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:81:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 81 | KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:80:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 80 | KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:79:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 79 | KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:66:19: note: byref variable will be forcibly initialized 66 | struct tm result; | ^~~~~~ /kisskb/src/kernel/time/time_test.c:64:13: note: byref variable will be forcibly initialized 64 | int yday = 0; | ^~~~ /kisskb/src/kernel/time/time_test.c:63:13: note: byref variable will be forcibly initialized 63 | int mdday = 1; | ^~~~~ /kisskb/src/kernel/time/time_test.c:62:13: note: byref variable will be forcibly initialized 62 | int month = 1; | ^~~~~ /kisskb/src/kernel/time/time_test.c:61:14: note: byref variable will be forcibly initialized 61 | long year = 1970 - 80000; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_evict_inode': /kisskb/src/fs/reiserfs/inode.c:36:44: note: byref variable will be forcibly initialized 36 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function '_get_block_create_0': /kisskb/src/fs/reiserfs/inode.c:291:31: note: byref variable will be forcibly initialized 291 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:289:24: note: byref variable will be forcibly initialized 289 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_directory': /kisskb/src/fs/reiserfs/inode.c:1798:24: note: byref variable will be forcibly initialized 1798 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:1796:14: note: byref variable will be forcibly initialized 1796 | char empty_dir[EMPTY_DIR_SIZE]; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_symlink': /kisskb/src/fs/reiserfs/inode.c:1860:24: note: byref variable will be forcibly initialized 1860 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_update_sd_size': /kisskb/src/fs/reiserfs/inode.c:1444:31: note: byref variable will be forcibly initialized 1444 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:1440:24: note: byref variable will be forcibly initialized 1440 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_inode': /kisskb/src/fs/reiserfs/inode.c:1763:44: note: byref variable will be forcibly initialized 1763 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_truncate_file': /kisskb/src/fs/reiserfs/inode.c:2263:29: note: byref variable will be forcibly initialized 2263 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/fs/reiserfs/inode.c:2261:22: note: byref variable will be forcibly initialized 2261 | struct page *page = NULL; | ^~~~ /kisskb/src/fs/reiserfs/inode.c:2256:44: note: byref variable will be forcibly initialized 2256 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_end': /kisskb/src/fs/reiserfs/inode.c:2907:52: note: byref variable will be forcibly initialized 2907 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_commit_write': /kisskb/src/fs/reiserfs/inode.c:2998:52: note: byref variable will be forcibly initialized 2998 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:59:25: note: byref variable will be forcibly initialized 59 | struct sg_io_v4 hdr; | ^~~ /kisskb/src/mm/ksm.c: In function 'use_zero_pages_store': /kisskb/src/mm/ksm.c:3010:14: note: byref variable will be forcibly initialized 3010 | bool value; | ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_block': /kisskb/src/fs/reiserfs/inode.c:1007:31: note: byref variable will be forcibly initialized 1007 | unp_t unf_single = 0; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/inode.c:1002:40: note: byref variable will be forcibly initialized 1002 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:845:40: note: byref variable will be forcibly initialized 845 | struct cpu_key tmp_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/inode.c:844:32: note: byref variable will be forcibly initialized 844 | __le32 unp = 0; | ^~~ /kisskb/src/fs/reiserfs/inode.c:659:31: note: byref variable will be forcibly initialized 659 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:657:24: note: byref variable will be forcibly initialized 657 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:654:21: note: byref variable will be forcibly initialized 654 | b_blocknr_t allocated_block_nr = 0; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/time_namespace.h:6, from /kisskb/src/kernel/time/namespace.c:7: /kisskb/src/kernel/time/namespace.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/mm/ksm.c: In function 'stable_node_chains_prune_millisecs_store': /kisskb/src/mm/ksm.c:3128:22: note: byref variable will be forcibly initialized 3128 | unsigned int msecs; | ^~~~~ /kisskb/src/mm/ksm.c: In function 'pages_to_scan_store': /kisskb/src/mm/ksm.c:2881:22: note: byref variable will be forcibly initialized 2881 | unsigned int nr_pages; | ^~~~~~~~ /kisskb/src/mm/ksm.c: In function 'sleep_millisecs_store': /kisskb/src/mm/ksm.c:2857:22: note: byref variable will be forcibly initialized 2857 | unsigned int msecs; | ^~~~~ /kisskb/src/kernel/time/namespace.c: In function 'proc_timens_set_offset': /kisskb/src/kernel/time/namespace.c:367:27: note: byref variable will be forcibly initialized 367 | struct timespec64 tp; | ^~ /kisskb/src/block/bsg.c: In function 'bsg_init': /kisskb/src/block/bsg.c:242:15: note: byref variable will be forcibly initialized 242 | dev_t devid; | ^~~~~ /kisskb/src/mm/ksm.c: In function 'max_page_sharing_store': /kisskb/src/mm/ksm.c:3033:13: note: byref variable will be forcibly initialized 3033 | int knob; | ^~~~ /kisskb/src/mm/ksm.c: In function 'run_store': /kisskb/src/mm/ksm.c:2903:22: note: byref variable will be forcibly initialized 2903 | unsigned int 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:703, from /kisskb/src/mm/ksm.c:17: /kisskb/src/mm/ksm.c: In 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/ksm.c: In function 'merge_across_nodes_store': /kisskb/src/fs/reiserfs/inode.c: In function 'map_block_for_writepage': /kisskb/src/mm/ksm.c:2954:23: note: byref variable will be forcibly initialized 2954 | unsigned long knob; | ^~~~ /kisskb/src/fs/reiserfs/inode.c:2365:24: note: byref variable will be forcibly initialized 2365 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:2361:26: note: byref variable will be forcibly initialized 2361 | struct item_head tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/inode.c:2359:44: note: byref variable will be forcibly initialized 2359 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/ksm.c: In function 'stable_tree_insert': /kisskb/src/mm/ksm.c:1806:28: note: byref variable will be forcibly initialized 1806 | static struct stable_node *stable_tree_insert(struct page *kpage) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/ksm.c:1813:43: note: byref variable will be forcibly initialized 1813 | struct stable_node *stable_node, *stable_node_dup, *stable_node_any; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_write_full_page': /kisskb/src/fs/reiserfs/inode.c:2526:44: note: byref variable will be forcibly initialized 2526 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/ksm.c: In function 'stable_tree_search': /kisskb/src/mm/ksm.c:1562:43: note: byref variable will be forcibly initialized 1562 | struct stable_node *stable_node, *stable_node_dup, *stable_node_any; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/ksm.c:1562:29: note: byref variable will be forcibly initialized 1562 | struct stable_node *stable_node, *stable_node_dup, *stable_node_any; | ^~~~~~~~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_read_locked_inode': /kisskb/src/fs/reiserfs/inode.c:1536:24: note: byref variable will be forcibly initialized 1536 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_iget': /kisskb/src/fs/reiserfs/inode.c:1631:35: note: byref variable will be forcibly initialized 1631 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_get_dentry': /kisskb/src/fs/reiserfs/inode.c:1661:24: note: byref variable will be forcibly initialized 1661 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_new_inode': /kisskb/src/fs/reiserfs/inode.c:1925:26: note: byref variable will be forcibly initialized 1925 | struct stat_data sd; | ^~ /kisskb/src/fs/reiserfs/inode.c:1924:26: note: byref variable will be forcibly initialized 1924 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/inode.c:1923:24: note: byref variable will be forcibly initialized 1923 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/inode.c:1921:35: note: byref variable will be forcibly initialized 1921 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/mm/ksm.c: In function 'write_protect_page': /kisskb/src/mm/ksm.c:1047:35: note: byref variable will be forcibly initialized 1047 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/reiserfs/inode.c: In function 'reiserfs_setattr': /kisskb/src/fs/reiserfs/inode.c:3341:52: note: byref variable will be forcibly initialized 3341 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/inode.c:3308:68: note: byref variable will be forcibly initialized 3308 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/mm/ksm.c: In function 'replace_page': /kisskb/src/mm/ksm.c:1142:35: note: byref variable will be forcibly initialized 1142 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/ksm.c: In function 'try_to_merge_one_page': /kisskb/src/mm/ksm.c:1219:15: note: byref variable will be forcibly initialized 1219 | pte_t orig_pte = __pte(0); | ^~~~~~~~ /kisskb/src/mm/ksm.c: In function 'cmp_and_merge_page': /kisskb/src/mm/ksm.c:2044:22: note: byref variable will be forcibly initialized 2044 | struct page *tree_page = NULL; | ^~~~~~~~~ /kisskb/src/mm/ksm.c: In function 'ksm_do_scan': /kisskb/src/mm/ksm.c:2395:22: note: byref variable will be forcibly initialized 2395 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/ksm.c:17: /kisskb/src/mm/ksm.c: In function 'ksm_scan_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: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/ksm.c:2434:25: note: in expansion of macro 'wait_event_freezable' 2434 | wait_event_freezable(ksm_thread_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/ksm.c:2430:25: note: in expansion of macro 'wait_event_interruptible_timeout' 2430 | wait_event_interruptible_timeout(ksm_iter_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c: In function 'dual_select_store': /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c:245:13: note: byref variable will be forcibly initialized 245 | int value; | ^~~~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c: In function 'brcm_usb_phy_probe': /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c:473:21: note: byref variable will be forcibly initialized 473 | const char *mode; | ^~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:32: note: byref variable will be forcibly initialized 153 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/block_validity.c:12: /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_setup_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c:262:9: note: in expansion of macro 'rcu_assign_pointer' 262 | rcu_assign_pointer(sbi->s_system_blks, system_blks); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_release_system_zone': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/block_validity.c:289:9: note: in expansion of macro 'rcu_assign_pointer' 289 | rcu_assign_pointer(EXT4_SB(sb)->s_system_blks, NULL); | ^~~~~~~~~~~~~~~~~~ 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:1413:35: note: byref variable will be forcibly initialized 1413 | 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:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpiolib.c:3: /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2694:32: note: byref variable will be forcibly initialized 2694 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2693:32: note: byref variable will be forcibly initialized 2693 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2988:32: note: byref variable will be forcibly initialized 2988 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2987:32: note: byref variable will be forcibly initialized 2987 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3999:23: note: byref variable will be forcibly initialized 3999 | unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3828:14: note: byref variable will be forcibly initialized 3828 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_add_data_with_key': /kisskb/src/drivers/gpio/gpiolib.c:603:13: note: byref variable will be forcibly initialized 603 | u32 ngpios; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/file.c:5: /kisskb/src/fs/reiserfs/file.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_file_release': /kisskb/src/fs/reiserfs/file.c:35:44: note: byref variable will be forcibly initialized 35 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/file.c: In function 'reiserfs_commit_page': /kisskb/src/fs/reiserfs/file.c:182:44: note: byref variable will be forcibly initialized 182 | struct reiserfs_transaction_handle th; | ^~ /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/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/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; | ^~~~~ 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_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1385:29: note: byref variable will be forcibly initialized 1385 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinvall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1335:29: note: byref variable will be forcibly initialized 1335 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_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_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 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1438:23: note: byref variable will be forcibly initialized 1438 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_select_cpu': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1577:23: note: byref variable will be forcibly initialized 1577 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3553:25: note: byref variable will be forcibly initialized 3553 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/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/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; | ^~~ /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/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/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:820:13: note: byref variable will be forcibly initialized 820 | int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:579:13: note: byref variable will be forcibly initialized 579 | u32 val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_get_parent': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:668:22: note: byref variable will be forcibly initialized 668 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:727:14: note: byref variable will be forcibly initialized 727 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:840:14: note: byref variable will be forcibly initialized 840 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_get_optional': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:921:13: note: byref variable will be forcibly initialized 921 | u32 phy_type; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:1360:22: note: byref variable will be forcibly initialized 1360 | unsigned int id_value; | ^~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized 327 | unsigned tableLog; | ^~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body_default': /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/drivers/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; | ^~~~~~ 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; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/jbd2/recovery.c:16: /kisskb/src/fs/jbd2/recovery.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'count_tags': /kisskb/src/fs/jbd2/recovery.c:199:33: note: byref variable will be forcibly initialized 199 | journal_block_tag_t tag; | ^~~ In file included from /kisskb/src/fs/jbd2/recovery.c:18: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1778:11: note: byref variable will be forcibly initialized 1778 | } desc; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_block_tag_csum_verify': /kisskb/src/fs/jbd2/recovery.c:440:16: note: byref variable will be forcibly initialized 440 | __be32 seq; | ^~~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_readahead': /kisskb/src/fs/jbd2/recovery.c:73:30: note: byref variable will be forcibly initialized 73 | struct buffer_head * bufs[MAXBUF]; | ^~~~ /kisskb/src/fs/jbd2/recovery.c:70:28: note: byref variable will be forcibly initialized 70 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jread': /kisskb/src/fs/jbd2/recovery.c:132:28: note: byref variable will be forcibly initialized 132 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'calc_chksums': /kisskb/src/fs/jbd2/recovery.c:394:29: note: byref variable will be forcibly initialized 394 | struct buffer_head *obh; | ^~~ /kisskb/src/fs/jbd2/recovery.c: In function 'fc_do_one_pass': /kisskb/src/fs/jbd2/recovery.c:240:29: note: byref variable will be forcibly initialized 240 | struct buffer_head *bh; | ^~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:500:41: note: byref variable will be forcibly initialized 500 | struct buffer_head * obh; | ^~~ /kisskb/src/fs/jbd2/recovery.c:499:41: note: byref variable will be forcibly initialized 499 | journal_block_tag_t tag; | ^~~ /kisskb/src/fs/jbd2/recovery.c:467:33: note: byref variable will be forcibly initialized 467 | __u32 crc32_sum = ~0; /* Transactional Checksums */ | ^~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c:463:33: note: byref variable will be forcibly initialized 463 | struct buffer_head * bh; | ^~ /kisskb/src/fs/jbd2/recovery.c:459:33: note: byref variable will be forcibly initialized 459 | unsigned long next_log_block; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:330:23: note: byref variable will be forcibly initialized 330 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long config; | ^~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:33: note: byref variable will be forcibly initialized 288 | struct recovery_info info; | ^~~~ 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/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:352:33: note: byref variable will be forcibly initialized 352 | struct recovery_info info; | ^~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:210:23: note: byref variable will be forcibly initialized 210 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/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/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_dt_node_to_map': /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/mvebu/pinctrl-mvebu.c:412:21: note: byref variable will be forcibly initialized 412 | const char *function; | ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/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; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_build_functions': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:505:22: note: byref variable will be forcibly initialized 505 | int num = 0, funcsize = pctl->desc.npins; | ^~~~~~~~ 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/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_regmap_mpp_ctrl_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:797:22: note: byref variable will be forcibly initialized 797 | unsigned int val; | ^~~ /kisskb/src/fs/reiserfs/dir.c: In function 'reiserfs_readdir_inode': /kisskb/src/fs/reiserfs/dir.c:75:35: note: byref variable will be forcibly initialized 75 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/dir.c:74:14: note: byref variable will be forcibly initialized 74 | char small_buf[32]; /* avoid kmalloc if we can */ | ^~~~~~~~~ /kisskb/src/fs/reiserfs/dir.c:70:31: note: byref variable will be forcibly initialized 70 | struct item_head *ih, tmp_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/dir.c:64:24: note: byref variable will be forcibly initialized 64 | struct cpu_key pos_key; | ^~~~~~~ /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/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/fs/ext4/dir.c:171:40: note: byref variable will be forcibly initialized 171 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/dir.c:157:21: note: byref variable will be forcibly initialized 157 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_far_parent': /kisskb/src/fs/reiserfs/fix_node.c:1031:24: note: byref variable will be forcibly initialized 1031 | struct cpu_key s_lr_father_key; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/fix_node.c: In function 'get_parents': /kisskb/src/fs/reiserfs/fix_node.c:1178:36: note: byref variable will be forcibly initialized 1178 | struct buffer_head *curf, *curcf; | ^~~~~ /kisskb/src/fs/reiserfs/fix_node.c:1178:29: note: byref variable will be forcibly initialized 1178 | struct buffer_head *curf, *curcf; | ^~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/fs/jbd2/checkpoint.c:175:25: note: byref variable will be forcibly initialized 175 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_cleanup_journal_tail': /kisskb/src/fs/jbd2/checkpoint.c:385:25: note: byref variable will be forcibly initialized 385 | unsigned long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c:384:25: note: byref variable will be forcibly initialized 384 | tid_t first_tid; | ^~~~~~~~~ In file included from /kisskb/src/block/bsg-lib.c:11: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1124:29: note: byref variable will be forcibly initialized 1124 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_log_do_checkpoint': /kisskb/src/fs/jbd2/checkpoint.c:204:41: note: byref variable will be forcibly initialized 204 | int result, batch_count = 0; | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_journal_shrink_checkpoint_list': /kisskb/src/fs/jbd2/checkpoint.c:509:14: note: byref variable will be forcibly initialized 509 | bool released; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/ext4_jbd2.c:6: /kisskb/src/fs/ext4/ext4_jbd2.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ext4_jbd2.c: In function 'ext4_journal_abort_handle': /kisskb/src/fs/ext4/ext4_jbd2.c:180:14: note: byref variable will be forcibly initialized 180 | char nbuf[16]; | ^~~~ /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; | ^~~~ 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/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/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:369:23: note: byref variable will be forcibly initialized 369 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:368:23: note: byref variable will be forcibly initialized 368 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:367:23: note: byref variable will be forcibly initialized 367 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:366:23: note: byref variable will be forcibly initialized 366 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/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]; | ^~~ /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/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:782:19: note: byref variable will be forcibly initialized 782 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:822:23: note: byref variable will be forcibly initialized 822 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:821:23: note: byref variable will be forcibly initialized 821 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:820:23: note: byref variable will be forcibly initialized 820 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:819:23: note: byref variable will be forcibly initialized 819 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX1_wksp_bmi2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:150:9: note: byref variable will be forcibly initialized 150 | U32 nbSymbols = 0; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:149:9: note: byref variable will be forcibly initialized 149 | U32 tableLog = 0; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:37: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:9: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~ /kisskb/src/io_uring/timeout.c: In function 'io_req_task_link_timeout': /kisskb/src/io_uring/timeout.c:284:47: note: byref variable will be forcibly initialized 284 | struct io_cancel_data cd = { | ^~ /kisskb/src/io_uring/timeout.c: In function 'io_timeout_remove': /kisskb/src/io_uring/timeout.c:443:39: note: byref variable will be forcibly initialized 443 | struct io_cancel_data cd = { .data = tr->addr, }; | ^~ /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 '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_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:909:20: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:909:13: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:592:13: note: byref variable will be forcibly initialized 592 | u32 tmp; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:589:32: note: byref variable will be forcibly initialized 589 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:588:28: note: byref variable will be forcibly initialized 588 | enum of_gpio_flags xlate_flags; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:662:21: note: byref variable will be forcibly initialized 662 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:661:23: note: byref variable will be forcibly initialized 661 | unsigned long lflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:659:26: note: byref variable will be forcibly initialized 659 | enum gpiod_flags dflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:935:21: note: byref variable will be forcibly initialized 935 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:932:32: note: byref variable will be forcibly initialized 932 | struct of_phandle_args pinspec; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:14: note: byref variable will be forcibly initialized 62 | char propname[32]; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:499:28: note: byref variable will be forcibly initialized 499 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:498:14: note: byref variable will be forcibly initialized 498 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_tryset_pm_state': /kisskb/src/drivers/bus/mhi/host/pm.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long cur_state = mhi_cntrl->pm_state; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_suspend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:870:15: note: in expansion of macro 'wait_event_timeout' 870 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:830:15: note: in expansion of macro 'wait_event_timeout' 830 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_pm_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:942:15: note: in expansion of macro 'wait_event_timeout' 942 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_force_rddm_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:1229:15: note: in expansion of macro 'wait_event_timeout' 1229 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:1203:9: note: in expansion of macro 'wait_event_timeout' 1203 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_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) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ 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:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /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/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/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/sound/core/seq/seq_timer.c:262:14: note: byref variable will be forcibly initialized 262 | char str[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/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_syscalls.c:384:17: note: in expansion of macro 'rcu_assign_pointer' 384 | rcu_assign_pointer(tr->enter_syscall_files[num], file); | ^~~~~~~~~~~~~~~~~~ /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/sound/core/seq/seq_timer.c:442:29: note: byref variable will be forcibly initialized 442 | snd_seq_real_time_t cur_time; | ^~~~~~~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_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/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/trace/trace_syscalls.c:665:11: note: byref variable will be forcibly initialized 665 | } param; | ^~~~~ /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/trace/trace_syscalls.c: In function 'perf_syscall_exit': /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]; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/mq-deadline.c:8: /kisskb/src/block/mq-deadline.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_prio_aging_expire_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:896:9: note: in expansion of macro 'STORE_FUNCTION' 896 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:899:1: note: in expansion of macro 'STORE_JIFFIES' 899 | STORE_JIFFIES(deadline_prio_aging_expire_store, &dd->prio_aging_expire, 0, INT_MAX); | ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_fifo_batch_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:894:9: note: in expansion of macro 'STORE_FUNCTION' 894 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:903:1: note: in expansion of macro 'STORE_INT' 903 | STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_async_depth_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:894:9: note: in expansion of macro 'STORE_FUNCTION' 894 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:902:1: note: in expansion of macro 'STORE_INT' 902 | STORE_INT(deadline_async_depth_store, &dd->async_depth, 1, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_front_merges_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:894:9: note: in expansion of macro 'STORE_FUNCTION' 894 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:901:1: note: in expansion of macro 'STORE_INT' 901 | STORE_INT(deadline_front_merges_store, &dd->front_merges, 0, 1); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_writes_starved_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:894:9: note: in expansion of macro 'STORE_FUNCTION' 894 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:900:1: note: in expansion of macro 'STORE_INT' 900 | STORE_INT(deadline_writes_starved_store, &dd->writes_starved, INT_MIN, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_write_expire_store': /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:896:9: note: in expansion of macro 'STORE_FUNCTION' 896 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:898:1: note: in expansion of macro 'STORE_JIFFIES' 898 | STORE_JIFFIES(deadline_write_expire_store, &dd->fifo_expire[DD_WRITE], 0, INT_MAX); | ^~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:65:11: note: byref variable will be forcibly initialized 65 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:61:34: note: byref variable will be forcibly initialized 61 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:97:16: note: byref variable will be forcibly initialized 97 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:96:13: note: byref variable will be forcibly initialized 96 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:95:13: note: byref variable will be forcibly initialized 95 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha_init': /kisskb/src/lib/crypto/chacha20poly1305.c:39:12: note: byref variable will be forcibly initialized 39 | u8 iv[CHACHA_IV_SIZE]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:38:13: note: byref variable will be forcibly initialized 38 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:117:13: note: byref variable will be forcibly initialized 117 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:136:11: note: byref variable will be forcibly initialized 136 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:129:34: note: byref variable will be forcibly initialized 129 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_read_expire_store': /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:175:16: note: byref variable will be forcibly initialized 175 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:174:13: note: byref variable will be forcibly initialized 174 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:173:13: note: byref variable will be forcibly initialized 173 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:881:13: note: byref variable will be forcibly initialized 881 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:896:9: note: in expansion of macro 'STORE_FUNCTION' 896 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:897:1: note: in expansion of macro 'STORE_JIFFIES' 897 | STORE_JIFFIES(deadline_read_expire_store, &dd->fifo_expire[DD_READ], 0, INT_MAX); | ^~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:199:13: note: byref variable will be forcibly initialized 199 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_crypt_sg_inplace': /kisskb/src/lib/crypto/chacha20poly1305.c:234:11: note: byref variable will be forcibly initialized 234 | } b __aligned(16); | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:218:32: note: byref variable will be forcibly initialized 218 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:217:13: note: byref variable will be forcibly initialized 217 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:34: note: byref variable will be forcibly initialized 216 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/block/mq-deadline.c:9: /kisskb/src/block/mq-deadline.c: In function 'dd_insert_request': /kisskb/src/block/mq-deadline.c:722:19: note: byref variable will be forcibly initialized 722 | LIST_HEAD(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/block/mq-deadline.c: In function 'dd_bio_merge': /kisskb/src/block/mq-deadline.c:696:25: note: byref variable will be forcibly initialized 696 | struct request *free = NULL; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/sqpoll.c:6: /kisskb/src/io_uring/sqpoll.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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.h:221:16: note: in expansion of macro 'smp_load_acquire' 221 | return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; | ^~~~~~~~~~~~~~~~ /kisskb/src/io_uring/sqpoll.c: In function 'io_sqd_handle_event': /kisskb/src/io_uring/sqpoll.c:208:24: note: byref variable will be forcibly initialized 208 | struct ksignal ksig; | ^~~~ /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/io_uring/sqpoll.c: In function 'io_sq_thread': /kisskb/src/io_uring/sqpoll.c:226:14: note: byref variable will be forcibly initialized 226 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2293:15: note: byref variable will be forcibly initialized 2293 | __u32 offset; | ^~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_ahash': /kisskb/src/crypto/cryptd.c:958:14: note: byref variable will be forcibly initialized 958 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_aead': /kisskb/src/crypto/cryptd.c:1015:14: note: byref variable will be forcibly initialized 1015 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': 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/drivers/gpio/gpiolib-cdev.c:2193:30: note: byref variable will be forcibly initialized 2193 | struct gpiochip_info chipinfo; | ^~~~~~~~ /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/io_uring/sqpoll.c: In function 'io_sq_offload_create': /kisskb/src/io_uring/sqpoll.c:355:22: note: byref variable will be forcibly initialized 355 | bool attached; | ^~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_encrypt': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/cryptd.c:262:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 262 | SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_skcipher': /kisskb/src/crypto/cryptd.c:376:13: note: byref variable will be forcibly initialized 376 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:375:13: note: byref variable will be forcibly initialized 375 | u32 type; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2365:42: note: byref variable will be forcibly initialized 2365 | struct gpio_v2_line_info_changed chg; | ^~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:16: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2429:31: note: in expansion of macro 'wait_event_interruptible_locked' 2429 | ret = wait_event_interruptible_locked(cdev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2405:42: note: byref variable will be forcibly initialized 2405 | struct gpio_v2_line_info_changed event; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:16: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1448:31: note: in expansion of macro 'wait_event_interruptible_locked' 1448 | ret = wait_event_interruptible_locked(lr->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2260:34: note: byref variable will be forcibly initialized 2260 | struct gpio_v2_line_info lineinfo; | ^~~~~~~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1198:24: note: byref variable will be forcibly initialized 1198 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1197:36: note: byref variable will be forcibly initialized 1197 | struct gpio_v2_line_values lv; | ^~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values_unlocked': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1259:24: note: byref variable will be forcibly initialized 1259 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1300:36: note: byref variable will be forcibly initialized 1300 | struct gpio_v2_line_values lv; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:807:35: note: byref variable will be forcibly initialized 807 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'edge_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:716:35: note: byref variable will be forcibly initialized 716 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1362:36: note: byref variable will be forcibly initialized 1362 | struct gpio_v2_line_config lc; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1514:37: note: byref variable will be forcibly initialized 1514 | struct gpio_v2_line_request ulr; | ^~~ /kisskb/src/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/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/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/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/reiserfs/super.c:14: /kisskb/src/fs/reiserfs/super.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_sync_fs': /kisskb/src/fs/reiserfs/super.c:69:44: note: byref variable will be forcibly initialized 69 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_parse_options': /kisskb/src/fs/reiserfs/super.c:1216:31: note: byref variable will be forcibly initialized 1216 | char *p = NULL; | ^ /kisskb/src/fs/reiserfs/super.c:1195:31: note: byref variable will be forcibly initialized 1195 | char *p; | ^ /kisskb/src/fs/reiserfs/super.c:1132:15: note: byref variable will be forcibly initialized 1132 | char *pos; | ^~~ /kisskb/src/fs/reiserfs/super.c:1131:15: note: byref variable will be forcibly initialized 1131 | char *arg = NULL; | ^~~ /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/fs/reiserfs/super.c: In function 'reiserfs_dirty_inode': /kisskb/src/fs/reiserfs/super.c:694:44: note: byref variable will be forcibly initialized 694 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'find_hash_out': /kisskb/src/fs/reiserfs/super.c:1730:35: note: byref variable will be forcibly initialized 1730 | struct reiserfs_dir_entry de; | ^~ /kisskb/src/fs/reiserfs/super.c:1728:24: note: byref variable will be forcibly initialized 1728 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link_only': /kisskb/src/fs/reiserfs/super.c:196:44: note: byref variable will be forcibly initialized 196 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_put_super': /kisskb/src/fs/reiserfs/super.c:591:44: note: byref variable will be forcibly initialized 591 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_freeze': /kisskb/src/fs/reiserfs/super.c:149:44: note: byref variable will be forcibly initialized 149 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'add_save_link': /kisskb/src/fs/reiserfs/super.c:436:16: note: byref variable will be forcibly initialized 436 | __le32 link; | ^~~~ /kisskb/src/fs/reiserfs/super.c:435:26: note: byref variable will be forcibly initialized 435 | struct item_head ih; | ^~ /kisskb/src/fs/reiserfs/super.c:434:24: note: byref variable will be forcibly initialized 434 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c: In function 'remove_save_link': /kisskb/src/fs/reiserfs/super.c:513:29: note: byref variable will be forcibly initialized 513 | struct reiserfs_key key; | ^~~ /kisskb/src/fs/reiserfs/super.c:512:44: note: byref variable will be forcibly initialized 512 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'finish_unfinished': /kisskb/src/fs/reiserfs/super.c:229:44: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:229:29: note: byref variable will be forcibly initialized 229 | struct reiserfs_key save_link_key, last_inode_key; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:37: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/super.c:228:24: note: byref variable will be forcibly initialized 228 | struct cpu_key max_cpu_key, obj_key; | ^~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_fill_super': /kisskb/src/fs/reiserfs/super.c:1904:22: note: byref variable will be forcibly initialized 1904 | unsigned int qfmt = 0; | ^~~~ /kisskb/src/fs/reiserfs/super.c:1900:15: note: byref variable will be forcibly initialized 1900 | char *jdev_name; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1898:35: note: byref variable will be forcibly initialized 1898 | struct reiserfs_iget_args args; | ^~~~ /kisskb/src/fs/reiserfs/super.c:1896:22: note: byref variable will be forcibly initialized 1896 | unsigned int commit_max_age = 0; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1895:23: note: byref variable will be forcibly initialized 1895 | unsigned long blocks; | ^~~~~~ /kisskb/src/fs/reiserfs/super.c:1893:44: note: byref variable will be forcibly initialized 1893 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/super.c: In function 'reiserfs_remount': /kisskb/src/fs/reiserfs/super.c:1440:22: note: byref variable will be forcibly initialized 1440 | unsigned int qfmt = 0; | ^~~~ /kisskb/src/fs/reiserfs/super.c:1439:15: note: byref variable will be forcibly initialized 1439 | char *qf_names[REISERFS_MAXQUOTAS]; | ^~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1436:22: note: byref variable will be forcibly initialized 1436 | unsigned int commit_max_age = (unsigned int)-1; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1434:23: note: byref variable will be forcibly initialized 1434 | unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/super.c:1433:23: note: byref variable will be forcibly initialized 1433 | unsigned long blocks; | ^~~~~~ /kisskb/src/fs/reiserfs/super.c:1432:44: note: byref variable will be forcibly initialized 1432 | struct reiserfs_transaction_handle th; | ^~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/sysctl.h:25, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'hlist_add_head_rcu': /kisskb/src/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/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pmx_gpio_set_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int reg_addr; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:518:24: note: byref variable will be forcibly initialized 518 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:516:13: note: byref variable will be forcibly initialized 516 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:612:18: note: byref variable will be forcibly initialized 612 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'find_subdir': /kisskb/src/fs/proc/proc_sysctl.c:959:34: note: byref variable will be forcibly initialized 959 | struct ctl_table_header *head; | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'get_links': /kisskb/src/fs/proc/proc_sysctl.c:1221:34: note: byref variable will be forcibly initialized 1221 | struct ctl_table_header *head; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/fs/proc/proc_sysctl.c:7: /kisskb/src/fs/proc/proc_sysctl.c: In 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/proc_sysctl.c: In function 'lookup_entry': /kisskb/src/fs/proc/proc_sysctl.c:360:34: note: byref variable will be forcibly initialized 360 | struct ctl_table_header *head; | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_err': /kisskb/src/fs/proc/proc_sysctl.c:1106:17: note: byref variable will be forcibly initialized 1106 | va_list args; | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c:1105:26: note: byref variable will be forcibly initialized 1105 | struct va_format vaf; | ^~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'start_unregistering': /kisskb/src/fs/proc/proc_sysctl.c:305:35: note: byref variable will be forcibly initialized 305 | struct completion wait; | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'put_links': /kisskb/src/fs/proc/proc_sysctl.c:1685:42: note: byref variable will be forcibly initialized 1685 | struct ctl_table_header *link_head; | ^~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'sysctl_follow_link': /kisskb/src/fs/proc/proc_sysctl.c:1073:34: note: byref variable will be forcibly initialized 1073 | struct ctl_table_header *head; | ^~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_lookup': /kisskb/src/fs/proc/proc_sysctl.c:526:27: note: byref variable will be forcibly initialized 526 | struct ctl_table *p; | ^ /kisskb/src/fs/proc/proc_sysctl.c:524:34: note: byref variable will be forcibly initialized 524 | struct ctl_table_header *h = NULL; | ^ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_call_handler': /kisskb/src/fs/proc/proc_sysctl.c:570:16: note: byref variable will be forcibly initialized 570 | size_t count = iov_iter_count(iter); | ^~~~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/fs/proc/proc_sysctl.c:6: /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': /kisskb/src/fs/proc/proc_sysctl.c:706:49: note: byref variable will be forcibly initialized 706 | 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/proc_sysctl.c:696:21: note: byref variable will be forcibly initialized 696 | struct qstr qname; | ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'proc_sys_readdir': /kisskb/src/fs/proc/proc_sysctl.c:785:23: note: byref variable will be forcibly initialized 785 | unsigned long pos; | ^~~ /kisskb/src/fs/proc/proc_sysctl.c:783:27: note: byref variable will be forcibly initialized 783 | struct ctl_table *entry; | ^~~~~ /kisskb/src/fs/proc/proc_sysctl.c:782:34: note: byref variable will be forcibly initialized 782 | struct ctl_table_header *h = NULL; | ^ /kisskb/src/fs/proc/proc_sysctl.c: In function 'process_sysctl_arg': /kisskb/src/fs/proc/proc_sysctl.c:1830:16: note: byref variable will be forcibly initialized 1830 | loff_t pos = 0; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function '__register_sysctl_paths': /kisskb/src/fs/proc/proc_sysctl.c:1570:65: note: byref variable will be forcibly initialized 1570 | struct ctl_table_header *header = NULL, **subheaders, **subheader; | ^~~~~~~~~ /kisskb/src/fs/proc/proc_sysctl.c: In function 'do_sysctl_args': /kisskb/src/fs/proc/proc_sysctl.c:1919:26: note: byref variable will be forcibly initialized 1919 | struct vfsmount *proc_mnt = NULL; | ^~~~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc_node': /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_alloc_lru': /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_lru': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c: In function 'slab_bug': /kisskb/src/mm/slub.c:827:17: note: byref variable will be forcibly initialized 827 | va_list args; | ^~~~ /kisskb/src/mm/slub.c:826:26: note: byref variable will be forcibly initialized 826 | struct va_format vaf; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_fix': /kisskb/src/mm/slub.c:842:17: note: byref variable will be forcibly initialized 842 | va_list args; | ^~~~ /kisskb/src/mm/slub.c:841:26: note: byref variable will be forcibly initialized 841 | struct va_format vaf; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_err': /kisskb/src/mm/slub.c:922:14: note: byref variable will be forcibly initialized 922 | char buf[100]; | ^~~ /kisskb/src/mm/slub.c:921:17: note: byref variable will be forcibly initialized 921 | va_list args; | ^~~~ /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; | ^~~~~~~~~ /kisskb/src/mm/slub.c: In function 'setup_slub_debug': /kisskb/src/mm/slub.c:1543:15: note: byref variable will be forcibly initialized 1543 | char *slab_list; | ^~~~~~~~~ /kisskb/src/mm/slub.c:1540:22: note: byref variable will be forcibly initialized 1540 | slab_flags_t flags; | ^~~~~ /kisskb/src/mm/slub.c: In function 'set_track_prepare': /kisskb/src/mm/slub.c:738:23: note: byref variable will be forcibly initialized 738 | unsigned long entries[TRACK_ADDRS_COUNT]; | ^~~~~~~ /kisskb/src/mm/slub.c: In function 'get_freepointer_safe': /kisskb/src/mm/slub.c:370:15: note: byref variable will be forcibly initialized 370 | void *p; | ^ /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/mm/slub.c: In function 'kmem_cache_alloc_trace': /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized 665 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized 650 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized 635 | ZSTD_frameSizeInfo frameSizeInfo; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized 508 | { ZSTD_frameHeader zfh; | ^~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_node': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /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/mm/slub.c: In function 'kmem_cache_alloc_node_trace': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /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/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In 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/slub.c: In function '__kmalloc_node': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_estimateDStreamSize_fromFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1730:22: note: byref variable will be forcibly initialized 1730 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1821:11: note: byref variable will be forcibly initialized 1821 | char* op = ostart; | ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream_simpleArgs': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2079:20: note: byref variable will be forcibly initialized 2079 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2078:20: note: byref variable will be forcibly initialized 2078 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized 3155 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function '__kmalloc_node_track_caller': /kisskb/src/mm/slub.c:3155:15: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3159:28: note: byref variable will be forcibly initialized 3159 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c: In function 'kfree': /kisskb/src/mm/slub.c:4550:6: note: byref variable will be forcibly initialized 4550 | void kfree(const void *x) | ^~~~~ /kisskb/src/mm/slub.c:4550:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:4550:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'remote_node_defrag_ratio_store': /kisskb/src/mm/slub.c:5659:22: note: byref variable will be forcibly initialized 5659 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/slub.c: In function 'cpu_partial_store': /kisskb/src/mm/slub.c:5433:22: note: byref variable will be forcibly initialized 5433 | unsigned int objects; | ^~~~~~~ /kisskb/src/mm/slub.c: In function 'min_partial_store': /kisskb/src/mm/slub.c:5408:23: note: byref variable will be forcibly initialized 5408 | unsigned long min; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_debugfs_show': /kisskb/src/mm/slub.c:6119:40: note: byref variable will be forcibly initialized 6119 | unsigned long *entries; | ^~~~~~~ /kisskb/src/mm/slub.c: In function 'shuffle_freelist': /kisskb/src/mm/slub.c:1913:28: note: byref variable will be forcibly initialized 1913 | unsigned long idx, pos, page_limit, freelist_count; | ^~~ /kisskb/src/mm/slub.c: In function 'deactivate_slab': /kisskb/src/mm/slub.c:2385:26: note: byref variable will be forcibly initialized 2385 | void *nextfree, *freelist_iter, *freelist_tail; | ^~~~~~~~~~~~~ /kisskb/src/mm/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/slub.c:4590:26: note: byref variable will be forcibly initialized 4590 | struct list_head promote[SHRINK_PROMOTE_MAX]; | ^~~~~~~ /kisskb/src/mm/slub.c:4589:26: note: byref variable will be forcibly initialized 4589 | struct list_head discard; | ^~~~~~~ /kisskb/src/mm/slub.c: In function '___slab_alloc': /kisskb/src/mm/slub.c:2916:22: note: byref variable will be forcibly initialized 2916 | struct slab *slab; | ^~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free': /kisskb/src/mm/slub.c:3550:6: note: byref variable will be forcibly initialized 3550 | void kmem_cache_free(struct kmem_cache *s, void *x) | ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3550:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3550:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3653:6: note: byref variable will be forcibly initialized 3653 | void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3653:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3653:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3659:42: note: byref variable will be forcibly initialized 3659 | struct detached_freelist df; | ^~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_bulk': /kisskb/src/mm/slub.c:3677:28: note: byref variable will be forcibly initialized 3677 | struct obj_cgroup *objcg = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4272:19: note: byref variable will be forcibly initialized 4272 | LIST_HEAD(discard); | ^~~~~~~ /kisskb/src/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/slub.c: In function 'kmem_cache_flags': /kisskb/src/mm/slub.c:1614:22: note: byref variable will be forcibly initialized 1614 | slab_flags_t block_flags; | ^~~~~~~~~~~ /kisskb/src/mm/slub.c:1611:15: note: byref variable will be forcibly initialized 1611 | char *iter; | ^~~~ /kisskb/src/mm/slub.c: In function '__kmem_obj_info': /kisskb/src/mm/slub.c:4357:32: note: byref variable will be forcibly initialized 4357 | unsigned long *entries; | ^~~~~~~ /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; | ^~~~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/extents.c:32: /kisskb/src/fs/ext4/extents.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/ext4/extents.c:20: /kisskb/src/fs/ext4/extents.c: In 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/ext4/extents.c: In function 'ext4_ext_grow_indepth': /kisskb/src/fs/ext4/extents.c:1310:13: note: byref variable will be forcibly initialized 1310 | int err = 0; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_split': /kisskb/src/fs/ext4/extents.c:1058:13: note: byref variable will be forcibly initialized 1058 | int err = 0; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/jbd2/revoke.c:84: /kisskb/src/fs/jbd2/revoke.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/block/kyber-iosched.c:9: /kisskb/src/block/kyber-iosched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/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/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/fs/jbd2/revoke.c: In function 'jbd2_journal_write_revoke_records': /kisskb/src/fs/jbd2/revoke.c:538:16: note: byref variable will be forcibly initialized 538 | int i, offset, count; | ^~~~~~ /kisskb/src/fs/jbd2/revoke.c:534:29: note: byref variable will be forcibly initialized 534 | struct buffer_head *descriptor; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/kyber.h:95, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_latency': /kisskb/src/include/trace/perf.h: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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2275:30: note: byref variable will be forcibly initialized 2275 | struct extent_status es; | ^~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_adjust': /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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'perf_trace_kyber_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/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_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/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kyber.h:95, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_latency': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5957:32: note: byref variable will be forcibly initialized 5957 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4429:32: note: byref variable will be forcibly initialized 4429 | struct ext4_map_blocks map; | ^~~ /kisskb/src/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_adjust': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4427:13: note: byref variable will be forcibly initialized 4427 | int retries = 0; | ^~~~~~~ /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/block/kyber-iosched.c: In function 'trace_event_raw_event_kyber_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/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4869:34: note: byref variable will be forcibly initialized 4869 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2183:30: note: byref variable will be forcibly initialized 2183 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c:2182:21: note: byref variable will be forcibly initialized 2182 | ext4_lblk_t next, end = block + num - 1; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_datasem_ensure_credits': /kisskb/src/fs/ext4/extents.c:122:13: note: byref variable will be forcibly initialized 122 | int dropped = 0; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/kyber.h:95, from /kisskb/src/block/kyber-iosched.c:25: /kisskb/src/block/kyber-iosched.c: In function '__bpf_trace_kyber_latency': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(kyber_latency, | ^~~~~~~~~~~ /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/block/kyber-iosched.c: In function '__bpf_trace_kyber_adjust': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/kyber.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(kyber_adjust, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function '__bpf_trace_kyber_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kyber.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(kyber_throttled, | ^~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_write_lat_store': /kisskb/src/block/kyber-iosched.c:877:28: note: byref variable will be forcibly initialized 877 | unsigned long long nsec; \ | ^~~~ /kisskb/src/block/kyber-iosched.c:889:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' 889 | KYBER_LAT_SHOW_STORE(KYBER_WRITE, write); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_read_lat_store': /kisskb/src/block/kyber-iosched.c:877:28: note: byref variable will be forcibly initialized 877 | unsigned long long nsec; \ | ^~~~ /kisskb/src/block/kyber-iosched.c:888:1: note: in expansion of macro 'KYBER_LAT_SHOW_STORE' 888 | KYBER_LAT_SHOW_STORE(KYBER_READ, read); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_body': 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/block/kyber-iosched.c:10: /kisskb/src/block/kyber-iosched.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/lib/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; | ^~~~~~ In file included from /kisskb/src/include/linux/blkdev.h:24, from /kisskb/src/block/kyber-iosched.c:10: /kisskb/src/block/kyber-iosched.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:255:31: note: byref variable will be forcibly initialized 255 | unsigned long word; | ^~~~ /kisskb/src/block/kyber-iosched.c: In function 'kyber_flush_busy_kcqs': /kisskb/src/block/kyber-iosched.c:686:31: note: byref variable will be forcibly initialized 686 | struct flush_kcq_data data = { | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_shift_extents': /kisskb/src/fs/ext4/extents.c:5126:21: note: byref variable will be forcibly initialized 5126 | ext4_lblk_t stop, *iterator, ex_start, ex_end; | ^~~~ /kisskb/src/fs/ext4/extents.c:5123:31: note: byref variable will be forcibly initialized 5123 | struct ext4_ext_path *path; | ^~~~ /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/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3181:49: note: byref variable will be forcibly initialized 3181 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3181:40: note: byref variable will be forcibly initialized 3181 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3181:33: note: byref variable will be forcibly initialized 3181 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3420:38: note: byref variable will be forcibly initialized 3420 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3420:28: note: byref variable will be forcibly initialized 3420 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3419:32: note: byref variable will be forcibly initialized 3419 | struct ext4_map_blocks split_map; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:563:17: note: byref variable will be forcibly initialized 563 | S16 norm[MaxSeq+1]; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:562:22: note: byref variable will be forcibly initialized 562 | { unsigned tableLog; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_insert_range': /kisskb/src/fs/ext4/extents.c:5411:31: note: byref variable will be forcibly initialized 5411 | struct ext4_ext_path *path; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressBlock_internal': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1483:13: note: byref variable will be forcibly initialized 1483 | int nbSeq; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2843:30: note: byref variable will be forcibly initialized 2843 | ext4_fsblk_t pblk; | ^~~~ /kisskb/src/fs/ext4/extents.c:2842:47: note: byref variable will be forcibly initialized 2842 | ext4_lblk_t ee_block, ex_end, lblk; | ^~~~ /kisskb/src/fs/ext4/extents.c:2813:32: note: byref variable will be forcibly initialized 2813 | struct partial_cluster partial; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:2812:31: note: byref variable will be forcibly initialized 2812 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4178:29: note: byref variable will be forcibly initialized 4178 | ext4_lblk_t hole_start, hole_len; | ^~~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4090:40: note: byref variable will be forcibly initialized 4090 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ext4/extents.c:4088:22: note: byref variable will be forcibly initialized 4088 | unsigned int allocated = 0, offset = 0; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4087:13: note: byref variable will be forcibly initialized 4087 | int err = 0, depth, ret; | ^~~ /kisskb/src/fs/ext4/extents.c:4084:40: note: byref variable will be forcibly initialized 4084 | struct ext4_extent newex, *ex, ex2; | ^~~ /kisskb/src/fs/ext4/extents.c:4084:28: note: byref variable will be forcibly initialized 4084 | struct ext4_extent newex, *ex, ex2; | ^~~~~ /kisskb/src/fs/ext4/extents.c:4083:31: note: byref variable will be forcibly initialized 4083 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4783:32: note: byref variable will be forcibly initialized 4783 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_swap_extents': /kisskb/src/fs/ext4/extents.c:5604:31: note: byref variable will be forcibly initialized 5604 | struct ext4_ext_path *path2 = NULL; | ^~~~~ /kisskb/src/fs/ext4/extents.c:5603:31: note: byref variable will be forcibly initialized 5603 | struct ext4_ext_path *path1 = NULL; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_update_ex': /kisskb/src/fs/ext4/extents.c:5863:45: note: byref variable will be forcibly initialized 5863 | struct ext4_ext_path *path = NULL, *ppath; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5979:32: note: byref variable will be forcibly initialized 5979 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c:5976:21: note: byref variable will be forcibly initialized 5976 | ext4_lblk_t cur = 0, end; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6079:32: note: byref variable will be forcibly initialized 6079 | struct ext4_map_blocks map; | ^~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_event_perf.c: In function 'perf_ftrace_function_call': /kisskb/src/kernel/trace/trace_event_perf.c:440:13: note: byref variable will be forcibly initialized 440 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:439:24: note: byref variable will be forcibly initialized 439 | struct pt_regs regs; | ^~~~ /kisskb/src/kernel/trace/trace_event_perf.c:438:27: note: byref variable will be forcibly initialized 438 | struct hlist_head head; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/prints.c:5: /kisskb/src/fs/reiserfs/prints.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'scnprintf_direntry': /kisskb/src/fs/reiserfs/prints.c:140:14: note: byref variable will be forcibly initialized 140 | char name[20]; | ^~~~ /kisskb/src/io_uring/fdinfo.c: In function '__io_uring_show_fdinfo': /kisskb/src/io_uring/fdinfo.c:150:31: note: byref variable will be forcibly initialized 150 | unsigned long index; | ^~~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'prepare_error_buf': /kisskb/src/fs/reiserfs/prints.c:209:13: note: byref variable will be forcibly initialized 209 | int what; | ^~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_printk': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:312:9: note: in expansion of macro 'do_reiserfs_warning' 312 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_warning': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:288:9: note: in expansion of macro 'do_reiserfs_warning' 288 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_info': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:301:9: note: in expansion of macro 'do_reiserfs_warning' 301 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_panic': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:378:9: note: in expansion of macro 'do_reiserfs_warning' 378 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function '__reiserfs_error': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:396:9: note: in expansion of macro 'do_reiserfs_warning' 396 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'reiserfs_abort': /kisskb/src/fs/reiserfs/prints.c:279:13: note: byref variable will be forcibly initialized 279 | va_list args;\ | ^~~~ /kisskb/src/fs/reiserfs/prints.c:420:9: note: in expansion of macro 'do_reiserfs_warning' 420 | do_reiserfs_warning(fmt); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/prints.c: In function 'print_block': /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'crecip': /kisskb/src/fs/reiserfs/prints.c:613:17: note: byref variable will be forcibly initialized 613 | va_list args; | ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized 300 | u64 buf[20] = { 0 }; | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:23: note: byref variable will be forcibly initialized 191 | unsigned long val; | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:33: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:23: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:33: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:23: note: byref variable will be forcibly initialized 734 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/bfq-iosched.c:116: /kisskb/src/block/bfq-iosched.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'addanddouble_fmonty': /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized 353 | u64 tmp[5] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/block/bfq-iosched.c: In function 'bfq_var_store': /kisskb/src/block/bfq-iosched.c:7226:23: note: byref variable will be forcibly initialized 7226 | unsigned long new_val; | ^~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_strict_guarantees_store': /kisskb/src/block/bfq-iosched.c:7377:23: note: byref variable will be forcibly initialized 7377 | unsigned long __data; | ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_us_store': /kisskb/src/block/bfq-iosched.c:7305:23: note: byref variable will be forcibly initialized 7305 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7318:1: note: in expansion of macro 'USEC_STORE_FUNCTION' 7318 | USEC_STORE_FUNCTION(bfq_slice_idle_us_store, &bfqd->bfq_slice_idle, 0, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_slice_idle_store': /kisskb/src/block/bfq-iosched.c:7273:23: note: byref variable will be forcibly initialized 7273 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7298:1: note: in expansion of macro 'STORE_FUNCTION' 7298 | STORE_FUNCTION(bfq_slice_idle_store, &bfqd->bfq_slice_idle, 0, INT_MAX, 2); | ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_penalty_store': /kisskb/src/block/bfq-iosched.c:7273:23: note: byref variable will be forcibly initialized 7273 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7296:1: note: in expansion of macro 'STORE_FUNCTION' 7296 | STORE_FUNCTION(bfq_back_seek_penalty_store, &bfqd->bfq_back_penalty, 1, | ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_back_seek_max_store': /kisskb/src/block/bfq-iosched.c:7273:23: note: byref variable will be forcibly initialized 7273 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7295:1: note: in expansion of macro 'STORE_FUNCTION' 7295 | STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0); | ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_async_store': /kisskb/src/block/bfq-iosched.c:7273:23: note: byref variable will be forcibly initialized 7273 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7293:1: note: in expansion of macro 'STORE_FUNCTION' 7293 | STORE_FUNCTION(bfq_fifo_expire_async_store, &bfqd->bfq_fifo_expire[0], 1, | ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_fifo_expire_sync_store': /kisskb/src/block/bfq-iosched.c:7273:23: note: byref variable will be forcibly initialized 7273 | unsigned long __data, __min = (MIN), __max = (MAX); \ | ^~~~~~ /kisskb/src/block/bfq-iosched.c:7291:1: note: in expansion of macro 'STORE_FUNCTION' 7291 | STORE_FUNCTION(bfq_fifo_expire_sync_store, &bfqd->bfq_fifo_expire[1], 1, | ^~~~~~~~~~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_timeout_sync_store': /kisskb/src/block/bfq-iosched.c:7354:23: note: byref variable will be forcibly initialized 7354 | unsigned long __data; | ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_max_budget_store': /kisskb/src/block/bfq-iosched.c:7326:23: note: byref variable will be forcibly initialized 7326 | unsigned long __data; | ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfqq_find_close': /kisskb/src/block/bfq-iosched.c:2692:25: note: byref variable will be forcibly initialized 2692 | struct rb_node *parent, *node; | ^~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop_double_step': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized 491 | u64 buf[40] = { 0 }; | ^~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_low_latency_store': /kisskb/src/block/bfq-iosched.c:7399:23: note: byref variable will be forcibly initialized 7399 | unsigned long __data; | ^~~~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_check_waker': /kisskb/src/block/bfq-iosched.c:2133:14: note: byref variable will be forcibly initialized 2133 | char waker_name[MAX_BFQQ_NAME_LENGTH]; | ^~~~~~~~~~ /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 In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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/block/bfq-iosched.c: In function 'bfq_bio_merge': /kisskb/src/block/bfq-iosched.c:2461:25: note: byref variable will be forcibly initialized 2461 | struct request *free = NULL; | ^~~~ /kisskb/src/block/bfq-iosched.c: In function 'bfq_pos_tree_add_move': /kisskb/src/block/bfq-iosched.c:760:30: note: byref variable will be forcibly initialized 760 | struct rb_node **p, *parent; | ^~~~~~ /kisskb/src/block/bfq-iosched.c:760:26: note: byref variable will be forcibly initialized 760 | struct rb_node **p, *parent; | ^ /kisskb/src/block/bfq-iosched.c: In function 'bfq_bfqq_expire': /kisskb/src/block/bfq-iosched.c:4326:23: note: byref variable will be forcibly initialized 4326 | unsigned long delta = 0; | ^~~~~ /kisskb/src/kernel/bpf/trampoline.c: In function 'bpf_trampoline_update': /kisskb/src/kernel/bpf/trampoline.c:437:18: note: byref variable will be forcibly initialized 437 | int err, total; | ^~~~~ /kisskb/src/kernel/bpf/trampoline.c:436:14: note: byref variable will be forcibly initialized 436 | bool ip_arg = false; | ^~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_bigloop_cmult_big_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/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/block/bfq-iosched.c: In function 'bfq_add_request': /kisskb/src/block/bfq-iosched.c:2206:14: note: byref variable will be forcibly initialized 2206 | bool interactive = false; | ^~~~~~~~~~~ /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/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_bhie': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:216:15: note: in expansion of macro 'wait_event_timeout' 216 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:188:13: note: byref variable will be forcibly initialized 188 | u32 tx_status, sequence_id; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/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/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; | ^~~~~~~~~ /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; | ^~~~~~~~ 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; | ^~~~~~~~~ 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; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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/block/bfq-iosched.c: In function 'bfq_init_rq': /kisskb/src/block/bfq-iosched.c:6747:14: note: byref variable will be forcibly initialized 6747 | bool new_queue = false; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/bfq-iosched.c:116: /kisskb/src/block/bfq-iosched.c: In function 'bfq_insert_request': /kisskb/src/block/bfq-iosched.c:6145:19: note: byref variable will be forcibly initialized 6145 | LIST_HEAD(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/lib/crypto/curve25519-hacl64.c: In function 'ladder_cmult': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c: In function 'keembay_emmc_phy_power': /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c:57:22: note: byref variable will be forcibly initialized 57 | unsigned int dllrdy; | ^~~~~~ /kisskb/src/drivers/phy/intel/phy-intel-keembay-emmc.c:56:22: note: byref variable will be forcibly initialized 56 | unsigned int caldone; | ^~~~~~~ /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/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/lib/crypto/curve25519-hacl64.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:777:29: note: byref variable will be forcibly initialized 777 | u64 buf[15] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:771:20: note: byref variable will be forcibly initialized 771 | u8 e[32] __aligned(32) = { 0 }; | ^ /kisskb/src/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/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_read_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:22: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:13: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_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-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-mtk-common-v2.c:807:13: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pu_pd': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:22: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:18: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pupd_r1_r0': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:22: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:18: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:998:24: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:998:18: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1045:18: note: byref variable will be forcibly initialized 1045 | int err, val1; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_adv_pull_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:16: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:13: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_adv_drive_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:21: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:17: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:13: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /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/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/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/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/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/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/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; | ^~~ /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; | ^ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_update_reg': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:379:13: note: byref variable will be forcibly initialized 379 | int offset = irqd_to_hwirq(d); | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_direction_input': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int reg = OUTPUT_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_direction_output': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:418:22: note: byref variable will be forcibly initialized 418 | unsigned int reg = OUTPUT_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int reg = OUTPUT_VAL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:488:13: note: byref variable will be forcibly initialized 488 | int grp = 0; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_fill_group': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:852:25: note: byref variable will be forcibly initialized 852 | int n, num = 0, funcsize = info->data->nr_pins; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int val, mask; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int reg = INPUT_VAL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get_direction': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:402:22: note: byref variable will be forcibly initialized 402 | unsigned int val, mask; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:401:22: note: byref variable will be forcibly initialized 401 | unsigned int reg = OUTPUT_EN; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_edge_both_irq_swap_pol': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:624:16: note: byref variable will be forcibly initialized 624 | u32 p, l, ret; | ^ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_type': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:597:29: note: byref variable will be forcibly initialized 597 | u32 in_val, in_reg = INPUT_VAL; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:597:21: note: byref variable will be forcibly initialized 597 | u32 in_val, in_reg = INPUT_VAL; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:583:18: note: byref variable will be forcibly initialized 583 | u32 val, reg = IRQ_POL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_wake': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:563:18: note: byref variable will be forcibly initialized 563 | u32 val, reg = IRQ_WKUP; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_unmask': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:549:18: note: byref variable will be forcibly initialized 549 | u32 val, reg = IRQ_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_mask': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:535:18: note: byref variable will be forcibly initialized 535 | u32 val, reg = IRQ_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_ack': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:522:13: note: byref variable will be forcibly initialized 522 | u32 reg = IRQ_STATUS; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_3700_pinctrl_resume': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:1042:60: note: byref variable will be forcibly initialized 1042 | u32 mask, *irq_pol, input_reg, virq, type, level; | ^~~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_copy_dir_entries': /kisskb/src/fs/reiserfs/lbalance.c:70:34: note: byref variable will be forcibly initialized 70 | struct item_head new_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_item_bottle': /kisskb/src/fs/reiserfs/lbalance.c:470:42: note: byref variable will be forcibly initialized 470 | struct item_head n_ih; | ^~~~ /kisskb/src/fs/reiserfs/lbalance.c:434:42: note: byref variable will be forcibly initialized 434 | struct item_head n_ih; | ^~~~ /kisskb/src/fs/reiserfs/lbalance.c: In function 'leaf_move_items': /kisskb/src/fs/reiserfs/lbalance.c:720:13: note: byref variable will be forcibly initialized 720 | int first_last; | ^~~~~~~~~~ /kisskb/src/fs/reiserfs/lbalance.c:719:37: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/lbalance.c:719:28: note: byref variable will be forcibly initialized 719 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_insert_childs': /kisskb/src/fs/reiserfs/ibalance.c:135:27: note: byref variable will be forcibly initialized 135 | struct disk_child new_dc[2]; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_left': /kisskb/src/fs/reiserfs/ibalance.c:498:13: note: byref variable will be forcibly initialized 498 | int d_key_position; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:497:29: note: byref variable will be forcibly initialized 497 | struct buffer_head *cf; | ^~ /kisskb/src/fs/reiserfs/ibalance.c:496:37: note: byref variable will be forcibly initialized 496 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:496:28: note: byref variable will be forcibly initialized 496 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_left': /kisskb/src/fs/reiserfs/ibalance.c:539:13: note: byref variable will be forcibly initialized 539 | int d_key_position; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:538:29: note: byref variable will be forcibly initialized 538 | struct buffer_head *cf; | ^~ /kisskb/src/fs/reiserfs/ibalance.c:537:37: note: byref variable will be forcibly initialized 537 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:537:28: note: byref variable will be forcibly initialized 537 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift_right': /kisskb/src/fs/reiserfs/ibalance.c:570:13: note: byref variable will be forcibly initialized 570 | int d_key_position; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:569:29: note: byref variable will be forcibly initialized 569 | struct buffer_head *cf; | ^~ /kisskb/src/fs/reiserfs/ibalance.c:568:37: note: byref variable will be forcibly initialized 568 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:568:28: note: byref variable will be forcibly initialized 568 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal_when_delete': /kisskb/src/fs/reiserfs/ibalance.c:638:28: note: byref variable will be forcibly initialized 638 | struct buffer_info bi; | ^~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'internal_shift1_right': /kisskb/src/fs/reiserfs/ibalance.c:614:13: note: byref variable will be forcibly initialized 614 | int d_key_position; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:613:29: note: byref variable will be forcibly initialized 613 | struct buffer_head *cf; | ^~ /kisskb/src/fs/reiserfs/ibalance.c:612:37: note: byref variable will be forcibly initialized 612 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:612:28: note: byref variable will be forcibly initialized 612 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c: In function 'balance_internal': /kisskb/src/fs/reiserfs/ibalance.c:1043:45: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:1043:36: note: byref variable will be forcibly initialized 1043 | struct buffer_info dest_bi, src_bi; | ^~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:821:26: note: byref variable will be forcibly initialized 821 | struct item_head new_insert_key; | ^~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/ibalance.c:812:28: note: byref variable will be forcibly initialized 812 | struct buffer_info bi; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint': /kisskb/src/include/trace/perf.h: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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_commit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_end_commit': /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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_submit_inode_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/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_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/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_start_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_extend': /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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_handle_stats': /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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_run_stats': /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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_checkpoint_stats': /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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_update_log_tail': /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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_write_superblock': /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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_lock_buffer_stall': /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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_journal_shrink': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'perf_trace_jbd2_shrink_checkpoint_list': /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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ /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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_commit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_end_commit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_submit_inode_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_start_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_extend': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_stats': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_run_stats': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint_stats': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_update_log_tail': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_journal_shrink': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_checkpoint': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_commit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_end_commit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_write_superblock': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_lock_buffer_stall': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_submit_inode_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/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/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_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/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/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_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/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_handle_extend': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_handle_stats': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_run_stats': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_checkpoint_stats': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_journal_shrink': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_update_log_tail': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_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: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/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__bpf_trace_jbd2_shrink_checkpoint_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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/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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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/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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_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: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/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h: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/jbd2/journal.c:709:17: note: in expansion of macro 'wait_event' 709 | wait_event(journal->j_wait_done_commit, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_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: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/jbd2/journal.c:294:17: note: in expansion of macro 'wait_event' 294 | wait_event(journal->j_wait_done_commit, journal->j_task == NULL); | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:746:29: note: byref variable will be forcibly initialized 746 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:746:17: note: in expansion of macro 'DEFINE_WAIT' 746 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1778:11: note: byref variable will be forcibly initialized 1778 | } desc; | ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_shrink_scan': /kisskb/src/fs/jbd2/journal.c:1297:23: note: byref variable will be forcibly initialized 1297 | unsigned long nr_to_scan = sc->nr_to_scan; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_init_inode': /kisskb/src/fs/jbd2/journal.c:1485:18: note: byref variable will be forcibly initialized 1485 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_get_superblock': /kisskb/src/fs/jbd2/journal.c:1894:29: note: byref variable will be forcibly initialized 1894 | struct buffer_head *bh; | ^~ /kisskb/src/drivers/phy/intel/phy-intel-keembay-usb.c: In function 'keembay_usb_phy_init': /kisskb/src/drivers/phy/intel/phy-intel-keembay-usb.c:153:13: note: byref variable will be forcibly initialized 153 | u32 val; | ^~~ /kisskb/src/io_uring/tctx.c: In function 'io_init_wq_offload': /kisskb/src/io_uring/tctx.c:19:27: note: byref variable will be forcibly initialized 19 | struct io_wq_data data; | ^~~~ /kisskb/src/io_uring/tctx.c: In function '__io_uring_add_tctx_node': /kisskb/src/io_uring/tctx.c:127:38: note: byref variable will be forcibly initialized 127 | unsigned int limits[2] = { ctx->iowq_limits[0], | ^~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/io_uring/tctx.c: In function 'io_uring_clean_tctx': /kisskb/src/io_uring/tctx.c:188:23: note: byref variable will be forcibly initialized 188 | unsigned long index; | ^~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:27: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:18: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:558:19: note: byref variable will be forcibly initialized 558 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/io_uring/tctx.c: In function 'io_ringfd_register': /kisskb/src/io_uring/tctx.c:254:37: note: byref variable will be forcibly initialized 254 | struct io_uring_rsrc_update reg; | ^~~ /kisskb/src/io_uring/tctx.c: In function 'io_ringfd_unregister': /kisskb/src/io_uring/tctx.c:314:37: note: byref variable will be forcibly initialized 314 | struct io_uring_rsrc_update reg; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:303: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/jbd2/journal.c:282:9: note: in expansion of macro 'wait_event' 282 | wait_event(journal->j_wait_done_commit, journal->j_task != NULL); | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:231:29: note: byref variable will be forcibly initialized 231 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:231:17: note: in expansion of macro 'DEFINE_WAIT' 231 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:3061:33: note: byref variable will be forcibly initialized 3061 | DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); | ^~~~ /kisskb/src/include/linux/wait_bit.h:39:37: note: in definition of macro 'DEFINE_WAIT_BIT' 39 | struct wait_bit_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_bmap': /kisskb/src/fs/jbd2/journal.c:967:18: note: byref variable will be forcibly initialized 967 | sector_t block = 0; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_get_buf': /kisskb/src/fs/jbd2/journal.c:872:28: note: byref variable will be forcibly initialized 872 | unsigned long long pblock; | ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__jbd2_journal_erase': /kisskb/src/fs/jbd2/journal.c:1764:28: note: byref variable will be forcibly initialized 1764 | unsigned long long phys_block, block_start, block_stop; /* physical */ | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_get_descriptor_buffer': /kisskb/src/fs/jbd2/journal.c:1004:28: note: byref variable will be forcibly initialized 1004 | unsigned long long blocknr; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/include/linux/blk-integrity.h:5, from /kisskb/src/block/bio-integrity.c:9: /kisskb/src/block/bio-integrity.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/block/bio-integrity.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/block/bio-integrity.c: In function 'bio_integrity_process': /kisskb/src/block/bio-integrity.c:162:24: note: byref variable will be forcibly initialized 162 | struct bio_vec bv; | ^~ /kisskb/src/block/bio-integrity.c:161:26: note: byref variable will be forcibly initialized 161 | struct bvec_iter bviter; | ^~~~~~ /kisskb/src/block/bio-integrity.c:160:35: note: byref variable will be forcibly initialized 160 | struct blk_integrity_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'event_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1677:9: note: in expansion of macro 'rcu_assign_pointer' 1677 | rcu_assign_pointer(file->filter, filter); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_events_filter.c:9: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1660:9: note: in expansion of macro 'rcu_assign_pointer' 1660 | rcu_assign_pointer(filter->prog, prog); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1634:13: note: byref variable will be forcibly initialized 1634 | int index; | ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1633:13: note: byref variable will be forcibly initialized 1633 | int nr_preds; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1632:13: note: byref variable will be forcibly initialized 1632 | int nr_parens; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1838:36: note: byref variable will be forcibly initialized 1838 | struct filter_parse_error *pe = NULL; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1699:19: note: byref variable will be forcibly initialized 1699 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1877:36: note: byref variable will be forcibly initialized 1877 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/kernel/trace/trace_events_filter.c: In function '__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 = { | ^~~~ 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, | ^~~~~~~~~~~ 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/include/trace/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/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/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:959:15: note: byref variable will be forcibly initialized 959 | char *search; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1260:13: note: byref variable will be forcibly initialized 1260 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1256:14: note: byref variable will be forcibly initialized 1256 | char num_buf[24]; /* Big enough to hold an address */ | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1900:30: note: byref variable will be forcibly initialized 1900 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1953:30: note: byref variable will be forcibly initialized 1953 | struct event_filter *filter = NULL; | ^~~~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/security.h:27, from /kisskb/src/kernel/trace/trace_events_trigger.c:8: /kisskb/src/kernel/trace/trace_events_trigger.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1078:9: note: in expansion of macro 'rcu_assign_pointer' 1078 | rcu_assign_pointer(data->filter, filter); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1053:30: note: byref variable will be forcibly initialized 1053 | struct event_filter *filter = NULL, *tmp; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:247:25: note: byref variable will be forcibly initialized 247 | char *command, *next; | ^~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:1727:23: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1727:15: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:984:23: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:984:15: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_count_integrity_sg': /kisskb/src/block/blk-integrity.c:32:26: note: byref variable will be forcibly initialized 32 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-integrity.c:29:24: note: byref variable will be forcibly initialized 29 | struct bio_vec iv, ivprv = { NULL }; | ^~ /kisskb/src/block/blk-integrity.c: In function 'blk_rq_map_integrity_sg': /kisskb/src/block/blk-integrity.c:74:26: note: byref variable will be forcibly initialized 74 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-integrity.c:71:24: note: byref variable will be forcibly initialized 71 | struct bio_vec iv, ivprv = { NULL }; | ^~ /kisskb/src/block/blk-integrity.c: In function 'integrity_generate_store': /kisskb/src/block/blk-integrity.c:289:15: note: byref variable will be forcibly initialized 289 | char *p = (char *) page; | ^ /kisskb/src/block/blk-integrity.c: In function 'integrity_verify_store': /kisskb/src/block/blk-integrity.c:270:15: note: byref variable will be forcibly initialized 270 | char *p = (char *) page; | ^ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:30: note: byref variable will be forcibly initialized 345 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents_status.c: In function 'es_reclaim_extents': /kisskb/src/fs/ext4/extents_status.c:1740:13: note: byref variable will be forcibly initialized 1740 | int nr_shrunk = 0; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1342:46: note: byref variable will be forcibly initialized 1342 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1314:27: note: byref variable will be forcibly initialized 1314 | struct rsvd_count rc; | ^~ /kisskb/src/fs/ext4/extents_status.c:1309:30: note: byref variable will be forcibly initialized 1309 | struct extent_status orig_es; | ^~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:30: note: byref variable will be forcibly initialized 819 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_cache_extent': /kisskb/src/fs/ext4/extents_status.c:885:30: note: byref variable will be forcibly initialized 885 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1438:13: note: byref variable will be forcibly initialized 1438 | int reserved = 0; | ^~~~~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1989:30: note: byref variable will be forcibly initialized 1989 | struct extent_status newes; | ^~~~~ /kisskb/src/drivers/bus/mhi/host/pci_generic.c: In function 'mhi_pci_is_alive': /kisskb/src/drivers/bus/mhi/host/pci_generic.c:663:13: note: byref variable will be forcibly initialized 663 | u16 vendor = 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; | ^~~~ 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/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; | ^~~~ /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]; | ^~~~ 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/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; | ^~~~~~ /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 */ | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/stree.c:11: /kisskb/src/fs/reiserfs/stree.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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/kernel/bpf/btf.c: In function '____bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:7078:21: note: byref variable will be forcibly initialized 7078 | struct btf *btf = NULL; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_btf_find_by_name_kind': /kisskb/src/kernel/bpf/btf.c:7078:21: note: byref variable will be forcibly initialized /kisskb/src/fs/reiserfs/stree.c: In function 'search_by_key': /kisskb/src/fs/reiserfs/stree.c:625:21: note: byref variable will be forcibly initialized 625 | b_blocknr_t reada_blocks[SEARCH_BY_KEY_READA]; | ^~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:624:29: note: byref variable will be forcibly initialized 624 | struct buffer_head *reada_bh[SEARCH_BY_KEY_READA]; | ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:620:29: note: byref variable will be forcibly initialized 620 | struct buffer_head *bh; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'search_for_position_by_key': /kisskb/src/fs/reiserfs/stree.c:863:35: note: byref variable will be forcibly initialized 863 | struct reiserfs_dir_entry de; | ^~ 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; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1372:17: note: byref variable will be forcibly initialized 1372 | va_list args; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'prepare_for_delete_or_cut': /kisskb/src/fs/reiserfs/stree.c:1079:30: note: byref variable will be forcibly initialized 1079 | struct item_head s_ih; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log': /kisskb/src/kernel/bpf/btf.c:1383:17: note: byref variable will be forcibly initialized 1383 | va_list args; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_item': /kisskb/src/fs/reiserfs/stree.c:1260:34: note: byref variable will be forcibly initialized 1260 | int ret_value, del_size, removed; | ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1260:24: note: byref variable will be forcibly initialized 1260 | int ret_value, del_size, removed; | ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1257:26: note: byref variable will be forcibly initialized 1257 | struct item_head s_ih; | ^~~~ /kisskb/src/fs/reiserfs/stree.c:1256:29: note: byref variable will be forcibly initialized 1256 | struct tree_balance s_del_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'indirect_to_direct_roll_back': /kisskb/src/fs/reiserfs/stree.c:1600:24: note: byref variable will be forcibly initialized 1600 | struct cpu_key tail_key; | ^~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function '__btf_verifier_log_type': /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_delete_solid_item': /kisskb/src/kernel/bpf/btf.c:1401:17: note: byref variable will be forcibly initialized 1401 | va_list args; | ^~~~ /kisskb/src/fs/reiserfs/stree.c:1412:24: note: byref variable will be forcibly initialized 1412 | struct cpu_key cpu_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1408:29: note: byref variable will be forcibly initialized 1408 | struct tree_balance tb; | ^~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_cut_from_item': /kisskb/src/fs/reiserfs/stree.c:1658:14: note: byref variable will be forcibly initialized 1658 | char mode; /* Mode of the balance. */ | ^~~~ /kisskb/src/fs/reiserfs/stree.c:1656:13: note: byref variable will be forcibly initialized 1656 | int removed = 0; /* Number of the removed unformatted nodes. */ | ^~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1654:13: note: byref variable will be forcibly initialized 1654 | int cut_size = 0; /* Amount to be cut. */ | ^~~~~~~~ /kisskb/src/fs/reiserfs/stree.c:1652:29: note: byref variable will be forcibly initialized 1652 | struct tree_balance s_cut_balance; | ^~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_do_truncate': /kisskb/src/fs/reiserfs/stree.c:1893:24: note: byref variable will be forcibly initialized 1893 | struct cpu_key s_item_key; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_member': /kisskb/src/kernel/bpf/btf.c:1445:17: note: byref variable will be forcibly initialized 1445 | va_list args; | ^~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_paste_into_item': /kisskb/src/fs/reiserfs/stree.c:2095:29: note: byref variable will be forcibly initialized 2095 | struct tree_balance s_paste_balance; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/stree.c: In function 'reiserfs_insert_item': /kisskb/src/fs/reiserfs/stree.c:2190:29: note: byref variable will be forcibly initialized 2190 | struct tree_balance s_ins_balance; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_show': /kisskb/src/kernel/bpf/btf.c:1103:17: note: byref variable will be forcibly initialized 1103 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_verifier_log_vsi': /kisskb/src/kernel/bpf/btf.c:1490:17: note: byref variable will be forcibly initialized 1490 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_sec_info': /kisskb/src/kernel/bpf/btf.c:4802:29: note: byref variable will be forcibly initialized 4802 | struct btf_sec_info secs[ARRAY_SIZE(btf_sec_info_offset)]; | ^~~~ In file included from /kisskb/src/include/linux/bpf.h:27, 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_offset': /kisskb/src/include/linux/bpfptr.h:49:19: note: userspace variable will be forcibly initialized 49 | static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~ 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/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_dbg_show': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:715:14: note: byref variable will be forcibly initialized 715 | char buf[PIN_DBG_BUF_SZ]; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:456:13: note: byref variable will be forcibly initialized 456 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:455:24: note: byref variable will be forcibly initialized 455 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:549:18: note: byref variable will be forcibly initialized 549 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:12: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_kptr': /kisskb/src/kernel/bpf/btf.c:3226:13: note: byref variable will be forcibly initialized 3226 | u32 res_id; | ^~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_struct_field': /kisskb/src/kernel/bpf/btf.c:3263:31: note: byref variable will be forcibly initialized 3263 | struct btf_field_info tmp; | ^~~ /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/kernel/bpf/btf.c: In function 'btf_find_datasec_var': /kisskb/src/kernel/bpf/btf.c:3315:31: note: byref variable will be forcibly initialized 3315 | struct btf_field_info tmp; | ^~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_walk': /kisskb/src/kernel/bpf/btf.c:5721:29: note: byref variable will be forcibly initialized 5721 | u32 id; | ^~ /kisskb/src/kernel/bpf/btf.c:5536:28: note: byref variable will be forcibly initialized 5536 | u32 vlen, elem_id, mid; | ^~~ /kisskb/src/kernel/bpf/btf.c:5536:19: note: byref variable will be forcibly initialized 5536 | u32 vlen, elem_id, mid; | ^~~~~~~ /kisskb/src/kernel/bpf/btf.c:5533:40: note: byref variable will be forcibly initialized 5533 | const struct btf_type *mtype, *elem_type = NULL; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5532:44: note: byref variable will be forcibly initialized 5532 | u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:5532:33: note: byref variable will be forcibly initialized 5532 | u32 i, moff, mtrue_end, msize = 0, total_nelems = 0; | ^~~~~ /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/kernel/bpf/btf.c: In function 'btf_show_obj_safe': /kisskb/src/kernel/bpf/btf.c:1201:24: note: byref variable will be forcibly initialized 1201 | int size_left, size; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_member_is_reg_int': /kisskb/src/kernel/bpf/btf.c:854:13: note: byref variable will be forcibly initialized 854 | u32 id, int_data; | ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_datasec_resolve': /kisskb/src/kernel/bpf/btf.c:4167:55: note: byref variable will be forcibly initialized 4167 | u32 var_type_id = vsi->type, type_id, type_size = 0; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4167:46: note: byref variable will be forcibly initialized 4167 | 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:2572:21: note: byref variable will be forcibly initialized 2572 | u32 resolved_type_id; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2557:13: note: byref variable will be forcibly initialized 2557 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_kflag_member': /kisskb/src/kernel/bpf/btf.c:2418:27: note: byref variable will be forcibly initialized 2418 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2417:13: note: byref variable will be forcibly initialized 2417 | u32 resolved_type_id = member->type; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_resolve': /kisskb/src/kernel/bpf/btf.c:2515:13: note: byref variable will be forcibly initialized 2515 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_modifier_check_member': /kisskb/src/kernel/bpf/btf.c:2393:27: note: byref variable will be forcibly initialized 2393 | struct btf_member resolved_member; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2392:13: note: byref variable will be forcibly initialized 2392 | u32 resolved_type_id = member->type; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_resolve': /kisskb/src/kernel/bpf/btf.c:2849:13: note: byref variable will be forcibly initialized 2849 | u32 elem_size; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2847:27: note: byref variable will be forcibly initialized 2847 | u32 elem_type_id, index_type_id; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2847:13: note: byref variable will be forcibly initialized 2847 | u32 elem_type_id, index_type_id; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_array_check_member': /kisskb/src/kernel/bpf/btf.c:2767:28: note: byref variable will be forcibly initialized 2767 | u32 array_type_id, array_size; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2767:13: note: byref variable will be forcibly initialized 2767 | u32 array_type_id, array_size; | ^~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_ptr_resolve': /kisskb/src/kernel/bpf/btf.c:2626:21: note: byref variable will be forcibly initialized 2626 | u32 resolved_type_id; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:2603:13: note: byref variable will be forcibly initialized 2603 | u32 next_type_id = t->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_resolve_valid': /kisskb/src/kernel/bpf/btf.c:4654:21: note: byref variable will be forcibly initialized 4654 | u32 elem_size; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4653:21: note: byref variable will be forcibly initialized 4653 | u32 elem_type_id = array->type; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_func_proto_check': /kisskb/src/kernel/bpf/btf.c:4469:21: note: byref variable will be forcibly initialized 4469 | u32 arg_type_id; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:4431:21: note: byref variable will be forcibly initialized 4431 | u32 ret_type_id = t->type; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_spin_lock': /kisskb/src/kernel/bpf/btf.c:3399:31: note: byref variable will be forcibly initialized 3399 | struct btf_field_info info; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_find_timer': /kisskb/src/kernel/bpf/btf.c:3412:31: note: byref variable will be forcibly initialized 3412 | struct btf_field_info info; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_access': /kisskb/src/kernel/bpf/btf.c:5776:13: note: byref variable will be forcibly initialized 5776 | u32 id; | ^~ /kisskb/src/kernel/bpf/btf.c:5774:28: note: byref variable will be forcibly initialized 5774 | enum bpf_type_flag tmp_flag = 0; | ^~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_struct_ids_match': /kisskb/src/kernel/bpf/btf.c:5833:28: note: byref variable will be forcibly initialized 5833 | enum bpf_type_flag flag; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_distill_func_proto': /kisskb/src/kernel/bpf/btf.c:5897:32: note: byref variable will be forcibly initialized 5897 | const struct btf_type *t; | ^ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_seq_show_flags': /kisskb/src/kernel/bpf/btf.c:6610:25: note: byref variable will be forcibly initialized 6610 | struct btf_show sseq; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_type_snprintf_show': /kisskb/src/kernel/bpf/btf.c:6660:34: note: byref variable will be forcibly initialized 6660 | struct btf_show_snprintf ssnprintf; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_get_info_by_fd': /kisskb/src/kernel/bpf/btf.c:6763:29: note: byref variable will be forcibly initialized 6763 | struct bpf_btf_info info; | ^~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_check_func_arg_match': /kisskb/src/kernel/bpf/btf.c:6360:29: note: byref variable will be forcibly initialized 6360 | u32 type_size; | ^~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6317:29: note: byref variable will be forcibly initialized 6317 | u32 reg_ref_id; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:6179:23: note: byref variable will be forcibly initialized 6179 | u32 i, nargs, ref_id, ref_obj_id = 0; | ^~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_new_fd': /kisskb/src/kernel/bpf/btf.c:6710:15: note: userspace variable will be forcibly initialized 6710 | btf = btf_parse(make_bpfptr(attr->btf, uattr.is_kernel), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6711 | attr->btf_size, attr->btf_log_level, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6712 | u64_to_user_ptr(attr->btf_log_buf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6713 | attr->btf_log_size); | ~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_find_btf_id': /kisskb/src/kernel/bpf/btf.c:542:13: note: byref variable will be forcibly initialized 542 | int id; | ^~ /kisskb/src/kernel/bpf/btf.c: In function 'btf_parse_kptrs': /kisskb/src/kernel/bpf/btf.c:3428:21: note: byref variable will be forcibly initialized 3428 | struct btf *kernel_btf = NULL; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c:3426:31: note: byref variable will be forcibly initialized 3426 | struct btf_field_info info_arr[BPF_MAP_VALUE_OFF_MAX]; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/poll.c:2: /kisskb/src/io_uring/poll.c: In function 'io_poll_double_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/poll.c:404:16: note: in expansion of macro 'smp_load_acquire' 404 | head = smp_load_acquire(&poll->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_core_find_cands': /kisskb/src/kernel/bpf/btf.c:7697:13: note: byref variable will be forcibly initialized 7697 | int id; | ^~ /kisskb/src/kernel/bpf/btf.c: In function 'bpf_core_apply': /kisskb/src/kernel/bpf/btf.c:7782:34: note: byref variable will be forcibly initialized 7782 | struct bpf_core_relo_res targ_res; | ^~~~~~~~ /kisskb/src/io_uring/poll.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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/poll.c:154:40: note: in expansion of macro 'smp_load_acquire' 154 | struct wait_queue_head *head = smp_load_acquire(&poll->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/io_uring/poll.c: In function 'io_poll_check_events': /kisskb/src/io_uring/poll.c:232:50: note: byref variable will be forcibly initialized 232 | struct poll_table_struct pt = { ._key = req->apoll_events }; | ^~ In file included from /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c:11: /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/poll.c:2: /kisskb/src/io_uring/poll.c: In function 'io_pollfree_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/poll.c:364:9: note: in expansion of macro 'smp_store_release' 364 | smp_store_release(&poll->head, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/poll.c: In function '__io_poll_cancel': /kisskb/src/io_uring/poll.c:775:32: note: byref variable will be forcibly initialized 775 | struct io_hash_bucket *bucket; | ^~~~~~ /kisskb/src/io_uring/poll.c: In function 'io_arm_poll_handler': /kisskb/src/io_uring/poll.c:616:30: note: byref variable will be forcibly initialized 616 | struct io_poll_table ipt; | ^~~ /kisskb/src/io_uring/poll.c: In function 'io_poll_add': /kisskb/src/io_uring/poll.c:872:30: note: byref variable will be forcibly initialized 872 | struct io_poll_table ipt; | ^~~ /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c: In function 'bcm7120_l2_intc_irq_handle': /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c:68:31: note: byref variable will be forcibly initialized 68 | unsigned long pending; | ^~~~~~~ /kisskb/src/io_uring/poll.c: In function 'io_poll_remove': /kisskb/src/io_uring/poll.c:900:14: note: byref variable will be forcibly initialized 900 | bool locked; | ^~~~~~ /kisskb/src/io_uring/poll.c:897:32: note: byref variable will be forcibly initialized 897 | struct io_hash_bucket *bucket; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c: In function 'bcm7120_l2_intc_iomap_7120': /kisskb/src/drivers/irqchip/irq-bcm7120-l2.c:153:13: note: byref variable will be forcibly initialized 153 | int ret; | ^~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'fetch_store_strlen': /kisskb/src/kernel/trace/trace_eprobe.c:466:12: note: byref variable will be forcibly initialized 466 | u8 c; | ^ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'process_fetch_insn_bottom': /kisskb/src/kernel/trace/trace_eprobe.c:466:12: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_eprobe.c: In function 'process_fetch_insn': /kisskb/src/kernel/trace/trace_eprobe.c:466:12: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_eprobe.c:422:1: note: byref variable will be forcibly initialized 422 | process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'get_eprobe_size': /kisskb/src/kernel/trace/trace_eprobe.c:466:12: note: byref variable will be forcibly initialized 466 | u8 c; | ^ /kisskb/src/kernel/trace/trace_eprobe.c:376:12: note: byref variable will be forcibly initialized 376 | static int get_eprobe_size(struct trace_probe *tp, void *rec) | ^~~~~~~~~~~~~~~ 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/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__eprobe_trace_func': /kisskb/src/kernel/trace/trace_eprobe.c:561:35: note: byref variable will be forcibly initialized 561 | struct trace_event_buffer fbuffer; | ^~~~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__trace_eprobe_create': /kisskb/src/kernel/trace/trace_eprobe.c:944:14: note: byref variable will be forcibly initialized 944 | char gbuf[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:943:14: note: byref variable will be forcibly initialized 943 | char buf2[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:942:14: note: byref variable will be forcibly initialized 942 | char buf1[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:939:40: note: byref variable will be forcibly initialized 939 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:939:21: note: byref variable will be forcibly initialized 939 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:938:36: note: byref variable will be forcibly initialized 938 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:938:21: note: byref variable will be forcibly initialized 938 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-adnp.c:190:35: note: byref variable will be forcibly initialized 190 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:190:30: note: byref variable will be forcibly initialized 190 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:190:25: note: byref variable will be forcibly initialized 190 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:190:20: note: byref variable will be forcibly initialized 190 | u8 ddr, plr, ier, isr; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function '__adnp_gpio_set': /kisskb/src/drivers/gpio/gpio-adnp.c:86:12: note: byref variable will be forcibly initialized 86 | u8 val; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_get': /kisskb/src/drivers/gpio/gpio-adnp.c:71:12: note: byref variable will be forcibly initialized 71 | u8 value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_output': /kisskb/src/drivers/gpio/gpio-adnp.c:152:12: note: byref variable will be forcibly initialized 152 | u8 val; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c: In function 'adnp_gpio_direction_input': /kisskb/src/drivers/gpio/gpio-adnp.c:114:12: note: byref variable will be forcibly initialized 114 | 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:252:31: note: byref variable will be forcibly initialized 252 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-adnp.c:251:41: note: byref variable will be forcibly initialized 251 | u8 changed, level, isr, ier; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:251:36: note: byref variable will be forcibly initialized 251 | u8 changed, level, isr, ier; | ^~~ /kisskb/src/drivers/gpio/gpio-adnp.c:251:29: note: byref variable will be forcibly initialized 251 | u8 changed, level, isr, ier; | ^~~~~ /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]; | ^~~~~~ 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/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/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; | ^~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pinctrl/renesas/core.c:22: /kisskb/src/drivers/pinctrl/renesas/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/pinctrl/renesas/core.c: In function 'sh_pfc_map_resources': /kisskb/src/drivers/pinctrl/renesas/core.c:37:26: note: byref variable will be forcibly initialized 37 | struct resource *res; | ^~~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_write_config_reg': /kisskb/src/drivers/pinctrl/renesas/core.c:227:13: note: byref variable will be forcibly initialized 227 | u32 mask, data; | ^~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int pos; | ^~~ /kisskb/src/drivers/pinctrl/renesas/core.c:225:23: note: byref variable will be forcibly initialized 225 | void __iomem *mapped_reg; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c: In function 'sh_pfc_config_mux': /kisskb/src/drivers/pinctrl/renesas/core.c:347:21: note: byref variable will be forcibly initialized 347 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:346:21: note: byref variable will be forcibly initialized 346 | u16 enum_id; | ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:345:30: note: byref variable will be forcibly initialized 345 | unsigned int field; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/core.c:344:46: note: byref variable will be forcibly initialized 344 | const struct pinmux_cfg_reg *cr; | ^~ 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; | ^~~~~~ /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/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/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_entropyCompressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:2230:18: note: byref variable will be forcibly initialized 2230 | { unsigned max = MaxML; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2202:18: note: byref variable will be forcibly initialized 2202 | { unsigned max = MaxOff; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2176:18: note: byref variable will be forcibly initialized 2176 | { unsigned max = MaxLL; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_buildSeqStore': /kisskb/src/lib/zstd/compress/zstd_compress.c:2442:27: note: byref variable will be forcibly initialized 2442 | rawSeqStore_t ldmSeqStore = kNullRawSeqStore; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:4693:27: note: byref variable will be forcibly initialized 4693 | ZSTD_sequencePosition seqPos = {0, 0, 0}; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_resetCCtx_byAttachingCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:1772:36: note: byref variable will be forcibly initialized 1772 | ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:45: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:18: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3193:15: note: byref variable will be forcibly initialized 3193 | { short litlengthNCount[MaxLL+1]; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:47: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:18: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3179:15: note: byref variable will be forcibly initialized 3179 | { short matchlengthNCount[MaxML+1]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3165:18: note: byref variable will be forcibly initialized 3165 | { unsigned offcodeLog; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3151:18: note: byref variable will be forcibly initialized 3151 | unsigned hasZeroWeights = 1; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3150:18: note: byref variable will be forcibly initialized 3150 | { unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3144:14: note: byref variable will be forcibly initialized 3144 | unsigned offcodeMaxValue = MaxOff; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3143:11: note: byref variable will be forcibly initialized 3143 | short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3803:20: note: byref variable will be forcibly initialized 3803 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3798:22: note: byref variable will be forcibly initialized 3798 | ZSTD_CCtx_params params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3382:22: note: byref variable will be forcibly initialized 3382 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized 3488 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getCParamsFromCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1218:32: note: byref variable will be forcibly initialized 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/lib/zstd/compress/zstd_compress.c:4414:16: note: byref variable will be forcibly initialized 4414 | { size_t oPos = 0; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4842:19: note: byref variable will be forcibly initialized 4842 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4849:19: note: byref variable will be forcibly initialized 4849 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3854:25: note: byref variable will be forcibly initialized 3854 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3849:22: note: byref variable will be forcibly initialized 3849 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/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/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; | ^~~~~ /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/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; | ^~~~~ 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/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) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/block/blk-zoned.c:13: /kisskb/src/block/blk-zoned.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/block/blk-zoned.c: In function 'blkdev_zone_reset_all': /kisskb/src/block/blk-zoned.c:237:20: note: byref variable will be forcibly initialized 237 | struct bio bio; | ^~~ /kisskb/src/block/blk-zoned.c: In function 'blkdev_report_zones_ioctl': /kisskb/src/block/blk-zoned.c:341:32: note: byref variable will be forcibly initialized 341 | struct blk_zone_report rep; | ^~~ /kisskb/src/block/blk-zoned.c:339:33: note: byref variable will be forcibly initialized 339 | struct zone_report_args args; | ^~~~ /kisskb/src/block/blk-zoned.c: In function 'blkdev_zone_mgmt_ioctl': /kisskb/src/block/blk-zoned.c:398:31: note: byref variable will be forcibly initialized 398 | struct blk_zone_range zrange; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'parse_field': /kisskb/src/kernel/trace/trace_events_inject.c:43:13: note: byref variable will be forcibly initialized 43 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'parse_entry': /kisskb/src/kernel/trace/trace_events_inject.c:261:37: note: byref variable will be forcibly initialized 261 | u32 tmp = (u32) val; | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c:255:37: note: byref variable will be forcibly initialized 255 | u16 tmp = (u16) val; | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c:249:36: note: byref variable will be forcibly initialized 249 | u8 tmp = (u8) val; | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c:201:13: note: byref variable will be forcibly initialized 201 | u64 val = 0; | ^~~ /kisskb/src/kernel/trace/trace_events_inject.c:200:13: note: byref variable will be forcibly initialized 200 | int entry_size; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_inject.c:198:36: note: byref variable will be forcibly initialized 198 | struct ftrace_event_field *field; | ^~~~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'trace_inject_entry': /kisskb/src/kernel/trace/trace_events_inject.c:19:35: note: byref variable will be forcibly initialized 19 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_inject.c: In function 'event_inject_write': /kisskb/src/kernel/trace/trace_events_inject.c:290:15: note: byref variable will be forcibly initialized 290 | void *entry = NULL; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/file.c:22: /kisskb/src/fs/ext4/file.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:795:14: note: byref variable will be forcibly initialized 795 | char buf[64], *cp; | ^~~ /kisskb/src/fs/ext4/file.c:794:21: note: byref variable will be forcibly initialized 794 | struct path path; | ^~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'mtk_cirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:136:27: note: byref variable will be forcibly initialized 136 | struct irq_fwspec parent_fwspec = *fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:133:25: note: byref variable will be forcibly initialized 133 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:193:32: note: byref variable will be forcibly initialized 193 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dio_write_iter': /kisskb/src/fs/ext4/file.c:480:14: note: byref variable will be forcibly initialized 480 | bool ilock_shared = true; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/file.c:479:14: note: byref variable will be forcibly initialized 479 | bool extend = false, unaligned_io = false; | ^~~~~~ /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c: In function 'a38x_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c:219:21: note: byref variable will be forcibly initialized 219 | u32 val; | ^~~ /kisskb/src/drivers/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]; | ^~~~~ /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/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:32: note: byref variable will be forcibly initialized 202 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/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; | ^~~ /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/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_set_mode_sgmii': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:497:13: note: byref variable will be forcibly initialized 497 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_edge_handler': /kisskb/src/drivers/gpio/gpio-altera.c:190:23: note: byref variable will be forcibly initialized 190 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_leveL_high_handler': /kisskb/src/drivers/gpio/gpio-altera.c:217:23: note: byref variable will be forcibly initialized 217 | unsigned long status; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-altera.c:9: /kisskb/src/drivers/gpio/gpio-altera.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_probe': /kisskb/src/drivers/gpio/gpio-altera.c:239:13: note: byref variable will be forcibly initialized 239 | int reg, ret; | ^~~ /kisskb/src/drivers/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; | ^~~ /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/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; | ^~~~~~~~~~ /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/io_uring/cancel.c: In function 'io_async_cancel': /kisskb/src/io_uring/cancel.c:168:31: note: byref variable will be forcibly initialized 168 | struct io_cancel_data cd = { | ^~ /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/io_uring/cancel.c: In function 'io_sync_cancel': /kisskb/src/io_uring/cancel.c:241:41: note: byref variable will be forcibly initialized 241 | struct io_uring_sync_cancel_reg sc; | ^~ /kisskb/src/io_uring/cancel.c:240:17: note: byref variable will be forcibly initialized 240 | ktime_t timeout = KTIME_MAX; | ^~~~~~~ /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; | ^~~~~~~~~~ /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/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:507:22: note: byref variable will be forcibly initialized 507 | unsigned int size; | ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:506:22: note: byref variable will be forcibly initialized 506 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_get': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:635:21: note: byref variable will be forcibly initialized 635 | u32 pocctrl, val; | ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:528:22: note: byref variable will be forcibly initialized 528 | unsigned int size; | ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:527:22: note: byref variable will be forcibly initialized 527 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_pinconf_set': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:707:29: note: byref variable will be forcibly initialized 707 | u32 pocctrl, val; | ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:113:24: note: byref variable will be forcibly initialized 113 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:112:21: note: byref variable will be forcibly initialized 112 | const char *function = NULL; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'sh_pfc_dt_node_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:264:22: note: byref variable will be forcibly initialized 264 | unsigned int index; | ^~~~~ In file included from /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:10: /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_get_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:859:22: note: byref variable will be forcibly initialized 859 | unsigned int bit; | ^~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl.c: In function 'rcar_pinmux_set_bias': /kisskb/src/drivers/pinctrl/renesas/pinctrl.c:885:22: note: byref variable will be forcibly initialized 885 | unsigned int bit; | ^~~ /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/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/drivers/bus/fsl-mc/fsl-mc-uapi.c: In function 'fsl_mc_uapi_dev_open': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-uapi.c:474:27: note: byref variable will be forcibly initialized 474 | struct fsl_mc_io *dynamic_mc_io; | ^~~~~~~~~~~~~ /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/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/fsl-mc-uapi.c: In function 'fsl_mc_uapi_send_command': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-uapi.c:448:31: note: byref variable will be forcibly initialized 448 | struct fsl_mc_command mc_cmd; | ^~~~~~ /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/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:44: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:39: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:39: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:35: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:31: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/kbuf.c:2: /kisskb/src/io_uring/kbuf.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:17, from /kisskb/src/io_uring/kbuf.c:2: /kisskb/src/io_uring/kbuf.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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/kbuf.c:136:22: note: in expansion of macro 'smp_load_acquire' 136 | if (unlikely(smp_load_acquire(&br->tail) == head)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/io_uring/kbuf.c:4: /kisskb/src/io_uring/kbuf.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/kbuf.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/io_uring/kbuf.c:4: /kisskb/src/io_uring/kbuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/kbuf.c: In function 'io_destroy_buffers': /kisskb/src/io_uring/kbuf.c:249:23: note: byref variable will be forcibly initialized 249 | unsigned long index; | ^~~~~ /kisskb/src/io_uring/kbuf.c: In function 'io_provide_buffers_prep': /kisskb/src/io_uring/kbuf.c:321:29: note: byref variable will be forcibly initialized 321 | unsigned long size, tmp_check; | ^~~~~~~~~ /kisskb/src/io_uring/kbuf.c:321:23: note: byref variable will be forcibly initialized 321 | unsigned long size, tmp_check; | ^~~~ /kisskb/src/io_uring/kbuf.c: In function 'io_register_pbuf_ring': /kisskb/src/io_uring/kbuf.c:474:13: note: byref variable will be forcibly initialized 474 | int nr_pages; | ^~~~~~~~ /kisskb/src/io_uring/kbuf.c:471:33: note: byref variable will be forcibly initialized 471 | struct io_uring_buf_reg reg; | ^~~ /kisskb/src/io_uring/kbuf.c: In function 'io_unregister_pbuf_ring': /kisskb/src/io_uring/kbuf.c:529:33: note: byref variable will be forcibly initialized 529 | struct io_uring_buf_reg reg; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_encodeSequences_body': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:298:19: note: byref variable will be forcibly initialized 298 | FSE_CState_t stateLitLength; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:297:19: note: byref variable will be forcibly initialized 297 | FSE_CState_t stateOffsetBits; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:296:19: note: byref variable will be forcibly initialized 296 | FSE_CState_t stateMatchLength; | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:295:19: note: byref variable will be forcibly initialized 295 | BIT_CStream_t blockStream; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_NCountCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:74:9: note: byref variable will be forcibly initialized 74 | S16 norm[MaxSeq + 1]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:73:10: note: byref variable will be forcibly initialized 73 | BYTE wksp[FSE_NCOUNTBOUND]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_fseBitCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:110:18: note: byref variable will be forcibly initialized 110 | FSE_CState_t cstate; | ^~~~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'queue_state_write': /kisskb/src/block/blk-mq-debugfs.c:150:14: note: byref variable will be forcibly initialized 150 | char opbuf[16] = { }, *op; | ^~~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_ctx': /kisskb/src/block/blk-mq-debugfs.c:718:14: note: byref variable will be forcibly initialized 718 | char name[20]; | ^~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'hctx_busy_show': /kisskb/src/block/blk-mq-debugfs.c:393:33: note: byref variable will be forcibly initialized 393 | struct show_busy_params params = { .m = m, .hctx = hctx }; | ^~~~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_hctx': /kisskb/src/block/blk-mq-debugfs.c:730:14: note: byref variable will be forcibly initialized 730 | char name[20]; | ^~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_hctxs': /kisskb/src/block/blk-mq-debugfs.c:757:23: note: byref variable will be forcibly initialized 757 | unsigned long i; | ^ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_unregister_hctxs': /kisskb/src/block/blk-mq-debugfs.c:766:23: note: byref variable will be forcibly initialized 766 | unsigned long i; | ^ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register': /kisskb/src/block/blk-mq-debugfs.c:684:23: note: byref variable will be forcibly initialized 684 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:16: note: byref variable will be forcibly initialized 257 | __be64 alimb; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:32: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c:361:16: note: byref variable will be forcibly initialized 361 | __be64 alimb; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:439:32: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:30: note: byref variable will be forcibly initialized 712 | unsigned int n = 0; | ^ /kisskb/src/lib/mpi/mpicoder.c:669:30: note: byref variable will be forcibly initialized 669 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:642:30: note: byref variable will be forcibly initialized 642 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:621:30: note: byref variable will be forcibly initialized 621 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:581:30: note: byref variable will be forcibly initialized 581 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:559:16: note: byref variable will be forcibly initialized 559 | size_t dummy_nwritten; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'folio_migrate_mapping': /kisskb/src/mm/migrate.c:379:18: note: byref variable will be forcibly initialized 379 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/migrate.c: In function 'do_pages_stat': /kisskb/src/mm/migrate.c:1909:13: note: byref variable will be forcibly initialized 1909 | int chunk_status[DO_PAGES_STAT_CHUNK_NR]; | ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:1908:28: note: byref variable will be forcibly initialized 1908 | 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:2410:20: note: byref variable will be forcibly initialized 2410 | nodemask_t used_targets = NODE_MASK_NONE; | ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:2409:20: note: byref variable will be forcibly initialized 2409 | nodemask_t this_pass; | ^~~~~~~~~ /kisskb/src/mm/migrate.c:2408:20: note: byref variable will be forcibly initialized 2408 | 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:703, 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; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:494:18: note: byref variable will be forcibly initialized 494 | XA_STATE(xas, &mapping->i_pages, folio_index(src)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': /kisskb/src/mm/migrate.c:1413:19: note: byref variable will be forcibly initialized 1413 | LIST_HEAD(thp_split_pages); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1412:19: note: byref variable will be forcibly initialized 1412 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1410:22: note: byref variable will be forcibly initialized 1410 | struct page *page2; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'do_pages_move': /kisskb/src/mm/migrate.c:1755:19: note: byref variable will be forcibly initialized 1755 | 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:1994:20: note: byref variable will be forcibly initialized 1994 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_misplaced_page': /kisskb/src/mm/migrate.c:2124:19: note: byref variable will be forcibly initialized 2124 | 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:2123:22: note: byref variable will be forcibly initialized 2123 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ /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; | ^~~~~ 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/drivers/phy/marvell/phy-mvebu-cp110-utmi.c: In function 'mvebu_cp110_utmi_phy_probe': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-utmi.c:313:21: note: byref variable will be forcibly initialized 313 | u32 port_id; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/tail_conversion.c:7: /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'direct2indirect': /kisskb/src/fs/reiserfs/tail_conversion.c:46:15: note: byref variable will be forcibly initialized 46 | unp_t unfm_ptr; | ^~~~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c:41:26: note: byref variable will be forcibly initialized 41 | struct item_head ind_ih; | ^~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c:35:24: note: byref variable will be forcibly initialized 35 | struct cpu_key end_key; | ^~~~~~~ /kisskb/src/fs/reiserfs/tail_conversion.c: In function 'indirect2direct': /kisskb/src/fs/reiserfs/tail_conversion.c:217:24: note: byref variable will be forcibly initialized 217 | struct cpu_key key; | ^~~ /kisskb/src/fs/reiserfs/tail_conversion.c:212:26: note: byref variable will be forcibly initialized 212 | struct item_head s_ih; | ^~~~ /kisskb/src/io_uring/rsrc.c: In function 'io_buffer_validate': /kisskb/src/io_uring/rsrc.c:117:23: note: byref variable will be forcibly initialized 117 | 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/io_uring/rsrc.c:4: /kisskb/src/io_uring/rsrc.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/rsrc.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/io_uring/rsrc.c:4: /kisskb/src/io_uring/rsrc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/rsrc.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/io_uring/rsrc.c: In function 'io_files_update_with_index_alloc': /kisskb/src/io_uring/rsrc.c:680:18: note: byref variable will be forcibly initialized 680 | int ret, fd; | ^~ /kisskb/src/io_uring/rsrc.c:680:13: note: byref variable will be forcibly initialized 680 | int ret, fd; | ^~~ /kisskb/src/io_uring/rsrc.c: In function '__io_sqe_files_update': /kisskb/src/io_uring/rsrc.c:452:21: note: byref variable will be forcibly initialized 452 | u64 tag = 0; | ^~~ /kisskb/src/io_uring/rsrc.c:442:13: note: byref variable will be forcibly initialized 442 | int fd, i, err = 0; | ^~ /kisskb/src/io_uring/rsrc.c: In function 'io_sqe_files_register': /kisskb/src/io_uring/rsrc.c:944:13: note: byref variable will be forcibly initialized 944 | int fd, ret; | ^~ /kisskb/src/io_uring/rsrc.c: In function 'io_sqe_buffer_register': /kisskb/src/io_uring/rsrc.c:1196:18: note: byref variable will be forcibly initialized 1196 | int ret, nr_pages, i; | ^~~~~~~~ /kisskb/src/io_uring/rsrc.c: In function '__io_sqe_buffers_update': /kisskb/src/io_uring/rsrc.c:532:21: note: byref variable will be forcibly initialized 532 | u64 tag = 0; | ^~~ /kisskb/src/io_uring/rsrc.c:530:40: note: byref variable will be forcibly initialized 530 | struct io_mapped_ubuf *imu; | ^~~ /kisskb/src/io_uring/rsrc.c:519:22: note: byref variable will be forcibly initialized 519 | struct page *last_hpage = NULL; | ^~~~~~~~~~ /kisskb/src/io_uring/rsrc.c:518:22: note: byref variable will be forcibly initialized 518 | struct iovec iov, __user *iovs = u64_to_user_ptr(up->data); | ^~~ /kisskb/src/io_uring/rsrc.c: In function '__io_register_rsrc_update': /kisskb/src/io_uring/rsrc.c:577:15: note: byref variable will be forcibly initialized 577 | __u32 tmp; | ^~~ /kisskb/src/io_uring/rsrc.c: In function 'io_register_files_update': /kisskb/src/io_uring/rsrc.c:598:38: note: byref variable will be forcibly initialized 598 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/io_uring/rsrc.c: In function 'io_register_rsrc_update': /kisskb/src/io_uring/rsrc.c:613:38: note: byref variable will be forcibly initialized 613 | struct io_uring_rsrc_update2 up; | ^~ /kisskb/src/io_uring/rsrc.c: In function 'io_files_update': /kisskb/src/io_uring/rsrc.c:716:38: note: byref variable will be forcibly initialized 716 | struct io_uring_rsrc_update2 up2; | ^~~ /kisskb/src/io_uring/rsrc.c: In function 'io_sqe_buffers_register': /kisskb/src/io_uring/rsrc.c:1258:22: note: byref variable will be forcibly initialized 1258 | struct iovec iov; | ^~~ /kisskb/src/io_uring/rsrc.c:1256:30: note: byref variable will be forcibly initialized 1256 | struct io_rsrc_data *data; | ^~~~ /kisskb/src/io_uring/rsrc.c:1255:22: note: byref variable will be forcibly initialized 1255 | struct page *last_hpage = NULL; | ^~~~~~~~~~ /kisskb/src/io_uring/rsrc.c: In function 'io_register_rsrc': /kisskb/src/io_uring/rsrc.c:627:39: note: byref variable will be forcibly initialized 627 | struct io_uring_rsrc_register rr; | ^~ /kisskb/src/io_uring/rsrc.c: In function 'io_import_fixed': /kisskb/src/io_uring/rsrc.c:1315:13: note: byref variable will be forcibly initialized 1315 | u64 buf_end; | ^~~~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:92:23: note: byref variable will be forcibly initialized 92 | ext4_grpblk_t cno; | ^~~ /kisskb/src/fs/ext4/fsmap.c:91:22: note: byref variable will be forcibly initialized 91 | ext4_group_t agno; | ^~~~ /kisskb/src/fs/ext4/fsmap.c:88:27: note: byref variable will be forcibly initialized 88 | struct ext4_fsmap fmr; | ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_logdev': /kisskb/src/fs/ext4/fsmap.c:260:27: note: byref variable will be forcibly initialized 260 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:27: note: byref variable will be forcibly initialized 193 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev': /kisskb/src/fs/ext4/fsmap.c:478:23: note: byref variable will be forcibly initialized 478 | ext4_grpblk_t last_cluster; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:477:23: note: byref variable will be forcibly initialized 477 | ext4_grpblk_t first_cluster; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:476:22: note: byref variable will be forcibly initialized 476 | ext4_group_t end_ag; | ^~~~~~ /kisskb/src/fs/ext4/fsmap.c:475:22: note: byref variable will be forcibly initialized 475 | ext4_group_t start_ag; | ^~~~~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap': /kisskb/src/fs/ext4/fsmap.c:631:34: note: byref variable will be forcibly initialized 631 | struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; | ^~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:630:27: note: byref variable will be forcibly initialized 630 | struct ext4_fsmap dkeys[2]; /* per-dev keys */ | ^~~~~ /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:1304:21: note: byref variable will be forcibly initialized 1304 | u32 lane_id; | ^~~~~~~ /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'snd_mpu401_create': /kisskb/src/sound/drivers/mpu401/mpu401.c:55:26: note: byref variable will be forcibly initialized 55 | struct snd_card *card; | ^~~~ /kisskb/src/sound/drivers/mpu401/mpu401.c: In function 'snd_mpu401_probe': /kisskb/src/sound/drivers/mpu401/mpu401.c:90:26: note: byref variable will be forcibly initialized 90 | struct snd_card *card; | ^~~~ /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]; | ^~~~ 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/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/io_uring/rw.c:6: /kisskb/src/io_uring/rw.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/rw.c:2: /kisskb/src/io_uring/rw.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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io_uring.h:195:9: note: in expansion of macro 'smp_store_release' 195 | smp_store_release(&ctx->rings->cq.tail, ctx->cached_cq_tail); | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/rw.c: In function '__io_iov_buffer_select': /kisskb/src/io_uring/rw.c:317:17: note: byref variable will be forcibly initialized 317 | ssize_t len; | ^~~ /kisskb/src/io_uring/rw.c: In function '__io_import_iovec': /kisskb/src/io_uring/rw.c:364:16: note: byref variable will be forcibly initialized 364 | size_t sqe_len; | ^~~~~~~ /kisskb/src/io_uring/rw.c:362:23: note: byref variable will be forcibly initialized 362 | struct iovec *iovec; | ^~~~~ /kisskb/src/io_uring/rw.c: In function 'io_rw_prep_async': /kisskb/src/io_uring/rw.c:540:23: note: byref variable will be forcibly initialized 540 | struct iovec *iov; | ^~~ /kisskb/src/io_uring/rw.c: In function 'loop_rw_iter': /kisskb/src/io_uring/rw.c:450:30: note: userspace variable will be forcibly initialized 450 | struct iovec iovec; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/rw.c:2: /kisskb/src/io_uring/rw.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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/rw.c:251:9: note: in expansion of macro 'smp_store_release' 251 | smp_store_release(&req->iopoll_completed, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/rw.c: In function 'io_read': /kisskb/src/io_uring/rw.c:705:23: note: byref variable will be forcibly initialized 705 | struct iovec *iovec; | ^~~~~ /kisskb/src/io_uring/rw.c:704:28: note: byref variable will be forcibly initialized 704 | struct io_rw_state __s, *s = &__s; | ^~~ /kisskb/src/io_uring/rw.c: In function 'io_write': /kisskb/src/io_uring/rw.c:850:23: note: byref variable will be forcibly initialized 850 | struct iovec *iovec; | ^~~~~ /kisskb/src/io_uring/rw.c:849:28: note: byref variable will be forcibly initialized 849 | struct io_rw_state __s, *s = &__s; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/rw.c:2: /kisskb/src/io_uring/rw.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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/rw.c:1036:22: note: in expansion of macro 'smp_load_acquire' 1036 | if (!smp_load_acquire(&req->iopoll_completed)) | ^~~~~~~~~~~~~~~~ /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/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/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; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:169:23: note: byref variable will be forcibly initialized 169 | unsigned long int_bits = 0; | ^~~~~~~~ /kisskb/src/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/crypto/lzo.c: In function '__lzo_decompress': /kisskb/src/crypto/lzo.c:86:16: note: byref variable will be forcibly initialized 86 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/crypto/lzo.c: In function '__lzo_compress': /kisskb/src/crypto/lzo.c:55:16: note: byref variable will be forcibly initialized 55 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/block/t10-pi.c: In function 'ext_pi_type1_prepare': /kisskb/src/block/t10-pi.c:384:34: note: byref variable will be forcibly initialized 384 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c:383:32: note: byref variable will be forcibly initialized 383 | struct bio_vec iv; | ^~ /kisskb/src/block/t10-pi.c: In function 'ext_pi_type1_complete': /kisskb/src/block/t10-pi.c:423:34: note: byref variable will be forcibly initialized 423 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c:422:32: note: byref variable will be forcibly initialized 422 | struct bio_vec iv; | ^~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_complete': /kisskb/src/block/t10-pi.c:195:34: note: byref variable will be forcibly initialized 195 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c:194:32: note: byref variable will be forcibly initialized 194 | struct bio_vec iv; | ^~ /kisskb/src/block/t10-pi.c: In function 't10_pi_type1_prepare': /kisskb/src/block/t10-pi.c:145:34: note: byref variable will be forcibly initialized 145 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/t10-pi.c:144:32: note: byref variable will be forcibly initialized 144 | struct bio_vec iv; | ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-brcmstb.c:5: /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_irq_bank_handler': /kisskb/src/drivers/gpio/gpio-brcmstb.c:267:23: note: byref variable will be forcibly initialized 267 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_probe': /kisskb/src/drivers/gpio/gpio-brcmstb.c:599:13: note: byref variable will be forcibly initialized 599 | u32 bank_width; | ^~~~~~~~~~ /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/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/kernel/trace/trace_events_hist.c: In function 'print_entries': /kisskb/src/kernel/trace/trace_events_hist.c:5230:41: note: byref variable will be forcibly initialized 5230 | struct tracing_map_sort_entry **sort_entries = NULL; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'event_hist_trigger': /kisskb/src/kernel/trace/trace_events_hist.c:5050:13: note: byref variable will be forcibly initialized 5050 | u64 field_contents; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5047:14: note: byref variable will be forcibly initialized 5047 | char compound_key[HIST_KEY_SIZE_MAX]; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5046:13: note: byref variable will be forcibly initialized 5046 | u64 var_ref_vals[TRACING_MAP_VARS_MAX]; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5045:23: note: byref variable will be forcibly initialized 5045 | unsigned long entries[HIST_STACKTRACE_DEPTH]; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/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:4507:23: note: byref variable will be forcibly initialized 4507 | char *field_str, *field_name; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:4495:15: note: byref variable will be forcibly initialized 4495 | 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/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; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/reiserfs/journal.c:38: /kisskb/src/fs/reiserfs/journal.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/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; | ^~~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thp.h:81, from /kisskb/src/mm/huge_memory.c:46: /kisskb/src/mm/huge_memory.c: In function 'perf_trace_hugepage_set_pmd': /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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'perf_trace_hugepage_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_update, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'perf_trace_migration_pmd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thp.h:81, from /kisskb/src/mm/huge_memory.c:46: /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_hugepage_set_pmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_hugepage_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_update, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'trace_event_raw_event_migration_pmd': /kisskb/src/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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /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; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thp.h:81, from /kisskb/src/mm/huge_memory.c:46: /kisskb/src/mm/huge_memory.c: In function '__bpf_trace_hugepage_set_pmd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(hugepage_set_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function '__bpf_trace_migration_pmd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/thp.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(migration_pmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function '__bpf_trace_hugepage_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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/trace/bpf_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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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: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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_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: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/thp.h:29:1: note: in expansion of macro 'TRACE_EVENT' 29 | TRACE_EVENT(hugepage_update, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/fs/reiserfs/journal.c:40: /kisskb/src/fs/reiserfs/journal.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/huge_memory.c: In function 'hugepage_init': /kisskb/src/mm/huge_memory.c:460:25: note: byref variable will be forcibly initialized 460 | struct kobject *hugepage_kobj; | ^~~~~~~~~~~~~ In file included from /kisskb/src/fs/reiserfs/reiserfs.h:9, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/drivers/serial-generic.c: In function 'snd_serial_generic_rmidi': /kisskb/src/sound/drivers/serial-generic.c:290:29: note: byref variable will be forcibly initialized 290 | struct snd_rawmidi *rrawmidi; | ^~~~~~~~ /kisskb/src/sound/drivers/serial-generic.c: In function 'snd_serial_generic_probe': /kisskb/src/sound/drivers/serial-generic.c:321:26: note: byref variable will be forcibly initialized 321 | struct snd_card *card; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'queue_log_writer': /kisskb/src/fs/reiserfs/journal.c:2966:28: note: byref variable will be forcibly initialized 2966 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_zero_page_pmd': In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/reiserfs/reiserfs.h:16, from /kisskb/src/fs/reiserfs/journal.c:41: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_async_progress_wait': /kisskb/src/mm/huge_memory.c:1995:15: note: byref variable will be forcibly initialized 1995 | pmd_t _pmd; | ^~~~ /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/reiserfs/journal.c:954:17: note: in expansion of macro 'wait_var_event_timeout' 954 | wait_var_event_timeout(&j->j_async_throttle, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd_locked': /kisskb/src/mm/huge_memory.c:2030:24: note: byref variable will be forcibly initialized 2030 | pmd_t old_pmd, _pmd; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_breada': /kisskb/src/fs/reiserfs/journal.c:2323:29: note: byref variable will be forcibly initialized 2323 | struct buffer_head *bhlist[BUFNR]; | ^~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'kupdate_transactions': /kisskb/src/fs/reiserfs/journal.c:1725:29: note: byref variable will be forcibly initialized 1725 | struct buffer_chunk chunk; | ^~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'journal_read': /kisskb/src/fs/reiserfs/journal.c:2377:23: note: byref variable will be forcibly initialized 2377 | unsigned long newest_mount_id = 9; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:2373:22: note: byref variable will be forcibly initialized 2373 | unsigned int oldest_invalid_trans_id = 0; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'single_hugepage_flag_store': /kisskb/src/mm/huge_memory.c:296:23: note: byref variable will be forcibly initialized 296 | unsigned long value; | ^~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'write_ordered_buffers': /kisskb/src/fs/reiserfs/journal.c:799:26: note: byref variable will be forcibly initialized 799 | struct list_head tmp; | ^~~ /kisskb/src/fs/reiserfs/journal.c:798:29: note: byref variable will be forcibly initialized 798 | struct buffer_chunk chunk; | ^~~~~ /kisskb/src/fs/reiserfs/journal.c:795:29: note: byref variable will be forcibly initialized 795 | struct buffer_head *bh; | ^~ /kisskb/src/fs/reiserfs/journal.c: In function 'flush_commit_list': /kisskb/src/fs/reiserfs/journal.c:975:29: note: byref variable will be forcibly initialized 975 | struct buffer_head *tbh = NULL; | ^~~ /kisskb/src/mm/huge_memory.c: In function 'do_huge_pmd_numa_page': /kisskb/src/mm/huge_memory.c:1485:13: note: byref variable will be forcibly initialized 1485 | int flags = 0; | ^~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'flush_used_journal_lists': /kisskb/src/fs/reiserfs/journal.c:1794:22: note: byref variable will be forcibly initialized 1794 | unsigned int trans_id; | ^~~~~~~~ /kisskb/src/fs/reiserfs/journal.c:1792:39: note: byref variable will be forcibly initialized 1792 | struct reiserfs_journal_list *tjl; | ^~~ /kisskb/src/mm/huge_memory.c: In function '__split_huge_pmd': /kisskb/src/mm/huge_memory.c:2244:35: note: byref variable will be forcibly initialized 2244 | struct mmu_notifier_range range; | ^~~~~ 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/arch/arm64/include/asm/vmalloc.h:5, from /kisskb/src/include/linux/vmalloc.h:13, from /kisskb/src/fs/reiserfs/journal.c:40: /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_wait_on_write_block': /kisskb/src/include/linux/wait.h:303: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/reiserfs/journal.c:2960:9: note: in expansion of macro 'wait_event' 2960 | wait_event(journal->j_join_wait, | ^~~~~~~~~~ /kisskb/src/mm/huge_memory.c: In function 'split_huge_page_to_list': /kisskb/src/mm/huge_memory.c:2619:13: note: byref variable will be forcibly initialized 2619 | int extra_pins, ret; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c:2616:18: note: byref variable will be forcibly initialized 2616 | XA_STATE(xas, &head->mapping->i_pages, head->index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/huge_memory.c:8: /kisskb/src/mm/huge_memory.c: In function 'deferred_split_scan': /kisskb/src/mm/huge_memory.c:2823:19: note: byref variable will be forcibly initialized 2823 | LIST_HEAD(list), *pos, *next; | ^~~~ /kisskb/src/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/reiserfs/journal.c: In function 'do_journal_begin_r': /kisskb/src/fs/reiserfs/journal.c:3032:44: note: byref variable will be forcibly initialized 3032 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/mm/huge_memory.c: In function 'split_huge_pages_write': /kisskb/src/mm/huge_memory.c:3105:40: note: byref variable will be forcibly initialized 3105 | pgoff_t off_start = 0, off_end = 0; | ^~~~~~~ /kisskb/src/mm/huge_memory.c:3105:25: note: byref variable will be forcibly initialized 3105 | pgoff_t off_start = 0, off_end = 0; | ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3104:22: note: byref variable will be forcibly initialized 3104 | char file_path[MAX_INPUT_BUF_SZ]; | ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3103:23: note: byref variable will be forcibly initialized 3103 | char *buf = input_buf; | ^~~ /kisskb/src/mm/huge_memory.c:3087:36: note: byref variable will be forcibly initialized 3087 | unsigned long vaddr_start, vaddr_end; | ^~~~~~~~~ /kisskb/src/mm/huge_memory.c:3087:23: note: byref variable will be forcibly initialized 3087 | unsigned long vaddr_start, vaddr_end; | ^~~~~~~~~~~ /kisskb/src/mm/huge_memory.c:3086:13: note: byref variable will be forcibly initialized 3086 | int pid; | ^~~ /kisskb/src/mm/huge_memory.c:3085:14: note: byref variable will be forcibly initialized 3085 | char input_buf[MAX_INPUT_BUF_SZ]; | ^~~~~~~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'do_journal_release': /kisskb/src/fs/reiserfs/journal.c:1907:44: note: byref variable will be forcibly initialized 1907 | struct reiserfs_transaction_handle myth; | ^~~~ /kisskb/src/fs/reiserfs/journal.c: In function 'reiserfs_flush_old_commits': /kisskb/src/fs/reiserfs/journal.c:3565:44: note: byref variable will be forcibly initialized 3565 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/reiserfs/journal.c: In function '__commit_trans_jl': /kisskb/src/fs/reiserfs/journal.c:3845:44: note: byref variable will be forcibly initialized 3845 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/ext4/fsync.c: In function 'ext4_sync_file': /kisskb/src/fs/ext4/fsync.c:132:14: note: byref variable will be forcibly initialized 132 | bool needs_barrier = false; | ^~~~~~~~~~~~~ /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/fs/ext4/hash.c: In function '__ext4fs_dirhash': /kisskb/src/fs/ext4/hash.c:264:29: note: byref variable will be forcibly initialized 264 | struct qstr qname = QSTR_INIT(name, len); | ^~~~~ /kisskb/src/fs/ext4/hash.c:207:32: note: byref variable will be forcibly initialized 207 | __u32 in[8], buf[4]; | ^~~ /kisskb/src/fs/ext4/hash.c:207:25: note: byref variable will be forcibly initialized 207 | __u32 in[8], buf[4]; | ^~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:619:13: note: byref variable will be forcibly initialized 619 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:23: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:18: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:12: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_set': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:551:13: note: byref variable will be forcibly initialized 551 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:23: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:18: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:12: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_get': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:13: note: byref variable will be forcibly initialized 522 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:23: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:18: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:12: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_get_group': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:283:29: note: byref variable will be forcibly initialized 283 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:282:29: note: byref variable will be forcibly initialized 282 | unsigned int group, num_pins, j; | ^~~~~~~~ /kisskb/src/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; | ^~~~~ /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_decompress': /kisskb/src/crypto/lzo-rle.c:86:16: note: byref variable will be forcibly initialized 86 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_compress': /kisskb/src/crypto/lzo-rle.c:55:16: note: byref variable will be forcibly initialized 55 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ 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:1500:34: note: byref variable will be forcibly initialized 1500 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /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; | ^~~~~~ /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/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/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/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/mm.h:26, from /kisskb/src/fs/reiserfs/resize.c:12: /kisskb/src/fs/reiserfs/resize.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-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/fs/reiserfs/resize.c: In function 'reiserfs_resize': /kisskb/src/fs/reiserfs/resize.c:32:37: note: byref variable will be forcibly initialized 32 | struct reiserfs_list_bitmap jbitmap[JOURNAL_NUM_BITMAPS]; | ^~~~~~~ /kisskb/src/fs/reiserfs/resize.c:27:44: note: byref variable will be forcibly initialized 27 | struct reiserfs_transaction_handle th; | ^~ /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/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/trace/bpf_trace.c: In function 'bpf_trace_run9': /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); | ^~~~~~~~~~~~~~~~ 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/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:1500:34: note: byref variable will be forcibly initialized 1500 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/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/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/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/drivers/gpio/gpio-da9052.c:17: /kisskb/src/drivers/gpio/gpio-da9052.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext4/ialloc.c:16: /kisskb/src/fs/ext4/ialloc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:440:29: note: byref variable will be forcibly initialized 440 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:438:28: note: byref variable will be forcibly initialized 438 | struct orlov_stats stats; | ^~~~~ In file included from /kisskb/src/fs/ext4/ialloc.c:29: /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_free_inode': /kisskb/src/fs/ext4/ialloc.c:241:29: note: byref variable will be forcibly initialized 241 | struct buffer_head *bh2; | ^~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_mark_inode_used': /kisskb/src/fs/ext4/ialloc.c:755:54: note: byref variable will be forcibly initialized 755 | struct buffer_head *inode_bitmap_bh = NULL, *group_desc_bh = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function '__ext4_new_inode': /kisskb/src/fs/ext4/ialloc.c:1289:24: note: byref variable will be forcibly initialized 1289 | __le32 gen = cpu_to_le32(inode->i_generation); | ^~~ /kisskb/src/fs/ext4/ialloc.c:1288:24: note: byref variable will be forcibly initialized 1288 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/ext4/ialloc.c:936:23: note: byref variable will be forcibly initialized 936 | unsigned long ino = 0; | ^~~ /kisskb/src/fs/ext4/ialloc.c:935:31: note: byref variable will be forcibly initialized 935 | ext4_group_t ngroups, group = 0; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:934:29: note: byref variable will be forcibly initialized 934 | struct buffer_head *group_desc_bh; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_init_inode_table': /kisskb/src/fs/ext4/ialloc.c:1519:29: note: byref variable will be forcibly initialized 1519 | struct buffer_head *group_desc_bh; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/io-wq.c:8: /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_nulls.h:106:9: note: in expansion of macro 'rcu_assign_pointer' 106 | rcu_assign_pointer(hlist_nulls_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/io_uring/io-wq.c:13: /kisskb/src/io_uring/io-wq.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/io_uring/io-wq.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/io_uring/io-wq.c:8: /kisskb/src/io_uring/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/io_uring/io-wq.c: In function 'create_worker_cont': /kisskb/src/io_uring/io-wq.c:763:50: note: byref variable will be forcibly initialized 763 | struct io_cb_cancel_data match = { | ^~~~~ /kisskb/src/io_uring/io-wq.c: In function 'io_wqe_enqueue': /kisskb/src/io_uring/io-wq.c:906:34: note: byref variable will be forcibly initialized 906 | struct io_cb_cancel_data match; | ^~~~~ /kisskb/src/io_uring/io-wq.c: In function 'io_wqe_worker': /kisskb/src/io_uring/io-wq.c:649:40: note: byref variable will be forcibly initialized 649 | struct ksignal ksig; | ^~~~ /kisskb/src/io_uring/io-wq.c:620:14: note: byref variable will be forcibly initialized 620 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/io_uring/io-wq.c: In function '__io_wq_cpu_online': /kisskb/src/io_uring/io-wq.c:1310:28: note: byref variable will be forcibly initialized 1310 | struct online_data od = { | ^~ /kisskb/src/io_uring/io-wq.c: In function 'io_wq_destroy': /kisskb/src/io_uring/io-wq.c:1272:42: note: byref variable will be forcibly initialized 1272 | struct io_cb_cancel_data match = { | ^~~~~ /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; | ^~~~~~~ /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_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_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_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_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_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_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/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; | ^~~~ 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/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/fs/reiserfs/item_ops.c: In function 'indirect_print_item': /kisskb/src/fs/reiserfs/item_ops.c:265:13: note: byref variable will be forcibly initialized 265 | int num = 0; | ^~~ 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/drivers/phy/mediatek/phy-mtk-dp.c: In function 'mtk_dp_phy_init': /kisskb/src/drivers/phy/mediatek/phy-mtk-dp.c:88:13: note: byref variable will be forcibly initialized 88 | u32 driving_params[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_domain_alloc': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:167:27: note: byref variable will be forcibly initialized 167 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_dt_init': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:234:25: note: byref variable will be forcibly initialized 234 | struct resource res; | ^~~ /kisskb/src/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]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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/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/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; | ^~~~~ /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/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:10, 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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c:505:17: note: in expansion of macro 'smp_store_release' 505 | smp_store_release(&kvalue->state, BPF_STRUCT_OPS_STATE_INUSE); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/bpf_struct_ops.c:435:29: note: byref variable will be forcibly initialized 435 | u32 msize; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:427:31: note: byref variable will be forcibly initialized 427 | unsigned long config, value; | ^~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_parse_subnode': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:161:13: note: byref variable will be forcibly initialized 161 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:21: note: byref variable will be forcibly initialized 158 | const char *function, *group; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:32: note: byref variable will be forcibly initialized 157 | unsigned long config, *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:38: note: byref variable will be forcibly initialized 156 | unsigned int i, reserve = 0, num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int reserved_maps = 0; | ^~~~~~~~~~~~~ /kisskb/src/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; | ^~~~~~~~~~~ /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:686:51: note: byref variable will be forcibly initialized 686 | __u32 byte_off, byte_sz, bit_off, bit_sz, field_type_id; | ^~~~~~~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_parse_spec': /kisskb/src/tools/lib/bpf/relo_core.c:271:15: note: byref variable will be forcibly initialized 271 | __u32 id, name_off; | ^~ /kisskb/src/tools/lib/bpf/relo_core.c:267:25: note: byref variable will be forcibly initialized 267 | int access_idx, parsed_len, i; | ^~~~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c:267:13: note: byref variable will be forcibly initialized 267 | int access_idx, parsed_len, i; | ^~~~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c: In function 'bpf_core_calc_relo_insn': /kisskb/src/tools/lib/bpf/relo_core.c:1295:14: note: byref variable will be forcibly initialized 1295 | char spec_buf[256]; | ^~~~~~~~ /kisskb/src/tools/lib/bpf/relo_core.c:1291:34: note: byref variable will be forcibly initialized 1291 | struct bpf_core_relo_res cand_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/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/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_irq_handle': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:137:31: note: byref variable will be forcibly initialized 137 | unsigned long pending, flags; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_init_one': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:227:25: note: byref variable will be forcibly initialized 227 | struct resource res; | ^~~ /kisskb/src/crypto/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/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; | ^~ /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]; | ^~~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:683:31: note: byref variable will be forcibly initialized 683 | unsigned char prefix = DRBG_PREFIX0; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:662:19: note: byref variable will be forcibly initialized 662 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:661:19: note: byref variable will be forcibly initialized 661 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:660:42: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:35: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:28: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:714:28: note: byref variable will be forcibly initialized 714 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1155:19: note: byref variable will be forcibly initialized 1155 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1154:28: note: byref variable will be forcibly initialized 1154 | struct drbg_string data1; | ^~~~~ /kisskb/src/crypto/drbg.c:1152:23: note: byref variable will be forcibly initialized 1152 | unsigned char entropy[((32 + 16) * 2)]; | ^~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_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/gpio/gpio-ftgpio010.c: In function 'ftgpio_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-ftgpio010.c:145:23: note: byref variable will be forcibly initialized 145 | unsigned long stat; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-ftgpio010.c:13: /kisskb/src/drivers/gpio/gpio-ftgpio010.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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/phy/mediatek/phy-mtk-tphy.c: In function 'phy_type_syscon_get': /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/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/fs/reiserfs/xattr.c: In function 'open_xa_dir': /kisskb/src/fs/reiserfs/xattr.c:150:14: note: byref variable will be forcibly initialized 150 | char namebuf[17]; | ^~~~~~~ /kisskb/src/fs/reiserfs/xattr.c: In function 'reiserfs_for_each_xattr': /kisskb/src/fs/reiserfs/xattr.c:301:52: note: byref variable will be forcibly initialized 301 | struct reiserfs_transaction_handle th; | ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:477:26: note: byref variable will be forcibly initialized 477 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:542:26: note: byref variable will be forcibly initialized 542 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:538:13: note: byref variable will be forcibly initialized 538 | int retries = 0, sem_held = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:536:33: note: byref variable will be forcibly initialized 536 | int ret, needed_blocks, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_add_dirent_to_inline': /kisskb/src/fs/ext4/inline.c:1032:34: note: byref variable will be forcibly initialized 1032 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_generateSequences_internal': /kisskb/src/lib/zstd/compress/zstd_ldm.c:323:14: note: byref variable will be forcibly initialized 323 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:319:27: note: byref variable will be forcibly initialized 319 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1196:32: note: byref variable will be forcibly initialized 1196 | struct ext4_map_blocks map; | ^~~ /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/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:99:26: note: byref variable will be forcibly initialized 99 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_prepare_inline_data': /kisskb/src/fs/ext4/inline.c:389:24: note: byref variable will be forcibly initialized 389 | int ret, size, no_expand; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_fillHashTable': /kisskb/src/lib/zstd/compress/zstd_ldm.c:250:14: note: byref variable will be forcibly initialized 250 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:248:27: note: byref variable will be forcibly initialized 248 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:662:26: note: byref variable will be forcibly initialized 662 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/ext4/inline.c:743:26: note: byref variable will be forcibly initialized 743 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:741:13: note: byref variable will be forcibly initialized 741 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:826:26: note: byref variable will be forcibly initialized 826 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:824:18: note: byref variable will be forcibly initialized 824 | int ret, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:919:13: note: byref variable will be forcibly initialized 919 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:918:26: note: byref variable will be forcibly initialized 918 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1284:26: note: byref variable will be forcibly initialized 1284 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:1282:37: note: byref variable will be forcibly initialized 1282 | int ret, ret2, inline_size, no_expand; | ^~~~~~~~~ /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/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1363:28: note: byref variable will be forcibly initialized 1363 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1362:33: note: byref variable will be forcibly initialized 1362 | struct ext4_dir_entry_2 fake; | ^~~~ /kisskb/src/fs/ext4/inline.c:1360:26: note: byref variable will be forcibly initialized 1360 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_alloc_branch': /kisskb/src/fs/ext4/indirect.c:329:47: note: byref variable will be forcibly initialized 329 | int i, j, err, len = 1; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1475:26: note: byref variable will be forcibly initialized 1475 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_link': /kisskb/src/fs/ext4/inline.c:1597:26: note: byref variable will be forcibly initialized 1597 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_find_shared': /kisskb/src/fs/ext4/indirect.c:794:16: note: byref variable will be forcibly initialized 794 | int k, err; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1628:26: note: byref variable will be forcibly initialized 1628 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1648:26: note: byref variable will be forcibly initialized 1648 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1683:26: note: byref variable will be forcibly initialized 1683 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_insertDUBT1': /kisskb/src/fs/ext4/inline.c:1732:26: note: byref variable will be forcibly initialized 1732 | struct ext4_iloc iloc; | ^~~~ /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/fs/ext4/inline.c:1731:31: note: byref variable will be forcibly initialized 1731 | int err, inline_size, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate_ensure_credits': /kisskb/src/fs/ext4/indirect.c:722:13: note: byref variable will be forcibly initialized 722 | int dropped = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1813:15: note: byref variable will be forcibly initialized 1813 | void *inline_pos; | ^~~~~~~~~~ /kisskb/src/fs/ext4/inline.c:1811:26: note: byref variable will be forcibly initialized 1811 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:1810:18: note: byref variable will be forcibly initialized 1810 | int err, inline_size; | ^~~~~~~~~~~ /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/fs/ext4/inline.c: In function 'ext4_destroy_inline_data': /kisskb/src/fs/ext4/inline.c:1873:18: note: byref variable will be forcibly initialized 1873 | int ret, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1886:26: note: byref variable will be forcibly initialized 1886 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_truncate': /kisskb/src/fs/ext4/inline.c:1917:52: note: byref variable will be forcibly initialized 1917 | int inline_size, value_len, needed_blocks, no_expand, err = 0; | ^~~~~~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:533:13: note: byref variable will be forcibly initialized 533 | int blocks_to_boundary = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/indirect.c:530:18: note: byref variable will be forcibly initialized 530 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext4/indirect.c:529:21: note: byref variable will be forcibly initialized 529 | ext4_lblk_t offsets[4]; | ^~~~~~~ /kisskb/src/fs/ext4/indirect.c:528:13: note: byref variable will be forcibly initialized 528 | int err = -EIO; | ^~~ /kisskb/src/fs/ext4/indirect.c:527:40: note: byref variable will be forcibly initialized 527 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:109:17: note: byref variable will be forcibly initialized 109 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c:108:14: note: byref variable will be forcibly initialized 108 | char line[KUNIT_LOG_SIZE]; | ^~~~ /kisskb/src/fs/ext4/inline.c:2033:26: note: byref variable will be forcibly initialized 2033 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:2031:35: note: byref variable will be forcibly initialized 2031 | int error, needed_blocks, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate': /kisskb/src/fs/ext4/indirect.c:1112:16: note: byref variable will be forcibly initialized 1112 | __le32 nr = 0; | ^~ /kisskb/src/fs/ext4/indirect.c:1110:18: note: byref variable will be forcibly initialized 1110 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext4/indirect.c:1109:21: note: byref variable will be forcibly initialized 1109 | ext4_lblk_t offsets[4]; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:426:40: note: byref variable will be forcibly initialized 426 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:522:43: note: byref variable will be forcibly initialized 522 | struct kunit_result_stats param_stats = { 0 }; | ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:521:30: note: byref variable will be forcibly initialized 521 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ /kisskb/src/lib/kunit/test.c:501:14: note: byref variable will be forcibly initialized 501 | char param_desc[KUNIT_PARAM_DESC_SIZE]; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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/fs/ext4/indirect.c: In function 'ext4_ind_remove_space': /kisskb/src/fs/ext4/indirect.c:1230:24: note: byref variable will be forcibly initialized 1230 | __le32 nr = 0, nr2 = 0; | ^~~ /kisskb/src/fs/ext4/indirect.c:1230:16: note: byref variable will be forcibly initialized 1230 | __le32 nr = 0, nr2 = 0; | ^~ /kisskb/src/fs/ext4/indirect.c:1226:28: note: byref variable will be forcibly initialized 1226 | Indirect chain[4], chain2[4]; | ^~~~~~ /kisskb/src/fs/ext4/indirect.c:1226:18: note: byref variable will be forcibly initialized 1226 | Indirect chain[4], chain2[4]; | ^~~~~ /kisskb/src/fs/ext4/indirect.c:1225:33: note: byref variable will be forcibly initialized 1225 | ext4_lblk_t offsets[4], offsets2[4]; | ^~~~~~~~ /kisskb/src/fs/ext4/indirect.c:1225:21: note: byref variable will be forcibly initialized 1225 | ext4_lblk_t offsets[4], offsets2[4]; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:678:43: note: byref variable will be forcibly initialized 678 | struct kunit_kmalloc_array_params params = { | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_failed_assertion': /kisskb/src/lib/kunit/test.c:293:26: note: byref variable will be forcibly initialized 293 | struct va_format message; | ^~~~~~~ /kisskb/src/lib/kunit/test.c:292:17: note: byref variable will be forcibly initialized 292 | va_list args; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ In file included from /kisskb/src/include/linux/ulpi/driver.h:7, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c:6: /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/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_opt.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress/zstd_opt.c:405:9: note: byref variable will be forcibly initialized 405 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/compress/zstd_opt.c:554:9: note: byref variable will be forcibly initialized 554 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /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; | ^~~~~~~ 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_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_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_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_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/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; | ^~~~~~~ /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/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ 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]; | ^~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/sound/core/vmaster.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/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; | ^~~~ 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/fs/reiserfs/procfs.c: In function 'reiserfs_proc_info_init': /kisskb/src/fs/reiserfs/procfs.c:410:14: note: byref variable will be forcibly initialized 410 | char b[BDEVNAME_SIZE]; | ^ /kisskb/src/fs/reiserfs/procfs.c: In function 'reiserfs_proc_info_done': /kisskb/src/fs/reiserfs/procfs.c:440:22: note: byref variable will be forcibly initialized 440 | char b[BDEVNAME_SIZE]; | ^ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_mul_non4k': /kisskb/src/crypto/polyval-generic.c:89:18: note: byref variable will be forcibly initialized 89 | be128 a, b; | ^ /kisskb/src/crypto/polyval-generic.c:89:15: note: byref variable will be forcibly initialized 89 | be128 a, b; | ^ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_setkey': /kisskb/src/crypto/polyval-generic.c:123:15: note: byref variable will be forcibly initialized 123 | be128 k; | ^ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_update': /kisskb/src/crypto/polyval-generic.c:158:12: note: byref variable will be forcibly initialized 158 | u8 tmp[POLYVAL_BLOCK_SIZE]; | ^~~ /kisskb/src/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/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; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-max77620.c:8: /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-max77620.c:30:23: note: byref variable will be forcibly initialized 30 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int value, offset; | ^~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_get': /kisskb/src/drivers/gpio/gpio-max77620.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/huge_memory.h:170, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/perf.h: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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_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/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_page, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_page_isolate': /kisskb/src/include/trace/perf.h: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/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'perf_trace_mm_collapse_huge_page_swapin': /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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/huge_memory.h:170, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_page, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_isolate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'trace_event_raw_event_mm_collapse_huge_page_swapin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/huge_memory.h:170, from /kisskb/src/mm/khugepaged.c:57: /kisskb/src/mm/khugepaged.c: In function '__bpf_trace_mm_khugepaged_scan_pmd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(mm_khugepaged_scan_pmd, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function '__bpf_trace_mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_collapse_huge_page, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function '__bpf_trace_mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/huge_memory.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(mm_collapse_huge_page_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function '__bpf_trace_mm_collapse_huge_page_swapin': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/huge_memory.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(mm_collapse_huge_page_swapin, | ^~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'pages_to_scan_store': /kisskb/src/mm/khugepaged.c:189:22: note: byref variable will be forcibly initialized 189 | unsigned int pages; | ^~~~~ /kisskb/src/mm/khugepaged.c: In function 'alloc_sleep_millisecs_store': /kisskb/src/mm/khugepaged.c:163:22: note: byref variable will be forcibly initialized 163 | unsigned int msecs; | ^~~~~ /kisskb/src/mm/khugepaged.c: In function 'scan_sleep_millisecs_store': /kisskb/src/mm/khugepaged.c:136:22: note: byref variable will be forcibly initialized 136 | unsigned int msecs; | ^~~~~ /kisskb/src/mm/khugepaged.c: In function 'max_ptes_shared_store': /kisskb/src/mm/khugepaged.c:307:23: note: byref variable will be forcibly initialized 307 | unsigned long max_ptes_shared; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'max_ptes_swap_store': /kisskb/src/mm/khugepaged.c:281:23: note: byref variable will be forcibly initialized 281 | unsigned long max_ptes_swap; | ^~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'max_ptes_none_store': /kisskb/src/mm/khugepaged.c:256:23: note: byref variable will be forcibly initialized 256 | unsigned long max_ptes_none; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:9: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:36: note: byref variable will be forcibly initialized 744 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:29: note: byref variable will be forcibly initialized 743 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:36: note: byref variable will be forcibly initialized 780 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:29: note: byref variable will be forcibly initialized 779 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:36: note: byref variable will be forcibly initialized 815 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:29: note: byref variable will be forcibly initialized 814 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_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/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:26: note: byref variable will be forcibly initialized 1695 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:33: note: byref variable will be forcibly initialized 1694 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:32: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/mm/khugepaged.c: In function 'collapse_file': /kisskb/src/mm/khugepaged.c:1658:30: note: byref variable will be forcibly initialized 1658 | struct page *page = xas_next(&xas); | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1605:24: note: byref variable will be forcibly initialized 1605 | XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER); | ^~~ /kisskb/src/include/linux/xarray.h:1383:25: note: in definition of macro 'XA_STATE_ORDER' 1383 | struct xa_state name = __XA_STATE(array, \ | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1604:19: note: byref variable will be forcibly initialized 1604 | 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_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_scan_file': /kisskb/src/mm/khugepaged.c:1966:18: note: byref variable will be forcibly initialized 1966 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/khugepaged.c: In function '__collapse_huge_page_swapin': /kisskb/src/mm/khugepaged.c:955:33: note: byref variable will be forcibly initialized 955 | struct vm_fault vmf = { | ^~~ /kisskb/src/mm/khugepaged.c: In function 'collapse_huge_page': /kisskb/src/mm/khugepaged.c:1010:35: note: byref variable will be forcibly initialized 1010 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/khugepaged.c:1009:32: note: byref variable will be forcibly initialized 1009 | struct vm_area_struct *vma; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c:1002:19: note: byref variable will be forcibly initialized 1002 | LIST_HEAD(compound_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/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/khugepaged.c:4: /kisskb/src/mm/khugepaged.c: In function 'khugepaged_wait_work': /kisskb/src/include/linux/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/khugepaged.c:2245:17: note: in expansion of macro 'wait_event_freezable' 2245 | wait_event_freezable(khugepaged_wait, khugepaged_wait_event()); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h: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/khugepaged.c:2238:17: note: in expansion of macro 'wait_event_freezable_timeout' 2238 | wait_event_freezable_timeout(khugepaged_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/khugepaged.c: In function 'khugepaged_do_scan': /kisskb/src/mm/khugepaged.c:2193:14: note: byref variable will be forcibly initialized 2193 | bool wait = true; | ^~~~ /kisskb/src/mm/khugepaged.c:2190:22: note: byref variable will be forcibly initialized 2190 | struct page *hpage = NULL; | ^~~~~ 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/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/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; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function '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_cpu_idle_miss': /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(cpu_idle_miss, | ^~~~~~~~~~~ /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(cpu_idle_miss, | ^~~~~~~~~~~ /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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | 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:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '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:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | 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:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'perf_trace_guest_halt_poll_ns': /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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_idle_miss': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_guest_halt_poll_ns': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function '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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function '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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | 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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | 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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/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]; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function '__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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | 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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | 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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | 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:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /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/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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | 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:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_idle_miss': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/include/trace/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(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/include/trace/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(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/include/trace/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(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/include/trace/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(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c: In function 'mtk_hdmi_phy_probe': /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_powernv_throttle': /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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | 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: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:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | 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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/include/trace/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:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c:958:13: note: byref variable will be forcibly initialized 958 | u64 product[ECC_MAX_DIGITS * 2]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:994:32: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:994:13: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:32: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/kernel/trace/power-traces.c: In function '__bpf_trace_pm_qos_update': /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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h: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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h: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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h: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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | 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:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function '__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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | 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:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /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/kernel/trace/power-traces.c: In function '__bpf_trace_guest_halt_poll_ns': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /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/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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/include/trace/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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c:979:13: note: byref variable will be forcibly initialized 979 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/include/trace/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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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: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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/include/trace/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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c:969:13: note: byref variable will be forcibly initialized 969 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/include/trace/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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | 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:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /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/kernel/trace/power-traces.c: In function '__bpf_trace_cpu_frequency_limits': /kisskb/src/crypto/ecc.c: In function 'xycz_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/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:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | 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:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/crypto/ecc.c:1186:13: note: byref variable will be forcibly initialized 1186 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /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:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c:1147:13: note: byref variable will be forcibly initialized 1147 | u64 t1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /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/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1402:29: note: byref variable will be forcibly initialized 1402 | u64 tz[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1401:29: note: byref variable will be forcibly initialized 1401 | u64 ty[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1400:29: note: byref variable will be forcibly initialized 1400 | u64 tx[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1373:26: note: byref variable will be forcibly initialized 1373 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/crypto/ecc.c:1368:13: note: byref variable will be forcibly initialized 1368 | u64 sump[2][ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c:1367:13: note: byref variable will be forcibly initialized 1367 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1231:13: note: byref variable will be forcibly initialized 1231 | u64 t7[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1230:13: note: byref variable will be forcibly initialized 1230 | u64 t6[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1229:13: note: byref variable will be forcibly initialized 1229 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1289:13: note: byref variable will be forcibly initialized 1289 | u64 sk[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1288:13: note: byref variable will be forcibly initialized 1288 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1287:13: note: byref variable will be forcibly initialized 1287 | u64 ry[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1286:13: note: byref variable will be forcibly initialized 1286 | u64 rx[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/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/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 '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/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 'pmd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:194:23: note: byref variable will be forcibly initialized 194 | 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; | ^~~ /kisskb/src/mm/page_owner.c: In function 'create_dummy_stack': /kisskb/src/mm/page_owner.c:64:23: note: byref variable will be forcibly initialized 64 | unsigned long entries[4]; | ^~~~~~~ /kisskb/src/mm/page_owner.c: In function 'save_stack': /kisskb/src/mm/page_owner.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long entries[PAGE_OWNER_STACK_DEPTH]; | ^~~~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'debug_vm_pgtable': /kisskb/src/mm/debug_vm_pgtable.c:1254:35: note: byref variable will be forcibly initialized 1254 | struct pgtable_debug_args args; | ^~~~ /kisskb/src/mm/page_owner.c: In function '__dump_page_owner': /kisskb/src/mm/page_owner.c:441:15: note: byref variable will be forcibly initialized 441 | gfp_t gfp_mask; | ^~~~~~~~ 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/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/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, | ^~~~~~~~~~~ /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; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:44: note: byref variable will be forcibly initialized 199 | struct string_stream_alloc_context context = { | ^~~~~~~ /kisskb/src/kernel/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/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:15: /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c: In function 'rcar_gen2_phy_probe': /kisskb/src/drivers/phy/renesas/phy-rcar-gen2.c:385:21: note: byref variable will be forcibly initialized 385 | u32 channel_num; | ^~~~~~~~~~~ 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/bfs/inode.c:10: /kisskb/src/fs/bfs/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/bfs/inode.c: In function 'bfs_write_inode': /kisskb/src/fs/bfs/inode.c:123:29: note: byref variable will be forcibly initialized 123 | struct buffer_head *bh; | ^~ /kisskb/src/fs/bfs/inode.c: In function 'bfs_evict_inode': /kisskb/src/fs/bfs/inode.c:167:29: note: byref variable will be forcibly initialized 167 | struct buffer_head *bh; | ^~ /kisskb/src/sound/core/control_led.c: In function 'snd_ctl_led_sysfs_add': /kisskb/src/sound/core/control_led.c:673:14: note: byref variable will be forcibly initialized 673 | 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 'snd_ctl_led_sysfs_remove': /kisskb/src/sound/core/control_led.c:710:14: note: byref variable will be forcibly initialized 710 | char link_name[32]; | ^~~~~~~~~ /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/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:22: note: byref variable will be forcibly initialized 686 | unsigned int num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:28: note: byref variable will be forcibly initialized 684 | const char *const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:26: note: byref variable will be forcibly initialized 555 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:37: note: byref variable will be forcibly initialized 554 | const char * const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:346:18: note: byref variable will be forcibly initialized 346 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:29: note: byref variable will be forcibly initialized 345 | char const * const *groups; | ^~~~~~ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:12: note: byref variable will be forcibly initialized 29 | u8 buf[CURVE25519_KEY_SIZE]; | ^~~ /kisskb/src/crypto/curve25519-generic.c:28:12: note: byref variable will be forcibly initialized 28 | u8 public_key[CURVE25519_KEY_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_enable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:412:18: note: byref variable will be forcibly initialized 412 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:25: note: byref variable will be forcibly initialized 411 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:18: note: byref variable will be forcibly initialized 492 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:25: note: byref variable will be forcibly initialized 491 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_generic_free_functions': /kisskb/src/drivers/pinctrl/pinmux.c:947:32: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/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) | ^~~~ /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/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/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); | ^~~~~ /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; | ^ In file included from /kisskb/src/lib/842/842_decompress.c:14: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:22: note: byref variable will be forcibly initialized 27 | char name[32]; | ^~~~ /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/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_gpio_irq_cascade': /kisskb/src/drivers/gpio/gpio-mpc8xxx.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long mask; | ^~~~ /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/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/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; | ^~~ /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; | ^~~~ 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; | ^~ /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; | ^~~~ 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/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; | ^~~~~~~ /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/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; | ^~~~ 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/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/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/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/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:247:31: note: byref variable will be forcibly initialized 247 | unsigned int max_cfg, ncfg = 0; | ^~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:303:18: note: byref variable will be forcibly initialized 303 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:302:24: note: byref variable will be forcibly initialized 302 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:21: note: byref variable will be forcibly initialized 300 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:382:18: note: byref variable will be forcibly initialized 382 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/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; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_all_expect_macros_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:912:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 912 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:909:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ_MSG' 909 | KUNIT_EXPECT_STRNEQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:110:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ' 110 | KUNIT_EXPECT_STRNEQ(test, "hi", "bye"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:109:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 109 | KUNIT_EXPECT_STREQ(test, "hi", "hi"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:954:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 954 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:949:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL_MSG' 949 | KUNIT_EXPECT_NOT_NULL_MSG(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:106:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL' 106 | KUNIT_EXPECT_NOT_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 104 | KUNIT_EXPECT_PTR_NE(test, test, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 102 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/inode.c:45: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_inode_csum': /kisskb/src/fs/ext4/inode.c:57:15: note: byref variable will be forcibly initialized 57 | __u16 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3522:30: note: byref variable will be forcibly initialized 3522 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2571:17: note: byref variable will be forcibly initialized 2571 | pgoff_t index = mpd->first_page; | ^~~~~ /kisskb/src/fs/ext4/inode.c:2568:24: note: byref variable will be forcibly initialized 2568 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2334:14: note: byref variable will be forcibly initialized 2334 | bool map_bh = false; | ^~~~~~ /kisskb/src/fs/ext4/inode.c:2332:22: note: byref variable will be forcibly initialized 2332 | ext4_fsblk_t pblock; | ^~~~~~ /kisskb/src/fs/ext4/inode.c:2331:21: note: byref variable will be forcibly initialized 2331 | ext4_lblk_t lblk; | ^~~~ /kisskb/src/fs/ext4/inode.c:2330:17: note: byref variable will be forcibly initialized 2330 | pgoff_t start, end; | ^~~~~ /kisskb/src/fs/ext4/inode.c:2326:28: note: byref variable will be forcibly initialized 2326 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1561:28: note: byref variable will be forcibly initialized 1561 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/fs/ext4/inode.c:1560:17: note: byref variable will be forcibly initialized 1560 | pgoff_t index, end; | ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_try_to_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5834:13: note: byref variable will be forcibly initialized 5834 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4450:33: note: byref variable will be forcibly initialized 4450 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc_noinmem': /kisskb/src/fs/ext4/inode.c:4582:22: note: byref variable will be forcibly initialized 4582 | ext4_fsblk_t err_blk = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:503:30: note: byref variable will be forcibly initialized 503 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:793:32: note: byref variable will be forcibly initialized 793 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3548:32: note: byref variable will be forcibly initialized 3548 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:846:32: note: byref variable will be forcibly initialized 846 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1715:30: note: byref variable will be forcibly initialized 1715 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1839:32: note: byref variable will be forcibly initialized 1839 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'ext4_break_layouts': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3964:25: note: in expansion of macro '___wait_var_event' 3964 | error = ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4597:22: note: byref variable will be forcibly initialized 4597 | ext4_fsblk_t err_blk = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4816:24: note: byref variable will be forcibly initialized 4816 | __le32 gen = raw_inode->i_generation; | ^~~ /kisskb/src/fs/ext4/inode.c:4815:24: note: byref variable will be forcibly initialized 4815 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/ext4/inode.c:4739:26: note: byref variable will be forcibly initialized 4739 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5248:34: note: byref variable will be forcibly initialized 5248 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_alloc': /kisskb/src/fs/ext4/inode.c:3368:44: note: byref variable will be forcibly initialized 3368 | int ret, dio_credits, m_flags = 0, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3429:32: note: byref variable will be forcibly initialized 3429 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5868:13: note: byref variable will be forcibly initialized 5868 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5923:26: note: byref variable will be forcibly initialized 5923 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:2004:31: note: byref variable will be forcibly initialized 2004 | struct ext4_io_submit io_submit; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2682:14: note: byref variable will be forcibly initialized 2682 | bool give_up_on_write = false; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:2681:25: note: byref variable will be forcibly initialized 2681 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c:2677:30: note: byref variable will be forcibly initialized 2677 | struct mpage_da_data mpd; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_truncate': /kisskb/src/fs/ext4/inode.c:4212:21: note: byref variable will be forcibly initialized 4212 | int has_inline = 1; | ^~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_begin': /kisskb/src/fs/ext4/inode.c:1153:13: note: byref variable will be forcibly initialized 1153 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_write_begin': /kisskb/src/fs/ext4/inode.c:2960:18: note: byref variable will be forcibly initialized 2960 | int ret, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_evict_inode': /kisskb/src/fs/ext4/inode.c:175:40: note: byref variable will be forcibly initialized 175 | struct ext4_xattr_inode_array *ea_inode_array = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_journalled_write_end': /kisskb/src/fs/ext4/inode.c:1401:13: note: byref variable will be forcibly initialized 1401 | int partial = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_page_mkwrite': /kisskb/src/fs/ext4/inode.c:6078:13: note: byref variable will be forcibly initialized 6078 | int retries = 0; | ^~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'get_port_device_capability': /kisskb/src/drivers/pci/pcie/portdrv_core.c:254:21: note: byref variable will be forcibly initialized 254 | u32 linkcap; | ^~~~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c: In function 'pcie_message_numbers': /kisskb/src/drivers/pci/pcie/portdrv_core.c:67:21: note: byref variable will be forcibly initialized 67 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/pcie/portdrv_core.c:49:13: note: byref variable will be forcibly initialized 49 | u16 reg16; | ^~~~~ /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/pci/pcie/portdrv_core.c: In function 'pcie_port_find_device': /kisskb/src/drivers/pci/pcie/portdrv_core.c:467:37: note: byref variable will be forcibly initialized 467 | 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:314:13: note: byref variable will be forcibly initialized 314 | 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:387:16: note: byref variable will be forcibly initialized 387 | 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:393:16: note: byref variable will be forcibly initialized 393 | 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:403:16: note: byref variable will be forcibly initialized 403 | 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:413:16: note: byref variable will be forcibly initialized 413 | 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:423:16: note: byref variable will be forcibly initialized 423 | size_t off = offsetof(struct pcie_port_service_driver, runtime_resume); | ^~~ /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]; | ^~~~ /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/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; | ^~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'epf_dma_filter_fn': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:184:31: note: byref variable will be forcibly initialized 184 | struct dma_slave_caps caps; | ^~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_init_dma_chan': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:205:24: note: byref variable will be forcibly initialized 205 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:203:31: note: byref variable will be forcibly initialized 203 | struct epf_dma_filter filter; | ^~~~~~ In file included from /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:11: /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:434:13: note: byref variable will be forcibly initialized 434 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:433:13: note: byref variable will be forcibly initialized 433 | u32 control; | ^~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_data_transfer': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:121:33: note: byref variable will be forcibly initialized 121 | struct dma_slave_config sconf = {}; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_set': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:480:13: note: byref variable will be forcibly initialized 480 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:10: /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_print_rate': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:286:27: note: byref variable will be forcibly initialized 286 | struct timespec64 ts; | ^~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_write': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:509:34: note: byref variable will be forcibly initialized 509 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:509:27: note: byref variable will be forcibly initialized 509 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:507:21: note: byref variable will be forcibly initialized 507 | phys_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_read': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:420:34: note: byref variable will be forcibly initialized 420 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:420:27: note: byref variable will be forcibly initialized 420 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:418:21: note: byref variable will be forcibly initialized 418 | phys_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_copy': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:320:34: note: byref variable will be forcibly initialized 320 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:320:27: note: byref variable will be forcibly initialized 320 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:319:21: note: byref variable will be forcibly initialized 319 | phys_addr_t dst_phys_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:318:21: note: byref variable will be forcibly initialized 318 | phys_addr_t src_phys_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:277:22: note: byref variable will be forcibly initialized 277 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:276:24: note: byref variable will be forcibly initialized 276 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:177:22: note: byref variable will be forcibly initialized 177 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:176:24: note: byref variable will be forcibly initialized 176 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:226:24: note: byref variable will be forcibly initialized 226 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:265:13: note: byref variable will be forcibly initialized 265 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:264:22: note: byref variable will be forcibly initialized 264 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:263:24: note: byref variable will be forcibly initialized 263 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:165:13: note: byref variable will be forcibly initialized 165 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:163:24: note: byref variable will be forcibly initialized 163 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:215:13: note: byref variable will be forcibly initialized 215 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:214:22: note: byref variable will be forcibly initialized 214 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:213:24: note: byref variable will be forcibly initialized 213 | struct regmap *map; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-mvebu.c:36: /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-mvebu.c:588:29: note: byref variable will be forcibly initialized 588 | u32 polarity; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:562:26: note: byref variable will be forcibly initialized 562 | u32 cause, type, data_in, level_mask, edge_cause, edge_mask; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_set_type': /kisskb/src/drivers/gpio/gpio-mvebu.c:534:30: note: byref variable will be forcibly initialized 534 | u32 data_in, in_pol, val; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:534:21: note: byref variable will be forcibly initialized 534 | u32 data_in, in_pol, val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:500:13: note: byref variable will be forcibly initialized 500 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get': /kisskb/src/drivers/gpio/gpio-mvebu.c:316:30: note: byref variable will be forcibly initialized 316 | u32 data_in, in_pol; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:316:21: note: byref variable will be forcibly initialized 316 | u32 data_in, in_pol; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:311:13: note: byref variable will be forcibly initialized 311 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-mvebu.c:384:13: note: byref variable will be forcibly initialized 384 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-mvebu.c:886:42: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:34: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:27: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:18: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:13: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:1122:22: note: byref variable will be forcibly initialized 1122 | unsigned int ngpios; | ^~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epc_start_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:172:14: note: byref variable will be forcibly initialized 172 | bool start; | ^~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_msix_interrupts_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:390:13: note: byref variable will be forcibly initialized 390 | u16 val; | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_subsys_id_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:343:13: note: byref variable will be forcibly initialized 343 | u16 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:432:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u16' 432 | PCI_EPF_HEADER_W_u16(subsys_id) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_subsys_vendor_id_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:343:13: note: byref variable will be forcibly initialized 343 | u16 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:429:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u16' 429 | PCI_EPF_HEADER_W_u16(subsys_vendor_id) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_deviceid_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:343:13: note: byref variable will be forcibly initialized 343 | u16 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:411:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u16' 411 | PCI_EPF_HEADER_W_u16(deviceid) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_vendorid_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:343:13: note: byref variable will be forcibly initialized 343 | u16 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:408:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u16' 408 | PCI_EPF_HEADER_W_u16(vendorid) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_msi_interrupts_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:370:12: note: byref variable will be forcibly initialized 370 | u8 val; | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_interrupt_pin_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:435:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 435 | PCI_EPF_HEADER_W_u8(interrupt_pin) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_cache_line_size_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:426:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 426 | PCI_EPF_HEADER_W_u8(cache_line_size) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_baseclass_code_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:423:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 423 | PCI_EPF_HEADER_W_u8(baseclass_code) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_subclass_code_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:420:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 420 | PCI_EPF_HEADER_W_u8(subclass_code) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_progif_code_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:417:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 417 | PCI_EPF_HEADER_W_u8(progif_code) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c: In function 'pci_epf_revid_store': /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:357:12: note: byref variable will be forcibly initialized 357 | u8 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/pci-ep-cfs.c:414:1: note: in expansion of macro 'PCI_EPF_HEADER_W_u8' 414 | PCI_EPF_HEADER_W_u8(revid) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:62:31: note: byref variable will be forcibly initialized 62 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get_next_free_bar': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long free_bar; | ^~~~~~~~ /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; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_read_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:413:12: note: byref variable will be forcibly initialized 413 | u8 value[MAX_BANK]; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:515:24: note: byref variable will be forcibly initialized 515 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_write_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:395:12: note: byref variable will be forcibly initialized 395 | u8 value[MAX_BANK]; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:532:24: note: byref variable will be forcibly initialized 532 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-pca953x.c:496:13: note: byref variable will be forcibly initialized 496 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-pca953x.c:468:13: note: byref variable will be forcibly initialized 468 | u32 reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca95xx_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:911:24: note: byref variable will be forcibly initialized 911 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca957x_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:940:24: note: byref variable will be forcibly initialized 940 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_irq_setup': /kisskb/src/drivers/gpio/gpio-pca953x.c:840:24: note: byref variable will be forcibly initialized 840 | DECLARE_BITMAP(irq_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:839:24: note: byref variable will be forcibly initialized 839 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_irq_pending': /kisskb/src/drivers/gpio/gpio-pca953x.c:755:24: note: byref variable will be forcibly initialized 755 | DECLARE_BITMAP(trigger, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:754:24: note: byref variable will be forcibly initialized 754 | DECLARE_BITMAP(new_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:753:24: note: byref variable will be forcibly initialized 753 | DECLARE_BITMAP(cur_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:752:24: note: byref variable will be forcibly initialized 752 | DECLARE_BITMAP(old_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:751:24: note: byref variable will be forcibly initialized 751 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_irq_handler': /kisskb/src/drivers/gpio/gpio-pca953x.c:807:24: note: byref variable will be forcibly initialized 807 | DECLARE_BITMAP(pending, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_irq_bus_sync_unlock': /kisskb/src/drivers/gpio/gpio-pca953x.c:673:24: note: byref variable will be forcibly initialized 673 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:672:24: note: byref variable will be forcibly initialized 672 | DECLARE_BITMAP(irq_mask, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:169:13: note: byref variable will be forcibly initialized 169 | 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:225:13: note: byref variable will be forcibly initialized 225 | u32 val; | ^~~ /kisskb/src/fs/bfs/dir.c: In function 'bfs_unlink': In file included from /kisskb/src/sound/pci/au88x0/au8810.c:14: /kisskb/src/sound/pci/au88x0/au8810.c: In function 'snd_vortex_eq_get': /kisskb/src/fs/bfs/dir.c:174:28: note: byref variable will be forcibly initialized 174 | struct bfs_dirent *de; | ^~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:774:24: note: byref variable will be forcibly initialized 774 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:774:13: note: byref variable will be forcibly initialized 774 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/fs/bfs/dir.c: In function 'bfs_rename': /kisskb/src/fs/bfs/dir.c:208:37: note: byref variable will be forcibly initialized 208 | struct bfs_dirent *old_de, *new_de; | ^~~~~~ /kisskb/src/fs/bfs/dir.c:208:28: note: byref variable will be forcibly initialized 208 | struct bfs_dirent *old_de, *new_de; | ^~~~~~ /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/fs/bfs/dir.c: In function 'bfs_lookup': /kisskb/src/fs/bfs/dir.c:130:28: note: byref variable will be forcibly initialized 130 | struct bfs_dirent *de; | ^~ /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/sound/pci/au88x0/au8810.c: In function 'snd_vortex_peaks_get': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:832:13: note: byref variable will be forcibly initialized 832 | u16 peaks[20]; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:831:16: note: byref variable will be forcibly initialized 831 | int i, count = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au8810.c: In function 'snd_vortex_eq_put': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:788:24: note: byref variable will be forcibly initialized 788 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:788:13: note: byref variable will be forcibly initialized 788 | u16 gainL = 0, gainR = 0; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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/switch/switchtec.c: In function 'ioctl_pff_to_port': /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/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/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; | ^~~ In file included from /kisskb/src/sound/pci/au88x0/au8810.c:9: /kisskb/src/sound/pci/au88x0/au8810.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/sound/pci/au88x0/au8810.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/au8810.c:17: /kisskb/src/sound/pci/au88x0/au8810.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/au8810.c:11: /kisskb/src/sound/pci/au88x0/au8810.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/au8810.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/au8810.c:10: /kisskb/src/sound/pci/au88x0/au8810.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/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; | ^~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8810.c:12: /kisskb/src/sound/pci/au88x0/au8810.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/au8810.c:17: /kisskb/src/sound/pci/au88x0/au8810.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/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:535:15: note: byref variable will be forcibly initialized 535 | char *tail; | ^~~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_vars': /kisskb/src/kernel/trace/trace_probe.c:282:23: note: byref variable will be forcibly initialized 282 | unsigned long param; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_set_irq': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1344:30: note: byref variable will be forcibly initialized 1344 | unsigned long flags, reg; | ^~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:378:15: note: byref variable will be forcibly initialized 378 | char *tmp; | ^~~ /kisskb/src/kernel/trace/trace_probe.c:377:14: note: byref variable will be forcibly initialized 377 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c:375:23: note: byref variable will be forcibly initialized 375 | unsigned long param; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c:374:28: note: byref variable will be forcibly initialized 374 | struct fetch_insn *code = *pcode; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/exportfs/expfs.c:13: /kisskb/src/fs/exportfs/expfs.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In 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 'traceprobe_parse_probe_arg_body': /kisskb/src/kernel/trace/trace_probe.c:567:28: note: byref variable will be forcibly initialized 567 | struct fetch_insn *code, *scode, *tmp = NULL; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:283:22: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_clear_irq': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1287:23: note: byref variable will be forcibly initialized 1287 | unsigned long val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_irq_disable': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1401:28: note: byref variable will be forcibly initialized 1401 | unsigned long reg, clump = 0, pos = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1401:23: note: byref variable will be forcibly initialized 1401 | unsigned long reg, clump = 0, pos = 0; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:6: /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_gpio_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1243:28: note: byref variable will be forcibly initialized 1243 | unsigned long reg, clump = 0, bit = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1243:23: note: byref variable will be forcibly initialized 1243 | unsigned long reg, clump = 0, bit = 0; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-keembay.c: In function 'keembay_find_free_slot': /kisskb/src/drivers/pinctrl/pinctrl-keembay.c:1313:23: note: byref variable will be forcibly initialized 1313 | unsigned long val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_INT_CFG, src); | ^~~ /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/kernel/trace/trace_probe.c: In function 'traceprobe_update_arg': /kisskb/src/kernel/trace/trace_probe.c:841:14: note: byref variable will be forcibly initialized 841 | long offset; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_match_command_args': /kisskb/src/kernel/trace/trace_probe.c:1190:14: note: byref variable will be forcibly initialized 1190 | 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:1207:13: note: byref variable will be forcibly initialized 1207 | int argc = 0, ret = 0; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:10: /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c: 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/renesas/pinctrl-rzg2l.c: In function 'rzg2l_pinctrl_pinconf_group_set': /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:703:25: note: byref variable will be forcibly initialized 703 | unsigned int i, npins; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:702:29: note: byref variable will be forcibly initialized 702 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c: In function 'rzg2l_pinctrl_pinconf_group_get': /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:725:25: note: byref variable will be forcibly initialized 725 | unsigned int i, npins, prev_config = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:724:29: note: byref variable will be forcibly initialized 724 | const unsigned int *pins; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/renesas/pinctrl-rzg2l.c:10: /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.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/pinctrl/renesas/pinctrl-rzg2l.c: In function 'rzg2l_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:339:21: note: byref variable will be forcibly initialized 339 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:260:22: note: byref variable will be forcibly initialized 260 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:255:24: note: byref variable will be forcibly initialized 255 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c: In function 'rzg2l_dt_node_to_map': /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:10: /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.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/renesas/pinctrl-rzg2l.c: In function 'rzg2l_gpio_register': /kisskb/src/drivers/pinctrl/renesas/pinctrl-rzg2l.c:1326:32: note: byref variable will be forcibly initialized 1326 | struct of_phandle_args of_args; | ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /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/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int data, status; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:294:13: note: byref variable will be forcibly initialized 294 | int status, ret; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:531:13: note: byref variable will be forcibly initialized 531 | int status, ret; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:68: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:38: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:29: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:21: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:13: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/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]; | ^~~~~~~~ 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_user_next_device': /kisskb/src/sound/core/timer.c:1552:29: note: byref variable will be forcibly initialized 1552 | struct snd_timer_id id; | ^~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_gparams': /kisskb/src/sound/core/timer.c:1711:34: note: byref variable will be forcibly initialized 1711 | struct snd_timer_gparams gparams; | ^~~~~~~ /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:1722:29: note: byref variable will be forcibly initialized 1722 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c:1721:34: note: byref variable will be forcibly initialized 1721 | struct snd_timer_gstatus gstatus; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status32': /kisskb/src/sound/core/timer.c:1932:35: note: byref variable will be forcibly initialized 1932 | struct snd_timer_status32 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_status64': /kisskb/src/sound/core/timer.c:1955:35: note: byref variable will be forcibly initialized 1955 | struct snd_timer_status64 status; | ^~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_read': /kisskb/src/sound/core/timer.c:2172:44: note: byref variable will be forcibly initialized 2172 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/timer.c:2146:34: note: byref variable will be forcibly initialized 2146 | struct snd_timer_tread32 tread32; | ^~~~~~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_ginfo': /kisskb/src/sound/core/timer.c:1645:29: note: byref variable will be forcibly initialized 1645 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/core/timer.c: In function 'snd_timer_user_tselect': /kisskb/src/sound/core/timer.c:1758:14: note: byref variable will be forcibly initialized 1758 | char str[32]; | ^~~ /kisskb/src/sound/core/timer.c:1757:33: note: byref variable will be forcibly initialized 1757 | struct snd_timer_select tselect; | ^~~~~~~ /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:1903:50: note: byref variable will be forcibly initialized 1903 | struct snd_timer_tread64 tread; | ^~~~~ /kisskb/src/sound/core/timer.c:1831:33: note: byref variable will be forcibly initialized 1831 | struct snd_timer_params params; | ^~~~~~ 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/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/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/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/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/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/sound/core/pcm.c: In function 'snd_pcm_stream_proc_init': /kisskb/src/sound/core/pcm.c:509:14: note: byref variable will be forcibly initialized 509 | char name[16]; | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_substream_proc_init': /kisskb/src/sound/core/pcm.c:560:14: note: byref variable will be forcibly initialized 560 | char name[16]; | ^~~~ /kisskb/src/sound/core/pcm.c: In function 'snd_pcm_substream_proc_status_read': /kisskb/src/sound/core/pcm.c:448:33: note: byref variable will be forcibly initialized 448 | struct snd_pcm_status64 status; | ^~~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8830.c:15: /kisskb/src/sound/pci/au88x0/au8830.c: In function 'snd_vortex_eq_get': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:774:24: note: byref variable will be forcibly initialized 774 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:774:13: note: byref variable will be forcibly initialized 774 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au8830.c: In function 'snd_vortex_peaks_get': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:832:13: note: byref variable will be forcibly initialized 832 | u16 peaks[20]; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:831:16: note: byref variable will be forcibly initialized 831 | int i, count = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au8830.c: In function 'snd_vortex_eq_put': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:788:24: note: byref variable will be forcibly initialized 788 | u16 gainL = 0, gainR = 0; | ^~~~~ /kisskb/src/sound/pci/au88x0/au88x0_eq.c:788:13: note: byref variable will be forcibly initialized 788 | u16 gainL = 0, gainR = 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/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/mailbox_client.h:11, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb3_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:933:13: note: byref variable will be forcibly initialized 933 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_lane_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:113:21: note: byref variable will be forcibly initialized 113 | const char *function; | ^~~~~~~~ In file included from /kisskb/src/sound/pci/au88x0/au8830.c:10: /kisskb/src/sound/pci/au88x0/au8830.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/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb2_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:718:21: note: byref variable will be forcibly initialized 718 | const char *mode; | ^~~~ /kisskb/src/sound/pci/au88x0/au8830.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/au8830.c:18: /kisskb/src/sound/pci/au88x0/au8830.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/au8830.c:12: /kisskb/src/sound/pci/au88x0/au8830.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/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/sound/pci/au88x0/au8830.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/au8830.c:11: /kisskb/src/sound/pci/au88x0/au8830.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; | ^~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-pcf857x.c:8: /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/sound/pci/au88x0/au8830.c:13: /kisskb/src/sound/pci/au88x0/au8830.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; | ^~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:171:23: note: byref variable will be forcibly initialized 171 | unsigned long change, i, status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_write_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:102:12: note: byref variable will be forcibly initialized 102 | u8 buf[2] = { word & 0xff, word >> 8, }; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_read_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:111:12: note: byref variable will be forcibly initialized 111 | u8 buf[2]; | ^~~ In file included from /kisskb/src/sound/pci/au88x0/au8830.c:18: /kisskb/src/sound/pci/au88x0/au8830.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/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_probe': /kisskb/src/drivers/gpio/gpio-pcf857x.c:256:41: note: byref variable will be forcibly initialized 256 | unsigned int n_latch = 0; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_ports': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:603:13: note: byref variable will be forcibly initialized 603 | u32 range_params[64]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:13: /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: 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-microchip-sgpio.c: In function 'sgpio_readl': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:153:13: note: byref variable will be forcibly initialized 153 | u32 val = 0; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_get_value': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:565:32: note: byref variable will be forcibly initialized 565 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:766:14: note: byref variable will be forcibly initialized 766 | long val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_single_shot': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:236:13: note: byref variable will be forcibly initialized 236 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_output_set': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:287:14: note: byref variable will be forcibly initialized 287 | bool changed; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_direction_output': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:537:32: note: byref variable will be forcibly initialized 537 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:391:32: note: byref variable will be forcibly initialized 391 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'sgpio_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:357:32: note: byref variable will be forcibly initialized 357 | struct sgpio_port_addr addr; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c: In function 'microchip_sgpio_register_bank': /kisskb/src/drivers/pinctrl/pinctrl-microchip-sgpio.c:794:13: note: byref variable will be forcibly initialized 794 | u32 ngpios; | ^~~~~~ 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/tegra/xusb-tegra210.c: In function 'tegra210_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:3113:13: note: byref variable will be forcibly initialized 3113 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:11: /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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/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/drivers/pci/endpoint/pci-epf-core.c: In function 'pci_epf_alloc_space': /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_hw_rule_muldivk': /kisskb/src/drivers/pci/endpoint/pci-epf-core.c:295:20: note: byref variable will be forcibly initialized 295 | dma_addr_t phys_addr; | ^~~~~~~~~ /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/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_disable_phy_sleepwalk': /kisskb/src/sound/core/pcm_native.c:2403:25: note: byref variable will be forcibly initialized 2403 | struct snd_mask m; | ^ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1688:17: note: in expansion of macro 'padctl_pmc_readl' 1688 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1683:17: note: in expansion of macro 'padctl_pmc_readl' 1683 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1677:17: note: in expansion of macro 'padctl_pmc_readl' 1677 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1672:17: note: in expansion of macro 'padctl_pmc_readl' 1672 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1668:17: note: in expansion of macro 'padctl_pmc_readl' 1668 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_enable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1651:17: note: in expansion of macro 'padctl_pmc_readl' 1651 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1647:17: note: in expansion of macro 'padctl_pmc_readl' 1647 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1641:17: note: in expansion of macro 'padctl_pmc_readl' 1641 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1634:17: note: in expansion of macro 'padctl_pmc_readl' 1634 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1628:17: note: in expansion of macro 'padctl_pmc_readl' 1628 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_P0); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1619:17: note: in expansion of macro 'padctl_pmc_readl' 1619 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1611:17: note: in expansion of macro 'padctl_pmc_readl' 1611 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1605:17: note: in expansion of macro 'padctl_pmc_readl' 1605 | value = padctl_pmc_readl(priv, PMC_UHSIC_SAVED_STATE); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1600:17: note: in expansion of macro 'padctl_pmc_readl' 1600 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1594:17: note: in expansion of macro 'padctl_pmc_readl' 1594 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1589:17: note: in expansion of macro 'padctl_pmc_readl' 1589 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1583:17: note: in expansion of macro 'padctl_pmc_readl' 1583 | value = padctl_pmc_readl(priv, PMC_UHSIC_FAKE); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1577:17: note: in expansion of macro 'padctl_pmc_readl' 1577 | value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1572:17: note: in expansion of macro 'padctl_pmc_readl' 1572 | value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1567:17: note: in expansion of macro 'padctl_pmc_readl' 1567 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sync_ptr': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_utmi_disable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1549:17: note: in expansion of macro 'padctl_pmc_readl' 1549 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c:3033:33: note: byref variable will be forcibly initialized 3033 | struct snd_pcm_sync_ptr sync_ptr; | ^~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1544:17: note: in expansion of macro 'padctl_pmc_readl' 1544 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1538:17: note: in expansion of macro 'padctl_pmc_readl' 1538 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1533:17: note: in expansion of macro 'padctl_pmc_readl' 1533 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1528:17: note: in expansion of macro 'padctl_pmc_readl' 1528 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1523:17: note: in expansion of macro 'padctl_pmc_readl' 1523 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1519:17: note: in expansion of macro 'padctl_pmc_readl' 1519 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_utmi_enable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1501:17: note: in expansion of macro 'padctl_pmc_readl' 1501 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1497:17: note: in expansion of macro 'padctl_pmc_readl' 1497 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_channel_info_user': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1491:17: note: in expansion of macro 'padctl_pmc_readl' 1491 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c:1166:37: note: byref variable will be forcibly initialized 1166 | struct snd_pcm_channel_info info; | ^~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1486:17: note: in expansion of macro 'padctl_pmc_readl' 1486 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1482:17: note: in expansion of macro 'padctl_pmc_readl' 1482 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1475:17: note: in expansion of macro 'padctl_pmc_readl' 1475 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1447:17: note: in expansion of macro 'padctl_pmc_readl' 1447 | value = padctl_pmc_readl(priv, PMC_UTMIP_SLEEPWALK_PX(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1437:17: note: in expansion of macro 'padctl_pmc_readl' 1437 | value = padctl_pmc_readl(priv, PMC_UTMIP_PAD_CFGX(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1432:17: note: in expansion of macro 'padctl_pmc_readl' 1432 | value = padctl_pmc_readl(priv, PMC_UTMIP_TERM_PAD_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1427:17: note: in expansion of macro 'padctl_pmc_readl' 1427 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1419:17: note: in expansion of macro 'padctl_pmc_readl' 1419 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEPWALK_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1395:17: note: in expansion of macro 'padctl_pmc_readl' 1395 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SAVED_STATE(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1390:17: note: in expansion of macro 'padctl_pmc_readl' 1390 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1384:17: note: in expansion of macro 'padctl_pmc_readl' 1384 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c: In function 'snd_pcm_sw_params_user': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1379:17: note: in expansion of macro 'padctl_pmc_readl' 1379 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_native.c:971:34: note: byref variable will be forcibly initialized 971 | struct snd_pcm_sw_params params; | ^~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1373:17: note: in expansion of macro 'padctl_pmc_readl' 1373 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_FAKE(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1367:17: note: in expansion of macro 'padctl_pmc_readl' 1367 | value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1362:17: note: in expansion of macro 'padctl_pmc_readl' 1362 | value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1357:17: note: in expansion of macro 'padctl_pmc_readl' 1357 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/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; | ^~~~~~ /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/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_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; | ^~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware-host.c: In function 'dw_pcie_parse_split_msi_irq': /kisskb/src/drivers/pci/controller/dwc/pcie-designware-host.c:304:22: note: byref variable will be forcibly initialized 304 | char msi_name[] = "msiX"; | ^~~~~~~~ /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/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/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/sound/core/pcm_lib.c: In function 'snd_interval_ratden': /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/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/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /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/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/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_interval_muldivk': /kisskb/src/sound/core/pcm_lib.c:719:22: note: byref variable will be forcibly initialized 719 | unsigned int r; | ^ /kisskb/src/sound/core/pcm_lib.c: In function 'snd_interval_mulkdiv': /kisskb/src/sound/core/pcm_lib.c:750:22: note: byref variable will be forcibly initialized 750 | unsigned int r; | ^ /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; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'axp20x_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:142:22: note: byref variable will be forcibly initialized 142 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-axp209.c: In function 'axp20x_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-axp209.c:128:22: note: byref variable will be forcibly initialized 128 | 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:330:27: note: byref variable will be forcibly initialized 330 | unsigned long int mask_cpy = mask; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'perf_trace_page_ref_mod_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'perf_trace_page_ref_mod_and_test_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_and_test_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function '__bpf_trace_page_ref_mod_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/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_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/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_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/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_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/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function '__bpf_trace_page_ref_mod_and_test_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/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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) | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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) | ^~~~~~~~~~~~~~~~~~~~ /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/drivers/pci/pcie/aspm.c: In function 'pcie_aspm_check_latency': /kisskb/src/drivers/pci/pcie/aspm.c:381:43: note: byref variable will be forcibly initialized 381 | u32 latency, encoding, lnkcap_up, lnkcap_dw; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:381:32: note: byref variable will be forcibly initialized 381 | u32 latency, encoding, lnkcap_up, lnkcap_dw; | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pcie_aspm_sanity_check': /kisskb/src/drivers/pci/pcie/aspm.c:803:13: note: byref variable will be forcibly initialized 803 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pcie_clkpm_cap_init': /kisskb/src/drivers/pci/pcie/aspm.c:173:13: note: byref variable will be forcibly initialized 173 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:172:13: note: byref variable will be forcibly initialized 172 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pcie_retrain_link': /kisskb/src/drivers/pci/pcie/aspm.c:199:13: note: byref variable will be forcibly initialized 199 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pcie_aspm_configure_common_clock': /kisskb/src/drivers/pci/pcie/aspm.c:233:13: note: byref variable will be forcibly initialized 233 | u16 reg16, parent_reg, child_reg[8]; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pci_clear_and_set_dword': /kisskb/src/drivers/pci/pcie/aspm.c:450:13: note: byref variable will be forcibly initialized 450 | u32 val; | ^~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'aspm_calc_l1ss_info': /kisskb/src/drivers/pci/pcie/aspm.c:466:34: note: byref variable will be forcibly initialized 466 | u32 pctl1, pctl2, cctl1, cctl2; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:466:27: note: byref variable will be forcibly initialized 466 | u32 pctl1, pctl2, cctl1, cctl2; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:466:20: note: byref variable will be forcibly initialized 466 | u32 pctl1, pctl2, cctl1, cctl2; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:466:13: note: byref variable will be forcibly initialized 466 | u32 pctl1, pctl2, cctl1, cctl2; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:464:63: note: byref variable will be forcibly initialized 464 | u32 t_common_mode, t_power_on, l1_2_threshold, scale, value; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:464:56: note: byref variable will be forcibly initialized 464 | u32 t_common_mode, t_power_on, l1_2_threshold, scale, value; | ^~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'pcie_aspm_cap_init': /kisskb/src/drivers/pci/pcie/aspm.c:557:35: note: byref variable will be forcibly initialized 557 | u32 parent_l1ss_ctl1 = 0, child_l1ss_ctl1 = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:557:13: note: byref variable will be forcibly initialized 557 | u32 parent_l1ss_ctl1 = 0, child_l1ss_ctl1 = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:556:30: note: byref variable will be forcibly initialized 556 | u32 parent_l1ss_cap, child_l1ss_cap; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_word': /kisskb/src/drivers/pci/pcie/aspm.c:556:13: note: byref variable will be forcibly initialized 556 | u32 parent_l1ss_cap, child_l1ss_cap; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:498:13: note: byref variable will be forcibly initialized 498 | u16 val; | ^~~ /kisskb/src/drivers/pci/pcie/aspm.c:555:28: note: byref variable will be forcibly initialized 555 | u16 parent_lnkctl, child_lnkctl; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:555:13: note: byref variable will be forcibly initialized 555 | u16 parent_lnkctl, child_lnkctl; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:554:28: note: byref variable will be forcibly initialized 554 | u32 parent_lnkcap, child_lnkcap; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c:554:13: note: byref variable will be forcibly initialized 554 | u32 parent_lnkcap, child_lnkcap; | ^~~~~~~~~~~~~ /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/drivers/pci/pcie/aspm.c: In function 'aspm_attr_store_common': /kisskb/src/drivers/pci/pcie/aspm.c:1193:14: note: byref variable will be forcibly initialized 1193 | bool state_enable; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aspm.c: In function 'clkpm_store': /kisskb/src/drivers/pci/pcie/aspm.c:1250:14: note: byref variable will be forcibly initialized 1250 | bool state_enable; | ^~~~~~~~~~~~ /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/bpf-cgroup.h:5, from /kisskb/src/kernel/trace/trace_uprobe.c:10: /kisskb/src/kernel/trace/trace_uprobe.c: In function 'bpf_prog_run_array_sleepable': /kisskb/src/include/linux/bpf.h:1539:34: note: byref variable will be forcibly initialized 1539 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'get_user_stack_nth': /kisskb/src/kernel/trace/trace_uprobe.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long ret; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'process_fetch_insn': /kisskb/src/kernel/trace/trace_uprobe.c:218:1: note: byref variable will be forcibly initialized 218 | process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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:20, 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'trace_uprobe_match_command_head': /kisskb/src/kernel/trace/trace_uprobe.c:286:14: note: byref variable will be forcibly initialized 286 | char buf[MAX_ARGSTR_LEN + 1]; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__uprobe_trace_func': /kisskb/src/kernel/trace/trace_uprobe.c:955:35: note: byref variable will be forcibly initialized 955 | struct trace_event_buffer fbuffer; | ^~~~~~~ In file included 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 '__uprobe_perf_func': /kisskb/src/include/linux/bpf.h:1539:34: note: byref variable will be forcibly initialized 1539 | struct bpf_trace_run_ctx run_ctx; | ^~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:1348:13: note: byref variable will be forcibly initialized 1348 | int rctx; | ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uretprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1516:37: note: byref variable will be forcibly initialized 1516 | struct uprobe_dispatch_data udd; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function 'uprobe_dispatcher': /kisskb/src/kernel/trace/trace_uprobe.c:1478:37: note: byref variable will be forcibly initialized 1478 | struct uprobe_dispatch_data udd; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c: In function '__trace_uprobe_create': /kisskb/src/kernel/trace/trace_uprobe.c:548:31: note: byref variable will be forcibly initialized 548 | unsigned long offset, ref_ctr_offset; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:548:23: note: byref variable will be forcibly initialized 548 | unsigned long offset, ref_ctr_offset; | ^~~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:547:21: note: byref variable will be forcibly initialized 547 | struct path path; | ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c:545:14: note: byref variable will be forcibly initialized 545 | char gbuf[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_uprobe.c:544:14: note: byref variable will be forcibly initialized 544 | char buf[MAX_EVENT_NAME_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_uprobe.c:542:36: note: byref variable will be forcibly initialized 542 | const char *event = NULL, *group = UPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_uprobe.c:542:21: note: byref variable will be forcibly initialized 542 | 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:1586:21: note: byref variable will be forcibly initialized 1586 | struct path path; | ^~~~ /kisskb/src/sound/pci/aw2/aw2-alsa.c: In function 'snd_aw2_new_pcm': /kisskb/src/sound/pci/aw2/aw2-alsa.c:496:25: note: byref variable will be forcibly initialized 496 | struct snd_pcm *pcm_capture; | ^~~~~~~~~~~ /kisskb/src/sound/pci/aw2/aw2-alsa.c:495:25: note: byref variable will be forcibly initialized 495 | struct snd_pcm *pcm_playback_num; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/aw2/aw2-alsa.c:494:25: note: byref variable will be forcibly initialized 494 | struct snd_pcm *pcm_playback_ana; | ^~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/aw2/aw2-alsa.c: In function 'snd_aw2_probe': /kisskb/src/sound/pci/aw2/aw2-alsa.c:256:26: note: byref variable will be forcibly initialized 256 | struct snd_card *card; | ^~~~ /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/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/pci/controller/dwc/pcie-designware-ep.c: In function 'dw_pcie_ep_unmap_addr': /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:292:13: note: byref variable will be forcibly initialized 292 | u32 atu_index; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:10: /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c: 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/core/memalloc.c: In function 'snd_dma_noncontig_get_addr': /kisskb/src/sound/core/memalloc.c:601:33: note: byref variable will be forcibly initialized 601 | struct sg_dma_page_iter iter; | ^~~~ /kisskb/src/sound/core/memalloc.c: In function 'snd_dma_noncontig_get_chunk_size': /kisskb/src/sound/core/memalloc.c:622:33: note: byref variable will be forcibly initialized 622 | 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:611:29: note: byref variable will be forcibly initialized 611 | struct sg_page_iter iter; | ^~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/pci/endpoint/pci-epc-mem.c:10: /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ioctl.c:11: /kisskb/src/fs/ext4/ioctl.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'pci_epc_mem_init': /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:121:35: note: byref variable will be forcibly initialized 121 | struct pci_epc_mem_window mem_window; | ^~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/ioctl.c:24: /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:583:26: note: byref variable will be forcibly initialized 583 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:850:22: note: byref variable will be forcibly initialized 850 | struct fsmap fm; | ^~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:868:27: note: byref variable will be forcibly initialized 868 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:1014:23: note: byref variable will be forcibly initialized 1014 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_checkpoint': /kisskb/src/fs/ext4/ioctl.c:1043:15: note: byref variable will be forcibly initialized 1043 | __u32 flags = 0; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_getlabel': /kisskb/src/fs/ext4/ioctl.c:1127:14: note: byref variable will be forcibly initialized 1127 | char label[EXT4_LABEL_MAX + 1]; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_getuuid': /kisskb/src/fs/ext4/ioctl.c:1150:14: note: byref variable will be forcibly initialized 1150 | __u8 uuid[UUID_SIZE]; | ^~~~ /kisskb/src/fs/ext4/ioctl.c:1149:23: note: byref variable will be forcibly initialized 1149 | struct fsuuid fsuuid; | ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_update_superblocks_fn': /kisskb/src/fs/ext4/ioctl.c:196:22: note: byref variable will be forcibly initialized 196 | unsigned int seven = 7; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:195:22: note: byref variable will be forcibly initialized 195 | unsigned int five = 5; | ^~~~ /kisskb/src/fs/ext4/ioctl.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int three = 1; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setlabel': /kisskb/src/fs/ext4/ioctl.c:1092:14: note: byref variable will be forcibly initialized 1092 | char new_label[EXT4_LABEL_MAX + 1]; | ^~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setuuid': /kisskb/src/fs/ext4/ioctl.c:1180:14: note: byref variable will be forcibly initialized 1180 | __u8 uuid[UUID_SIZE]; | ^~~~ /kisskb/src/fs/ext4/ioctl.c:1179:23: note: byref variable will be forcibly initialized 1179 | struct fsuuid fsuuid; | ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_reset_inode_seed': /kisskb/src/fs/ext4/ioctl.c:346:16: note: byref variable will be forcibly initialized 346 | __le32 gen = cpu_to_le32(inode->i_generation); | ^~~ /kisskb/src/fs/ext4/ioctl.c:345:16: note: byref variable will be forcibly initialized 345 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1463:37: note: byref variable will be forcibly initialized 1463 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1422:30: note: byref variable will be forcibly initialized 1422 | ext4_fsblk_t n_blocks_count; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/ioctl.c:1363:44: note: byref variable will be forcibly initialized 1363 | struct ext4_new_group_data input; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1312:36: note: byref variable will be forcibly initialized 1312 | struct move_extent me; | ^~ /kisskb/src/fs/ext4/ioctl.c:1230:34: note: byref variable will be forcibly initialized 1230 | struct ext4_iloc iloc; | ^~~~ /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/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/list.h:11, from /kisskb/src/lib/bug.c:43: /kisskb/src/lib/bug.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/core/pcm_timer.c: In function 'snd_pcm_timer_init': /kisskb/src/sound/core/pcm_timer.c:101:27: note: byref variable will be forcibly initialized 101 | struct snd_timer *timer; | ^~~~~ /kisskb/src/sound/core/pcm_timer.c:100:29: note: byref variable will be forcibly initialized 100 | struct snd_timer_id tid; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_pincfg_clrsetbits': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1374:13: note: byref variable will be forcibly initialized 1374 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_hw_get_value': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1341:21: note: byref variable will be forcibly initialized 1341 | u32 regcfg; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1439:13: note: byref variable will be forcibly initialized 1439 | int val, err; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:10: /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:10: /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1744:22: note: byref variable will be forcibly initialized 1744 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1768:22: note: byref variable will be forcibly initialized 1768 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_irq_handler': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1953:23: note: byref variable will be forcibly initialized 1953 | unsigned long irqs; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1952:22: note: byref variable will be forcibly initialized 1952 | unsigned int reg = 0, irq, i; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c: In function 'ocelot_irq_unmask_level': /kisskb/src/drivers/pinctrl/pinctrl-ocelot.c:1848:13: note: byref variable will be forcibly initialized 1848 | int val; | ^~~ /kisskb/src/drivers/pci/pcie/err.c: In function 'pcie_do_recovery': /kisskb/src/drivers/pci/pcie/err.c:190:26: note: byref variable will be forcibly initialized 190 | pci_ers_result_t status = PCI_ERS_RESULT_CAN_RECOVER; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nlen': /kisskb/src/fs/unicode/utf8-norm.c:391:25: note: byref variable will be forcibly initialized 391 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'pci_dev_aer_stats_incr': /kisskb/src/drivers/pci/pcie/aer.c:626:23: note: byref variable will be forcibly initialized 626 | unsigned long status = info->status & ~info->mask; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function '__aer_print_error': /kisskb/src/drivers/pci/pcie/aer.c:686:23: note: byref variable will be forcibly initialized 686 | unsigned long status = info->status & ~info->mask; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'is_error_source': /kisskb/src/drivers/pci/pcie/aer.c:838:13: note: byref variable will be forcibly initialized 838 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pci/pcie/aer.c:837:21: note: byref variable will be forcibly initialized 837 | u32 status, mask; | ^~~~ /kisskb/src/drivers/pci/pcie/aer.c:837:13: note: byref variable will be forcibly initialized 837 | u32 status, mask; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_root_reset': /kisskb/src/drivers/pci/pcie/aer.c:1394:13: note: byref variable will be forcibly initialized 1394 | u32 reg32; | ^~~~~ In file included from /kisskb/src/drivers/pci/pcie/aer.c:29: /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_irq': /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/pci/pcie/aer.c:1215:14: note: in expansion of macro 'kfifo_put' 1215 | if (!kfifo_put(&rpc->aer_fifo, e_src)) | ^~~~~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_disable_rootport': /kisskb/src/drivers/pci/pcie/aer.c:1308:13: note: byref variable will be forcibly initialized 1308 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_enable_rootport': /kisskb/src/drivers/pci/pcie/aer.c:1268:13: note: byref variable will be forcibly initialized 1268 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/pcie/aer.c:1267:13: note: byref variable will be forcibly initialized 1267 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'pci_aer_clear_nonfatal_status': /kisskb/src/drivers/pci/pcie/aer.c:257:21: note: byref variable will be forcibly initialized 257 | u32 status, sev; | ^~~ /kisskb/src/drivers/pci/pcie/aer.c:257:13: note: byref variable will be forcibly initialized 257 | u32 status, sev; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'pci_aer_clear_fatal_status': /kisskb/src/drivers/pci/pcie/aer.c:276:21: note: byref variable will be forcibly initialized 276 | u32 status, sev; | ^~~ /kisskb/src/drivers/pci/pcie/aer.c:276:13: note: byref variable will be forcibly initialized 276 | u32 status, sev; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'pci_aer_raw_clear_status': /kisskb/src/drivers/pci/pcie/aer.c:301:13: note: byref variable will be forcibly initialized 301 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_get_device_error_info': /kisskb/src/drivers/pci/pcie/aer.c:1056:13: note: byref variable will be forcibly initialized 1056 | int temp; | ^~~~ 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:258:19: note: in expansion of macro 'wait_event_interruptible_timeout' 258 | timeout = wait_event_interruptible_timeout(runtime->sleep, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_isr_one_error': /kisskb/src/drivers/pci/pcie/aer.c:1130:29: note: byref variable will be forcibly initialized 1130 | struct aer_err_info e_info; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer.c: In function 'aer_isr': /kisskb/src/drivers/pci/pcie/aer.c:1183:31: note: byref variable will be forcibly initialized 1183 | struct aer_err_source e_src; | ^~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_user': /kisskb/src/sound/core/rawmidi.c:652:33: note: byref variable will be forcibly initialized 652 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status32': /kisskb/src/sound/core/rawmidi.c:834:37: note: byref variable will be forcibly initialized 834 | struct snd_rawmidi_status64 status64; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c:833:37: note: byref variable will be forcibly initialized 833 | struct snd_rawmidi_status32 status32; | ^~~~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl_status64': /kisskb/src/sound/core/rawmidi.c:875:37: note: byref variable will be forcibly initialized 875 | struct snd_rawmidi_status64 status; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'close_substream': /kisskb/src/sound/core/rawmidi.c:552:47: note: byref variable will be forcibly initialized 552 | unsigned char buf = 0xfe; | ^~~ /kisskb/src/sound/core/rawmidi.c: In function 'rawmidi_open_priv': /kisskb/src/sound/core/rawmidi.c:369:55: note: byref variable will be forcibly initialized 369 | struct snd_rawmidi_substream *sinput = NULL, *soutput = NULL; | ^~~~~~~ /kisskb/src/sound/core/rawmidi.c:369:39: note: byref variable will be forcibly initialized 369 | 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:1087:27: note: byref variable will be forcibly initialized 1087 | struct timespec64 ts64 = {0, 0}; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_receive': /kisskb/src/sound/core/rawmidi.c:1117:27: note: byref variable will be forcibly initialized 1117 | struct timespec64 ts64 = get_framing_tstamp(substream); | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_ioctl': /kisskb/src/sound/core/rawmidi.c:936:43: note: byref variable will be forcibly initialized 936 | struct snd_rawmidi_params params; | ^~~~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_info_select_user': /kisskb/src/sound/core/rawmidi.c:703:33: note: byref variable will be forcibly initialized 703 | struct snd_rawmidi_info info; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_dev_register': /kisskb/src/sound/core/rawmidi.c:1935:14: note: byref variable will be forcibly initialized 1935 | char name[16]; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_read': /kisskb/src/drivers/gpio/gpio-sprd.c: In function 'sprd_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-sprd.c:198:31: note: byref variable will be forcibly initialized 198 | unsigned long reg = readl_relaxed(base + SPRD_GPIO_MIS) & | ^~~ /kisskb/src/sound/core/rawmidi.c:1258:44: note: byref variable will be forcibly initialized 1258 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_write': /kisskb/src/sound/core/rawmidi.c:1630:44: note: byref variable will be forcibly initialized 1630 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c:1595:44: note: byref variable will be forcibly initialized 1595 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/sound/core/rawmidi.c: In function 'snd_rawmidi_open': /kisskb/src/sound/core/rawmidi.c:446:28: note: byref variable will be forcibly initialized 446 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-tc3589x.c:12: /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'tc3589x_gpio_irq': /kisskb/src/drivers/gpio/gpio-tc3589x.c:260:12: note: byref variable will be forcibly initialized 260 | u8 status[CACHE_NR_BANKS]; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'tc3589x_gpio_set': /kisskb/src/drivers/gpio/gpio-tc3589x.c:58:12: note: byref variable will be forcibly initialized 58 | u8 data[] = {val ? BIT(pos) : 0, BIT(pos)}; | ^~~~ /kisskb/src/drivers/pci/controller/mobiveil/pcie-mobiveil.c: In function 'mobiveil_csr_read': /kisskb/src/drivers/pci/controller/mobiveil/pcie-mobiveil.c:102:13: note: byref variable will be forcibly initialized 102 | u32 val; | ^~~ /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/drivers/pci/pcie/aer_inject.c: In function 'aer_inj_write_config': /kisskb/src/drivers/pci/pcie/aer_inject.c:254:13: note: byref variable will be forcibly initialized 254 | int rw1cs; | ^~~~~ /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:2239:13: note: byref variable will be forcibly initialized 2239 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ext_cfg_is_aliased': /kisskb/src/drivers/pci/probe.c:1643:21: note: byref variable will be forcibly initialized 1643 | u32 header, tmp; | ^~~ /kisskb/src/drivers/pci/probe.c:1643:13: note: byref variable will be forcibly initialized 1643 | u32 header, tmp; | ^~~~~~ /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/drivers/pci/probe.c: In function 'pci_read_bridge_windows': /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/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/pcie/aer_inject.c: In function 'aer_inject': /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/pcie/aer_inject.c:329:30: note: byref variable will be forcibly initialized 329 | u32 sever, cor_mask, uncor_mask, cor_mask_orig = 0, uncor_mask_orig = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pcie/aer_inject.c:329:20: note: byref variable will be forcibly initialized 329 | u32 sever, cor_mask, uncor_mask, cor_mask_orig = 0, uncor_mask_orig = 0; | ^~~~~~~~ /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/pcie/aer_inject.c:329:13: note: byref variable will be forcibly initialized 329 | u32 sever, cor_mask, uncor_mask, cor_mask_orig = 0, uncor_mask_orig = 0; | ^~~~~ /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_configure_eetlp_prefix': /kisskb/src/drivers/pci/probe.c:2216:13: note: byref variable will be forcibly initialized 2216 | u32 cap; | ^~~ /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/pcie/aer_inject.c: In function 'aer_inject_write': /kisskb/src/drivers/pci/probe.c:779:30: note: byref variable will be forcibly initialized 779 | u32 agpstat, agpcmd; | ^~~~~~ /kisskb/src/drivers/pci/pcie/aer_inject.c:489:30: note: byref variable will be forcibly initialized 489 | struct aer_error_inj einj; | ^~~~ /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:2116:13: note: byref variable will be forcibly initialized 2116 | 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/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/drivers/pci/probe.c: In function 'next_ari_fn': /kisskb/src/drivers/pci/probe.c:2588:13: note: byref variable will be forcibly initialized 2588 | u16 cap = 0; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_ltr': /kisskb/src/drivers/pci/probe.c:2155:18: note: byref variable will be forcibly initialized 2155 | u32 cap, ctl; | ^~~ /kisskb/src/drivers/pci/probe.c:2155:13: note: byref variable will be forcibly initialized 2155 | u32 cap, ctl; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_bus_configure_settings': /kisskb/src/drivers/pci/probe.c:2820:12: note: byref variable will be forcibly initialized 2820 | u8 smpss = 0; | ^~~~~ /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/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/drivers/pci/probe.c: In function 'set_pcie_hotplug_bridge': /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/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1912:28: note: byref variable will be forcibly initialized 1912 | u8 progif; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:1823:31: note: byref variable will be forcibly initialized 1823 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:1820:13: note: byref variable will be forcibly initialized 1820 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_extended_tags': /kisskb/src/drivers/pci/probe.c:2066:13: note: byref variable will be forcibly initialized 2066 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/probe.c:2065:13: note: byref variable will be forcibly initialized 2065 | u32 cap; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_device': /kisskb/src/drivers/pci/probe.c:2408:13: note: byref variable will be forcibly initialized 2408 | u32 l; | ^ /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:3113:25: note: byref variable will be forcibly initialized 3113 | struct resource old_res = *res; | ^~~~~~~ /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; | ^~~~~ 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:3221:19: note: byref variable will be forcibly initialized 3221 | 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) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:43: note: byref variable will be forcibly initialized 231 | unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:9: note: in expansion of macro 'rcu_assign_pointer' 346 | rcu_assign_pointer(pr_dev_info, prdev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncmp': /kisskb/src/fs/unicode/utf8-core.c:23:33: note: byref variable will be forcibly initialized 23 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:23:27: note: byref variable will be forcibly initialized 23 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp': /kisskb/src/fs/unicode/utf8-core.c:49:33: note: byref variable will be forcibly initialized 49 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:49:27: note: byref variable will be forcibly initialized 49 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp_folded': /kisskb/src/fs/unicode/utf8-core.c:79:27: note: byref variable will be forcibly initialized 79 | struct utf8cursor cur1; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold': /kisskb/src/fs/unicode/utf8-core.c:102:27: note: byref variable will be forcibly initialized 102 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold_hash': /kisskb/src/fs/unicode/utf8-core.c:124:27: note: byref variable will be forcibly initialized 124 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_normalize': /kisskb/src/fs/unicode/utf8-core.c:144:27: note: byref variable will be forcibly initialized 144 | struct utf8cursor cur; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:13: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:23: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:552:30: note: byref variable will be forcibly initialized 552 | struct pcs_function *func; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:637:18: note: byref variable will be forcibly initialized 637 | unsigned npins; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:636:25: note: byref variable will be forcibly initialized 636 | const unsigned *pins; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_clear_bias': /kisskb/src/drivers/pinctrl/pinctrl-single.c:456:23: note: byref variable will be forcibly initialized 456 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:487:30: note: byref variable will be forcibly initialized 487 | struct pcs_function *func; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:615:18: note: byref variable will be forcibly initialized 615 | unsigned npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:614:25: note: byref variable will be forcibly initialized 614 | const unsigned *pins; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_bias_disable': /kisskb/src/drivers/pinctrl/pinctrl-single.c:470:23: note: byref variable will be forcibly initialized 470 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1148:40: note: byref variable will be forcibly initialized 1148 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1120:30: note: byref variable will be forcibly initialized 1120 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf2': /kisskb/src/drivers/pinctrl/pinctrl-single.c:871:18: note: byref variable will be forcibly initialized 871 | unsigned value[2], shift; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf4': /kisskb/src/drivers/pinctrl/pinctrl-single.c:890:18: note: byref variable will be forcibly initialized 890 | unsigned value[4]; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_pinconf': /kisskb/src/drivers/pinctrl/pinctrl-single.c:919:31: note: byref variable will be forcibly initialized 919 | struct pcs_conf_vals *conf = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:918:42: note: byref variable will be forcibly initialized 918 | unsigned long *settings = NULL, *s = NULL; | ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_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/drivers/pinctrl/pinctrl-single.c: In function 'pcs_quirk_missing_pinctrl_cells': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1744:13: note: byref variable will be forcibly initialized 1744 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_gpio_func': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1341:32: note: byref variable will be forcibly initialized 1341 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_set_mode': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:127:12: note: byref variable will be forcibly initialized 127 | u8 reg; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_get_online': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:233:36: note: byref variable will be forcibly initialized 233 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_chg_det_work': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:253:12: note: byref variable will be forcibly initialized 253 | u8 val; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_probe': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:488:17: note: byref variable will be forcibly initialized 488 | u8 val, reg; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c:488:12: note: byref variable will be forcibly initialized 488 | u8 val, reg; | ^~~ /kisskb/src/drivers/phy/xilinx/phy-zynqmp.c: In function 'xpsgtr_get_ref_clocks': /kisskb/src/drivers/phy/xilinx/phy-zynqmp.c:897:22: note: byref variable will be forcibly initialized 897 | char name[8]; | ^~~~ /kisskb/src/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]; | ^ 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, | ^~~~~~~~~~~~~~ /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/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/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/drivers/pci/host-bridge.c: In function 'pcibios_bus_to_resource': /kisskb/src/drivers/pci/host-bridge.c:84:39: note: byref variable will be forcibly initialized 84 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /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/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_sideband_dbi_w_mode': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:500:13: note: byref variable will be forcibly initialized 500 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_sideband_dbi_r_mode': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:514:13: note: byref variable will be forcibly initialized 514 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_link_up': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:603:13: note: byref variable will be forcibly initialized 603 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'hi3660_pcie_phy_oe_enable': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:231:13: note: byref variable will be forcibly initialized 231 | u32 val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:581:13: note: byref variable will be forcibly initialized 581 | u32 ret; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_get_gpio_enable': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:370:14: note: byref variable will be forcibly initialized 370 | char name[32]; | ^~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c: In function 'kirin_pcie_parse_port': /kisskb/src/drivers/pci/controller/dwc/pcie-kirin.c:408:14: note: byref variable will be forcibly initialized 408 | char name[32]; | ^~~~ /kisskb/src/drivers/pci/controller/mobiveil/pcie-mobiveil-host.c: In function 'mobiveil_pcie_isr': /kisskb/src/drivers/pci/controller/mobiveil/pcie-mobiveil-host.c:94:23: note: byref variable will be forcibly initialized 94 | unsigned long shifted_status; | ^~~~~~~~~~~~~~ /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/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_buddy_mark_free': /kisskb/src/fs/ext4/mballoc.c:1723:13: note: byref variable will be forcibly initialized 1723 | int max; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_order_for_block': /kisskb/src/fs/ext4/mballoc.c:1627:24: note: byref variable will be forcibly initialized 1627 | int order = 1, max; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_extent': /kisskb/src/fs/ext4/mballoc.c:1865:13: note: byref variable will be forcibly initialized 1865 | int max, order; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_bit': /kisskb/src/fs/ext4/mballoc.c:501:13: note: byref variable will be forcibly initialized 501 | int fix = 0, ret, tmpmax; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_zero_bit': /kisskb/src/fs/ext4/mballoc.c:488:13: note: byref variable will be forcibly initialized 488 | int fix = 0, ret, tmpmax; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_show_pa': /kisskb/src/fs/ext4/mballoc.c:5123:31: note: byref variable will be forcibly initialized 5123 | ext4_grpblk_t start; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_initialize_context': /kisskb/src/fs/ext4/mballoc.c:5250:23: note: byref variable will be forcibly initialized 5250 | ext4_grpblk_t block; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5247:22: note: byref variable will be forcibly initialized 5247 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5876:23: note: byref variable will be forcibly initialized 5876 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5875:22: note: byref variable will be forcibly initialized 5875 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5874:29: note: byref variable will be forcibly initialized 5874 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_inode_pa': /kisskb/src/fs/ext4/mballoc.c:4803:23: note: byref variable will be forcibly initialized 4803 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4802:22: note: byref variable will be forcibly initialized 4802 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_group_pa': /kisskb/src/fs/ext4/mballoc.c:4854:23: note: byref variable will be forcibly initialized 4854 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4853:22: note: byref variable will be forcibly initialized 4853 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_generate_from_pa': /kisskb/src/fs/ext4/mballoc.c:4516:23: note: byref variable will be forcibly initialized 4516 | ext4_grpblk_t start; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:4515:22: note: byref variable will be forcibly initialized 4515 | ext4_group_t groupnr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_cache': /kisskb/src/fs/ext4/mballoc.c:1191:29: note: byref variable will be forcibly initialized 1191 | struct buffer_head *bhs; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1411:27: note: byref variable will be forcibly initialized 1411 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_seq_groups_show': /kisskb/src/fs/ext4/mballoc.c:2875:11: note: byref variable will be forcibly initialized 2875 | } sg; | ^~ /kisskb/src/fs/ext4/mballoc.c:2867:27: note: byref variable will be forcibly initialized 2867 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/ext4/mballoc.c:3643:27: note: byref variable will be forcibly initialized 3643 | struct ext4_buddy e4b; | ^~~ /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/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /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/fs/ext4/mballoc.c:4279:27: note: byref variable will be forcibly initialized 4279 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4884:27: note: byref variable will be forcibly initialized 4884 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4883:26: note: byref variable will be forcibly initialized 4883 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:5504:24: note: byref variable will be forcibly initialized 5504 | int freed = 0, busy = 0; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5300:26: note: byref variable will be forcibly initialized 5300 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5299:27: note: byref variable will be forcibly initialized 5299 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_clear_bb': /kisskb/src/fs/ext4/mballoc.c:5930:27: note: byref variable will be forcibly initialized 5930 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:5928:22: note: byref variable will be forcibly initialized 5928 | ext4_group_t block_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5927:29: note: byref variable will be forcibly initialized 5927 | struct buffer_head *gd_bh; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5926:23: note: byref variable will be forcibly initialized 5926 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_mark_used': /kisskb/src/fs/ext4/mballoc.c:1929:13: note: byref variable will be forcibly initialized 1929 | int max = 0; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:6367:33: note: byref variable will be forcibly initialized 6367 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_work': /kisskb/src/fs/ext4/mballoc.c:3341:26: note: byref variable will be forcibly initialized 3341 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3340:27: note: byref variable will be forcibly initialized 3340 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6459:27: note: byref variable will be forcibly initialized 6459 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:2206:33: note: byref variable will be forcibly initialized 2206 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_simple_scan_group': /kisskb/src/fs/ext4/mballoc.c:2274:13: note: byref variable will be forcibly initialized 2274 | int max; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2388:33: note: byref variable will be forcibly initialized 2388 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2067:33: note: byref variable will be forcibly initialized 2067 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2322:33: note: byref variable will be forcibly initialized 2322 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2173:33: note: byref variable will be forcibly initialized 2173 | struct ext4_free_extent ex = ac->ac_b_ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_diskspace_used': /kisskb/src/fs/ext4/mballoc.c:3782:29: note: byref variable will be forcibly initialized 3782 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2566:25: note: byref variable will be forcibly initialized 2566 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2716:38: note: byref variable will be forcibly initialized 2716 | int ret = 0, new_cr; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:2644:27: note: byref variable will be forcibly initialized 2644 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:2641:30: note: byref variable will be forcibly initialized 2641 | unsigned int nr = 0, prefetch_ios = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:2638:49: note: byref variable will be forcibly initialized 2638 | ext4_group_t prefetch_grp = 0, ngroups, group, i; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/ext4_jbd2.h:15, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_alloc_groupinfo': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3112:9: note: in expansion of macro 'rcu_assign_pointer' 3112 | rcu_assign_pointer(sbi->s_group_info, new_groupinfo); | ^~~~~~~~~~~~~~~~~~ /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/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': /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/fs/ext4/mballoc.c:3698:26: note: byref variable will be forcibly initialized 3698 | struct list_head freed_data_list; | ^~~~~~~~~~~~~~~ /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; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_bb': /kisskb/src/fs/ext4/mballoc.c:3904:23: note: byref variable will be forcibly initialized 3904 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:3903:22: note: byref variable will be forcibly initialized 3903 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:3901:29: note: byref variable will be forcibly initialized 3901 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5816:23: note: byref variable will be forcibly initialized 5816 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5815:22: note: byref variable will be forcibly initialized 5815 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4982:27: note: byref variable will be forcibly initialized 4982 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4981:26: note: byref variable will be forcibly initialized 4981 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks': /kisskb/src/fs/ext4/mballoc.c:5568:13: note: byref variable will be forcibly initialized 5568 | u64 seq; | ^~~ /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/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /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/fs/ext4/mballoc.c:6233:27: note: byref variable will be forcibly initialized 6233 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:6229:23: note: byref variable will be forcibly initialized 6229 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:6228:22: note: byref variable will be forcibly initialized 6228 | ext4_group_t block_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6227:29: note: byref variable will be forcibly initialized 6227 | struct buffer_head *gd_bh; | ^~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:30: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_fs': /kisskb/src/fs/ext4/mballoc.c:6508:47: note: byref variable will be forcibly initialized 6508 | ext4_grpblk_t cnt = 0, first_cluster, last_cluster; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6508:32: note: byref variable will be forcibly initialized 6508 | ext4_grpblk_t cnt = 0, first_cluster, last_cluster; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6507:42: note: byref variable will be forcibly initialized 6507 | ext4_group_t group, first_group, last_group; | ^~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6507:29: note: byref variable will be forcibly initialized 6507 | ext4_group_t group, first_group, last_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6607:41: note: byref variable will be forcibly initialized 6607 | struct ext4_buddy e4b; | ^~~ /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c: In function 'rcar_pcie_ep_unmap_addr': /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:328:25: note: byref variable will be forcibly initialized 328 | struct resource res; | ^~~ /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:327:31: note: byref variable will be forcibly initialized 327 | struct resource_entry win; | ^~~ /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c: In function 'rcar_pcie_ep_map_addr': /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:292:25: note: byref variable will be forcibly initialized 292 | struct resource res; | ^~~ /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:291:31: note: byref variable will be forcibly initialized 291 | struct resource_entry win; | ^~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:11: /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c: 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-rcar-ep.c: In function 'rcar_pcie_parse_outbound_ranges': /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:94:14: note: byref variable will be forcibly initialized 94 | char outbound_name[10]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c: In function 'rcar_pcie_ep_get_pdata': /kisskb/src/drivers/pci/controller/pcie-rcar-ep.c:134:25: note: byref variable will be forcibly initialized 134 | struct resource res; | ^~~ /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/kernel/trace/ring_buffer_benchmark.c: In function 'read_event': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:89:13: note: byref variable will be forcibly initialized 89 | u64 ts; | ^~ /kisskb/src/kernel/trace/ring_buffer_benchmark.c: In function 'read_page': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:110:15: note: byref variable will be forcibly initialized 110 | void *bpage; | ^~~~~ 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); | ^~~~ /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/lib/decompress_unlzma.c: In function 'process_bit0': /kisskb/src/lib/decompress_unlzma.c:351:13: note: byref variable will be forcibly initialized 351 | int mi = 1; | ^~ /kisskb/src/lib/decompress_unlzma.c: In function 'process_bit1': /kisskb/src/lib/decompress_unlzma.c:498:32: note: byref variable will be forcibly initialized 498 | int i, mi; | ^~ /kisskb/src/lib/decompress_unlzma.c:485:21: note: byref variable will be forcibly initialized 485 | int pos_slot; | ^~~~~~~~ /kisskb/src/lib/decompress_unlzma.c:397:13: note: byref variable will be forcibly initialized 397 | int len; | ^~~ /kisskb/src/lib/decompress_unlzma.c: In function 'unlzma': /kisskb/src/lib/decompress_unlzma.c:554:23: note: byref variable will be forcibly initialized 554 | struct cstate cst; | ^~~ /kisskb/src/lib/decompress_unlzma.c:553:23: note: byref variable will be forcibly initialized 553 | struct writer wr; | ^~ /kisskb/src/lib/decompress_unlzma.c:551:19: note: byref variable will be forcibly initialized 551 | struct rc rc; | ^~ /kisskb/src/lib/decompress_unlzma.c:545:28: note: byref variable will be forcibly initialized 545 | struct lzma_header header; | ^~~~~~ make[1]: *** [/kisskb/src/Makefile:1852: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:15: note: byref variable will be forcibly initialized 163 | char *envp[2]; | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/video/backlight/backlight.c:14: /kisskb/src/drivers/video/backlight/backlight.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function '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/sound/pci/cs46xx/cs46xx_lib.c: In function 'cs46xx_detect_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/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; | ^~ /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/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; | ^~ /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_proc_init': /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:2813:32: note: byref variable will be forcibly initialized 2813 | struct snd_info_entry *entry; | ^~~~~ /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/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/drivers/pci/pci.c: In function 'pci_check_and_set_intx_mask': /kisskb/src/drivers/pci/pci.c:4654:13: note: byref variable will be forcibly initialized 4654 | u32 cmd_status_dword; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_acs_flags_enabled': /kisskb/src/drivers/pci/pci.c:3537:18: note: byref variable will be forcibly initialized 3537 | u16 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:3537:13: note: byref variable will be forcibly initialized 3537 | u16 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_status_get_and_clear_errors': /kisskb/src/drivers/pci/pci.c:201:13: note: byref variable will be forcibly initialized 201 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_std_enable_acs': /kisskb/src/drivers/pci/pci.c:941:13: note: byref variable will be forcibly initialized 941 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:940:13: note: byref variable will be forcibly initialized 940 | u16 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_pme_active': /kisskb/src/drivers/pci/pci.c:2418:13: note: byref variable will be forcibly initialized 2418 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_set_master': /kisskb/src/drivers/pci/pci.c:4394:13: note: byref variable will be forcibly initialized 4394 | u16 old_cmd, cmd; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_clear_mwi': /kisskb/src/drivers/pci/pci.c:4590:13: note: byref variable will be forcibly initialized 4590 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap_ttl': /kisskb/src/drivers/pci/pci.c:418:13: note: byref variable will be forcibly initialized 418 | u16 ent; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap': /kisskb/src/drivers/pci/pci.c:441:13: note: byref variable will be forcibly initialized 441 | int ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_bus_find_cap_start': /kisskb/src/drivers/pci/pci.c:456:13: note: byref variable will be forcibly initialized 456 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_mmrbc': /kisskb/src/drivers/pci/pci.c:5963:13: note: byref variable will be forcibly initialized 5963 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bus_find_capability': /kisskb/src/drivers/pci/pci.c:519:12: note: byref variable will be forcibly initialized 519 | u8 hdr_type, pos; | ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_ext_capability': /kisskb/src/drivers/pci/pci.c:544:13: note: byref variable will be forcibly initialized 544 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_dvsec_capability': /kisskb/src/drivers/pci/pci.c:755:24: note: byref variable will be forcibly initialized 755 | u16 v, id; | ^~ /kisskb/src/drivers/pci/pci.c:755:21: note: byref variable will be forcibly initialized 755 | u16 v, id; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_get_dsn': /kisskb/src/drivers/pci/pci.c:614:13: note: byref variable will be forcibly initialized 614 | u32 dword; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_vsec_capability': /kisskb/src/drivers/pci/pci.c:720:13: note: byref variable will be forcibly initialized 720 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_find_pos': /kisskb/src/drivers/pci/pci.c:3693:13: note: byref variable will be forcibly initialized 3693 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_possible_sizes': /kisskb/src/drivers/pci/pci.c:3726:13: note: byref variable will be forcibly initialized 3726 | u32 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_max_mmrbc': /kisskb/src/drivers/pci/pci.c:5940:13: note: byref variable will be forcibly initialized 5940 | u32 stat; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_ht_cap': /kisskb/src/drivers/pci/pci.c:640:12: note: byref variable will be forcibly initialized 640 | u8 cap, mask; | ^~~ /kisskb/src/drivers/pci/pci.c:639:17: note: byref variable will be forcibly initialized 639 | 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:1341:13: note: byref variable will be forcibly initialized 1341 | u16 pmcsr; | ^~~~~ 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/pci/controller/mobiveil/pcie-layerscape-gen4.c:14: /kisskb/src/drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_read': /kisskb/src/drivers/pci/pci.c:3339:21: note: byref variable will be forcibly initialized 3339 | u32 max_offset_upper; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3320:21: note: byref variable will be forcibly initialized 3320 | u32 base_upper; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3272:29: note: byref variable will be forcibly initialized 3272 | u32 dw0, bei, base, max_offset; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3272:23: note: byref variable will be forcibly initialized 3272 | u32 dw0, bei, base, max_offset; | ^~~~ /kisskb/src/drivers/pci/pci.c:3272:13: note: byref variable will be forcibly initialized 3272 | u32 dw0, bei, base, max_offset; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_speed_cap': /kisskb/src/drivers/pci/pci.c:6187:22: note: byref variable will be forcibly initialized 6187 | u32 lnkcap2, lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:6187:13: note: byref variable will be forcibly initialized 6187 | u32 lnkcap2, lnkcap; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_width_cap': /kisskb/src/drivers/pci/pci.c:6223:13: note: byref variable will be forcibly initialized 6223 | u32 lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_enable_atomic_ops_to_root': /kisskb/src/drivers/pci/pci.c:3807:18: note: byref variable will be forcibly initialized 3807 | u32 cap, ctl2; | ^~~~ /kisskb/src/drivers/pci/pci.c:3807:13: note: byref variable will be forcibly initialized 3807 | u32 cap, ctl2; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_wait_for_link_delay': /kisskb/src/drivers/pci/pci.c:4890:13: note: byref variable will be forcibly initialized 4890 | u16 lnk_status; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_readrq': /kisskb/src/drivers/pci/pci.c:6031:13: note: byref variable will be forcibly initialized 6031 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_mps': /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/pci/pci.c:6084:13: note: byref variable will be forcibly initialized 6084 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_bandwidth_available': /kisskb/src/drivers/pci/pci.c:6138:13: note: byref variable will be forcibly initialized 6138 | u16 lnksta; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_config_dword': /kisskb/src/drivers/pci/pci.c:1676:13: note: byref variable will be forcibly initialized 1676 | u32 val; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_rebar_state': /kisskb/src/drivers/pci/pci.c:1734:13: note: byref variable will be forcibly initialized 1734 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_wait': /kisskb/src/drivers/pci/pci.c:1153:13: note: byref variable will be forcibly initialized 1153 | u32 id; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_reset': /kisskb/src/drivers/pci/pci.c:4849:13: note: byref variable will be forcibly initialized 4849 | u16 csr; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match_path': /kisskb/src/drivers/pci/pci.c:276:14: note: byref variable will be forcibly initialized 276 | char end; | ^~~ /kisskb/src/drivers/pci/pci.c:274:38: note: byref variable will be forcibly initialized 274 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:274:32: note: byref variable will be forcibly initialized 274 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:274:27: note: byref variable will be forcibly initialized 274 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c:274:22: note: byref variable will be forcibly initialized 274 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match': /kisskb/src/drivers/pci/pci.c:369:58: note: byref variable will be forcibly initialized 369 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:369:40: note: byref variable will be forcibly initialized 369 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:369:32: note: byref variable will be forcibly initialized 369 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:369:24: note: byref variable will be forcibly initialized 369 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:368:13: note: byref variable will be forcibly initialized 368 | int count; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_acs_redir': /kisskb/src/drivers/pci/pci.c:886:13: note: byref variable will be forcibly initialized 886 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:884:21: note: byref variable will be forcibly initialized 884 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_intx': /kisskb/src/drivers/pci/pci.c:4627:13: note: byref variable will be forcibly initialized 4627 | u16 pci_command, new; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_cacheline_size': /kisskb/src/drivers/pci/pci.c:4484:12: note: byref variable will be forcibly initialized 4484 | u8 cacheline_size; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_mwi': /kisskb/src/drivers/pci/pci.c:4524:13: note: byref variable will be forcibly initialized 4524 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_set_mmrbc': /kisskb/src/drivers/pci/pci.c:5989:13: note: byref variable will be forcibly initialized 5989 | u16 cmd; | ^~~ /kisskb/src/lib/decompress_unzstd.c: In function '__unzstd': /kisskb/src/drivers/pci/pci.c:5988:13: note: byref variable will be forcibly initialized 5988 | u32 stat, v, o; | ^~~~ /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; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_device_is_present': /kisskb/src/drivers/pci/pci.c:6463:13: note: byref variable will be forcibly initialized 6463 | u32 v; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_wait_for_pending': /kisskb/src/drivers/pci/pci.c:851:21: note: byref variable will be forcibly initialized 851 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_af_flr': /kisskb/src/drivers/pci/pci.c:4791:12: note: byref variable will be forcibly initialized 4791 | u8 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_update_current_state': /kisskb/src/drivers/pci/pci.c:1089:21: note: byref variable will be forcibly initialized 1089 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_power_up': /kisskb/src/drivers/pci/pci.c:1202:13: note: byref variable will be forcibly initialized 1202 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_full_power_state': /kisskb/src/drivers/pci/pci.c:1269:13: note: byref variable will be forcibly initialized 1269 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_reconfigure_ltr': /kisskb/src/drivers/pci/pci.c:1524:13: note: byref variable will be forcibly initialized 1524 | u32 ctl; | ^~~ /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/drivers/pci/pci.c: In function 'do_pci_enable_device': /kisskb/src/drivers/pci/pci.c:1906:12: note: byref variable will be forcibly initialized 1906 | u8 pin; | ^~~ /kisskb/src/drivers/pci/pci.c:1905:13: note: byref variable will be forcibly initialized 1905 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_disable_device': /kisskb/src/drivers/pci/pci.c:2200:13: note: byref variable will be forcibly initialized 2200 | u16 pci_command; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_clear_device_status': /kisskb/src/drivers/pci/pci.c:2284:13: note: byref variable will be forcibly initialized 2284 | u16 sta; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_pme_status': /kisskb/src/drivers/pci/pci.c:2311:13: note: byref variable will be forcibly initialized 2311 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pme_restore': /kisskb/src/drivers/pci/pci.c:2438:13: note: byref variable will be forcibly initialized 2438 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_d3_update': /kisskb/src/drivers/pci/pci.c:3074:14: note: byref variable will be forcibly initialized 3074 | bool d3cold_ok = true; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_init': /kisskb/src/drivers/pci/pci.c:3157:13: note: byref variable will be forcibly initialized 3157 | u16 pmc; | ^~~ /kisskb/src/drivers/pci/pci.c:3156:13: note: byref variable will be forcibly initialized 3156 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_init': /kisskb/src/drivers/pci/pci.c:3391:12: note: byref variable will be forcibly initialized 3391 | u8 num_ent; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_configure_ari': /kisskb/src/drivers/pci/pci.c:3509:13: note: byref variable will be forcibly initialized 3509 | u32 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_current_size': /kisskb/src/drivers/pci/pci.c:3755:13: note: byref variable will be forcibly initialized 3755 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_set_size': /kisskb/src/drivers/pci/pci.c:3777:13: note: byref variable will be forcibly initialized 3777 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcibios_set_master': /kisskb/src/drivers/pci/pci.c:4431:12: note: byref variable will be forcibly initialized 4431 | u8 lat; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_parity': /kisskb/src/drivers/pci/pci.c:4609:13: note: byref variable will be forcibly initialized 4609 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_reset_secondary_bus': /kisskb/src/drivers/pci/pci.c:5062:13: note: byref variable will be forcibly initialized 5062 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'reset_method_store': /kisskb/src/drivers/pci/pci.c:5286:12: note: byref variable will be forcibly initialized 5286 | u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:5284:15: note: byref variable will be forcibly initialized 5284 | char *options, *name; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pcie_print_link_status': /kisskb/src/drivers/pci/pci.c:6269:25: note: byref variable will be forcibly initialized 6269 | struct pci_dev *limiting_dev = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6268:35: note: byref variable will be forcibly initialized 6268 | enum pci_bus_speed speed, speed_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6268:28: note: byref variable will be forcibly initialized 6268 | enum pci_bus_speed speed, speed_cap; | ^~~~~ /kisskb/src/drivers/pci/pci.c:6267:37: note: byref variable will be forcibly initialized 6267 | enum pcie_link_width width, width_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6267:30: note: byref variable will be forcibly initialized 6267 | 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:6347:13: note: byref variable will be forcibly initialized 6347 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_specified_resource_alignment': /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/drivers/pci/pci.c:6530:21: note: byref variable will be forcibly initialized 6530 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c:6528:26: note: byref variable will be forcibly initialized 6528 | int align_order, count; | ^~~~~ /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/drivers/pci/pci.c:6528:13: note: byref variable will be forcibly initialized 6528 | int align_order, count; | ^~~~~~~~~~~ /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/drivers/pci/pci.c: In function 'pci_reassigndev_resource_alignment': /kisskb/src/drivers/pci/pci.c:6654:14: note: byref variable will be forcibly initialized 6654 | bool resize = false; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:6653:13: note: byref variable will be forcibly initialized 6653 | u16 command; | ^~~~~~~ /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/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_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/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/drivers/pci/pcie/ptm.c: In function 'pci_ptm_info': /kisskb/src/drivers/pci/pcie/ptm.c:14:14: note: byref variable will be forcibly initialized 14 | char clock_desc[8]; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_enable_ptm': /kisskb/src/drivers/pci/pcie/ptm.c:160:13: note: byref variable will be forcibly initialized 160 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_disable_ptm': /kisskb/src/drivers/pci/pcie/ptm.c:35:13: note: byref variable will be forcibly initialized 35 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_ptm_init': /kisskb/src/drivers/pci/pcie/ptm.c:91:13: note: byref variable will be forcibly initialized 91 | u32 cap, ctrl; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'chk_if_allocated': /kisskb/src/fs/hpfs/alloc.c:71:33: note: byref variable will be forcibly initialized 71 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'alloc_in_bmp': /kisskb/src/fs/hpfs/alloc.c:117:33: note: byref variable will be forcibly initialized 117 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_alloc_if_possible': /kisskb/src/fs/hpfs/alloc.c:298:33: note: byref variable will be forcibly initialized 298 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_free_sectors': /kisskb/src/fs/hpfs/alloc.c:317:33: note: byref variable will be forcibly initialized 317 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_check_free_dnodes': /kisskb/src/fs/hpfs/alloc.c:365:33: note: byref variable will be forcibly initialized 365 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_free_dnode': /kisskb/src/fs/hpfs/alloc.c:415:41: note: byref variable will be forcibly initialized 415 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c: In function 'hpfs_trim_fs': /kisskb/src/fs/hpfs/alloc.c:531:33: note: byref variable will be forcibly initialized 531 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/alloc.c:529:18: note: byref variable will be forcibly initialized 529 | unsigned idx, len, start_bmp, end_bmp; | ^~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:149:13: note: byref variable will be forcibly initialized 149 | u32 counter[4]; | ^~~~~~~ /kisskb/src/crypto/lrw.c:147:30: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/crypto/lrw.c:146:15: note: byref variable will be forcibly initialized 146 | be128 t = rctx->t; | ^ /kisskb/src/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/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/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:17: note: byref variable will be forcibly initialized 141 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:23: note: byref variable will be forcibly initialized 441 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:17: note: byref variable will be forcibly initialized 160 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:601:17: note: byref variable will be forcibly initialized 601 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:23: note: byref variable will be forcibly initialized 600 | unsigned long val; | ^~~ /kisskb/src/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/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/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; | ^~~ /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/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/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/pci/pci-driver.c: In function 'pci_uevent_ers': /kisskb/src/drivers/pci/pci-driver.c:1583:15: note: byref variable will be forcibly initialized 1583 | char *envp[3]; | ^~~~ /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/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/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/mm/shrinker_debug.c: In function 'shrinker_debugfs_scan_write': /kisskb/src/mm/shrinker_debug.c:119:14: note: byref variable will be forcibly initialized 119 | char kbuf[72]; | ^~~~ /kisskb/src/mm/shrinker_debug.c:118:13: note: byref variable will be forcibly initialized 118 | int nid; | ^~~ /kisskb/src/mm/shrinker_debug.c:113:39: note: byref variable will be forcibly initialized 113 | unsigned long nr_to_scan = 0, ino, read_len; | ^~~ /kisskb/src/mm/shrinker_debug.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned long nr_to_scan = 0, ino, read_len; | ^~~~~~~~~~ In file included from /kisskb/src/mm/shrinker_debug.c:3: /kisskb/src/mm/shrinker_debug.c: In 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/shrinker_debug.c: In function 'shrinker_count_objects': /kisskb/src/mm/shrinker_debug.c:25:47: note: byref variable will be forcibly initialized 25 | struct shrink_control sc = { | ^~ /kisskb/src/mm/shrinker_debug.c: In function 'shrinker_debugfs_rename': /kisskb/src/mm/shrinker_debug.c:213:17: note: byref variable will be forcibly initialized 213 | va_list ap; | ^~ /kisskb/src/mm/shrinker_debug.c:211:14: note: byref variable will be forcibly initialized 211 | char buf[128]; | ^~~ /kisskb/src/mm/shrinker_debug.c: In function 'shrinker_debugfs_add': /kisskb/src/mm/shrinker_debug.c:177:14: note: byref variable will be forcibly initialized 177 | char buf[128]; | ^~~ /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; | ^~~~~ /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; | ^~~~~~ In file included from /kisskb/src/lib/fdt_addresses.c:2: /kisskb/src/lib/fdt_addresses.c: In function 'fdt_cells': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:18:13: note: byref variable will be forcibly initialized 18 | int len; | ^~~ /kisskb/src/lib/fdt_addresses.c: In function 'fdt_appendprop_addrrange': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:61:17: note: byref variable will be forcibly initialized 61 | uint8_t data[sizeof(fdt64_t) * 2], *prop; | ^~~~ /kisskb/src/lib/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; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:11: /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_read': /kisskb/src/include/linux/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; | ^~~ /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/lib/fdt_ro.c:2: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:13: note: byref variable will be forcibly initialized 204 | int nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_string_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:108:13: note: byref variable will be forcibly initialized 108 | int slen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_nodename_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:16:13: note: byref variable will be forcibly initialized 16 | int olen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_subnode_offset_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:228:13: note: byref variable will be forcibly initialized 228 | int depth; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:454:13: note: byref variable will be forcibly initialized 454 | int poffset; | ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_by_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:479:21: note: byref variable will be forcibly initialized 479 | int namelen; | ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:511:13: note: byref variable will be forcibly initialized 511 | int len; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_generate_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:144:18: note: byref variable will be forcibly initialized 144 | uint32_t max; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_wr': /kisskb/src/drivers/phy/phy-xgene.c:597:13: note: byref variable will be forcibly initialized 597 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_cfg_cmu_clk_type': /kisskb/src/drivers/phy/phy-xgene.c:707:13: note: byref variable will be forcibly initialized 707 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:640:13: note: byref variable will be forcibly initialized 640 | u32 val; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_cmu_core': /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/drivers/phy/phy-xgene.c:761:13: note: byref variable will be forcibly initialized 761 | u32 val; | ^~~ /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/drivers/phy/phy-xgene.c: In function 'cmu_setbits': /kisskb/src/drivers/phy/phy-xgene.c:650:13: note: byref variable will be forcibly initialized 650 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_toggle1to0': /kisskb/src/drivers/phy/phy-xgene.c:627:13: note: byref variable will be forcibly initialized 627 | u32 val; | ^~~ /kisskb/src/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/drivers/phy/phy-xgene.c: In function 'xgene_phy_ssc_enable': /kisskb/src/drivers/phy/phy-xgene.c:915:13: note: byref variable will be forcibly initialized 915 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_pdwn_force_vco': /kisskb/src/drivers/phy/phy-xgene.c:1238:13: note: byref variable will be forcibly initialized 1238 | u32 val; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_offset_by_prop_value': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:660:13: note: byref variable will be forcibly initialized 660 | int len; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_wr': /kisskb/src/drivers/phy/phy-xgene.c:660:13: note: byref variable will be forcibly initialized 660 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_lanes': /kisskb/src/drivers/phy/phy-xgene.c:940:13: note: byref variable will be forcibly initialized 940 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/video/aperture.c:4: /kisskb/src/drivers/video/aperture.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/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/drivers/video/aperture.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/lib/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/drivers/phy/phy-xgene.c: In function 'serdes_setbits': /kisskb/src/drivers/phy/phy-xgene.c:696:13: note: byref variable will be forcibly initialized 696 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:686:13: note: byref variable will be forcibly initialized 686 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_cal_rdy_chk': /kisskb/src/drivers/phy/phy-xgene.c:1140:13: note: byref variable will be forcibly initialized 1140 | u32 val; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_get': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:783:13: note: byref variable will be forcibly initialized 783 | int length; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_check_compatible': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:827:13: note: byref variable will be forcibly initialized 827 | int len; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_gen_avg_val': /kisskb/src/drivers/phy/phy-xgene.c:1435:13: note: byref variable will be forcibly initialized 1435 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_probe': /kisskb/src/drivers/phy/phy-xgene.c:1655:13: note: byref variable will be forcibly initialized 1655 | u32 default_txcp1[] = DEFAULT_SATA_TXCP1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1654:13: note: byref variable will be forcibly initialized 1654 | u32 default_txcn2[] = DEFAULT_SATA_TXCN2; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1653:13: note: byref variable will be forcibly initialized 1653 | u32 default_txcn1[] = DEFAULT_SATA_TXCN1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1652:13: note: byref variable will be forcibly initialized 1652 | u32 default_txamp[] = DEFAULT_SATA_TXAMP; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1651:13: note: byref variable will be forcibly initialized 1651 | u32 default_txeye_tuning[] = DEFAULT_SATA_TXEYETUNING; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1650:13: note: byref variable will be forcibly initialized 1650 | u32 default_txeye_direction[] = DEFAULT_SATA_TXEYEDIRECTION; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1649:13: note: byref variable will be forcibly initialized 1649 | u32 default_txboost_gain[] = DEFAULT_SATA_TXBOOST_GAIN; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1648:13: note: byref variable will be forcibly initialized 1648 | u32 default_spd[] = DEFAULT_SATA_SPD_SEL; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:27:31: note: byref variable will be forcibly initialized 27 | struct ext4_ext_path *path; | ^~~~ /kisskb/src/fs/ext4/migrate.c:26:28: note: byref variable will be forcibly initialized 26 | struct ext4_extent newext; | ^~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_set_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:156:17: note: byref variable will be forcibly initialized 156 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_swap_inode_data': /kisskb/src/fs/ext4/migrate.c:291:17: note: byref variable will be forcibly initialized 291 | __le32 i_data[3]; | ^~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_clr_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:175:17: note: byref variable will be forcibly initialized 175 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:785:17: note: byref variable will be forcibly initialized 785 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:784:23: note: byref variable will be forcibly initialized 784 | unsigned long val; | ^~~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:421:15: note: byref variable will be forcibly initialized 421 | uid_t owner[2]; | ^~~~~ /kisskb/src/fs/ext4/migrate.c:418:31: note: byref variable will be forcibly initialized 418 | struct migrate_struct lb; | ^~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:766:17: note: byref variable will be forcibly initialized 766 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:737:17: note: byref variable will be forcibly initialized 737 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:546:17: note: byref variable will be forcibly initialized 546 | uint8_t reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:12: /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:847:17: note: byref variable will be forcibly initialized 847 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:37: note: byref variable will be forcibly initialized 842 | struct backlight_properties props; | ^~~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:90:15: note: byref variable will be forcibly initialized 90 | le128 t = rctx->t; | ^ /kisskb/src/crypto/xts.c:89:30: note: byref variable will be forcibly initialized 89 | struct skcipher_walk w; | ^ /kisskb/src/crypto/xts.c: In function 'xts_cts_final': /kisskb/src/crypto/xts.c:168:15: note: byref variable will be forcibly initialized 168 | le128 b[2]; | ^ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:15: note: byref variable will be forcibly initialized 146 | le128 b; | ^ In file included from /kisskb/src/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/crypto/xts.c: In function 'xts_create': /kisskb/src/crypto/xts.c:345:13: note: byref variable will be forcibly initialized 345 | u32 mask; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:209:13: note: byref variable will be forcibly initialized 209 | int allocated; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_set_name': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:238:13: note: byref variable will be forcibly initialized 238 | int oldlen, newlen; | ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:261:30: note: byref variable will be forcibly initialized 261 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:279:15: note: byref variable will be forcibly initialized 279 | void *prop_data; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_appendprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:295:18: note: byref variable will be forcibly initialized 295 | int err, oldlen, newlen; | ^~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:30: note: byref variable will be forcibly initialized 294 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_delprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:321:13: note: byref variable will be forcibly initialized 321 | int len, proplen; | ^~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_subnode_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:337:21: note: byref variable will be forcibly initialized 337 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:422:27: note: byref variable will be forcibly initialized 422 | int mem_rsv_size, struct_size; | ^~~~~~~~~~~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_bplus_lookup': /kisskb/src/fs/hpfs/anode.c:21:17: note: byref variable will be forcibly initialized 21 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:21:13: note: byref variable will be forcibly initialized 21 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'anode_lookup': /kisskb/src/fs/hpfs/anode.c:333:29: note: byref variable will be forcibly initialized 333 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_add_sector_to_btree': /kisskb/src/fs/hpfs/anode.c:71:17: note: byref variable will be forcibly initialized 71 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:71:13: note: byref variable will be forcibly initialized 71 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:68:40: note: byref variable will be forcibly initialized 68 | struct buffer_head *bh, *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/anode.c:68:34: note: byref variable will be forcibly initialized 68 | struct buffer_head *bh, *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/anode.c:68:29: note: byref variable will be forcibly initialized 68 | struct buffer_head *bh, *bh1, *bh2; | ^~ /kisskb/src/fs/hpfs/anode.c:66:33: note: byref variable will be forcibly initialized 66 | anode_secno a, na = -1, ra, up = -1; | ^~ /kisskb/src/fs/hpfs/anode.c:66:24: note: byref variable will be forcibly initialized 66 | anode_secno a, na = -1, ra, up = -1; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_remove_btree': /kisskb/src/fs/hpfs/anode.c:284:17: note: byref variable will be forcibly initialized 284 | int d1, d2; | ^~ /kisskb/src/fs/hpfs/anode.c:284:13: note: byref variable will be forcibly initialized 284 | int d1, d2; | ^~ /kisskb/src/fs/hpfs/anode.c:283:17: note: byref variable will be forcibly initialized 283 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:283:13: note: byref variable will be forcibly initialized 283 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:279:29: note: byref variable will be forcibly initialized 279 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_read': /kisskb/src/fs/hpfs/anode.c:341:29: note: byref variable will be forcibly initialized 341 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_write': /kisskb/src/fs/hpfs/anode.c:364:29: note: byref variable will be forcibly initialized 364 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_ea_remove': /kisskb/src/fs/hpfs/anode.c:388:29: note: byref variable will be forcibly initialized 388 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_truncate_btree': /kisskb/src/fs/hpfs/anode.c:407:17: note: byref variable will be forcibly initialized 407 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:407:13: note: byref variable will be forcibly initialized 407 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/anode.c:403:29: note: byref variable will be forcibly initialized 403 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/anode.c: In function 'hpfs_remove_fnode': /kisskb/src/fs/hpfs/anode.c:483:29: note: byref variable will be forcibly initialized 483 | struct buffer_head *bh; | ^~ 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/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:47: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:153:37: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:128:32: note: byref variable will be forcibly initialized 128 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_encrypt': /kisskb/src/crypto/keywrap.c:226:47: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:226:37: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:197:32: note: byref variable will be forcibly initialized 197 | struct crypto_kw_block block; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/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:196:9: note: in expansion of macro 'wait_event' 196 | 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:17: note: in expansion of macro 'wait_event' 163 | wait_event(codec->remove_sleep, !refcount_read(&codec->pcm_ref)); | ^~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/darla20.c:40: /kisskb/src/sound/pci/echoaudio/darla20.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/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/hpfs/buffer.c:9: /kisskb/src/fs/hpfs/buffer.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/darla20.c:89: /kisskb/src/sound/pci/echoaudio/darla20.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/fs/hpfs/buffer.c: In function 'hpfs_prefetch_sectors': /kisskb/src/fs/hpfs/buffer.c:41:25: note: byref variable will be forcibly initialized 41 | struct blk_plug plug; | ^~~~ /kisskb/src/sound/pci/echoaudio/darla20.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/darla20.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/darla20.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/darla20.c:88: /kisskb/src/sound/pci/echoaudio/darla20.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/darla20.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/darla20.c:89: /kisskb/src/sound/pci/echoaudio/darla20.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/darla20.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/darla20.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/darla20.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/darla20.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/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/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/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/video/backlight/da9052_bl.c: In function 'da9052_backlight_probe': /kisskb/src/drivers/video/backlight/da9052_bl.c:108:37: note: byref variable will be forcibly initialized 108 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /kisskb/src/drivers/video/backlight/pandora_bl.c:114:12: note: byref variable will be forcibly initialized 114 | u8 r; | ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:111:37: note: byref variable will be forcibly initialized 111 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_update_status': /kisskb/src/drivers/video/backlight/pandora_bl.c:44:12: note: byref variable will be forcibly initialized 44 | u8 r; | ^ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-cadence.c:11: /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_probe': /kisskb/src/drivers/gpio/gpio-cadence.c:153:13: note: byref variable will be forcibly initialized 153 | u32 num_gpios = 32; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-cadence.c:127:23: note: byref variable will be forcibly initialized 127 | unsigned long status; | ^~~~~~ /kisskb/src/lib/flex_proportions.c: In function '__fprop_add_percpu_max': /kisskb/src/lib/flex_proportions.c:258:42: note: byref variable will be forcibly initialized 258 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:258:31: note: byref variable will be forcibly initialized 258 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:32: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:13: note: byref variable will be forcibly initialized 81 | u32 id = start; | ^~ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:13: note: byref variable will be forcibly initialized 119 | u32 id = idr->idr_next; | ^~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:32: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:32: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long id = *nextid; | ^~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:22: note: byref variable will be forcibly initialized 293 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/idr.c:292:33: note: byref variable will be forcibly initialized 292 | struct radix_tree_node *node; | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:31: note: byref variable will be forcibly initialized 404 | unsigned long tmp = xa_to_value(bitmap); | ^~~ In file included from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/lib/idr.c:5: /kisskb/src/lib/idr.c:383:18: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:18: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:543:18: note: byref variable will be forcibly initialized 543 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-eic-sprd.c:8: /kisskb/src/drivers/gpio/gpio-eic-sprd.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/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/move_extent.c:8: /kisskb/src/fs/ext4/move_extent.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-eic-sprd.c: In function 'sprd_eic_handle_one_type': /kisskb/src/drivers/gpio/gpio-eic-sprd.c:508:31: note: byref variable will be forcibly initialized 508 | unsigned long reg; | ^~~ /kisskb/src/drivers/gpio/gpio-eic-sprd.c: In function 'sprd_eic_irq_handler': /kisskb/src/drivers/gpio/gpio-eic-sprd.c:547:28: note: byref variable will be forcibly initialized 547 | enum sprd_eic_type type; | ^~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_check_coverage': /kisskb/src/fs/ext4/move_extent.c:94:31: note: byref variable will be forcibly initialized 94 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'move_extent_per_page': /kisskb/src/fs/ext4/move_extent.c:263:31: note: byref variable will be forcibly initialized 263 | int i, err2, jblocks, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/move_extent.c:263:16: note: byref variable will be forcibly initialized 263 | int i, err2, jblocks, retries = 0; | ^~~~ /kisskb/src/fs/ext4/move_extent.c:258:22: note: byref variable will be forcibly initialized 258 | struct page *pagep[2] = {NULL, NULL}; | ^~~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'ext4_move_extents': /kisskb/src/fs/ext4/move_extent.c:567:13: note: byref variable will be forcibly initialized 567 | int ret; | ^~~ /kisskb/src/fs/ext4/move_extent.c:563:31: note: byref variable will be forcibly initialized 563 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c: In function 'iproc_armpll_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:239:21: note: byref variable will be forcibly initialized 239 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:238:30: note: byref variable will be forcibly initialized 238 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_parse_dt': /kisskb/src/drivers/video/backlight/tps65217_bl.c:173:13: note: byref variable will be forcibly initialized 173 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/tps65217_bl.c: In function 'tps65217_bl_probe': /kisskb/src/drivers/video/backlight/tps65217_bl.c:259:37: note: byref variable will be forcibly initialized 259 | struct backlight_properties bl_props; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/mmp.c:2: /kisskb/src/fs/ext4/mmp.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/mmp.c:8: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/mmp.c: In function 'kmmpd': /kisskb/src/fs/ext4/mmp.c:195:45: note: byref variable will be forcibly initialized 195 | struct buffer_head *bh_check = NULL; | ^~~~~~~~ /kisskb/src/fs/ext4/mmp.c: In function 'ext4_multi_mount_protect': /kisskb/src/fs/ext4/mmp.c:281:29: note: byref variable will be forcibly initialized 281 | struct buffer_head *bh = NULL; | ^~ In file included from /kisskb/src/drivers/dma/dw/core.c:24: /kisskb/src/drivers/dma/dw/core.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dw/../dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_descriptor_complete': /kisskb/src/drivers/dma/dw/core.c:238:41: note: byref variable will be forcibly initialized 238 | struct dmaengine_desc_callback cb; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dw/core.c:11: /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_terminate_all': /kisskb/src/drivers/dma/dw/core.c:856:19: note: byref variable will be forcibly initialized 856 | 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/dma/dw/core.c: In function 'dwc_desc_get': /kisskb/src/drivers/dma/dw/core.c:81:20: note: byref variable will be forcibly initialized 81 | dma_addr_t phys; | ^~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/dw/core.c:12: /kisskb/src/drivers/dma/dw/core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_prep_slave_sg': /kisskb/src/drivers/dma/dw/core.c:708:41: note: byref variable will be forcibly initialized 708 | size_t dlen; | ^~~~ /kisskb/src/drivers/dma/dw/core.c:658:41: note: byref variable will be forcibly initialized 658 | size_t dlen; | ^~~~ /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c: In function 'nvidiafb_load_cursor_image': /kisskb/src/drivers/video/fbdev/nvidia/nvidia.c:115:13: note: byref variable will be forcibly initialized 115 | u32 b, tmp; | ^ /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_prep_dma_memcpy': /kisskb/src/drivers/dma/dw/core.c:545:33: note: byref variable will be forcibly initialized 545 | size_t xfer_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/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; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dw/core.c:11: /kisskb/src/drivers/dma/dw/core.c: In function 'dwc_complete_all': /kisskb/src/drivers/dma/dw/core.c:262:19: note: byref variable will be forcibly initialized 262 | 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/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/dma/dw/core.c: In function 'dwc_scan_descriptors': /kisskb/src/drivers/dma/dw/core.c:299:20: note: byref variable will be forcibly initialized 299 | dma_addr_t llp; | ^~~ /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; | ^ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/hpfs/dentry.c: In function 'hpfs_hash_dentry': /kisskb/src/fs/hpfs/dentry.c:20:18: note: byref variable will be forcibly initialized 20 | unsigned l = qstr->len; | ^ /kisskb/src/fs/hpfs/dentry.c: In function 'hpfs_compare_dentry': /kisskb/src/fs/hpfs/dentry.c:42:18: note: byref variable will be forcibly initialized 42 | unsigned bl = name->len; | ^~ /kisskb/src/fs/hpfs/dentry.c:41:18: note: byref variable will be forcibly initialized 41 | unsigned al = len; | ^~ 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_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_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/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/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; | ^~~ 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/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/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/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/sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_device_new': /kisskb/src/sound/pci/hda/hda_codec.c:973:14: note: byref variable will be forcibly initialized 973 | 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /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/sound/pci/hda/hda_codec.c: In function 'snd_hda_mixer_amp_tlv': /kisskb/src/sound/pci/hda/hda_codec.c:1612:22: note: byref variable will be forcibly initialized 1612 | 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:1931:13: note: byref variable will be forcibly initialized 1931 | int _tlv[4]; | ^~~~ /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; | ^~~~~~~ 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:2660:22: note: byref variable will be forcibly initialized 2660 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'find_mixer_ctl': /kisskb/src/sound/pci/hda/hda_codec.c:1655:32: note: byref variable will be forcibly initialized 1655 | 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:1882:30: note: byref variable will be forcibly initialized 1882 | 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:2037:42: note: byref variable will be forcibly initialized 2037 | 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:2457:13: note: byref variable will be forcibly initialized 2457 | int val = 0; | ^~~ 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/hda_codec.c: In function 'add_std_chmaps': /kisskb/src/sound/pci/hda/hda_codec.c:3077:47: note: byref variable will be forcibly initialized 3077 | struct snd_pcm_chmap *chmap; | ^~~~~ /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/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/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/drivers/video/backlight/rave-sp-backlight.c: In function 'rave_sp_backlight_update_status': /kisskb/src/drivers/video/backlight/rave-sp-backlight.c:24:12: note: byref variable will be forcibly initialized 24 | u8 cmd[] = { | ^~~ /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/hpfs/dir.c: In function 'hpfs_readdir': /kisskb/src/fs/hpfs/dir.c:90:37: note: byref variable will be forcibly initialized 90 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/dir.c:74:17: note: byref variable will be forcibly initialized 74 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dir.c:74:13: note: byref variable will be forcibly initialized 74 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dir.c:72:16: note: byref variable will be forcibly initialized 72 | loff_t next_pos; | ^~~~~~~~ /kisskb/src/fs/hpfs/dir.c:69:33: note: byref variable will be forcibly initialized 69 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dir.c: In function 'hpfs_dir_lseek': /kisskb/src/fs/hpfs/dir.c:28:33: note: byref variable will be forcibly initialized 28 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dir.c:27:16: note: byref variable will be forcibly initialized 27 | loff_t pos; | ^~~ /kisskb/src/fs/hpfs/dir.c: In function 'hpfs_lookup': /kisskb/src/fs/hpfs/dir.c:206:33: note: byref variable will be forcibly initialized 206 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dir.c:205:18: note: byref variable will be forcibly initialized 205 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:294:17: note: byref variable will be forcibly initialized 294 | va_list vargs; | ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:397:17: note: byref variable will be forcibly initialized 397 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:435:17: note: byref variable will be forcibly initialized 435 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:464:15: note: byref variable will be forcibly initialized 464 | char *envp[2]; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:528:15: note: byref variable will be forcibly initialized 528 | char *envp[2]; | ^~~~ /kisskb/src/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; | ^~~~~ /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; | ^~~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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_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 'do_register_framebuffer': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1628:29: note: byref variable will be forcibly initialized 1628 | 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_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbmem.c:1986:33: note: byref variable will be forcibly initialized 1986 | struct fb_videomode *m, mode; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbmem.c:1983:34: note: byref variable will be forcibly initialized 1983 | struct fb_var_screeninfo var = info->var; | ^~~ In file included from /kisskb/src/lib/memcat_p.c:3: /kisskb/src/lib/memcat_p.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/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/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/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_determine_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:511:44: note: byref variable will be forcibly initialized 511 | struct iproc_pll_vco_param vco_param; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:7: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_set_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:548:36: note: byref variable will be forcibly initialized 548 | struct iproc_pll_vco_param vco_param; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:9: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_clk_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:799:29: note: byref variable will be forcibly initialized 799 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:726:21: note: byref variable will be forcibly initialized 726 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:725:30: note: byref variable will be forcibly initialized 725 | struct clk_init_data init; | ^~~~ 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/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/lib/logic_pio.c:11: /kisskb/src/lib/logic_pio.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ 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/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; | ^~~ /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/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/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/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/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; | ^~~ /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; | ^~~~ /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/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/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:914:32: note: byref variable will be forcibly initialized 914 | 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/drivers/soc/fsl/qbman/bman_ccsr.c: In function 'fsl_bman_probe': /kisskb/src/drivers/soc/fsl/qbman/bman_ccsr.c:215:19: note: byref variable will be forcibly initialized 215 | u8 major, minor; | ^~~~~ /kisskb/src/drivers/soc/fsl/qbman/bman_ccsr.c:215:12: note: byref variable will be forcibly initialized 215 | u8 major, minor; | ^~~~~ /kisskb/src/drivers/soc/fsl/qbman/bman_ccsr.c:214:13: note: byref variable will be forcibly initialized 214 | u16 id, bm_pool_cnt; | ^~ /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; | ^~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:50: /kisskb/src/sound/pci/echoaudio/gina24.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/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; | ^~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:117: /kisskb/src/sound/pci/echoaudio/gina24.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/gina24.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/gina24.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; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:116: /kisskb/src/sound/pci/echoaudio/gina24.c: In function 'check_asic_status': /kisskb/src/sound/pci/echoaudio/echoaudio_gml.c:42:13: note: byref variable will be forcibly initialized 42 | u32 asic_status; | ^~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/gina24.c:115: /kisskb/src/sound/pci/echoaudio/gina24.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/gina24.c:117: /kisskb/src/sound/pci/echoaudio/gina24.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/gina24.c:115: /kisskb/src/sound/pci/echoaudio/gina24.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/gina24.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/gina24.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/gina24.c:117: /kisskb/src/sound/pci/echoaudio/gina24.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/gina24.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/gina24.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/gina24.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/gina24.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/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_set': /kisskb/src/drivers/gpio/gpio-logicvc.c:68:27: note: byref variable will be forcibly initialized 68 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:68:22: note: byref variable will be forcibly initialized 68 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_get': /kisskb/src/drivers/gpio/gpio-logicvc.c:53:32: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:27: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:22: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:17: note: byref variable will be forcibly initialized 656 | va_list args; | ^~~~ /kisskb/src/drivers/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/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 }; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/usb-dmac.c:13: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_start_sg': /kisskb/src/drivers/dma/sh/usb-dmac.c:198:34: note: byref variable will be forcibly initialized 198 | dma_addr_t src_addr = 0, dst_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c:198:20: note: byref variable will be forcibly initialized 198 | dma_addr_t src_addr = 0, dst_addr = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/sh/usb-dmac.c:12: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/sh/../virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | 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/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_terminate_all': /kisskb/src/drivers/dma/sh/usb-dmac.c:451:19: note: byref variable will be forcibly initialized 451 | 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/dma/sh/usb-dmac.c:450:19: note: byref variable will be forcibly initialized 450 | 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/dma/sh/usb-dmac.c: In function 'usb_dmac_desc_free': /kisskb/src/drivers/dma/sh/usb-dmac.c:286:19: note: byref variable will be forcibly initialized 286 | 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/dma/sh/usb-dmac.c: In function 'usb_dmac_of_xlate': /kisskb/src/drivers/dma/sh/usb-dmac.c:652:24: note: byref variable will be forcibly initialized 652 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/usb-dmac.c:13: /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/sh/usb-dmac.c: In function 'usb_dmac_chan_probe': /kisskb/src/drivers/dma/sh/usb-dmac.c:712:14: note: byref variable will be forcibly initialized 712 | char pdev_irqname[5]; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/mach64_accel.c: In function 'atyfb_imageblit': /kisskb/src/drivers/video/fbdev/aty/mach64_accel.c:390:21: note: byref variable will be forcibly initialized 390 | u32 hostdword; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/hpfs/hpfs_fn.h:19, from /kisskb/src/fs/hpfs/dnode.c:10: /kisskb/src/fs/hpfs/dnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/hpfs/dnode.c: In function 'fix_up_ptrs': /kisskb/src/fs/hpfs/dnode.c:222:49: note: byref variable will be forcibly initialized 222 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_add_to_dnode': /kisskb/src/fs/hpfs/dnode.c:251:17: note: byref variable will be forcibly initialized 251 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:251:13: note: byref variable will be forcibly initialized 251 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:249:29: note: byref variable will be forcibly initialized 249 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/dnode.c:245:28: note: byref variable will be forcibly initialized 245 | struct hpfs_dirent nde; | ^~~ /kisskb/src/fs/hpfs/dnode.c:243:27: note: byref variable will be forcibly initialized 243 | dnode_secno adno, rdno; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:243:21: note: byref variable will be forcibly initialized 243 | dnode_secno adno, rdno; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:241:44: note: byref variable will be forcibly initialized 241 | struct quad_buffer_head qbh, qbh1, qbh2; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:241:38: note: byref variable will be forcibly initialized 241 | struct quad_buffer_head qbh, qbh1, qbh2; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:241:33: note: byref variable will be forcibly initialized 241 | struct quad_buffer_head qbh, qbh1, qbh2; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'move_to_top': /kisskb/src/fs/hpfs/dnode.c:442:17: note: byref variable will be forcibly initialized 442 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:442:13: note: byref variable will be forcibly initialized 442 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:438:33: note: byref variable will be forcibly initialized 438 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'delete_empty_dnode': /kisskb/src/fs/hpfs/dnode.c:635:41: note: byref variable will be forcibly initialized 635 | struct quad_buffer_head qbh1; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:607:41: note: byref variable will be forcibly initialized 607 | struct quad_buffer_head qbh1; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:590:49: note: byref variable will be forcibly initialized 590 | struct quad_buffer_head qbh1; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:549:49: note: byref variable will be forcibly initialized 549 | struct quad_buffer_head qbh1; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:547:45: note: byref variable will be forcibly initialized 547 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/dnode.c:526:17: note: byref variable will be forcibly initialized 526 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:526:13: note: byref variable will be forcibly initialized 526 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:521:33: note: byref variable will be forcibly initialized 521 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_add_dirent': /kisskb/src/fs/hpfs/dnode.c:397:17: note: byref variable will be forcibly initialized 397 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:397:13: note: byref variable will be forcibly initialized 397 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:394:33: note: byref variable will be forcibly initialized 394 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_count_dnodes': /kisskb/src/fs/hpfs/dnode.c:751:17: note: byref variable will be forcibly initialized 751 | int d1, d2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:751:13: note: byref variable will be forcibly initialized 751 | int d1, d2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:750:17: note: byref variable will be forcibly initialized 750 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:750:13: note: byref variable will be forcibly initialized 750 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:747:33: note: byref variable will be forcibly initialized 747 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_de_as_down_as_possible': /kisskb/src/fs/hpfs/dnode.c:824:17: note: byref variable will be forcibly initialized 824 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:824:13: note: byref variable will be forcibly initialized 824 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:820:33: note: byref variable will be forcibly initialized 820 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'map_pos_dirent': /kisskb/src/fs/hpfs/dnode.c:855:33: note: byref variable will be forcibly initialized 855 | struct quad_buffer_head qbh0; | ^~~~ /kisskb/src/fs/hpfs/dnode.c:853:23: note: byref variable will be forcibly initialized 853 | struct dnode *dnode; | ^~~~~ /kisskb/src/fs/hpfs/dnode.c: In function 'map_dirent': /kisskb/src/fs/hpfs/dnode.c:916:17: note: byref variable will be forcibly initialized 916 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:916:13: note: byref variable will be forcibly initialized 916 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c: In function 'hpfs_remove_dtree': /kisskb/src/fs/hpfs/dnode.c:952:33: note: byref variable will be forcibly initialized 952 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/dnode.c: In function 'map_fnode_dirent': /kisskb/src/fs/hpfs/dnode.c:1011:17: note: byref variable will be forcibly initialized 1011 | int d1, d2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:1011:13: note: byref variable will be forcibly initialized 1011 | int d1, d2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:1010:17: note: byref variable will be forcibly initialized 1010 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:1010:13: note: byref variable will be forcibly initialized 1010 | int c1, c2 = 0; | ^~ /kisskb/src/fs/hpfs/dnode.c:1007:29: note: byref variable will be forcibly initialized 1007 | struct buffer_head *bh; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/namei.c:28: /kisskb/src/fs/ext4/namei.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/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; | ^~~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum': /kisskb/src/fs/ext4/namei.c:471:15: note: byref variable will be forcibly initialized 471 | __u32 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_verify': /kisskb/src/fs/ext4/namei.c:487:13: note: byref variable will be forcibly initialized 487 | int count_offset, limit, count; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_set': /kisskb/src/fs/ext4/namei.c:516:13: note: byref variable will be forcibly initialized 516 | int count_offset, limit, count; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1299:29: note: byref variable will be forcibly initialized 1299 | struct dx_hash_info h = *hinfo; | ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1481:37: note: byref variable will be forcibly initialized 1481 | struct qstr cf = {.name = fname->cf_name.name, | ^~ /kisskb/src/fs/ext4/namei.c:1466:29: note: byref variable will be forcibly initialized 1466 | struct fscrypt_name f; | ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_append': /kisskb/src/fs/ext4/namei.c:57:32: note: byref variable will be forcibly initialized 57 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_whiteout_for_rename': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_setup_generic': /kisskb/src/fs/ext4/namei.c:3712:13: note: byref variable will be forcibly initialized 3712 | int retries = 0; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:3433:13: note: byref variable will be forcibly initialized 3433 | u16 tmp; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_tmpfile': /kisskb/src/fs/ext4/namei.c:2856:18: note: byref variable will be forcibly initialized 2856 | int err, retries = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:51: /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_waitforvblank': /kisskb/src/include/linux/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/video/fbdev/aty/atyfb_base.c:1786:15: note: in expansion of macro 'wait_event_interruptible_timeout' 1786 | ret = wait_event_interruptible_timeout(vbl->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1062:67: note: byref variable will be forcibly initialized 1062 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1062:28: note: byref variable will be forcibly initialized 1062 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename_dir_prepare': /kisskb/src/fs/ext4/namei.c:3553:13: note: byref variable will be forcibly initialized 3553 | int retval; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'do_split': /kisskb/src/fs/ext4/namei.c:1958:21: note: byref variable will be forcibly initialized 1958 | ext4_lblk_t newblock; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_bl_init': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2251:14: note: byref variable will be forcibly initialized 2251 | char name[12]; | ^~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2248:37: note: byref variable will be forcibly initialized 2248 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_check_var': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1537:23: note: byref variable will be forcibly initialized 1537 | union aty_pll pll; | ^~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:1536:21: note: byref variable will be forcibly initialized 1536 | struct crtc crtc; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1189:29: note: byref variable will be forcibly initialized 1189 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1173:28: note: byref variable will be forcibly initialized 1173 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1172:15: note: byref variable will be forcibly initialized 1172 | __u32 hashval; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1167:25: note: byref variable will be forcibly initialized 1167 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c:1165:29: note: byref variable will be forcibly initialized 1165 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_init': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2363:34: note: byref variable will be forcibly initialized 2363 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_find_entry': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_init': /kisskb/src/fs/ext4/namei.c:1758:25: note: byref variable will be forcibly initialized 1758 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:3962:15: note: byref variable will be forcibly initialized 3962 | char *option = NULL; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1590:21: note: byref variable will be forcibly initialized 1590 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1572:29: note: byref variable will be forcibly initialized 1572 | struct buffer_head *bh_use[NAMEI_RA_SIZE]; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1717:30: note: byref variable will be forcibly initialized 1717 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3624:30: note: byref variable will be forcibly initialized 3624 | struct ext4_renament old = *ent; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1737:30: note: byref variable will be forcibly initialized 1737 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup': /kisskb/src/fs/ext4/namei.c:1809:34: note: byref variable will be forcibly initialized 1809 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_get_parent': /kisskb/src/fs/ext4/namei.c:1866:35: note: byref variable will be forcibly initialized 1866 | struct ext4_dir_entry_2 * de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_add_entry': /kisskb/src/fs/ext4/namei.c:2491:29: note: byref variable will be forcibly initialized 2491 | ext4_lblk_t newblock; | ^~~~~~~~ /kisskb/src/fs/ext4/namei.c:2456:29: note: byref variable will be forcibly initialized 2456 | struct buffer_head *bh; | ^~ /kisskb/src/fs/ext4/namei.c:2454:25: note: byref variable will be forcibly initialized 2454 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'make_indexed_dir': /kisskb/src/fs/ext4/namei.c:2214:22: note: byref variable will be forcibly initialized 2214 | ext4_lblk_t block; | ^~~~~ /kisskb/src/fs/ext4/namei.c:2207:25: note: byref variable will be forcibly initialized 2207 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c:2205:29: note: byref variable will be forcibly initialized 2205 | struct buffer_head *bh2; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2347:21: note: byref variable will be forcibly initialized 2347 | ext4_lblk_t block, blocks; | ^~~~~ /kisskb/src/fs/ext4/namei.c:2343:30: note: byref variable will be forcibly initialized 2343 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3333:13: note: byref variable will be forcibly initialized 3333 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:3332:28: note: byref variable will be forcibly initialized 3332 | struct fscrypt_str disk_link; | ^~~~~~~~~ /kisskb/src/fs/ext4/namei.c:3329:23: note: byref variable will be forcibly initialized 3329 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mknod': /kisskb/src/fs/ext4/namei.c:2822:27: note: byref variable will be forcibly initialized 2822 | int err, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2821:23: note: byref variable will be forcibly initialized 2821 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_create': /kisskb/src/fs/ext4/namei.c:2787:27: note: byref variable will be forcibly initialized 2787 | int err, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2786:23: note: byref variable will be forcibly initialized 2786 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_delete_entry': /kisskb/src/fs/ext4/namei.c:2685:21: note: byref variable will be forcibly initialized 2685 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_delete_entry': /kisskb/src/fs/ext4/namei.c:3651:34: note: byref variable will be forcibly initialized 3651 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_init_new_dir': /kisskb/src/fs/ext4/namei.c:2926:21: note: byref variable will be forcibly initialized 2926 | ext4_lblk_t block = 0; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mkdir': /kisskb/src/fs/ext4/namei.c:2967:37: note: byref variable will be forcibly initialized 2967 | int err, err2 = 0, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_empty_dir': /kisskb/src/fs/ext4/namei.c:3038:21: note: byref variable will be forcibly initialized 3038 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rmdir': /kisskb/src/fs/ext4/namei.c:3109:34: note: byref variable will be forcibly initialized 3109 | struct ext4_dir_entry_2 *de; | ^~ /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/fs/ext4/namei.c: In function 'ext4_rename': /kisskb/src/fs/ext4/namei.c:3753:19: note: byref variable will be forcibly initialized 3753 | handle_t *handle = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:12: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'mtk_cqdma_free_inactive_desc': /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:555:19: note: byref variable will be forcibly initialized 555 | 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/dma/mediatek/mtk-cqdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/mediatek/../virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/dmaengine.h:8, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:13: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function '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/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/fs/ext4/namei.c: In function '__ext4_unlink': /kisskb/src/fs/ext4/namei.c:3199:34: note: byref variable will be forcibly initialized 3199 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_link': /kisskb/src/fs/ext4/namei.c:3418:18: note: byref variable will be forcibly initialized 3418 | int err, retries = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c:13: /kisskb/src/drivers/dma/mediatek/mtk-cqdma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c:12: /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c: In function 'mtk_hsdma_free_inactive_desc': /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c:742:19: note: byref variable will be forcibly initialized 742 | 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/dma/mediatek/mtk-hsdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/mediatek/../virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/dmaengine.h:8, from /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c:13: /kisskb/src/drivers/dma/mediatek/mtk-hsdma.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/dmaengine.h:8, from /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c:13: /kisskb/src/drivers/dma/mediatek/mtk-hsdma.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:7: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:9: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'iproc_asiu_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:212:29: note: byref variable will be forcibly initialized 212 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:210:29: note: byref variable will be forcibly initialized 210 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:209:38: note: byref variable will be forcibly initialized 209 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:9: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:9: note: in expansion of macro 'rcu_assign_pointer' 829 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:23: note: byref variable will be forcibly initialized 1031 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:33: note: byref variable will be forcibly initialized 1030 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:33: note: byref variable will be forcibly initialized 1082 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:38: note: byref variable will be forcibly initialized 1158 | unsigned long index, offset, maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:40: note: byref variable will be forcibly initialized 1157 | struct radix_tree_node *node, *child; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:32: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:32: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:17: note: in expansion of macro 'rcu_assign_pointer' 455 | rcu_assign_pointer(root->xa_head, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:25: note: in expansion of macro 'rcu_assign_pointer' 626 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:602:23: note: byref variable will be forcibly initialized 602 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:47: note: byref variable will be forcibly initialized 600 | struct radix_tree_node *node = NULL, *child; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:22: note: byref variable will be forcibly initialized 705 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c:704:33: note: byref variable will be forcibly initialized 704 | struct radix_tree_node *node; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:23: note: byref variable will be forcibly initialized 969 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:33: note: byref variable will be forcibly initialized 968 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_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/lib/radix-tree.c:1416:22: note: byref variable will be forcibly initialized 1416 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c:1415:33: note: byref variable will be forcibly initialized 1415 | struct radix_tree_node *node = NULL; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:25: note: in expansion of macro 'rcu_assign_pointer' 1510 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:23: note: byref variable will be forcibly initialized 1481 | unsigned long maxindex, start = iter->next_index; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:47: note: byref variable will be forcibly initialized 1479 | struct radix_tree_node *node = NULL, *child; | ^~~~~ /kisskb/src/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/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; | ^~~ /kisskb/src/sound/pci/ice1712/ice1712.c: In function 'snd_ice1712_read_eeprom': /kisskb/src/sound/pci/ice1712/ice1712.c:2251:37: note: byref variable will be forcibly initialized 2251 | u16 vendor, device; | ^~~~~~ /kisskb/src/sound/pci/ice1712/ice1712.c:2251:29: note: byref variable will be forcibly initialized 2251 | u16 vendor, device; | ^~~~~~ /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/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/ice1712/ice1712.c:1207:25: note: byref variable will be forcibly initialized 1207 | struct snd_pcm *pcm; | ^~~ /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_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/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/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/soc/fsl/qbman/qman_ccsr.c: In function 'fsl_qman_probe': /kisskb/src/drivers/soc/fsl/qbman/qman_ccsr.c:759:19: note: byref variable will be forcibly initialized 759 | u8 major, minor; | ^~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_ccsr.c:759:12: note: byref variable will be forcibly initialized 759 | u8 major, minor; | ^~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_ccsr.c:758:13: note: byref variable will be forcibly initialized 758 | u16 id; | ^~ 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; | ^~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/bcm/bcm2835-power.c:14: /kisskb/src/drivers/soc/bcm/bcm2835-power.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/nvidia/nv_accel.c: In function 'nvidiafb_mono_color_expand': /kisskb/src/drivers/video/fbdev/nvidia/nv_accel.c:357:56: note: byref variable will be forcibly initialized 357 | u32 dsize, width, *data = (u32 *) image->data, tmp; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_bl_curve': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:440:12: note: byref variable will be forcibly initialized 440 | 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:412:15: note: byref variable will be forcibly initialized 412 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_rotate': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:251:34: note: byref variable will be forcibly initialized 251 | 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:279:15: note: byref variable will be forcibly initialized 279 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:278:34: note: byref variable will be forcibly initialized 278 | 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:228:34: note: byref variable will be forcibly initialized 228 | 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:371:15: note: byref variable will be forcibly initialized 371 | char *last = NULL; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:370:34: note: byref variable will be forcibly initialized 370 | 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:7, 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:182:19: note: byref variable will be forcibly initialized 182 | 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:140:34: note: byref variable will be forcibly initialized 140 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:139:14: note: byref variable will be forcibly initialized 139 | char mstr[100]; | ^~~~ /kisskb/src/drivers/video/fbdev/core/fbsysfs.c: In function 'store_blank': /kisskb/src/drivers/video/fbdev/core/fbsysfs.c:314:15: note: byref variable will be forcibly initialized 314 | char *last = NULL; | ^~~~ /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; | ^~~~ /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/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; | ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rbtree.h:24, from /kisskb/src/include/linux/rbtree_augmented.h:16, from /kisskb/src/lib/rbtree.c:12: /kisskb/src/lib/rbtree.c: In function '__rb_change_child_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:17: note: in expansion of macro 'rcu_assign_pointer' 191 | rcu_assign_pointer(root->rb_node, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:25: note: in expansion of macro 'rcu_assign_pointer' 189 | rcu_assign_pointer(parent->rb_right, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:25: note: in expansion of macro 'rcu_assign_pointer' 187 | rcu_assign_pointer(parent->rb_left, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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/dma/sh/rz-dmac.c:12: /kisskb/src/drivers/dma/sh/rz-dmac.c: In function 'rz_dmac_terminate_all': /kisskb/src/drivers/dma/sh/rz-dmac.c:536:19: note: byref variable will be forcibly initialized 536 | 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/dma/sh/rz-dmac.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/sh/../virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | 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/dma/sh/rz-dmac.c: In function 'rz_dmac_of_xlate': /kisskb/src/drivers/dma/sh/rz-dmac.c:738:24: note: byref variable will be forcibly initialized 738 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/sh/rz-dmac.c:12: /kisskb/src/drivers/dma/sh/rz-dmac.c: 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/dma/sh/rz-dmac.c: In function 'rz_dmac_chan_probe': /kisskb/src/drivers/dma/sh/rz-dmac.c:761:14: note: byref variable will be forcibly initialized 761 | char pdev_irqname[5]; | ^~~~~~~~~~~~ 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:171:22: note: byref variable will be forcibly initialized 171 | 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: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/fs/hpfs/ea.c: In function 'hpfs_ea_ext_remove': /kisskb/src/fs/hpfs/ea.c:41:37: note: byref variable will be forcibly initialized 41 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/ea.c:19:22: note: byref variable will be forcibly initialized 19 | char ex[4 + 255 + 1 + 8]; | ^~ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_read_ea': /kisskb/src/fs/hpfs/ea.c:80:14: note: byref variable will be forcibly initialized 80 | char ex[4 + 255 + 1 + 8]; | ^~ /kisskb/src/fs/hpfs/ea.c: In function 'hpfs_get_ea': /kisskb/src/fs/hpfs/ea.c:155:22: note: byref variable will be forcibly initialized 155 | char ex[4 + 255 + 1 + 8]; | ^~ /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/fs/hpfs/ea.c: In function 'hpfs_set_ea': /kisskb/src/fs/hpfs/ea.c:321:67: note: byref variable will be forcibly initialized 321 | struct buffer_head *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/ea.c:321:61: note: byref variable will be forcibly initialized 321 | struct buffer_head *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/ea.c:269:37: note: byref variable will be forcibly initialized 269 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/ea.c:216:22: note: byref variable will be forcibly initialized 216 | char ex[4 + 255 + 1 + 8]; | ^~ /kisskb/src/fs/hpfs/ea.c:198:23: note: byref variable will be forcibly initialized 198 | unsigned char h[4]; | ^ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_pll_round_rate': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:575:19: note: byref variable will be forcibly initialized 575 | u32 ndiv, fdiv; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:575:13: note: byref variable will be forcibly initialized 575 | u32 ndiv, fdiv; | ^~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_event': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:741:23: note: byref variable will be forcibly initialized 741 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_intx': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:571:23: note: byref variable will be forcibly initialized 571 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_clock_determine_rate': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1188:13: note: byref variable will be forcibly initialized 1188 | u32 div; | ^~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1186:23: note: byref variable will be forcibly initialized 1186 | unsigned long avgrate, best_avgrate = 0; | ^~~~~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1185:23: note: byref variable will be forcibly initialized 1185 | unsigned long prate, best_prate = 0; | ^~~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_msi': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_pll_set_rate': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:687:13: note: byref variable will be forcibly initialized 687 | u32 ana[4]; | ^~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:686:19: note: byref variable will be forcibly initialized 686 | u32 ndiv, fdiv, a2w_ctl; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:686:13: note: byref variable will be forcibly initialized 686 | u32 ndiv, fdiv, a2w_ctl; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:28: /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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/bcm/clk-bcm2835.c:34: /kisskb/src/drivers/clk/bcm/clk-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/clk/bcm/clk-bcm2835.c: In function 'bcm2835_register_clock': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1409:21: note: byref variable will be forcibly initialized 1409 | const char *parents[1 << CM_SRC_BITS]; | ^~~~~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1408:30: note: byref variable will be forcibly initialized 1408 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_register_pll_divider': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1347:30: note: byref variable will be forcibly initialized 1347 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/bcm/clk-bcm2835.c: In function 'bcm2835_register_pll': /kisskb/src/drivers/clk/bcm/clk-bcm2835.c:1313:30: note: byref variable will be forcibly initialized 1313 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/mona.c:48: /kisskb/src/sound/pci/echoaudio/mona.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/soc/fsl/qbman/qman_portal.c: In function 'qman_portal_probe': /kisskb/src/drivers/soc/fsl/qbman/qman_portal.c:188:13: note: byref variable will be forcibly initialized 188 | u32 val; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/mona.c:126: /kisskb/src/sound/pci/echoaudio/mona.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/mona.c:125: /kisskb/src/sound/pci/echoaudio/mona.c: In function 'check_asic_status': /kisskb/src/sound/pci/echoaudio/echoaudio_gml.c:42:13: note: byref variable will be forcibly initialized 42 | u32 asic_status; | ^~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/mona.c:124: /kisskb/src/sound/pci/echoaudio/mona.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/mona.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/mona.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/mona.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/mona.c:126: /kisskb/src/sound/pci/echoaudio/mona.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/mona.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/mona.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/mona.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/mona.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/mona.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/mona.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/mona.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/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/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/drivers/soc/fsl/qbman/bman.c: In function 'bman_acquire': /kisskb/src/drivers/soc/fsl/qbman/bman.c:790:29: note: byref variable will be forcibly initialized 790 | union bm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/bman.c: In function 'bm_shutdown_pool': /kisskb/src/drivers/soc/fsl/qbman/bman.c:642:29: note: byref variable will be forcibly initialized 642 | union bm_mc_result *bm_res; | ^~~~~~ /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/drivers/soc/fsl/qbman/bman.c: In function 'bman_new_pool': /kisskb/src/drivers/soc/fsl/qbman/bman.c:698:13: note: byref variable will be forcibly initialized 698 | u32 bpid; | ^~~~ /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/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/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; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.h:34, from /kisskb/src/drivers/soc/fsl/qbman/qman_priv.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman.c:31: /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_schedule_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:1969:29: note: byref variable will be forcibly initialized 1969 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_retire_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2069:43: note: byref variable will be forcibly initialized 2069 | union qm_mr_entry msg; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2010:29: note: byref variable will be forcibly initialized 2010 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_oos_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2092:29: note: byref variable will be forcibly initialized 2092 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_query_fq_np': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2155:29: note: byref variable will be forcibly initialized 2155 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_query_cgr': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2184:29: note: byref variable will be forcibly initialized 2184 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_query_cgr_congested': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2210:32: note: byref variable will be forcibly initialized 2210 | struct qm_mcr_querycgr query_cgr; | ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qm_modify_cgr': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2358:29: note: byref variable will be forcibly initialized 2358 | union qm_mc_result *mcr; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/soc/fsl/qbman/dpaa_sys.h:34, from /kisskb/src/drivers/soc/fsl/qbman/qman_priv.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman.c:31: /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function '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/qbman/qman.c: In function 'qm_congestion_task': /kisskb/src/drivers/soc/fsl/qbman/qman.c:1456:29: note: byref variable will be forcibly initialized 1456 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:1455:30: note: byref variable will be forcibly initialized 1455 | struct qman_cgrs rr, c; | ^ /kisskb/src/drivers/soc/fsl/qbman/qman.c:1455:26: note: byref variable will be forcibly initialized 1455 | struct qman_cgrs rr, c; | ^~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_init_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:1856:29: note: byref variable will be forcibly initialized 1856 | union qm_mc_result *mcr; | ^~~ 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/soc/fsl/qbman/dpaa_sys.h:34, from /kisskb/src/drivers/soc/fsl/qbman/qman_priv.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman.c:31: /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'wait_vdqcr_start': /kisskb/src/include/linux/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/soc/fsl/qbman/qman.c:2262:17: note: in expansion of macro 'wait_event' 2262 | wait_event(affine_queue, !set_vdqcr(p, fq, vdqcr)); | ^~~~~~~~~~ /kisskb/src/include/linux/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/soc/fsl/qbman/qman.c:2259:23: note: in expansion of macro 'wait_event_interruptible' 2259 | ret = wait_event_interruptible(affine_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_volatile_dequeue': /kisskb/src/include/linux/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/soc/fsl/qbman/qman.c:2297:25: note: in expansion of macro 'wait_event' 2297 | wait_event(affine_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/soc/fsl/qbman/qman.c:2294:25: note: in expansion of macro 'wait_event_interruptible' 2294 | wait_event_interruptible(affine_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2268:29: note: byref variable will be forcibly initialized 2268 | struct qman_portal *p; | ^ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_create_cgr': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2446:39: note: byref variable will be forcibly initialized 2446 | struct qm_mcc_initcgr local_opts = *opts; | ^~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2424:32: note: byref variable will be forcibly initialized 2424 | struct qm_mcr_querycgr cgr_state; | ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_delete_cgr': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2490:31: note: byref variable will be forcibly initialized 2490 | struct qm_mcc_initcgr local_opts; | ^~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2489:32: note: byref variable will be forcibly initialized 2489 | struct qm_mcr_querycgr cgr_state; | ^~~~~~~~~ /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/drivers/soc/fsl/qbman/qman.c: In function 'qman_query_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2130:29: note: byref variable will be forcibly initialized 2130 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'cgr_cleanup': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2966:39: note: byref variable will be forcibly initialized 2966 | struct qm_fqd fqd; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2956:42: note: byref variable will be forcibly initialized 2956 | struct qm_mcr_queryfq_np np; | ^~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_init_cgr_all': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2408:25: note: byref variable will be forcibly initialized 2408 | struct qman_cgr cgr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qman_shutdown_fq': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2623:29: note: byref variable will be forcibly initialized 2623 | union qm_mc_result *mcr; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c: In function 'qpool_cleanup': /kisskb/src/drivers/soc/fsl/qbman/qman.c:2908:39: note: byref variable will be forcibly initialized 2908 | struct qm_fqd fqd; | ^~~ /kisskb/src/drivers/soc/fsl/qbman/qman.c:2898:42: note: byref variable will be forcibly initialized 2898 | struct qm_mcr_queryfq_np np; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ In file included from /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.h:42, from /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.c:32: /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.c: In function 'qbman_init_private_mem': /kisskb/src/drivers/soc/fsl/qbman/dpaa_sys.c:43:13: note: byref variable will be forcibly initialized 43 | int len, err; | ^~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:8: /kisskb/src/drivers/dma/qcom/hidma_mgmt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/hpfs/file.c: In function 'hpfs_bmap': /kisskb/src/fs/hpfs/file.c:46:29: note: byref variable will be forcibly initialized 46 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/file.c: In function 'hpfs_get_block': /kisskb/src/fs/hpfs/file.c:83:18: note: byref variable will be forcibly initialized 83 | unsigned n_secs; | ^~~~~~ /kisskb/src/fs/hpfs/file.c: In function 'hpfs_iomap_begin': /kisskb/src/fs/hpfs/file.c:125:22: note: byref variable will be forcibly initialized 125 | unsigned int n_secs; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:8: /kisskb/src/drivers/dma/qcom/hidma_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/dma/qcom/hidma_mgmt.c: In function 'hidma_mgmt_of_populate_channels': /kisskb/src/drivers/dma/qcom/hidma_mgmt.c:350:37: note: byref variable will be forcibly initialized 350 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/fs/affs/super.c: In function 'parse_options': /kisskb/src/fs/affs/super.c:210:31: note: byref variable will be forcibly initialized 210 | int token, n, option; | ^~~~~~ /kisskb/src/fs/affs/super.c:210:28: note: byref variable will be forcibly initialized 210 | int token, n, option; | ^ /kisskb/src/fs/affs/super.c:194:21: note: byref variable will be forcibly initialized 194 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/affs/super.c: In function 'affs_remount': /kisskb/src/fs/affs/super.c:565:34: note: byref variable will be forcibly initialized 565 | char *prefix = NULL; | ^~~~~~ /kisskb/src/fs/affs/super.c:564:34: note: byref variable will be forcibly initialized 564 | char volume[32]; | ^~~~~~ /kisskb/src/fs/affs/super.c:562:34: note: byref variable will be forcibly initialized 562 | unsigned long mount_flags; | ^~~~~~~~~~~ /kisskb/src/fs/affs/super.c:561:34: note: byref variable will be forcibly initialized 561 | int root_block; | ^~~~~~~~~~ /kisskb/src/fs/affs/super.c:560:34: note: byref variable will be forcibly initialized 560 | int reserved; | ^~~~~~~~ /kisskb/src/fs/affs/super.c:559:34: note: byref variable will be forcibly initialized 559 | int mode; | ^~~~ /kisskb/src/fs/affs/super.c:558:34: note: byref variable will be forcibly initialized 558 | kgid_t gid; | ^~~ /kisskb/src/fs/affs/super.c:557:34: note: byref variable will be forcibly initialized 557 | kuid_t uid; | ^~~ /kisskb/src/fs/affs/super.c:556:34: note: byref variable will be forcibly initialized 556 | int blocksize; | ^~~~~~~~~ /kisskb/src/fs/affs/super.c: In function 'affs_fill_super': /kisskb/src/fs/affs/super.c:349:34: note: byref variable will be forcibly initialized 349 | u8 sig[4]; | ^~~ /kisskb/src/fs/affs/super.c:348:34: note: byref variable will be forcibly initialized 348 | int tmp_flags; /* fix remount prototype... */ | ^~~~~~~~~ /kisskb/src/fs/affs/super.c:347:34: note: byref variable will be forcibly initialized 347 | unsigned long mount_flags; | ^~~~~~~~~~~ /kisskb/src/fs/affs/super.c:346:34: note: byref variable will be forcibly initialized 346 | int reserved; | ^~~~~~~~ /kisskb/src/fs/affs/super.c:345:34: note: byref variable will be forcibly initialized 345 | kgid_t gid; | ^~~ /kisskb/src/fs/affs/super.c:344:34: note: byref variable will be forcibly initialized 344 | kuid_t uid; | ^~~ /kisskb/src/fs/affs/super.c:343:34: note: byref variable will be forcibly initialized 343 | int i, j; | ^ /kisskb/src/fs/affs/super.c:340:40: note: byref variable will be forcibly initialized 340 | int size, blocksize; | ^~~~~~~~~ /kisskb/src/fs/affs/super.c:339:34: note: byref variable will be forcibly initialized 339 | s32 root_block; | ^~~~~~~~~~ /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/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:30: note: byref variable will be forcibly initialized 103 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_do_flush_completed_IO': /kisskb/src/fs/ext4/page-io.c:244:26: note: byref variable will be forcibly initialized 244 | struct list_head unwritten; | ^~~~~~~~~ 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; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/ext4/readpage.c:31: /kisskb/src/fs/ext4/readpage.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:73:30: note: byref variable will be forcibly initialized 73 | struct bvec_iter_all iter_all; | ^~~~~~~~ /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; | ^~~ 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; | ^~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:241:32: note: byref variable will be forcibly initialized 241 | struct ext4_map_blocks map; | ^~~ /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 '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/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/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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_ring.c:6: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/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; | ^~ /kisskb/src/drivers/video/fbdev/aty/aty128fb.c:1903:34: note: byref variable will be forcibly initialized 1903 | struct fb_var_screeninfo var; | ^~~ 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/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/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/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/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1863:58: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1863:35: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'event_handler_exit': /kisskb/src/drivers/virtio/virtio_ring.c:1863:20: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:830:9: note: in expansion of macro 'smp_store_release' 830 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_split': /kisskb/src/drivers/virtio/virtio_ring.c:1044:20: note: byref variable will be forcibly initialized 1044 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/drivers/xen/events/events_base.c:59: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_irq_lateeoi_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:657:9: note: in expansion of macro 'smp_store_release' 657 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_test_irq_shared': /kisskb/src/drivers/xen/events/events_base.c:2090:41: note: byref variable will be forcibly initialized 2090 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:854:28: note: byref variable will be forcibly initialized 854 | struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) }; | ^~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_evtchn_close': /kisskb/src/drivers/xen/events/events_base.c:820:29: note: byref variable will be forcibly initialized 820 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'pirq_query_unmask': /kisskb/src/drivers/xen/events/events_base.c:836:41: note: byref variable will be forcibly initialized 836 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'find_virq': /kisskb/src/drivers/xen/events/events_base.c:1334:30: note: byref variable will be forcibly initialized 1334 | struct evtchn_status status; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_rebind_evtchn_to_cpu': /kisskb/src/drivers/xen/events/events_base.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct evtchn_bind_vcpu bind_vcpu; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_virqs': /kisskb/src/drivers/xen/events/events_base.c:1981:33: note: byref variable will be forcibly initialized 1981 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_ipis': /kisskb/src/drivers/xen/events/events_base.c:2008:32: note: byref variable will be forcibly initialized 2008 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:876:33: note: byref variable will be forcibly initialized 876 | struct evtchn_bind_pirq bind_pirq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_pirqs': /kisskb/src/drivers/xen/events/events_base.c:1944:33: note: byref variable will be forcibly initialized 1944 | struct physdev_map_pirq map_irq; | ^~~~~~~ /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c: In function 'mtk_pcie_msi_handler': /kisskb/src/drivers/pci/controller/pcie-mediatek-gen3.c:697:35: note: byref variable will be forcibly initialized 697 | 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:720:23: note: byref variable will be forcibly initialized 720 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_interdomain_evtchn_to_irq_chip': /kisskb/src/drivers/xen/events/events_base.c:1311:40: note: byref variable will be forcibly initialized 1311 | struct evtchn_bind_interdomain bind_interdomain; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_ipi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_set_irq_priority': /kisskb/src/drivers/xen/events/events_base.c:1567:36: note: byref variable will be forcibly initialized 1567 | struct evtchn_set_priority set_priority; | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_poll_irq_timeout': /kisskb/src/drivers/xen/events/events_base.c:2068:35: note: byref variable will be forcibly initialized 2068 | struct sched_poll poll; | ^~~~ /kisskb/src/drivers/xen/events/events_base.c:2065:23: note: byref variable will be forcibly initialized 2065 | evtchn_port_t evtchn = evtchn_from_irq(irq); | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_bind_pirq_gsi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1023:28: note: byref variable will be forcibly initialized 1023 | struct physdev_irq irq_op; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_allocate_pirq_msi': /kisskb/src/drivers/xen/events/events_base.c:1093:38: note: byref variable will be forcibly initialized 1093 | 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:1140:35: note: byref variable will be forcibly initialized 1140 | struct physdev_unmap_pirq unmap_irq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_virq_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1371:23: note: byref variable will be forcibly initialized 1371 | evtchn_port_t evtchn = 0; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c:1370:33: note: byref variable will be forcibly initialized 1370 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/aty/radeon_base.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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; | ^~~~~~~~ In file included from /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:10: /kisskb/src/drivers/dma/dw-edma/dw-edma-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/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_interrupt': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:623:35: note: byref variable will be forcibly initialized 623 | unsigned long total, pos, val; | ^~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_irq_request': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:884:21: note: byref variable will be forcibly initialized 884 | int tmp = chip->nr_irqs; | ^~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:854:13: note: byref variable will be forcibly initialized 854 | u32 rd_mask = 1; | ^~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:853:13: note: byref variable will be forcibly initialized 853 | u32 wr_mask = 1; | ^~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_device_prep_interleaved_dma': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:547:33: note: byref variable will be forcibly initialized 547 | struct dw_edma_transfer xfer; | ^~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_device_prep_dma_cyclic': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:529:33: note: byref variable will be forcibly initialized 529 | struct dw_edma_transfer xfer; | ^~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_device_prep_slave_sg': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:511:33: note: byref variable will be forcibly initialized 511 | struct dw_edma_transfer xfer; | ^~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c: In function 'dw_edma_probe': /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:922:13: note: byref variable will be forcibly initialized 922 | u32 rd_alloc = 0; | ^~~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-core.c:921:13: note: byref variable will be forcibly initialized 921 | u32 wr_alloc = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mediatek/clk-mtk.c:10: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:21: /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'mtk_clk_register_composite': /kisskb/src/drivers/clk/mediatek/clk-mtk.c:187:21: note: byref variable will be forcibly initialized 187 | const char *parent; | ^~~~~~ /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'zynqmp_dma_chan_desc_cleanup': /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:609:48: note: byref variable will be forcibly initialized 609 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bus_notifier_call': /kisskb/src/drivers/gpio/gpio-sim.c:513:14: note: byref variable will be forcibly initialized 513 | char devname[32]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpio/gpio-sim.c:13: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'kmalloc_array': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c:9: /kisskb/src/drivers/dma/xilinx/zynqmp_dma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_make_bank_swnode': /kisskb/src/drivers/gpio/gpio-sim.c:822:36: note: byref variable will be forcibly initialized 822 | unsigned int prop_idx = 0, line_names_size = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:821:31: note: byref variable will be forcibly initialized 821 | struct property_entry properties[GPIO_SIM_PROP_MAX]; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_device_activate_unlocked': /kisskb/src/drivers/gpio/gpio-sim.c:877:37: note: byref variable will be forcibly initialized 877 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_device_config_live_store': /kisskb/src/drivers/gpio/gpio-sim.c:963:14: note: byref variable will be forcibly initialized 963 | bool live; | ^~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_num_lines_store': /kisskb/src/drivers/gpio/gpio-sim.c:1096:22: note: byref variable will be forcibly initialized 1096 | unsigned int num_lines; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_chip_name_show': /kisskb/src/drivers/gpio/gpio-sim.c:1017:39: note: byref variable will be forcibly initialized 1017 | struct gpio_sim_chip_name_ctx ctx = { bank->swnode, page }; | ^~~ /kisskb/src/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/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_make_line_group': /kisskb/src/drivers/gpio/gpio-sim.c:1396:18: note: byref variable will be forcibly initialized 1396 | int ret, nchar; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:1395:22: note: byref variable will be forcibly initialized 1395 | unsigned int offset; | ^~~~~~ /kisskb/src/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]; | ^~~~ /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; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-sim.c:14: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /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/sound/pci/mixart/mixart.c: In function 'snd_mixart_proc_init': /kisskb/src/sound/pci/mixart/mixart.c:1205:32: note: byref variable will be forcibly initialized 1205 | struct snd_info_entry *entry; | ^~~~~ In file included from /kisskb/src/drivers/gpio/gpio-sim.c:13: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/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/sound/pci/mixart/mixart.c:1315:34: note: byref variable will be forcibly initialized 1315 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_add_bank': /kisskb/src/drivers/gpio/gpio-sim.c:367:13: note: byref variable will be forcibly initialized 367 | u32 num_lines; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:366:21: note: byref variable will be forcibly initialized 366 | const char *label; | ^~~~~ /kisskb/src/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/crypto/camellia_generic.c: In function 'camellia_decrypt': /kisskb/src/crypto/camellia_generic.c:1017:13: note: byref variable will be forcibly initialized 1017 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_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_setup192': /kisskb/src/crypto/camellia_generic.c:795:31: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:25: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:19: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:13: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:794:23: note: byref variable will be forcibly initialized 794 | unsigned char kk[32]; | ^~ In file included from /kisskb/src/include/linux/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/soc/fsl/qbman/dpaa_sys.h:34, from /kisskb/src/drivers/soc/fsl/qbman/qman_priv.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman_test.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman_test_api.c:31: /kisskb/src/drivers/soc/fsl/qbman/qman_test_api.c: In function 'qman_test_api': /kisskb/src/include/linux/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/soc/fsl/qbman/qman_test_api.c:190:9: note: in expansion of macro 'wait_event' 190 | wait_event(waitqueue, retire_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/soc/fsl/qbman/qman_test_api.c:182:9: note: in expansion of macro 'wait_event' 182 | wait_event(waitqueue, sdqcr_complete); | ^~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_api.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int flags, frmcnt; | ^~~~~ 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /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/fs/hpfs/inode.c: In function 'hpfs_write_inode_ea': /kisskb/src/fs/hpfs/inode.c:154:24: note: byref variable will be forcibly initialized 154 | __le32 ea; | ^~ /kisskb/src/fs/hpfs/inode.c: In function 'hpfs_read_inode': /kisskb/src/fs/hpfs/inode.c:124:45: note: byref variable will be forcibly initialized 124 | struct buffer_head *bh0; | ^~~ /kisskb/src/fs/hpfs/inode.c:117:31: note: byref variable will be forcibly initialized 117 | int n_dnodes, n_subdirs; | ^~~~~~~~~ /kisskb/src/fs/hpfs/inode.c:117:21: note: byref variable will be forcibly initialized 117 | int n_dnodes, n_subdirs; | ^~~~~~~~ /kisskb/src/fs/hpfs/inode.c:51:13: note: byref variable will be forcibly initialized 51 | int ea_size; | ^~~~~~~ /kisskb/src/fs/hpfs/inode.c:46:29: note: byref variable will be forcibly initialized 46 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/inode.c: In function 'hpfs_write_inode_nolock': /kisskb/src/fs/hpfs/inode.c:214:33: note: byref variable will be forcibly initialized 214 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/inode.c:212:29: note: byref variable will be forcibly initialized 212 | struct buffer_head *bh; | ^~ /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; | ^~~~~~~ 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; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/hpfs/hpfs_fn.h:19, from /kisskb/src/fs/hpfs/map.c:10: /kisskb/src/fs/hpfs/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_code_page': /kisskb/src/fs/hpfs/map.c:59:29: note: byref variable will be forcibly initialized 59 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_bitmap_directory': /kisskb/src/fs/hpfs/map.c:114:29: note: byref variable will be forcibly initialized 114 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_load_hotfix_map': /kisskb/src/fs/hpfs/map.c:136:33: note: byref variable will be forcibly initialized 136 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/map.c: In function 'hpfs_fnode_dno': /kisskb/src/fs/hpfs/map.c:324:29: note: byref variable will be forcibly initialized 324 | struct buffer_head *bh; | ^~ In file included from /kisskb/src/sound/pci/echoaudio/layla20.c:49: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.c:102: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.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/layla20.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; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/layla20.c:100: /kisskb/src/sound/pci/echoaudio/layla20.c: In function 'check_asic_status': /kisskb/src/sound/pci/echoaudio/layla20_dsp.c:115:13: note: byref variable will be forcibly initialized 115 | u32 asic_status; | ^~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/layla20.c:101: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.c:102: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.c:101: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.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/layla20.c:102: /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.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/layla20.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/drivers/dma/dw/of.c: In function 'dw_dma_of_xlate': /kisskb/src/drivers/dma/dw/of.c:23:24: note: byref variable will be forcibly initialized 23 | dma_cap_mask_t cap; | ^~~ /kisskb/src/drivers/dma/dw/of.c: In function 'dw_dma_parse_dt': /kisskb/src/drivers/dma/dw/of.c:55:13: note: byref variable will be forcibly initialized 55 | u32 nr_channels; | ^~~~~~~~~~~ /kisskb/src/drivers/dma/dw/of.c:54:13: note: byref variable will be forcibly initialized 54 | u32 nr_masters; | ^~~~~~~~~~ /kisskb/src/drivers/dma/dw/of.c:53:18: note: byref variable will be forcibly initialized 53 | u32 tmp, arr[DW_DMA_MAX_NR_MASTERS]; | ^~~ /kisskb/src/sound/pci/echoaudio/layla20.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/layla20.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/layla20.c:103: /kisskb/src/sound/pci/echoaudio/layla20.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/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'set_values': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:120:23: note: byref variable will be forcibly initialized 120 | unsigned long tmp; | ^~~ /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'set_values_channel': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:163:23: note: byref variable will be forcibly initialized 163 | unsigned long tmp; | ^~~ /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c: In function 'hidma_mgmt_init_sys': /kisskb/src/drivers/dma/qcom/hidma_mgmt_sys.c:252:22: note: byref variable will be forcibly initialized 252 | char name[20]; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-siox.c:8: /kisskb/src/drivers/gpio/gpio-siox.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/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/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; | ^~~ /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/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In 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/ext4/resize.c: In function 'ext4_setup_next_flex_gd': /kisskb/src/fs/ext4/resize.c:1624:23: note: byref variable will be forcibly initialized 1624 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c:1622:22: note: byref variable will be forcibly initialized 1622 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1621:22: note: byref variable will be forcibly initialized 1621 | ext4_group_t n_group; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_group_input': /kisskb/src/fs/ext4/resize.c:146:42: note: byref variable will be forcibly initialized 146 | ext4_grpblk_t free_blocks_count, offset; | ^~~~~~ 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/fbcon.c:59: /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_putc': /kisskb/src/drivers/video/fbdev/core/fbcon.c:1294:24: note: byref variable will be forcibly initialized 1294 | unsigned short chr; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_resize': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb_meta_bg': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2008:34: note: byref variable will be forcibly initialized 2008 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c:995:9: note: in expansion of macro 'rcu_assign_pointer' 995 | rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_reserved_gdb': /kisskb/src/fs/ext4/resize.c:785:18: note: byref variable will be forcibly initialized 785 | unsigned seven = 7; | ^~~~~ /kisskb/src/fs/ext4/resize.c:784:18: note: byref variable will be forcibly initialized 784 | unsigned five = 5; | ^~~~ /kisskb/src/fs/ext4/resize.c:783:18: note: byref variable will be forcibly initialized 783 | unsigned three = 1; | ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:1022:26: note: byref variable will be forcibly initialized 1022 | struct ext4_iloc iloc; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'add_new_gdb': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/resize.c:932:9: note: in expansion of macro 'rcu_assign_pointer' 932 | rcu_assign_pointer(EXT4_SB(sb)->s_group_desc, n_group_desc); | ^~~~~~~~~~~~~~~~~~ /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/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_blank': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2214:42: note: byref variable will be forcibly initialized 2214 | struct fb_var_screeninfo var = info->var; | ^~~ /kisskb/src/fs/ext4/resize.c: In function 'update_backups': /kisskb/src/fs/ext4/resize.c:1137:18: note: byref variable will be forcibly initialized 1137 | unsigned seven = 7; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1136:18: note: byref variable will be forcibly initialized 1136 | unsigned five = 5; | ^~~~ /kisskb/src/fs/ext4/resize.c:1135:18: note: byref variable will be forcibly initialized 1135 | unsigned three = 1; | ^~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_switch': /kisskb/src/drivers/video/fbdev/core/fbcon.c:2071:34: note: byref variable will be forcibly initialized 2071 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_flex_group_add': /kisskb/src/fs/ext4/resize.c:1529:22: note: byref variable will be forcibly initialized 1529 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1528:23: note: byref variable will be forcibly initialized 1528 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1698:15: note: byref variable will be forcibly initialized 1698 | __u16 bg_flags = 0; | ^~~~~~~~ /kisskb/src/fs/ext4/resize.c:1690:41: note: byref variable will be forcibly initialized 1690 | struct ext4_new_flex_group_data flex_gd; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_extend': /kisskb/src/fs/ext4/resize.c:1830:22: note: byref variable will be forcibly initialized 1830 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1826:23: note: byref variable will be forcibly initialized 1826 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_resize_fs': /kisskb/src/fs/ext4/resize.c:1998:22: note: byref variable will be forcibly initialized 1998 | ext4_group_t o_group; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c:1995:28: note: byref variable will be forcibly initialized 1995 | ext4_grpblk_t add, offset; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fb_console_setup': /kisskb/src/drivers/video/fbdev/core/fbcon.c:407:15: note: byref variable will be forcibly initialized 407 | char *options; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_new_modelist': /kisskb/src/drivers/video/fbdev/core/fbcon.c:3064:34: note: byref variable will be forcibly initialized 3064 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_set_con2fb_map_ioctl': /kisskb/src/drivers/video/fbdev/core/fbcon.c:3114:29: note: byref variable will be forcibly initialized 3114 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/fbcon.c: In function 'fbcon_get_con2fb_map_ioctl': /kisskb/src/drivers/video/fbdev/core/fbcon.c:3139:29: note: byref variable will be forcibly initialized 3139 | struct fb_con2fbmap con2fb; | ^~~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_bread_ino': /kisskb/src/fs/affs/file.c:469:33: note: byref variable will be forcibly initialized 469 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_getzeroblk_ino': /kisskb/src/fs/affs/file.c:488:33: note: byref variable will be forcibly initialized 488 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_getemptyblk_ino': /kisskb/src/fs/affs/file.c:507:33: note: byref variable will be forcibly initialized 507 | struct buffer_head *bh, tmp_bh; | ^~~~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'destroy_per_cpu_handlers': /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:353:21: note: byref variable will be forcibly initialized 353 | u32 flags = 0; | ^~~~~ /kisskb/src/fs/affs/file.c: In function 'affs_truncate': /kisskb/src/fs/affs/file.c:883:23: note: byref variable will be forcibly initialized 883 | void *fsdata; | ^~~~~~ /kisskb/src/fs/affs/file.c:882:30: note: byref variable will be forcibly initialized 882 | struct page *page; | ^~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'init_phase2': /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:444:13: note: byref variable will be forcibly initialized 444 | u32 fqid = 0; | ^~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'init_handler': /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:391:30: note: byref variable will be forcibly initialized 391 | struct qm_mcc_initfq opts; | ^~~~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'send_first_frame': /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:524:22: note: byref variable will be forcibly initialized 524 | struct qm_fd fd; | ^~ /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'on_all_cpus': /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:107:31: note: byref variable will be forcibly initialized 107 | struct bstrap bstrap = { | ^~~~~~ 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/soc/fsl/qbman/dpaa_sys.h:34, from /kisskb/src/drivers/soc/fsl/qbman/qman_priv.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman_test.h:31, from /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c:31: /kisskb/src/drivers/soc/fsl/qbman/qman_test_stash.c: In function 'qman_test_stash': /kisskb/src/include/linux/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/soc/fsl/qbman/qman_test_stash.c:615:9: note: in expansion of macro 'wait_event' 615 | wait_event(queue, loop_counter == HP_LOOPS); | ^~~~~~~~~~ /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_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_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; | ^~~ /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:464:37: note: byref variable will be forcibly initialized 464 | 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:487:29: note: byref variable will be forcibly initialized 487 | 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:927:27: note: byref variable will be forcibly initialized 927 | 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:615:39: note: byref variable will be forcibly initialized 615 | 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:665:14: note: byref variable will be forcibly initialized 665 | bool leaked = false; | ^~~~~~ /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/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': /kisskb/src/sound/pci/mixart/mixart_core.c:310:13: note: byref variable will be forcibly initialized 310 | u32 message_frame; | ^~~~~~~~~~~~~ /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/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_round_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:235:13: note: byref variable will be forcibly initialized 235 | int postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:234:13: note: byref variable will be forcibly initialized 234 | u32 pcw = 0; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_clk_register_pll': /kisskb/src/drivers/clk/mediatek/clk-pll.c:319:21: note: byref variable will be forcibly initialized 319 | const char *parent_name = "clk26m"; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_set_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:206:13: note: byref variable will be forcibly initialized 206 | u32 postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:205:13: note: byref variable will be forcibly initialized 205 | u32 pcw = 0; | ^~~ /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]; | ^~~~~ In file included from /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:52: /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/xilinx/../dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ /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/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_handle_cyclic': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1001:40: note: byref variable will be forcibly initialized 1001 | struct dmaengine_desc_callback cb; | ^~ /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/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; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:12: /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_chan_wait_no_ostand': /kisskb/src/include/linux/wait.h:303: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/dma/xilinx/xilinx_dpdma.c:957:15: note: in expansion of macro 'wait_event_interruptible_timeout' 957 | ret = wait_event_interruptible_timeout(chan->wait_to_stop, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_vdma_alloc_tx_segment': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:640:20: note: byref variable will be forcibly initialized 640 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_cdma_alloc_tx_segment': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:661:20: note: byref variable will be forcibly initialized 661 | dma_addr_t phys; | ^~~~ In file included from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:12: /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/xilinx/../virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | 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/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_terminate_all': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:1337:19: note: byref variable will be forcibly initialized 1337 | LIST_HEAD(descriptors); | ^~~~~~~~~~~ /kisskb/src/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/dma/xilinx/xilinx_dpdma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/xilinx/../virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | 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/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_chan_alloc_sw_desc': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:556:20: note: byref variable will be forcibly initialized 556 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_desc_cleanup': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1023:41: note: byref variable will be forcibly initialized 1023 | struct dmaengine_result result; | ^~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:1018:23: note: byref variable will be forcibly initialized 1018 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_chan_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2769:13: note: byref variable will be forcibly initialized 2769 | u32 value, width; | ^~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_child_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:2933:13: note: byref variable will be forcibly initialized 2933 | u32 nr_channels = 1; | ^~~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c: In function 'xilinx_dma_probe': /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:3017:37: note: byref variable will be forcibly initialized 3017 | u32 num_frames, addr_width, len_width; | ^~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:3017:25: note: byref variable will be forcibly initialized 3017 | u32 num_frames, addr_width, len_width; | ^~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dma.c:3017:13: note: byref variable will be forcibly initialized 3017 | u32 num_frames, addr_width, len_width; | ^~~~~~~~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_irq_handler': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:1505:23: note: byref variable will be forcibly initialized 1505 | unsigned long mask; | ^~~~ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_debugfs_desc_done_irq_write': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:323:13: note: byref variable will be forcibly initialized 323 | u32 id; | ^~ /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c: In function 'xilinx_dpdma_debugfs_write': /kisskb/src/drivers/dma/xilinx/xilinx_dpdma.c:400:15: note: byref variable will be forcibly initialized 400 | char *kern_buff, *kern_buff_start; | ^~~~~~~~~ In file included from /kisskb/src/drivers/dma/dmaengine.c:40: /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1436:29: note: byref variable will be forcibly initialized 1436 | struct dma_tx_state state; | ^~~~~ /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; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_get': /kisskb/src/drivers/virtio/virtio_mmio.c:155:16: note: byref variable will be forcibly initialized 155 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:154:16: note: byref variable will be forcibly initialized 154 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:153:12: note: byref variable will be forcibly initialized 153 | u8 b; | ^ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_get_any_slave_channel': /kisskb/src/drivers/dma/dmaengine.c:728:24: note: byref variable will be forcibly initialized 728 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/dma/dmaengine.c: In function 'dma_request_chan': /kisskb/src/drivers/dma/dmaengine.c:834:32: note: byref variable will be forcibly initialized 834 | dma_cap_mask_t mask; | ^~~~ /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; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/dma/dmaengine.c:34: /kisskb/src/drivers/dma/dmaengine.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma/virt-dma.h:13, from /kisskb/src/drivers/dma/virt-dma.c:12: /kisskb/src/drivers/dma/virt-dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/dma/virt-dma.c:7: /kisskb/src/drivers/dma/virt-dma.c: In function 'vchan_complete': /kisskb/src/drivers/dma/virt-dma.c:88:19: note: byref variable will be forcibly initialized 88 | 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/dma/virt-dma.c:87:40: note: byref variable will be forcibly initialized 87 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_setkey': /kisskb/src/crypto/cast6_generic.c:110:16: note: byref variable will be forcibly initialized 110 | __be32 p_key[8]; /* padded key */ | ^~~~~ /kisskb/src/crypto/cast6_generic.c:109:13: note: byref variable will be forcibly initialized 109 | u32 key[8]; | ^~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_encrypt': /kisskb/src/crypto/cast6_generic.c:175:13: note: byref variable will be forcibly initialized 175 | u32 block[4]; | ^~~~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_decrypt': /kisskb/src/crypto/cast6_generic.c:212:13: note: byref variable will be forcibly initialized 212 | u32 block[4]; | ^~~~~ /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/xen/events/events_2l.c: In function 'evtchn_2l_handle_events': /kisskb/src/drivers/xen/events/events_2l.c:232:37: note: byref variable will be forcibly initialized 232 | xen_ulong_t bits; | ^~~~ /kisskb/src/drivers/xen/events/events_2l.c:198:29: note: byref variable will be forcibly initialized 198 | xen_ulong_t words; | ^~~~~ /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/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; | ^~~~~ /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/gpio/gpio-tps65912.c: In function 'tps65912_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65912.c:64:18: note: byref variable will be forcibly initialized 64 | int ret, val; | ^~~ /kisskb/src/drivers/gpio/gpio-tps65912.c: In function 'tps65912_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-tps65912.c:28:18: note: byref variable will be forcibly initialized 28 | int ret, val; | ^~~ /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; | ^~~~~~~~ In file included from /kisskb/src/drivers/dma/qcom/hidma_ll.c:17: /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'hidma_post_completed': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/dma/qcom/hidma_ll.c:225:9: note: in expansion of macro 'kfifo_put' 225 | kfifo_put(&lldev->handoff_fifo, tre); | ^~~~~~~~~ /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'hidma_ll_tre_complete': /kisskb/src/drivers/dma/qcom/hidma_ll.c:179:27: note: byref variable will be forcibly initialized 179 | struct hidma_tre *tre; | ^~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma_ll.c:8: /kisskb/src/drivers/dma/qcom/hidma_ll.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_error': /kisskb/src/fs/affs/amigaffs.c:476:17: note: byref variable will be forcibly initialized 476 | va_list args; | ^~~~ /kisskb/src/fs/affs/amigaffs.c:475:26: note: byref variable will be forcibly initialized 475 | struct va_format vaf; | ^~~ /kisskb/src/fs/affs/amigaffs.c: In function 'affs_warning': /kisskb/src/fs/affs/amigaffs.c:492:17: note: byref variable will be forcibly initialized 492 | va_list args; | ^~~~ /kisskb/src/fs/affs/amigaffs.c:491:26: note: byref variable will be forcibly initialized 491 | struct va_format vaf; | ^~~ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:37:33: note: byref variable will be forcibly initialized 37 | struct xen_feature_info fi; | ^~ In file included from /kisskb/src/include/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:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:395:9: note: in expansion of macro 'virtio_cread_le' 395 | virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_size': /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:455:9: note: in expansion of macro 'virtio_cwrite_le' 455 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtio_balloon_cmd_id_received': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:570:17: note: in expansion of macro 'virtio_cread_le' 570 | virtio_cread_le(vb->vdev, struct virtio_balloon_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:582:18: note: byref variable will be forcibly initialized 582 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:580:28: note: byref variable will be forcibly initialized 580 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:601:18: note: byref variable will be forcibly initialized 601 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:599:28: note: byref variable will be forcibly initialized 599 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:157:9: note: in expansion of macro 'wait_event' 157 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int len; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:147:28: note: byref variable will be forcibly initialized 147 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:273:19: note: byref variable will be forcibly initialized 273 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:183:9: note: in expansion of macro 'wait_event' 183 | wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int unused, err; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'get_free_page_and_send': /kisskb/src/drivers/virtio/virtio_balloon.c:619:18: note: byref variable will be forcibly initialized 619 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:618:28: note: byref variable will be forcibly initialized 618 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:209:19: note: byref variable will be forcibly initialized 209 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:317:24: note: byref variable will be forcibly initialized 317 | struct sysinfo i; | ^ /kisskb/src/drivers/virtio/virtio_balloon.c:316:23: note: byref variable will be forcibly initialized 316 | unsigned long events[NR_VM_EVENT_ITEMS]; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int len, num_stats; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:376:28: note: byref variable will be forcibly initialized 376 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:535:36: note: byref variable will be forcibly initialized 535 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c:494:21: note: byref variable will be forcibly initialized 494 | const char *names[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:493:24: note: byref variable will be forcibly initialized 493 | vq_callback_t *callbacks[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:492:27: note: byref variable will be forcibly initialized 492 | struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX]; | ^~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_probe': /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:951:17: note: in expansion of macro 'virtio_cwrite_le' 951 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:937:23: note: byref variable will be forcibly initialized 937 | __u32 poison_val = 0; | ^~~~~~~~~~ /kisskb/src/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; | ^~~~~~~~~~~~~~~~~ /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/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:13: note: byref variable will be forcibly initialized 19 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:18:30: note: byref variable will be forcibly initialized 18 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:54:12: note: byref variable will be forcibly initialized 54 | u8 real_iv[16]; | ^~~~~~~ /kisskb/src/crypto/chacha_generic.c:53:13: note: byref variable will be forcibly initialized 53 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:52:27: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ /kisskb/src/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/sound/pci/mixart/mixart_hwdep.c: In function 'snd_mixart_setup_firmware': /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]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:51: /kisskb/src/sound/pci/echoaudio/layla24.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/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; | ^~~ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:114: /kisskb/src/sound/pci/echoaudio/layla24.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/layla24.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/layla24.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/layla24.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/layla24.c:113: /kisskb/src/sound/pci/echoaudio/layla24.c: In function 'check_asic_status': /kisskb/src/sound/pci/echoaudio/echoaudio_gml.c:42:13: note: byref variable will be forcibly initialized 42 | u32 asic_status; | ^~~~~~~~~~~ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:112: /kisskb/src/sound/pci/echoaudio/layla24.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/layla24.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/layla24.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/layla24.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/layla24.c:114: /kisskb/src/sound/pci/echoaudio/layla24.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/layla24.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/layla24.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/layla24.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/layla24.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/drivers/xen/xenbus/xenbus_comms.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_read': /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:165:30: note: byref variable will be forcibly initialized 165 | unsigned int avail; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_write': /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:114:30: note: byref variable will be forcibly initialized 114 | unsigned int avail; | ^~~~~ In file included from /kisskb/src/sound/pci/echoaudio/layla24.c:115: /kisskb/src/sound/pci/echoaudio/layla24.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]; | ^~~ 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/dma/dw-edma/dw-edma-v0-debugfs.c: In function 'dw_edma_debugfs_regs_ch': /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:112:38: note: byref variable will be forcibly initialized 112 | const struct debugfs_entries debugfs_regs[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c: In function 'dw_edma_debugfs_regs_wr': /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:167:14: note: byref variable will be forcibly initialized 167 | char name[16]; | ^~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:151:38: note: byref variable will be forcibly initialized 151 | const struct debugfs_entries debugfs_unroll_regs[] = { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:130:38: note: byref variable will be forcibly initialized 130 | const struct debugfs_entries debugfs_regs[] = { | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_select': /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c: In function 'dw_edma_debugfs_regs_rd': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:134:9: note: in expansion of macro 'virtio_cread_le' 134 | virtio_cread_le(vi->vdev, struct virtio_input_config, size, &size); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:236:14: note: byref variable will be forcibly initialized 236 | char name[16]; | ^~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:220:38: note: byref variable will be forcibly initialized 220 | const struct debugfs_entries debugfs_unroll_regs[] = { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:133:9: note: in expansion of macro 'virtio_cwrite_le' 133 | virtio_cwrite_le(vi->vdev, struct virtio_input_config, subsel, &subsel); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:198:38: note: byref variable will be forcibly initialized 198 | const struct debugfs_entries debugfs_regs[] = { | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:132:9: note: in expansion of macro 'virtio_cwrite_le' 132 | virtio_cwrite_le(vi->vdev, struct virtio_input_config, select, &select); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_init_vqs': /kisskb/src/drivers/virtio/virtio_input.c:189:24: note: byref variable will be forcibly initialized 189 | vq_callback_t *cbs[] = { virtinput_recv_events, | ^~~ /kisskb/src/drivers/virtio/virtio_input.c:188:27: note: byref variable will be forcibly initialized 188 | struct virtqueue *vqs[2]; | ^~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_send_status': /kisskb/src/drivers/virtio/virtio_input.c:64:28: note: byref variable will be forcibly initialized 64 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c: In function 'dw_edma_debugfs_regs': /kisskb/src/drivers/dma/dw-edma/dw-edma-v0-debugfs.c:267:38: note: byref variable will be forcibly initialized 267 | const struct debugfs_entries debugfs_regs[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_status': /kisskb/src/drivers/virtio/virtio_input.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int len; | ^~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_queue_evtbuf': /kisskb/src/drivers/virtio/virtio_input.c:27:28: note: byref variable will be forcibly initialized 27 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_events': /kisskb/src/drivers/virtio/virtio_input.c:38:22: note: byref variable will be forcibly initialized 38 | unsigned int len; | ^~~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_abs': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:181:9: note: in expansion of macro 'virtio_cread_le' 181 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:180:9: note: in expansion of macro 'virtio_cread_le' 180 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:179:9: note: in expansion of macro 'virtio_cread_le' 179 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.res, &re); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:178:9: note: in expansion of macro 'virtio_cread_le' 178 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.max, &ma); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:177:9: note: in expansion of macro 'virtio_cread_le' 177 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.min, &mi); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_probe': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:269:17: note: in expansion of macro 'virtio_cread_le' 269 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:267:17: note: in expansion of macro 'virtio_cread_le' 267 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:265:17: note: in expansion of macro 'virtio_cread_le' 265 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:263:17: note: in expansion of macro 'virtio_cread_le' 263 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function '__evtchn_fifo_handle_events': /kisskb/src/drivers/xen/events/events_fifo.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long ready; | ^~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'init_control_block': /kisskb/src/drivers/xen/events/events_fifo.c:106:36: note: byref variable will be forcibly initialized 106 | struct evtchn_init_control init_control; | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_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/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:171:22: note: byref variable will be forcibly initialized 171 | unsigned 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/drivers/xen/grant-table.c: In function '__max_nr_grant_frames': /kisskb/src/drivers/xen/grant-table.c:775:34: note: byref variable will be forcibly initialized 775 | struct gnttab_query_size query; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_request_version': /kisskb/src/drivers/xen/grant-table.c:1529:35: note: byref variable will be forcibly initialized 1529 | struct gnttab_set_version gsv; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/xen/grant-table.c:37: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map': /kisskb/src/drivers/xen/grant-table.c:1437:43: note: byref variable will be forcibly initialized 1437 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/drivers/xen/grant-table.c:1431:35: note: byref variable will be forcibly initialized 1431 | struct gnttab_setup_table setup; | ^~~~~ /kisskb/src/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/drivers/xen/grant-table.c: In function 'gnttab_page_cache_shrink': /kisskb/src/drivers/xen/grant-table.c:988:22: note: byref variable will be forcibly initialized 988 | struct page *page[10]; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_unmap_refs_sync': /kisskb/src/drivers/xen/grant-table.c:1346:41: note: byref variable will be forcibly initialized 1346 | struct unmap_refs_callback_data data; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map_frames_v2': /kisskb/src/drivers/xen/grant-table.c:1384:41: note: byref variable will be forcibly initialized 1384 | struct gnttab_get_status_frames getframes; | ^~~~~~~~~ /kisskb/src/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]; | ^~~~ 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/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/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'decrease_reservation': /kisskb/src/drivers/xen/balloon.c:449:19: note: byref variable will be forcibly initialized 449 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'balloon_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/balloon.c:540:17: note: in expansion of macro 'wait_event_freezable_timeout' 540 | wait_event_freezable_timeout(balloon_thread_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_symlink_read_folio': /kisskb/src/fs/hpfs/namei.c:488:29: note: byref variable will be forcibly initialized 488 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_symlink': /kisskb/src/fs/hpfs/namei.c:304:28: note: byref variable will be forcibly initialized 304 | struct hpfs_dirent dee; | ^~~ /kisskb/src/fs/hpfs/namei.c:302:21: note: byref variable will be forcibly initialized 302 | fnode_secno fno; | ^~~ /kisskb/src/fs/hpfs/namei.c:300:29: note: byref variable will be forcibly initialized 300 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c:299:18: note: byref variable will be forcibly initialized 299 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_create': /kisskb/src/fs/hpfs/namei.c:142:28: note: byref variable will be forcibly initialized 142 | struct hpfs_dirent dee; | ^~~ /kisskb/src/fs/hpfs/namei.c:140:21: note: byref variable will be forcibly initialized 140 | fnode_secno fno; | ^~~ /kisskb/src/fs/hpfs/namei.c:138:29: note: byref variable will be forcibly initialized 138 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c:136:18: note: byref variable will be forcibly initialized 136 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_mknod': /kisskb/src/fs/hpfs/namei.c:229:28: note: byref variable will be forcibly initialized 229 | struct hpfs_dirent dee; | ^~~ /kisskb/src/fs/hpfs/namei.c:227:21: note: byref variable will be forcibly initialized 227 | fnode_secno fno; | ^~~ /kisskb/src/fs/hpfs/namei.c:225:29: note: byref variable will be forcibly initialized 225 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c:224:18: note: byref variable will be forcibly initialized 224 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_unlink': /kisskb/src/fs/hpfs/namei.c:382:21: note: byref variable will be forcibly initialized 382 | dnode_secno dno; | ^~~ /kisskb/src/fs/hpfs/namei.c:379:33: note: byref variable will be forcibly initialized 379 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/namei.c:378:18: note: byref variable will be forcibly initialized 378 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_rmdir': /kisskb/src/fs/hpfs/namei.c:434:13: note: byref variable will be forcibly initialized 434 | int n_items = 0; | ^~~~~~~ /kisskb/src/fs/hpfs/namei.c:433:21: note: byref variable will be forcibly initialized 433 | dnode_secno dno; | ^~~ /kisskb/src/fs/hpfs/namei.c:430:33: note: byref variable will be forcibly initialized 430 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/namei.c:429:18: note: byref variable will be forcibly initialized 429 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_rename': /kisskb/src/fs/hpfs/namei.c:530:29: note: byref variable will be forcibly initialized 530 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c:528:21: note: byref variable will be forcibly initialized 528 | dnode_secno dno; | ^~~ /kisskb/src/fs/hpfs/namei.c:527:28: note: byref variable will be forcibly initialized 527 | struct hpfs_dirent de; | ^~ /kisskb/src/fs/hpfs/namei.c:525:38: note: byref variable will be forcibly initialized 525 | struct quad_buffer_head qbh, qbh1; | ^~~~ /kisskb/src/fs/hpfs/namei.c:525:33: note: byref variable will be forcibly initialized 525 | struct quad_buffer_head qbh, qbh1; | ^~~ /kisskb/src/fs/hpfs/namei.c:522:18: note: byref variable will be forcibly initialized 522 | unsigned new_len = new_dentry->d_name.len; | ^~~~~~~ /kisskb/src/fs/hpfs/namei.c:520:18: note: byref variable will be forcibly initialized 520 | unsigned old_len = old_dentry->d_name.len; | ^~~~~~~ /kisskb/src/fs/hpfs/namei.c: In function 'hpfs_mkdir': /kisskb/src/fs/hpfs/namei.c:37:28: note: byref variable will be forcibly initialized 37 | struct hpfs_dirent dee; | ^~~ /kisskb/src/fs/hpfs/namei.c:35:21: note: byref variable will be forcibly initialized 35 | dnode_secno dno; | ^~~ /kisskb/src/fs/hpfs/namei.c:34:21: note: byref variable will be forcibly initialized 34 | fnode_secno fno; | ^~~ /kisskb/src/fs/hpfs/namei.c:29:29: note: byref variable will be forcibly initialized 29 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/namei.c:28:33: note: byref variable will be forcibly initialized 28 | struct quad_buffer_head qbh0; | ^~~~ /kisskb/src/fs/hpfs/namei.c:27:18: note: byref variable will be forcibly initialized 27 | unsigned len = dentry->d_name.len; | ^~~ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_router_xlate': /kisskb/src/drivers/dma/of-dma.c:60:33: note: byref variable will be forcibly initialized 60 | struct of_phandle_args dma_spec_target; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_match_channel': /kisskb/src/drivers/dma/of-dma.c:229:21: note: byref variable will be forcibly initialized 229 | const char *s; | ^ /kisskb/src/drivers/dma/of-dma.c: In function 'of_dma_request_slave_channel': /kisskb/src/drivers/dma/of-dma.c:254:33: note: byref variable will be forcibly initialized 254 | struct of_phandle_args dma_spec; | ^~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'get_qe_base': /kisskb/src/drivers/soc/fsl/qe/qe.c:69:25: note: byref variable will be forcibly initialized 69 | struct resource res; | ^~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_brg_clk': /kisskb/src/drivers/soc/fsl/qe/qe.c:162:13: note: byref variable will be forcibly initialized 162 | u32 brg; | ^~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_num_of_risc': /kisskb/src/drivers/soc/fsl/qe/qe.c:620:22: note: byref variable will be forcibly initialized 620 | unsigned int num_of_risc = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/drivers/soc/fsl/qe/qe.c:20: /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/dma/qcom/hidma.c:62: /kisskb/src/drivers/dma/qcom/hidma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/qcom/../dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/qcom/../dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_process_completed': /kisskb/src/drivers/dma/qcom/hidma.c:130:41: note: byref variable will be forcibly initialized 130 | struct dmaengine_result result; | ^~~~~~ /kisskb/src/drivers/dma/qcom/hidma.c:129:48: note: byref variable will be forcibly initialized 129 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/qcom/hidma.c:117:26: note: byref variable will be forcibly initialized 117 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/qcom/hidma.c:45: /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_terminate_channel': /kisskb/src/drivers/xen/manage.c: In function 'setup_shutdown_watcher': /kisskb/src/drivers/dma/qcom/hidma.c:476:19: note: byref variable will be forcibly initialized 476 | 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/xen/manage.c:334:14: note: byref variable will be forcibly initialized 334 | char node[FEATURE_PATH_SIZE]; | ^~~~ /kisskb/src/drivers/dma/qcom/hidma.c: In function 'hidma_free_chan_resources': /kisskb/src/drivers/dma/qcom/hidma.c:541:19: note: byref variable will be forcibly initialized 541 | LIST_HEAD(descs); | ^~~~~ /kisskb/src/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/dma/qcom/hidma.c: In function 'hidma_alloc_chan_resources': /kisskb/src/drivers/dma/qcom/hidma.c:348:19: note: byref variable will be forcibly initialized 348 | LIST_HEAD(descs); | ^~~~~ /kisskb/src/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/manage.c: In function 'sysrq_handler': /kisskb/src/drivers/xen/manage.c:273:35: note: byref variable will be forcibly initialized 273 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/xen/manage.c:272:14: note: byref variable will be forcibly initialized 272 | char sysrq_key = '\0'; | ^~~~~~~~~ /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/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/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/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_mixer.c: In function 'snd_mixart_create_mixer': /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/drivers/video/fbdev/core/bitblit.c: In function 'bit_bmove': /kisskb/src/drivers/video/fbdev/core/bitblit.c:49:28: note: byref variable will be forcibly initialized 49 | struct fb_copyarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_clear': /kisskb/src/drivers/video/fbdev/core/bitblit.c:65:28: note: byref variable will be forcibly initialized 65 | struct fb_fillrect region; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_clear_margins': /kisskb/src/drivers/video/fbdev/core/bitblit.c:214:28: note: byref variable will be forcibly initialized 214 | struct fb_fillrect region; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/bitblit.c:13: /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function '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/bitblit.c: In function 'bit_cursor': /kisskb/src/drivers/video/fbdev/core/bitblit.c:239:26: note: byref variable will be forcibly initialized 239 | struct fb_cursor cursor; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/bitblit.c: In function 'bit_putcs': /kisskb/src/drivers/video/fbdev/core/bitblit.c:147:25: note: byref variable will be forcibly initialized 147 | struct fb_image image; | ^~~~~ In file included from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/idma64.c:11: /kisskb/src/drivers/dma/idma64.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/idma64.c:10: /kisskb/src/drivers/dma/idma64.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | 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/dma/idma64.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/riva/fbdev.c:32: /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function '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/riva/fbdev.c: In function 'rivafb_load_cursor_image': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:487:13: note: byref variable will be forcibly initialized 487 | u32 b, tmp; | ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_cursor': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1578:12: note: byref variable will be forcibly initialized 1578 | u8 data[MAX_CURS * MAX_CURS/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/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/idma64.c:11: /kisskb/src/drivers/dma/idma64.c: In function '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/riva/fbdev.c: In function 'rivafb_imageblit': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1493:38: note: byref variable will be forcibly initialized 1493 | u32 fgx = 0, bgx = 0, width, tmp; | ^~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1493:22: note: byref variable will be forcibly initialized 1493 | u32 fgx = 0, bgx = 0, width, tmp; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/idma64.c:10: /kisskb/src/drivers/dma/idma64.c: In function 'idma64_terminate_all': /kisskb/src/drivers/dma/idma64.c:474:19: note: byref variable will be forcibly initialized 474 | 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/video/fbdev/riva/fbdev.c: In function 'rivafb_setcolreg': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:34: note: byref variable will be forcibly initialized 1351 | u8 r, g, b; | ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:31: note: byref variable will be forcibly initialized 1351 | u8 r, g, b; | ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1351:28: note: byref variable will be forcibly initialized 1351 | u8 r, g, b; | ^ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'riva_load_video_mode': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:675:26: note: byref variable will be forcibly initialized 675 | struct riva_regs newmode; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'riva_update_default_var': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1787:29: note: byref variable will be forcibly initialized 1787 | struct fb_videomode modedb; | ^~~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'riva_bl_init': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:325:14: note: byref variable will be forcibly initialized 325 | char name[12]; | ^~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c:322:37: note: byref variable will be forcibly initialized 322 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/fbdev/riva/fbdev.c: In function 'rivafb_probe': /kisskb/src/drivers/video/fbdev/riva/fbdev.c:1956:32: note: byref variable will be forcibly initialized 1956 | unsigned short cmd; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/symlink.c:21: /kisskb/src/fs/ext4/symlink.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ 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 '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 'xs_suspend_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:103:9: note: in expansion of macro 'wait_event' 103 | wait_event(xs_state_exit_wq, xs_state_users == 0); | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/pm3fb.c: In function 'pm3fb_write_mode': /kisskb/src/drivers/video/fbdev/pm3fb.c:826:31: note: byref variable will be forcibly initialized 826 | unsigned char p; /* ClkPostScale */ | ^ /kisskb/src/drivers/video/fbdev/pm3fb.c:825:31: note: byref variable will be forcibly initialized 825 | unsigned char n; /* ClkFeedBackScale */ | ^ /kisskb/src/drivers/video/fbdev/pm3fb.c:824:31: note: byref variable will be forcibly initialized 824 | unsigned char m; /* ClkPreScale */ | ^ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenwatch_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:882:17: note: in expansion of macro 'wait_event_interruptible' 882 | wait_event_interruptible(watch_events_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_talkv': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:309:28: note: byref variable will be forcibly initialized 309 | struct xsd_sockmsg msg; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_single': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:360:21: note: byref variable will be forcibly initialized 360 | struct kvec iovec; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_directory': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int len; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_exists': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:446:13: note: byref variable will be forcibly initialized 446 | int dir_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_scanf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:571:17: note: byref variable will be forcibly initialized 571 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_read_unsigned': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:594:22: note: byref variable will be forcibly initialized 594 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_gather': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:631:17: note: byref variable will be forcibly initialized 631 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function '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/video/fbdev/pm3fb.c: In function 'pm3fb_copyarea': /kisskb/src/drivers/video/fbdev/pm3fb.c:443:28: note: byref variable will be forcibly initialized 443 | struct fb_copyarea modded; | ^~~~~~ /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/video/fbdev/pm3fb.c: In function 'pm3fb_fillrect': /kisskb/src/drivers/video/fbdev/pm3fb.c:379:28: note: byref variable will be forcibly initialized 379 | struct fb_fillrect modded; | ^~~~~~ /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/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/pm3fb.c: In function 'pm3fb_init': /kisskb/src/drivers/video/fbdev/pm3fb.c:1537:15: note: byref variable will be forcibly initialized 1537 | char *option = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/adfs/dir.c:9: /kisskb/src/fs/adfs/dir.c: In 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/adfs/dir.c: In function 'adfs_iterate': /kisskb/src/fs/adfs/dir.c:243:25: note: byref variable will be forcibly initialized 243 | struct adfs_dir dir; | ^~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_dir_lookup_byname': /kisskb/src/fs/adfs/dir.c:353:25: note: byref variable will be forcibly initialized 353 | struct adfs_dir dir; | ^~~ /kisskb/src/fs/adfs/dir.c: In function 'adfs_lookup': /kisskb/src/fs/adfs/dir.c:433:28: note: byref variable will be forcibly initialized 433 | struct object_info obj; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ext4.h:2941, from /kisskb/src/fs/ext4/super.c:61: /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_inode': /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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_inode': /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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_evict_inode': /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/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /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/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_drop_inode': /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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_nfs_commit_metadata': /kisskb/src/include/trace/perf.h: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/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /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/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mark_inode_dirty': /kisskb/src/include/trace/perf.h: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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_begin_ordered_truncate': /kisskb/src/include/trace/perf.h: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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_begin': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__write_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages': /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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_write_pages_extent': /kisskb/src/include/trace/perf.h: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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_writepages_result': /kisskb/src/include/trace/perf.h: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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__page_op': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_invalidate_folio_op': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_blocks': /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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mb_new_pa': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_inode_pa': /kisskb/src/include/trace/perf.h: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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_release_group_pa': /kisskb/src/include/trace/perf.h: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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_discard_preallocations': /kisskb/src/include/trace/perf.h: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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mb_discard_preallocations': /kisskb/src/include/trace/perf.h: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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_request_blocks': /kisskb/src/include/trace/perf.h: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/ext4.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /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/ext4.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_allocate_blocks': /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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_blocks': /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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_enter': /kisskb/src/include/trace/perf.h: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/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_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/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_file_exit': /kisskb/src/include/trace/perf.h: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/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_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/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_sync_fs': /kisskb/src/include/trace/perf.h: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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_alloc_da_blocks': /kisskb/src/include/trace/perf.h: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/ext4.h:996:1: note: in expansion of macro 'TRACE_EVENT' 996 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /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/ext4.h:996:1: note: in expansion of macro 'TRACE_EVENT' 996 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_alloc': /kisskb/src/include/trace/perf.h: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/ext4.h:1019:1: note: in expansion of macro 'TRACE_EVENT' 1019 | TRACE_EVENT(ext4_mballoc_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/ext4.h:1019:1: note: in expansion of macro 'TRACE_EVENT' 1019 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_mballoc_prealloc': /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/ext4.h:1086:1: note: in expansion of macro 'TRACE_EVENT' 1086 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /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/ext4.h:1086:1: note: in expansion of macro 'TRACE_EVENT' 1086 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__mballoc': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_forget': /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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_update_reserve_space': /kisskb/src/include/trace/perf.h: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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_reserve_space': /kisskb/src/include/trace/perf.h: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/ext4.h:1242:1: note: in expansion of macro 'TRACE_EVENT' 1242 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /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/ext4.h:1242:1: note: in expansion of macro 'TRACE_EVENT' 1242 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_da_release_space': /kisskb/src/include/trace/perf.h: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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__bitmap_load': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_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/events/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_read_block_bitmap_load': /kisskb/src/include/trace/perf.h: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/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__fallocate_mode': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fallocate_exit': /kisskb/src/include/trace/perf.h: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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_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/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_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/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_unlink_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/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_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/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'perf_trace_ext4__truncate': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/perf.h: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/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'perf_trace_ext4_ext_convert_to_initialized_fastpath': /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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_enter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:210:45: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:37: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:29: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__map_blocks_exit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_load_extent': /kisskb/src/include/trace/perf.h: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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_load_inode': /kisskb/src/include/trace/perf.h: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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ 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/fs/ext4/super.c: In function 'perf_trace_ext4_journal_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/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_journal_start_reserved': /kisskb/src/include/trace/perf.h: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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__trim': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/perf.h: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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'perf_trace_ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_show_extent': /kisskb/src/include/trace/perf.h: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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_remove_blocks': /kisskb/src/include/trace/perf.h: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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_leaf': /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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_rm_idx': /kisskb/src/include/trace/perf.h: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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space': /kisskb/src/include/trace/perf.h: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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_ext_remove_space_done': /kisskb/src/include/trace/perf.h: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_extent': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_remove_extent': /kisskb/src/include/trace/perf.h: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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/perf.h: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/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_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/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/perf.h: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/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_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/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/perf.h: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/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/perf.h: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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4__es_shrink_enter': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/perf.h: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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_collapse_range': /kisskb/src/include/trace/perf.h: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/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_insert_range': /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/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_shrink': /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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_es_insert_delayed_block': /kisskb/src/include/trace/perf.h: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/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /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/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fsmap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_getfsmap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_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/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_shutdown': /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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_error': /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/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_prefetch_bitmaps': /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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_lazy_itable_init': /kisskb/src/include/trace/perf.h: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/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_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/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay_scan': /kisskb/src/include/trace/perf.h: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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_replay': /kisskb/src/include/trace/perf.h: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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_start': /kisskb/src/include/trace/perf.h: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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_commit_stop': /kisskb/src/include/trace/perf.h: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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_stats': /kisskb/src/include/trace/perf.h: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/ext4.h:2739:1: note: in expansion of macro 'TRACE_EVENT' 2739 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /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/ext4.h:2739:1: note: in expansion of macro 'TRACE_EVENT' 2739 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_dentry': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_inode': /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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_track_range': /kisskb/src/include/trace/perf.h: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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_fc_cleanup': /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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_update_sb': /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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_other_inode_update_time': /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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'perf_trace_ext4_free_inode': /kisskb/src/include/trace/perf.h: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/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /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/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ext4.h:2941, from /kisskb/src/fs/ext4/super.c:61: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_evict_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_drop_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_nfs_commit_metadata': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mark_inode_dirty': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_begin_ordered_truncate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__page_op': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidate_folio_op': /kisskb/src/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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mb_new_pa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_inode_pa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_group_pa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_preallocations': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_discard_preallocations': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_fs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_alloc_da_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:996:1: note: in expansion of macro 'TRACE_EVENT' 996 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1019:1: note: in expansion of macro 'TRACE_EVENT' 1019 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init.c: In function 'SiS_DoCalcDelay': /kisskb/src/drivers/video/fbdev/sis/init.c:2271:25: note: byref variable will be forcibly initialized 2271 | unsigned short idx1, idx2; | ^~~~ /kisskb/src/drivers/video/fbdev/sis/init.c:2271:19: note: byref variable will be forcibly initialized 2271 | unsigned short idx1, idx2; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_prealloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1086:1: note: in expansion of macro 'TRACE_EVENT' 1086 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mballoc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_forget': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_update_reserve_space': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_reserve_space': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1242:1: note: in expansion of macro 'TRACE_EVENT' 1242 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_release_space': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__bitmap_load': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ /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/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_read_block_bitmap_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/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__fallocate_mode': /kisskb/src/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fallocate_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__truncate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_load_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_load_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start_reserved': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__trim': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_show_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_remove_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /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/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_leaf': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_idx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_remove_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_shrink_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_collapse_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_insert_delayed_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fsmap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_getfsmap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_shutdown': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_prefetch_bitmaps': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_lazy_itable_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_stats': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2739:1: note: in expansion of macro 'TRACE_EVENT' 2739 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:35: note: byref variable will be forcibly initialized 152 | struct genpool_data_align muram_pool_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:35: note: byref variable will be forcibly initialized 204 | struct genpool_data_fixed muram_pool_data_fixed; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_dentry': /kisskb/src/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_init': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:48:25: note: byref variable will be forcibly initialized 48 | struct resource r; | ^ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_cleanup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_update_sb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_xgi_ramsize': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4645:53: note: byref variable will be forcibly initialized 4645 | 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; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/ext4.h:2941, from /kisskb/src/fs/ext4/super.c:61: /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_other_inode_update_time': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:121:1: note: in expansion of macro 'TRACE_EVENT' 121 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_request_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_drop_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:249:1: note: in expansion of macro 'TRACE_EVENT' 249 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mark_inode_dirty': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:291:1: note: in expansion of macro 'TRACE_EVENT' 291 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_begin_ordered_truncate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_writepages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_write_pages_extent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__mb_new_pa': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:670:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 670 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_release_group_pa': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:742:1: note: in expansion of macro 'TRACE_EVENT' 742 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_discard_preallocations': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:791:1: note: in expansion of macro 'TRACE_EVENT' 791 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_allocate_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:852:1: note: in expansion of macro 'TRACE_EVENT' 852 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_file_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/events/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:925:1: note: in expansion of macro 'TRACE_EVENT' 925 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_file_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/events/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_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/events/ext4.h:952:1: note: in expansion of macro 'TRACE_EVENT' 952 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_sync_fs': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:975:1: note: in expansion of macro 'TRACE_EVENT' 975 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_release_space': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1271:1: note: in expansion of macro 'TRACE_EVENT' 1271 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_find_rom': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4120:16: note: byref variable will be forcibly initialized 4120 | size_t romsize; | ^~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__bitmap_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/trace/bpf_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/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_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/trace/bpf_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/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_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: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/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_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: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/ext4.h:1302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1302 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_unlink_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/events/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1445:1: note: in expansion of macro 'TRACE_EVENT' 1445 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_unlink_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/events/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_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/events/ext4.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_load_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1727:1: note: in expansion of macro 'TRACE_EVENT' 1727 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_rm_idx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2034:1: note: in expansion of macro 'TRACE_EVENT' 2034 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__es_extent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2131:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2131 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_find_extent_range_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/events/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2198:1: note: in expansion of macro 'TRACE_EVENT' 2198 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_find_extent_range_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/events/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_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/events/ext4.h:2220:1: note: in expansion of macro 'TRACE_EVENT' 2220 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_lookup_extent_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/events/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_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/events/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_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/events/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_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/events/ext4.h:2250:1: note: in expansion of macro 'TRACE_EVENT' 2250 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_getfsmap_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/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_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/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_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/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_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/ext4.h:2513:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2513 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_shutdown': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2548:1: note: in expansion of macro 'TRACE_EVENT' 2548 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_lazy_itable_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2616:1: note: in expansion of macro 'TRACE_EVENT' 2616 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_get_dram_size': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1972:12: note: byref variable will be forcibly initialized 1972 | u8 reg; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_commit_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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_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/ext4.h:2683:1: note: in expansion of macro 'TRACE_EVENT' 2683 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_free_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:151:1: note: in expansion of macro 'TRACE_EVENT' 151 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_evict_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_nfs_commit_metadata': /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_SenseLCD': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2294:23: note: byref variable will be forcibly initialized 2294 | unsigned char buffer[256]; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__page_op': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_request_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:812:1: note: in expansion of macro 'TRACE_EVENT' 812 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_alloc_da_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:996:1: note: in expansion of macro 'TRACE_EVENT' 996 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:996:1: note: in expansion of macro 'TRACE_EVENT' 996 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mballoc_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/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/ext4.h:1019:1: note: in expansion of macro 'TRACE_EVENT' 1019 | TRACE_EVENT(ext4_mballoc_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/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/ext4.h:1019:1: note: in expansion of macro 'TRACE_EVENT' 1019 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mballoc_prealloc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1086:1: note: in expansion of macro 'TRACE_EVENT' 1086 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1086:1: note: in expansion of macro 'TRACE_EVENT' 1086 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_reserve_space': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1242:1: note: in expansion of macro 'TRACE_EVENT' 1242 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1242:1: note: in expansion of macro 'TRACE_EVENT' 1242 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__truncate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:1493:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1493 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_stats': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:2739:1: note: in expansion of macro 'TRACE_EVENT' 2739 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/ext4.h:2739:1: note: in expansion of macro 'TRACE_EVENT' 2739 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_allocate_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:336:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 336 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ /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/fs/ext4/super.c: In function '__bpf_trace_ext4_da_write_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_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/ext4.h:470:1: note: in expansion of macro 'TRACE_EVENT' 470 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_invalidate_folio_op': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:606:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 606 | DECLARE_EVENT_CLASS(ext4_invalidate_folio_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_discard_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:646:1: note: in expansion of macro 'TRACE_EVENT' 646 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_mb_release_inode_pa': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:715:1: note: in expansion of macro 'TRACE_EVENT' 715 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_discard_preallocations': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:765:1: note: in expansion of macro 'TRACE_EVENT' 765 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_sis300': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:4365:22: note: byref variable will be forcibly initialized 4365 | unsigned int mapsize; | ^~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_forget': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1180:1: note: in expansion of macro 'TRACE_EVENT' 1180 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_da_update_reserve_space': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1207:1: note: in expansion of macro 'TRACE_EVENT' 1207 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_read_block_bitmap_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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: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/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_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: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/ext4.h:1344:1: note: in expansion of macro 'TRACE_EVENT' 1344 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_convert_to_initialized_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1530:1: note: in expansion of macro 'TRACE_EVENT' 1530 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_load_extent': /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_post_xgi': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:5122:25: note: byref variable will be forcibly initialized 5122 | u32 rega, regb, regd; | ^~~~ /kisskb/src/include/trace/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/ext4.h:1702:1: note: in expansion of macro 'TRACE_EVENT' 1702 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_journal_start_reserved': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1775:1: note: in expansion of macro 'TRACE_EVENT' 1775 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_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/ext4.h:1884:1: note: in expansion of macro 'TRACE_EVENT' 1884 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_remove_extent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2173:1: note: in expansion of macro 'TRACE_EVENT' 2173 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_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/ext4.h:2272:1: note: in expansion of macro 'TRACE_EVENT' 2272 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__es_shrink_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2306:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2306 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_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/ext4.h:2340:1: note: in expansion of macro 'TRACE_EVENT' 2340 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2362:1: note: in expansion of macro 'TRACE_EVENT' 2362 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2387:1: note: in expansion of macro 'TRACE_EVENT' 2387 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2440:1: note: in expansion of macro 'TRACE_EVENT' 2440 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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: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/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2568:1: note: in expansion of macro 'TRACE_EVENT' 2568 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_replay_scan': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2635:1: note: in expansion of macro 'TRACE_EVENT' 2635 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2826:1: note: in expansion of macro 'TRACE_EVENT' 2826 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_cleanup': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2889:1: note: in expansion of macro 'TRACE_EVENT' 2889 | TRACE_EVENT(ext4_fc_cleanup, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_update_sb': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2915:1: note: in expansion of macro 'TRACE_EVENT' 2915 | TRACE_EVENT(ext4_update_sb, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__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/events/ext4.h:376:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 376 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_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/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/ext4.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_free_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__fallocate_mode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1367:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1367 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_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: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/ext4.h:1416:1: note: in expansion of macro 'TRACE_EVENT' 1416 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1568:1: note: in expansion of macro 'TRACE_EVENT' 1568 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__map_blocks_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/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/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1610:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1610 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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/events/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_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: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/ext4.h:1652:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1652 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__trim': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1797:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1797 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_show_extent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1913:1: note: in expansion of macro 'TRACE_EVENT' 1913 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_rm_leaf': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1990:1: note: in expansion of macro 'TRACE_EVENT' 1990 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_Sense30x': /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_remove_space': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2419:10: note: byref variable will be forcibly initialized 2419 | char tvstr[] = "TV connected to"; | ^~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2418:10: note: byref variable will be forcibly initialized 2418 | char stdstr[] = "sisfb: Detected"; | ^~~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2057:1: note: in expansion of macro 'TRACE_EVENT' 2057 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_prefetch_bitmaps': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2591:1: note: in expansion of macro 'TRACE_EVENT' 2591 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'SiS_SenseCh': /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_commit_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2555:10: note: byref variable will be forcibly initialized 2555 | char stdstr[] = "sisfb: Chrontel: Detected TV connected to"; | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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: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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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: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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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: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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_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: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/ext4.h:2702:1: note: in expansion of macro 'TRACE_EVENT' 2702 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_dentry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2783:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2783 | DECLARE_EVENT_CLASS(ext4_fc_track_dentry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_get_VB_type': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2678:14: note: byref variable will be forcibly initialized 2678 | char bridgestr[] = "video bridge"; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:2677:14: note: byref variable will be forcibly initialized 2677 | char stdstr[] = "sisfb: Detected"; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4__mballoc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1126:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1126 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1747:1: note: in expansion of macro 'TRACE_EVENT' 1747 | TRACE_EVENT(ext4_journal_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1846:1: note: in expansion of macro 'TRACE_EVENT' 1846 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_remove_blocks': /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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:596:13: note: byref variable will be forcibly initialized 596 | int htotal, vtotal; | ^~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:1943:1: note: in expansion of macro 'TRACE_EVENT' 1943 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_es_shrink': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2412:1: note: in expansion of macro 'TRACE_EVENT' 2412 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_replay': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_probe': /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ext4.h:2657:1: note: in expansion of macro 'TRACE_EVENT' 2657 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c:5857:13: note: byref variable will be forcibly initialized 5857 | u16 reg16; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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: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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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: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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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: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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_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: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/ext4.h:2855:1: note: in expansion of macro 'TRACE_EVENT' 2855 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_ext_remove_space_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_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: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/ext4.h:2087:1: note: in expansion of macro 'TRACE_EVENT' 2087 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__bpf_trace_ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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/trace/bpf_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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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: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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_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: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/ext4.h:2476:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2476 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:52: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ In file included from /kisskb/src/fs/ext4/super.c:48: /kisskb/src/fs/ext4/super.c: In function 'fsnotify_sb_error': /kisskb/src/include/linux/fsnotify.h:385:32: note: byref variable will be forcibly initialized 385 | struct fs_error_report report = { | ^~~~~~ /kisskb/src/fs/ext4/sysfs.c: In function 'reserved_clusters_store': /kisskb/src/fs/ext4/sysfs.c:101:28: note: byref variable will be forcibly initialized 101 | unsigned long long val; | ^~~ /kisskb/src/fs/ext4/sysfs.c: In function 'inode_readahead_blks_store': /kisskb/src/fs/ext4/sysfs.c:84:23: note: byref variable will be forcibly initialized 84 | unsigned long t; | ^ /kisskb/src/fs/ext4/sysfs.c: In function 'ext4_attr_store': /kisskb/src/fs/ext4/sysfs.c:454:23: note: byref variable will be forcibly initialized 454 | unsigned long t; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/ext4/super.c:20: /kisskb/src/fs/ext4/super.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/ext4/super.c: In function 'ext4_group_desc_csum': /kisskb/src/fs/ext4/super.c:3193:23: note: byref variable will be forcibly initialized 3193 | __u16 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_read_nbridge_pci_dword': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1030:8: note: byref variable will be forcibly initialized 1030 | u32 val = 0; | ^~~ /kisskb/src/fs/ext4/super.c:3187:16: note: byref variable will be forcibly initialized 3187 | __le32 le_group = cpu_to_le32(block_group); | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/sis_main.c: In function 'sisfb_read_lpc_pci_dword': /kisskb/src/drivers/video/fbdev/sis/sis_main.c:1048:8: note: byref variable will be forcibly initialized 1048 | u32 val = 0; | ^~~ /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/fs/ext4/super.c: In function 'ext4_run_li_request': /kisskb/src/fs/ext4/super.c:3670:22: note: byref variable will be forcibly initialized 3670 | unsigned int prefetch_ios = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_sync_fs': /kisskb/src/fs/ext4/super.c:6066:15: note: byref variable will be forcibly initialized 6066 | tid_t target; | ^~~~~~ In file included from /kisskb/src/drivers/gpio/gpio-wm8994.c:20: /kisskb/src/drivers/gpio/gpio-wm8994.c: In function 'wm8994_reg_read': /kisskb/src/include/linux/mfd/wm8994/core.h:84:22: note: byref variable will be forcibly initialized 84 | unsigned int val; | ^~~ /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; | ^~~~~ 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/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:931:17: note: byref variable will be forcibly initialized 931 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:930:26: note: byref variable will be forcibly initialized 930 | struct va_format vaf; | ^~~ /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/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:766:17: note: byref variable will be forcibly initialized 766 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:765:26: note: byref variable will be forcibly initialized 765 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:791:26: note: byref variable will be forcibly initialized 791 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c:790:17: note: byref variable will be forcibly initialized 790 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:826:14: note: byref variable will be forcibly initialized 826 | char pathname[80], *path; | ^~~~~~~~ /kisskb/src/fs/ext4/super.c:824:26: note: byref variable will be forcibly initialized 824 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c:823:17: note: byref variable will be forcibly initialized 823 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_std_error': /kisskb/src/fs/ext4/super.c:905:14: note: byref variable will be forcibly initialized 905 | char nbuf[16]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_parse_param': /kisskb/src/fs/ext4/super.c:2265:29: note: byref variable will be forcibly initialized 2265 | struct path path; | ^~~~ /kisskb/src/fs/ext4/super.c:2076:32: note: byref variable will be forcibly initialized 2076 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2395:29: note: byref variable will be forcibly initialized 2395 | struct fs_parameter param; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:961:17: note: byref variable will be forcibly initialized 961 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:960:26: note: byref variable will be forcibly initialized 960 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_clear_journal_err': /kisskb/src/fs/ext4/super.c:6031:22: note: byref variable will be forcibly initialized 6031 | char nbuf[16]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:978:17: note: byref variable will be forcibly initialized 978 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:977:26: note: byref variable will be forcibly initialized 977 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:1000:17: note: byref variable will be forcibly initialized 1000 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:999:26: note: byref variable will be forcibly initialized 999 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'ext4_alloc_flex_bg_array': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3141:9: note: in expansion of macro 'rcu_assign_pointer' 3141 | rcu_assign_pointer(sbi->s_flex_groups, new_groups); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hpfs/super.c: In function 'mark_dirty': /kisskb/src/fs/hpfs/super.c:26:37: note: byref variable will be forcibly initialized 26 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_count_one_bitmap': /kisskb/src/fs/hpfs/super.c:135:33: note: byref variable will be forcibly initialized 135 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/super.c: In function 'unmark_dirty': /kisskb/src/fs/hpfs/super.c:43:29: note: byref variable will be forcibly initialized 43 | struct buffer_head *bh; | ^~ /kisskb/src/fs/hpfs/super.c: In function 'parse_opts': /kisskb/src/fs/hpfs/super.c:399:31: note: byref variable will be forcibly initialized 399 | char *rhs = args[0].from; | ^~~ /kisskb/src/fs/hpfs/super.c:326:29: note: byref variable will be forcibly initialized 326 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/hpfs/super.c:318:13: note: byref variable will be forcibly initialized 318 | int option; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_fill_super': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4964:9: note: in expansion of macro 'rcu_assign_pointer' 4964 | rcu_assign_pointer(sbi->s_group_desc, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4332:22: note: byref variable will be forcibly initialized 4332 | ext4_group_t first_not_zeroed; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_remount_fs': /kisskb/src/fs/hpfs/super.c:447:48: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~~~~ /kisskb/src/fs/hpfs/super.c:447:40: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~ /kisskb/src/fs/hpfs/super.c:447:34: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~ /kisskb/src/fs/hpfs/super.c:447:29: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~ /kisskb/src/fs/hpfs/super.c:447:24: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~ /kisskb/src/fs/hpfs/super.c:447:13: note: byref variable will be forcibly initialized 447 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~~~~ /kisskb/src/fs/hpfs/super.c:446:17: note: byref variable will be forcibly initialized 446 | umode_t umask; | ^~~~~ /kisskb/src/fs/hpfs/super.c:445:16: note: byref variable will be forcibly initialized 445 | kgid_t gid; | ^~~ /kisskb/src/fs/hpfs/super.c:444:16: note: byref variable will be forcibly initialized 444 | kuid_t uid; | ^~~ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_error': /kisskb/src/fs/hpfs/super.c:60:17: note: byref variable will be forcibly initialized 60 | va_list args; | ^~~~ /kisskb/src/fs/hpfs/super.c:59:26: note: byref variable will be forcibly initialized 59 | struct va_format vaf; | ^~~ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_fill_super': /kisskb/src/fs/hpfs/super.c:553:33: note: byref variable will be forcibly initialized 553 | struct quad_buffer_head qbh; | ^~~ /kisskb/src/fs/hpfs/super.c:549:48: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~~~~ /kisskb/src/fs/hpfs/super.c:549:40: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~ /kisskb/src/fs/hpfs/super.c:549:34: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~ /kisskb/src/fs/hpfs/super.c:549:29: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~ /kisskb/src/fs/hpfs/super.c:549:24: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~ /kisskb/src/fs/hpfs/super.c:549:13: note: byref variable will be forcibly initialized 549 | int lowercase, eas, chk, errs, chkdsk, timeshift; | ^~~~~~~~~ /kisskb/src/fs/hpfs/super.c:548:17: note: byref variable will be forcibly initialized 548 | umode_t umask; | ^~~~~ /kisskb/src/fs/hpfs/super.c:547:16: note: byref variable will be forcibly initialized 547 | kgid_t gid; | ^~~ /kisskb/src/fs/hpfs/super.c:546:16: note: byref variable will be forcibly initialized 546 | kuid_t uid; | ^~~ /kisskb/src/fs/hpfs/super.c:539:41: note: byref variable will be forcibly initialized 539 | struct buffer_head *bh0, *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/super.c:539:35: note: byref variable will be forcibly initialized 539 | struct buffer_head *bh0, *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/super.c:539:29: note: byref variable will be forcibly initialized 539 | struct buffer_head *bh0, *bh1, *bh2; | ^~~ /kisskb/src/fs/hpfs/super.c: In function 'hpfs_ioctl': /kisskb/src/fs/hpfs/super.c:209:31: note: byref variable will be forcibly initialized 209 | secno n_trimmed; | ^~~~~~~~~ /kisskb/src/fs/hpfs/super.c:208:45: note: byref variable will be forcibly initialized 208 | struct fstrim_range range; | ^~~~~ 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; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/qcom/hidma_dbg.c: In function 'hidma_dma_show': /kisskb/src/drivers/dma/qcom/hidma_dbg.c:119:25: note: byref variable will be forcibly initialized 119 | resource_size_t sz; | ^~ /kisskb/src/drivers/dma/qcom/hidma_dbg.c: In function 'hidma_ll_chstats': /kisskb/src/drivers/dma/qcom/hidma_dbg.c:21:20: note: byref variable will be forcibly initialized 21 | dma_addr_t dest_start; | ^~~~~~~~~~ /kisskb/src/drivers/dma/qcom/hidma_dbg.c:20:20: note: byref variable will be forcibly initialized 20 | dma_addr_t src_start; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_posix_acl_xattr_set': /kisskb/src/fs/overlayfs/super.c:1052:30: note: byref variable will be forcibly initialized 1052 | struct iattr iattr = { .ia_valid = ATTR_KILL_SGID }; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_statfs': /kisskb/src/fs/overlayfs/super.c:314:21: note: byref variable will be forcibly initialized 314 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_namelen': /kisskb/src/fs/overlayfs/super.c:914:24: note: byref variable will be forcibly initialized 914 | struct kstatfs statfs; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/overlayfs/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_parse_opt': /kisskb/src/fs/overlayfs/super.c:527:29: note: byref variable will be forcibly initialized 527 | substring_t args[MAX_OPT_ARGS]; | ^~~~ 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/fs/overlayfs/super.c: In function 'ovl_workdir_create': /kisskb/src/fs/overlayfs/super.c:770:30: note: byref variable will be forcibly initialized 770 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/super.c:761:24: note: byref variable will be forcibly initialized 761 | struct dentry *work; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_rename_whiteout': /kisskb/src/fs/overlayfs/super.c:1265:30: note: byref variable will be forcibly initialized 1265 | struct name_snapshot name; | ^~~~ /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; | ^~~ In file included from /kisskb/src/fs/overlayfs/super.c:18: /kisskb/src/fs/overlayfs/super.c: In function 'ovl_lookup_or_create': /kisskb/src/fs/overlayfs/overlayfs.h:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:1326:41: note: in expansion of macro 'OVL_CATTR' 1326 | OVL_CATTR(mode)); | ^~~~~~~~~ /kisskb/src/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]; | ^~~~ In file included from /kisskb/src/sound/pci/echoaudio/echo3g.c:107: /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/fs/overlayfs/super.c: In function 'ovl_get_fsid': /kisskb/src/fs/overlayfs/super.c:1635:15: note: byref variable will be forcibly initialized 1635 | dev_t dev; | ^~~ /kisskb/src/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/fs/overlayfs/super.c: In function 'ovl_get_layers': /kisskb/src/fs/overlayfs/super.c:1711:31: note: byref variable will be forcibly initialized 1711 | struct inode *trap; | ^~~~ /kisskb/src/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/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: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; | ^~~~ 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]; | ^~~ 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/drivers/dma/mv_xor.c:23: /kisskb/src/drivers/dma/mv_xor.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/mv_xor.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/mv_xor.c: In function 'mv_xor_prep_dma_interrupt': /kisskb/src/drivers/dma/mv_xor.c:613:20: note: byref variable will be forcibly initialized 613 | dma_addr_t src, dest; | ^~~ /kisskb/src/drivers/dma/mv_xor.c: In function 'mv_chan_xor_self_test': /kisskb/src/drivers/dma/mv_xor.c:877:20: note: byref variable will be forcibly initialized 877 | dma_addr_t dma_srcs[MV_XOR_NUM_SRC_TEST]; | ^~~~~~~~ /kisskb/src/fs/adfs/dir_f.c: In function '__adfs_dir_get': /kisskb/src/fs/adfs/dir_f.c:217:30: note: byref variable will be forcibly initialized 217 | struct adfs_direntry de; | ^~ /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_iterate': /kisskb/src/fs/adfs/dir_f.c:256:28: note: byref variable will be forcibly initialized 256 | struct object_info obj; | ^~~ /kisskb/src/fs/adfs/dir_f.c: In function 'adfs_f_update': /kisskb/src/fs/adfs/dir_f.c:273:30: note: byref variable will be forcibly initialized 273 | struct adfs_direntry de; | ^~ /kisskb/src/drivers/dma/mv_xor.c: In function 'mv_xor_probe': /kisskb/src/drivers/dma/mv_xor.c:1382:40: note: byref variable will be forcibly initialized 1382 | dma_cap_mask_t cap_mask; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/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/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/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/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]; | ^~~ /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/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/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/drivers/video/fbdev/riva/riva_hw.c: In function 'nv3CalcArbitration': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:566:18: note: byref variable will be forcibly initialized 566 | nv3_arb_info ainfo; | ^~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'nv3UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:617:19: note: byref variable will be forcibly initialized 617 | nv3_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:616:19: note: byref variable will be forcibly initialized 616 | nv3_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'nv4UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:801:19: note: byref variable will be forcibly initialized 801 | nv4_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:800:19: note: byref variable will be forcibly initialized 800 | nv4_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'nv10UpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1050:20: note: byref variable will be forcibly initialized 1050 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1049:20: note: byref variable will be forcibly initialized 1049 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'nForceUpdateArbitrationSettings': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1098:18: note: byref variable will be forcibly initialized 1098 | unsigned int uMClkPostDiv; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1096:20: note: byref variable will be forcibly initialized 1096 | nv10_sim_state sim_data; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1095:20: note: byref variable will be forcibly initialized 1095 | nv10_fifo_info fifo_data; | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'nv10GetConfig': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:2075:9: note: byref variable will be forcibly initialized 2075 | u32 amt; | ^~~ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c: In function 'CalcStateExt': /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:21: note: byref variable will be forcibly initialized 1228 | int VClk, m, n, p; | ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:18: note: byref variable will be forcibly initialized 1228 | int VClk, m, n, p; | ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:15: note: byref variable will be forcibly initialized 1228 | int VClk, m, n, p; | ^ /kisskb/src/drivers/video/fbdev/riva/riva_hw.c:1228:9: note: byref variable will be forcibly initialized 1228 | int VClk, m, n, p; | ^~~~ /kisskb/src/fs/jfs/super.c: In function 'parse_options': /kisskb/src/fs/jfs/super.c:349:31: note: byref variable will be forcibly initialized 349 | gid_t val; | ^~~ /kisskb/src/fs/jfs/super.c:335:31: note: byref variable will be forcibly initialized 335 | uid_t val; | ^~~ /kisskb/src/fs/jfs/super.c:246:29: note: byref variable will be forcibly initialized 246 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_remount': /kisskb/src/fs/jfs/super.c:429:13: note: byref variable will be forcibly initialized 429 | int flag = JFS_SBI(sb)->flag; | ^~~~ /kisskb/src/fs/jfs/super.c:427:13: note: byref variable will be forcibly initialized 427 | s64 newLVSize = 0; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_fill_super': /kisskb/src/fs/jfs/super.c:491:13: note: byref variable will be forcibly initialized 491 | int flag, ret = -EINVAL; | ^~~~ /kisskb/src/fs/jfs/super.c:490:13: note: byref variable will be forcibly initialized 490 | s64 newLVSize = 0; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_error': /kisskb/src/fs/jfs/super.c:86:17: note: byref variable will be forcibly initialized 86 | va_list args; | ^~~~ /kisskb/src/fs/jfs/super.c:85:26: note: byref variable will be forcibly initialized 85 | struct va_format vaf; | ^~~ /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/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/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/of_irq.h:8, from /kisskb/src/drivers/soc/fsl/qe/qe_ic.c:13: /kisskb/src/drivers/soc/fsl/qe/qe_ic.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/drivers/dma/mv_xor_v2.c:18: /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/mv_xor_v2.c:8: /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/mv_xor_v2.c: In function 'mv_xor_v2_tasklet': /kisskb/src/drivers/dma/mv_xor_v2.c:560:13: note: byref variable will be forcibly initialized 560 | int pending_ptr, num_of_pending, i; | ^~~~~~~~~~~ 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/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/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/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_SetGroup1_LVDS': /kisskb/src/drivers/video/fbdev/sis/init301.c:6093:20: note: byref variable will be forcibly initialized 6093 | unsigned char TrumpMode10_2[4] = { 0x01, 0x16, 0x10, 0x00 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:6092:20: note: byref variable will be forcibly initialized 6092 | unsigned char TrumpMode10_1[4] = { 0x01, 0x10, 0x27, 0x00 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:6091:20: note: byref variable will be forcibly initialized 6091 | unsigned char TrumpMode13[4] = { 0x01, 0x10, 0x2c, 0x00 }; | ^~~~~~~~~~~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/ext4/xattr.c:55: /kisskb/src/fs/ext4/xattr.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/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/xattr.c:60: /kisskb/src/fs/ext4/xattr.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_verify_hashes': /kisskb/src/fs/ext4/xattr.c:467:32: note: byref variable will be forcibly initialized 467 | __le32 e_hash, tmp_data; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_csum': /kisskb/src/fs/ext4/xattr.c:137:15: note: byref variable will be forcibly initialized 137 | __u32 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:136:16: note: byref variable will be forcibly initialized 136 | __le64 dsk_block_nr = cpu_to_le64(block_nr); | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_read': /kisskb/src/fs/ext4/xattr.c:347:29: note: byref variable will be forcibly initialized 347 | struct buffer_head *bhs_inline[8]; | ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:741:26: note: byref variable will be forcibly initialized 741 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:994:26: note: byref variable will be forcibly initialized 994 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1352:40: note: byref variable will be forcibly initialized 1352 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/xattr.c:1348:13: note: byref variable will be forcibly initialized 1348 | int retries = 0; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-mux.c:86:13: note: byref variable will be forcibly initialized 86 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_is_enabled': /kisskb/src/drivers/clk/mediatek/clk-mux.c:75:13: note: byref variable will be forcibly initialized 75 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_set_parent_setclr_lock': /kisskb/src/drivers/clk/mediatek/clk-mux.c:98:18: note: byref variable will be forcibly initialized 98 | u32 val, orig; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_get': /kisskb/src/fs/ext4/xattr.c:487:23: note: byref variable will be forcibly initialized 487 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_get': /kisskb/src/fs/ext4/xattr.c:533:34: note: byref variable will be forcibly initialized 533 | struct ext4_xattr_entry *entry; | ^~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c: In function 'SiS_SetCRT2FIFO_300': /kisskb/src/drivers/video/fbdev/sis/init301.c:5338:46: note: byref variable will be forcibly initialized 5338 | unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; | ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_inc_ref_all': /kisskb/src/fs/ext4/xattr.c:1055:23: note: byref variable will be forcibly initialized 1055 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:5338:34: note: byref variable will be forcibly initialized 5338 | unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:5338:26: note: byref variable will be forcibly initialized 5338 | unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; | ^~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:5338:18: note: byref variable will be forcibly initialized 5338 | unsigned short tempbx, tempcl, CRT1ModeNo, CRT2ModeNo, SelectRate_backup; | ^~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_dec_ref_all': /kisskb/src/fs/ext4/xattr.c:1133:23: note: byref variable will be forcibly initialized 1133 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/sis/init301.c:5336:31: note: byref variable will be forcibly initialized 5336 | unsigned short temp, index, modeidindex, refreshratetableindex; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_create': /kisskb/src/fs/ext4/xattr.c:1422:15: note: byref variable will be forcibly initialized 1422 | uid_t owner[2] = { i_uid_read(inode), i_gid_read(inode) }; | ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_entry': /kisskb/src/fs/ext4/xattr.c:1774:32: note: byref variable will be forcibly initialized 1774 | __le32 crc32c_hash; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1572:23: note: byref variable will be forcibly initialized 1572 | struct inode *new_ea_inode = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1571:23: note: byref variable will be forcibly initialized 1571 | struct inode *old_ea_inode = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:595:26: note: byref variable will be forcibly initialized 595 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c:593:34: note: byref variable will be forcibly initialized 593 | struct ext4_xattr_entry *entry; | ^~~~~ /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/fs/ext4/xattr.c: In function 'ext4_xattr_delete_inode': /kisskb/src/fs/ext4/xattr.c:2854:23: note: byref variable will be forcibly initialized 2854 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:2141:48: note: byref variable will be forcibly initialized 2141 | struct ext4_xattr_inode_array *ea_inode_array = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1862:41: note: byref variable will be forcibly initialized 1862 | struct inode *ea_inode = NULL, *tmp_inode; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1862:23: note: byref variable will be forcibly initialized 1862 | struct inode *ea_inode = NULL, *tmp_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1860:13: note: byref variable will be forcibly initialized 1860 | int error = 0; | ^~~~~ /kisskb/src/fs/ext4/xattr.c:1859:32: note: byref variable will be forcibly initialized 1859 | struct mb_cache_entry *ce = NULL; | ^~ /kisskb/src/fs/ext4/xattr.c:1857:34: note: byref variable will be forcibly initialized 1857 | struct ext4_xattr_search s_copy = bs->s; | ^~~~~~ /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/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2301:13: note: byref variable will be forcibly initialized 2301 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2288:32: note: byref variable will be forcibly initialized 2288 | struct ext4_xattr_info i = { | ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set': /kisskb/src/fs/ext4/xattr.c:2477:13: note: byref variable will be forcibly initialized 2477 | int credits; | ^~~~~~~ /kisskb/src/fs/ext4/xattr.c:2476:20: note: byref variable will be forcibly initialized 2476 | int error, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_expand_extra_isize_ea': /kisskb/src/fs/ext4/xattr.c:2697:13: note: byref variable will be forcibly initialized 2697 | int total_ino; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2695:16: note: byref variable will be forcibly initialized 2695 | size_t min_offs; | ^~~~~~~~ /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/xen/dbgp.c: In function 'xen_dbgp_op': /kisskb/src/drivers/xen/dbgp.c:15:32: note: byref variable will be forcibly initialized 15 | struct physdev_dbgp_op dbgp; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_bmove': /kisskb/src/drivers/video/fbdev/core/tileblit.c:22:28: note: byref variable will be forcibly initialized 22 | struct fb_tilearea area; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_clear': /kisskb/src/drivers/video/fbdev/core/tileblit.c:37:28: note: byref variable will be forcibly initialized 37 | struct fb_tilerect rect; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_cursor': /kisskb/src/drivers/video/fbdev/core/tileblit.c:85:30: note: byref variable will be forcibly initialized 85 | struct fb_tilecursor cursor; | ^~~~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'tile_putcs': /kisskb/src/drivers/video/fbdev/core/tileblit.c:58:28: note: byref variable will be forcibly initialized 58 | struct fb_tileblit blit; | ^~~~ /kisskb/src/drivers/video/fbdev/core/tileblit.c: In function 'fbcon_set_tileops': /kisskb/src/drivers/video/fbdev/core/tileblit.c:133:27: note: byref variable will be forcibly initialized 133 | struct fb_tilemap map; | ^~~ /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/fs/adfs/dir_fplus.c: In function 'adfs_fplus_getnext': /kisskb/src/fs/adfs/dir_fplus.c:175:33: note: byref variable will be forcibly initialized 175 | struct adfs_bigdirentry bde; | ^~~ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_iterate': /kisskb/src/fs/adfs/dir_fplus.c:212:28: note: byref variable will be forcibly initialized 212 | struct object_info obj; | ^~~ /kisskb/src/fs/adfs/dir_fplus.c: In function 'adfs_fplus_update': /kisskb/src/fs/adfs/dir_fplus.c:233:33: note: byref variable will be forcibly initialized 233 | struct adfs_bigdirentry bde; | ^~~ /kisskb/src/fs/jfs/inode.c: In function 'jfs_get_block': /kisskb/src/fs/jfs/inode.c:207:13: note: byref variable will be forcibly initialized 207 | s32 xlen = bh_result->b_size >> ip->i_blkbits; | ^~~~ /kisskb/src/fs/jfs/inode.c:206:13: note: byref variable will be forcibly initialized 206 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/inode.c:205:13: note: byref variable will be forcibly initialized 205 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/inode.c:204:15: note: byref variable will be forcibly initialized 204 | xad_t xad; | ^~~ In file included from /kisskb/src/drivers/dma/dmatest.c:13: /kisskb/src/drivers/dma/dmatest.c: In function 'dma_async_is_tx_complete': /kisskb/src/include/linux/dmaengine.h:1436:29: note: byref variable will be forcibly initialized 1436 | struct dma_tx_state state; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/dmatest.c:12: /kisskb/src/drivers/dma/dmatest.c: In function '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/dmatest.c: In function 'dmatest_random': /kisskb/src/drivers/dma/dmatest.c:313:23: note: byref variable will be forcibly initialized 313 | unsigned long buf; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dmatest.c:11: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_func': /kisskb/src/include/linux/wait.h:303: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/dma/dmatest.c:830:25: note: in expansion of macro 'wait_event_freezable_timeout' 830 | wait_event_freezable_timeout(thread->done_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/drivers/reset/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/dmatest.c: In function 'request_channels': 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/drivers/dma/dmatest.c:1069:24: note: byref variable will be forcibly initialized 1069 | dma_cap_mask_t mask; | ^~~~ /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; | ^~~~~~~~ /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/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:209:46: note: in expansion of macro 'smp_load_acquire' 209 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_chan_set': /kisskb/src/drivers/dma/dmatest.c:1222:14: note: byref variable will be forcibly initialized 1222 | char chan_reset_val[20]; | ^~~~~~~~~~~~~~ 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; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma/dmatest.c:11: /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_wait_get': /kisskb/src/include/linux/wait.h:303: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/dma/dmatest.c:283:17: note: in expansion of macro 'wait_event' 283 | wait_event(thread_wait, !is_threaded_test_run(info)); | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_single': /kisskb/src/fs/overlayfs/namei.c:229:21: note: byref variable will be forcibly initialized 229 | struct path path; | ^~~~ /kisskb/src/drivers/dma/dmatest.c: In function 'dmatest_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: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/dma/dmatest.c:1337:17: note: in expansion of macro 'wait_event' 1337 | wait_event(thread_wait, !is_threaded_test_run(info)); | ^~~~~~~~~~ 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:695:28: note: byref variable will be forcibly initialized 695 | struct audioformat format; | ^~~~~~ /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/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 '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/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/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/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/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; | ^~~~~~ 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/echoaudio/indigoiox.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/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/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; | ^~~ /kisskb/src/sound/pci/echoaudio/indigoiox.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/drivers/dma/altera-msgdma.c:24: /kisskb/src/drivers/dma/altera-msgdma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_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/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/dma/altera-msgdma.c:13: /kisskb/src/drivers/dma/altera-msgdma.c: In function '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/altera-msgdma.c: In function 'msgdma_chan_desc_cleanup': /kisskb/src/drivers/dma/altera-msgdma.c:588:48: note: byref variable will be forcibly initialized 588 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/altera-msgdma.c: In function 'msgdma_probe': /kisskb/src/drivers/dma/altera-msgdma.c:811:26: note: byref variable will be forcibly initialized 811 | struct resource *dma_res; | ^~~~~~~ In file included from /kisskb/src/include/soc/fsl/cpm.h:8, from /kisskb/src/include/soc/fsl/qe/qe.h:20, from /kisskb/src/drivers/soc/fsl/qe/qe_io.c:20: /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_of_config': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:145:13: note: byref variable will be forcibly initialized 145 | int pio_map_len; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:31:13: note: byref variable will be forcibly initialized 31 | u32 num_ports; | ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:25: note: byref variable will be forcibly initialized 29 | struct resource res; | ^~~ /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 */ | ^~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_symlink': /kisskb/src/fs/jfs/namei.c:889:23: note: byref variable will be forcibly initialized 889 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:884:13: note: byref variable will be forcibly initialized 884 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/namei.c:880:24: note: byref variable will be forcibly initialized 880 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:878:31: note: byref variable will be forcibly initialized 878 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:877:15: note: byref variable will be forcibly initialized 877 | ino_t ino = 0; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_create': /kisskb/src/fs/jfs/namei.c:71:23: note: byref variable will be forcibly initialized 71 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:70:24: note: byref variable will be forcibly initialized 70 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:69:31: note: byref variable will be forcibly initialized 69 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:68:15: note: byref variable will be forcibly initialized 68 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mknod': /kisskb/src/fs/jfs/namei.c:1356:23: note: byref variable will be forcibly initialized 1356 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1354:15: note: byref variable will be forcibly initialized 1354 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c:1353:31: note: byref variable will be forcibly initialized 1353 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:1352:24: note: byref variable will be forcibly initialized 1352 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_unlink': /kisskb/src/fs/jfs/namei.c:470:23: note: byref variable will be forcibly initialized 470 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:469:31: note: byref variable will be forcibly initialized 469 | struct component_name dname; /* object name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:468:15: note: byref variable will be forcibly initialized 468 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rmdir': /kisskb/src/fs/jfs/namei.c:340:23: note: byref variable will be forcibly initialized 340 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:339:31: note: byref variable will be forcibly initialized 339 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:338:15: note: byref variable will be forcibly initialized 338 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_lookup': /kisskb/src/fs/jfs/namei.c:1447:31: note: byref variable will be forcibly initialized 1447 | struct component_name key; | ^~~ /kisskb/src/fs/jfs/namei.c:1445:15: note: byref variable will be forcibly initialized 1445 | ino_t inum; | ^~~~ /kisskb/src/fs/jfs/namei.c:1444:24: note: byref variable will be forcibly initialized 1444 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mkdir': /kisskb/src/fs/jfs/namei.c:204:23: note: byref variable will be forcibly initialized 204 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:203:24: note: byref variable will be forcibly initialized 203 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:202:31: note: byref variable will be forcibly initialized 202 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:201:15: note: byref variable will be forcibly initialized 201 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rename': /kisskb/src/fs/jfs/namei.c:1078:23: note: byref variable will be forcibly initialized 1078 | struct inode *iplist[4]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1070:31: note: byref variable will be forcibly initialized 1070 | struct component_name old_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1069:23: note: byref variable will be forcibly initialized 1069 | struct inode *new_ip; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1068:31: note: byref variable will be forcibly initialized 1068 | struct component_name new_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1067:15: note: byref variable will be forcibly initialized 1067 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c:1066:24: note: byref variable will be forcibly initialized 1066 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_link': /kisskb/src/fs/jfs/namei.c:794:23: note: byref variable will be forcibly initialized 794 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:793:24: note: byref variable will be forcibly initialized 793 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:792:31: note: byref variable will be forcibly initialized 792 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:791:15: note: byref variable will be forcibly initialized 791 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_free_zero_link': /kisskb/src/fs/jfs/namei.c:738:32: note: byref variable will be forcibly initialized 738 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:717:32: note: byref variable will be forcibly initialized 717 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /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/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_div': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:34: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:383:22: note: byref variable will be forcibly initialized 383 | unsigned int offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:382:22: note: byref variable will be forcibly initialized 382 | unsigned int reg = ARMADA_37XX_NB_CPU_LOAD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_parent': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:34: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int offset = ARMADA_37XX_NB_TBG_SEL_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:407:22: note: byref variable will be forcibly initialized 407 | unsigned int reg = ARMADA_37XX_NB_CPU_LOAD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_is_enabled': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int val, reg = ARMADA_37XX_NB_DYN_MOD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_round_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:40: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:35: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:30: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:21: /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate_wa': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int cur_level; | ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:571:25: note: byref variable will be forcibly initialized 571 | offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:41: note: byref variable will be forcibly initialized 570 | unsigned int reg, mask, val, | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:30: note: byref variable will be forcibly initialized 570 | unsigned int reg, mask, 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/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:793:30: note: byref variable will be forcibly initialized 793 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/riva/nv_driver.c: In function 'riva_get_memlen': /kisskb/src/drivers/video/fbdev/riva/nv_driver.c:161:13: note: byref variable will be forcibly initialized 161 | u32 amt; | ^~~ 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, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_dev_queue_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:368:19: note: byref variable will be forcibly initialized 368 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/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; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/util.c:7: /kisskb/src/fs/overlayfs/util.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/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/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/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/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/module.h:12, from /kisskb/src/drivers/dma/fsl-edma.c:12: /kisskb/src/drivers/dma/fsl-edma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | 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/dma/fsl-edma.c: In function 'fsl_edma_probe': /kisskb/src/drivers/dma/fsl-edma.c:324:22: note: byref variable will be forcibly initialized 324 | char clkname[32]; | ^~~~~~~ /kisskb/src/drivers/dma/fsl-edma.c:276:18: note: byref variable will be forcibly initialized 276 | int len, chans; | ^~~~~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:240:13: note: byref variable will be forcibly initialized 240 | int option; | ^~~~~~ /kisskb/src/fs/tracefs/inode.c:239:21: note: byref variable will be forcibly initialized 239 | substring_t args[MAX_OPT_ARGS]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/inode.c:7: /kisskb/src/fs/overlayfs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getattr': /kisskb/src/fs/overlayfs/inode.c:242:38: note: byref variable will be forcibly initialized 242 | struct kstat lowerdatastat; | ^~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:191:38: note: byref variable will be forcibly initialized 191 | struct kstat lowerstat; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:159:21: note: byref variable will be forcibly initialized 159 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_permission': /kisskb/src/fs/overlayfs/inode.c:284:21: note: byref variable will be forcibly initialized 284 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_acl': /kisskb/src/fs/overlayfs/inode.c:502:21: note: byref variable will be forcibly initialized 502 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_update_time': /kisskb/src/fs/overlayfs/inode.c:556:29: note: byref variable will be forcibly initialized 556 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_set_nlink_common': /kisskb/src/fs/overlayfs/inode.c:951:14: note: byref variable will be forcibly initialized 951 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_set': /kisskb/src/fs/overlayfs/inode.c:352:21: note: byref variable will be forcibly initialized 352 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_get': /kisskb/src/fs/overlayfs/inode.c:400:21: note: byref variable will be forcibly initialized 400 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_set': /kisskb/src/fs/overlayfs/inode.c:628:21: note: byref variable will be forcibly initialized 628 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_get': /kisskb/src/fs/overlayfs/inode.c:705:21: note: byref variable will be forcibly initialized 705 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_nlink': /kisskb/src/fs/overlayfs/inode.c:980:14: note: byref variable will be forcibly initialized 980 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c:978:13: note: byref variable will be forcibly initialized 978 | int nlink_diff; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_inode': /kisskb/src/fs/overlayfs/inode.c:1191:21: note: byref variable will be forcibly initialized 1191 | struct path realpath = { | ^~~~~~~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_set_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:31:13: note: byref variable will be forcibly initialized 31 | u32 val; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_clear_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:63:13: note: byref variable will be forcibly initialized 63 | u32 val; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_get_clock_reg': /kisskb/src/sound/pci/pcxhr/pcxhr.c:238:26: note: byref variable will be forcibly initialized 238 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:237:37: note: byref variable will be forcibly initialized 237 | unsigned int val, realfreq, pllreg; | ^~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:237:27: note: byref variable will be forcibly initialized 237 | unsigned int val, realfreq, pllreg; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_sub_set_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:312:26: note: byref variable will be forcibly initialized 312 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:311:27: note: byref variable will be forcibly initialized 311 | unsigned int val, realfreq, speed; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:311:22: note: byref variable will be forcibly initialized 311 | unsigned int val, realfreq, speed; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_hardware_timer': /kisskb/src/sound/pci/pcxhr/pcxhr.c:880:26: note: byref variable will be forcibly initialized 880 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_sub_get_external_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:416:26: note: byref variable will be forcibly initialized 416 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_format': /kisskb/src/sound/pci/pcxhr/pcxhr.c:546:26: note: byref variable will be forcibly initialized 546 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_stream_state': /kisskb/src/sound/pci/pcxhr/pcxhr.c:494:26: note: byref variable will be forcibly initialized 494 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_update_r_buffer': /kisskb/src/sound/pci/pcxhr/pcxhr.c:625:26: note: byref variable will be forcibly initialized 625 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_info': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1227:34: note: byref variable will be forcibly initialized 1227 | struct pcxhr_rmh rmh; | ^~~ /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/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_ltc': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1380:26: note: byref variable will be forcibly initialized 1380 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_gpo_write': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1353:13: note: byref variable will be forcibly initialized 1353 | int value; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:1352:14: note: byref variable will be forcibly initialized 1352 | char line[64]; | ^~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_gpio_read': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1338:21: note: byref variable will be forcibly initialized 1338 | int value = 0; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_probe': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1585:22: note: byref variable will be forcibly initialized 1585 | char tmpid[16]; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:1584:34: note: byref variable will be forcibly initialized 1584 | struct snd_card *card; | ^~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_set_clock': /kisskb/src/sound/pci/pcxhr/pcxhr.c:382:18: note: byref variable will be forcibly initialized 382 | int err, changed; | ^~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:381:26: note: byref variable will be forcibly initialized 381 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_open': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1038:29: note: byref variable will be forcibly initialized 1038 | int external_rate; | ^~~~~~~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_proc_sync': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1317:29: note: byref variable will be forcibly initialized 1317 | int i, err, sample_rate; | ^~~~~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c: In function 'pcxhr_create_pcm': /kisskb/src/sound/pci/pcxhr/pcxhr.c:1133:14: note: byref variable will be forcibly initialized 1133 | char name[32]; | ^~~~ /kisskb/src/sound/pci/pcxhr/pcxhr.c:1132:25: note: byref variable will be forcibly initialized 1132 | struct snd_pcm *pcm; | ^~~ /kisskb/src/fs/adfs/inode.c: In function 'adfs_write_inode': /kisskb/src/fs/adfs/inode.c:358:28: note: byref variable will be forcibly initialized 358 | struct object_info obj; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/tty/vt/vt_ioctl.c:14: /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function '__vt_event_wait': /kisskb/src/include/linux/wait.h:303: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/tty/vt/vt_ioctl.c:153:9: note: in expansion of macro 'wait_event_interruptible' 153 | wait_event_interruptible(vt_event_waitqueue, vw->done); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_event_wait_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:191:30: note: byref variable will be forcibly initialized 191 | struct vt_event_wait vw; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_get_aghdr_buf': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:371:34: note: byref variable will be forcibly initialized 371 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_init_hdr': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:681:34: note: byref variable will be forcibly initialized 681 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_resizex': /kisskb/src/drivers/tty/vt/vt_ioctl.c:670:27: note: byref variable will be forcibly initialized 670 | struct vt_consize v; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_perag_get_tag': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:69:34: note: byref variable will be forcibly initialized 69 | struct xfs_perag *pag; | ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'do_unimap_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:492:27: note: byref variable will be forcibly initialized 492 | struct unimapdesc tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_shrink_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:834:42: note: byref variable will be forcibly initialized 834 | struct xfs_buf *agibp, *agfbp; | ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_setactivate': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:834:34: note: byref variable will be forcibly initialized 834 | struct xfs_buf *agibp, *agfbp; | ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:593:31: note: byref variable will be forcibly initialized 593 | struct vt_setactivate vsa; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_extend_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:947:34: note: byref variable will be forcibly initialized 947 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_get_geometry': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:1006:34: note: byref variable will be forcibly initialized 1006 | struct xfs_buf *agf_bp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:1005:34: note: byref variable will be forcibly initialized 1005 | struct xfs_buf *agi_bp; | ^~~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_k_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:468:40: note: byref variable will be forcibly initialized 468 | struct console_font_op op; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:360:35: note: byref variable will be forcibly initialized 360 | struct kbd_repeat kbrep; | ^~~~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_waitactive': /kisskb/src/drivers/tty/vt/vt_ioctl.c:219:30: note: byref variable will be forcibly initialized 219 | struct vt_event_wait vw; | ^~ /kisskb/src/drivers/tty/vt/vt_ioctl.c: In function 'vt_ioctl': /kisskb/src/drivers/tty/vt/vt_ioctl.c:788:32: note: byref variable will be forcibly initialized 788 | struct vt_mode tmp; | ^~~ /kisskb/src/drivers/tty/vt/vt_ioctl.c:765:32: note: byref variable will be forcibly initialized 765 | struct vt_mode tmp; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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 }; | ^~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fs/jfs/jfs_mount.c: In function 'logMOUNT': /kisskb/src/fs/jfs/jfs_mount.c:486:20: note: byref variable will be forcibly initialized 486 | struct lrd lrd; | ^~~ /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_bind_to_user': /kisskb/src/fs/jfs/jfs_mount.c: In function 'chkSuper': /kisskb/src/fs/jfs/jfs_mount.c:288:29: note: byref variable will be forcibly initialized 288 | struct buffer_head *bh; | ^~ /kisskb/src/drivers/xen/evtchn.c:372:29: note: byref variable will be forcibly initialized 372 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/evtchn.c: In function 'evtchn_ioctl': /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; | ^~~~ /kisskb/src/fs/jfs/jfs_mount.c: In function 'updateSuper': /kisskb/src/fs/jfs/jfs_mount.c:402:29: note: byref variable will be forcibly initialized 402 | struct buffer_head *bh; | ^~ /kisskb/src/sound/pci/hda/hda_tegra.c: In function 'hda_tegra_probe': /kisskb/src/sound/pci/hda/hda_tegra.c:479:26: note: byref variable will be forcibly initialized 479 | struct snd_card *card; | ^~~~ /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 '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/sound/pcmcia/vx/vxpocket.c: In function 'vxpocket_probe': /kisskb/src/sound/pcmcia/vx/vxpocket.c:263:30: note: byref variable will be forcibly initialized 263 | struct snd_vxpocket *vxp; | ^~~ /kisskb/src/sound/pcmcia/vx/vxpocket.c:262:26: note: byref variable will be forcibly initialized 262 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/fs/overlayfs/file.c:6: /kisskb/src/fs/overlayfs/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/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_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_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; | ^~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/pcmcia/cm4040_cs.c:21: /kisskb/src/drivers/char/pcmcia/cm4040_cs.c: In function 'cm4040_reader_release': /kisskb/src/include/linux/wait.h:303: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/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_open': /kisskb/src/fs/overlayfs/file.c:149:21: note: byref variable will be forcibly initialized 149 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_llseek': /kisskb/src/fs/overlayfs/file.c:179:19: note: byref variable will be forcibly initialized 179 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_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_fallocate': /kisskb/src/fs/overlayfs/file.c:516:19: note: byref variable will be forcibly initialized 516 | struct fd real; | ^~~~ /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/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/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_is_pmic_cipher_ready': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1566:13: note: byref variable will be forcibly initialized 1566 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_sidly': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1436:13: note: byref variable will be forcibly initialized 1436 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_write32': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1350:23: note: byref variable will be forcibly initialized 1350 | int ret, msb, rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_dual_io': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1468:13: note: byref variable will be forcibly initialized 1468 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_cipher': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1581:13: note: byref variable will be forcibly initialized 1581 | u32 rdata = 0; | ^~~~~ /kisskb/src/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/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:13: /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_wait_for_backend': /kisskb/src/include/linux/wait.h:303: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/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; | ^~~~~~~~ /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/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_sub_init': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:90:26: note: byref variable will be forcibly initialized 90 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_init_board': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:32:26: note: byref variable will be forcibly initialized 32 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_dsp_allocate_pipe': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:159:26: note: byref variable will be forcibly initialized 159 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_reset_board': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:123:26: note: byref variable will be forcibly initialized 123 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c: In function 'pcxhr_setup_firmware': /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:370:32: note: byref variable will be forcibly initialized 370 | const struct firmware *fw_entry; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_hwdep.c:368:14: note: byref variable will be forcibly initialized 368 | char path[32]; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/dma/fsl-edma-common.c:6: /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'fsl_edma_terminate_all': /kisskb/src/drivers/dma/fsl-edma-common.c:164:19: note: byref variable will be forcibly initialized 164 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/dma/fsl-edma-common.c:6: /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dmapool.h:14, from /kisskb/src/drivers/dma/fsl-edma-common.c:6: /kisskb/src/drivers/dma/fsl-edma-common.c: In function 'fsl_edma_free_chan_resources': /kisskb/src/drivers/dma/fsl-edma-common.c:670:19: note: byref variable will be forcibly initialized 670 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/fs/adfs/map.c:7: /kisskb/src/fs/adfs/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/reset/reset-npcm.c: In function 'npcm_usb_reset_npcm7xx': /kisskb/src/drivers/reset/reset-npcm.c:191:13: note: byref variable will be forcibly initialized 191 | u32 mdlr, iprst1, iprst2, iprst3; | ^~~~ /kisskb/src/drivers/reset/reset-npcm.c: In function 'npcm_usb_reset_npcm8xx': /kisskb/src/drivers/reset/reset-npcm.c:258:13: note: byref variable will be forcibly initialized 258 | u32 mdlr, iprst1, iprst2, iprst3, iprst4; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtSplitUp': /kisskb/src/fs/jfs/jfs_xtree.c:682:24: note: byref variable will be forcibly initialized 682 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:679:13: note: byref variable will be forcibly initialized 679 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:671:13: note: byref variable will be forcibly initialized 671 | s64 rbn; /* new right page block number */ | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:670:26: note: byref variable will be forcibly initialized 670 | struct metapage *rmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtLookup': /kisskb/src/fs/jfs/jfs_xtree.c:133:13: note: byref variable will be forcibly initialized 133 | s64 next, size, xoff, xend; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:127:13: note: byref variable will be forcibly initialized 127 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:126:24: note: byref variable will be forcibly initialized 126 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtInsert': /kisskb/src/fs/jfs/jfs_xtree.c:527:13: note: byref variable will be forcibly initialized 527 | s64 next; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:526:13: note: byref variable will be forcibly initialized 526 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:524:24: note: byref variable will be forcibly initialized 524 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:523:24: note: byref variable will be forcibly initialized 523 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:518:13: note: byref variable will be forcibly initialized 518 | s64 xaddr, hint; | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtExtend': /kisskb/src/fs/jfs/jfs_xtree.c:1348:24: note: byref variable will be forcibly initialized 1348 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1347:24: note: byref variable will be forcibly initialized 1347 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1342:13: note: byref variable will be forcibly initialized 1342 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtUpdate': /kisskb/src/fs/jfs/jfs_xtree.c:1507:24: note: byref variable will be forcibly initialized 1507 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1506:24: note: byref variable will be forcibly initialized 1506 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1501:13: note: byref variable will be forcibly initialized 1501 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtAppend': /kisskb/src/fs/jfs/jfs_xtree.c:1961:13: note: byref variable will be forcibly initialized 1961 | s64 next; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1959:24: note: byref variable will be forcibly initialized 1959 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1955:13: note: byref variable will be forcibly initialized 1955 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:1953:24: note: byref variable will be forcibly initialized 1953 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1952:24: note: byref variable will be forcibly initialized 1952 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate': /kisskb/src/fs/jfs/jfs_xtree.c:2204:27: note: byref variable will be forcibly initialized 2204 | struct xdlistlock xadlock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2199:24: note: byref variable will be forcibly initialized 2199 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_try_to_allocate_with_rsv': /kisskb/src/fs/ext2/balloc.c:1074:23: note: byref variable will be forcibly initialized 1074 | unsigned long num = *count; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate_pmap': /kisskb/src/fs/jfs/jfs_xtree.c:2748:13: note: byref variable will be forcibly initialized 2748 | int cmp; | ^~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_free_blocks': /kisskb/src/fs/ext2/balloc.c:480:30: note: byref variable will be forcibly initialized 480 | struct buffer_head * bh2; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:2747:24: note: byref variable will be forcibly initialized 2747 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_new_blocks': /kisskb/src/fs/ext2/balloc.c:1226:23: note: byref variable will be forcibly initialized 1226 | unsigned long num = *count; | ^~~ /kisskb/src/fs/ext2/balloc.c:1209:29: note: byref variable will be forcibly initialized 1209 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_new_block': /kisskb/src/fs/ext2/balloc.c:1435:23: note: byref variable will be forcibly initialized 1435 | unsigned long count = 1; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_clock_rate_get': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:815:21: note: byref variable will be forcibly initialized 815 | int i, err, rate; | ^~~~ /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/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_clock_type_put': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:754:13: note: byref variable will be forcibly initialized 754 | int rate, ret = 0; | ^~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_audio_pipe_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:293:26: note: byref variable will be forcibly initialized 293 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_iec958_capture_byte': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:856:26: note: byref variable will be forcibly initialized 856 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_iec958_update_byte': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:956:26: note: byref variable will be forcibly initialized 956 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_playback_stream_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:249:26: note: byref variable will be forcibly initialized 249 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_update_analog_audio_level': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:43:26: note: byref variable will be forcibly initialized 43 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_iec958_get': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:918:23: note: byref variable will be forcibly initialized 918 | unsigned char aes_bits; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_set_audio_source': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:576:18: note: byref variable will be forcibly initialized 576 | int err, changed; | ^~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:573:26: note: byref variable will be forcibly initialized 573 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/adfs/super.c: In function '__adfs_error': /kisskb/src/fs/adfs/super.c:28:17: note: byref variable will be forcibly initialized 28 | va_list args; | ^~~~ /kisskb/src/fs/adfs/super.c:27:26: note: byref variable will be forcibly initialized 27 | struct va_format vaf; | ^~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_msg': /kisskb/src/fs/adfs/super.c:44:17: note: byref variable will be forcibly initialized 44 | va_list args; | ^~~~ /kisskb/src/fs/adfs/super.c:43:26: note: byref variable will be forcibly initialized 43 | struct va_format vaf; | ^~~ /kisskb/src/fs/adfs/super.c: In function 'parse_options': /kisskb/src/fs/adfs/super.c:139:29: note: byref variable will be forcibly initialized 139 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/adfs/super.c:133:13: note: byref variable will be forcibly initialized 133 | int option; | ^~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c: In function 'pcxhr_create_mixer': /kisskb/src/sound/pci/pcxhr/pcxhr_mixer.c:1111:41: note: byref variable will be forcibly initialized 1111 | struct snd_kcontrol_new temp; | ^~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_remount': /kisskb/src/fs/adfs/super.c:187:29: note: byref variable will be forcibly initialized 187 | struct adfs_sb_info temp_asb; | ^~~~~~~~ /kisskb/src/fs/adfs/super.c: In function 'adfs_probe': /kisskb/src/fs/adfs/super.c:286:33: note: byref variable will be forcibly initialized 286 | struct adfs_discrecord *dr; | ^~ /kisskb/src/fs/adfs/super.c: In function 'adfs_fill_super': /kisskb/src/fs/adfs/super.c:367:28: note: byref variable will be forcibly initialized 367 | struct object_info root_obj; | ^~~~~~~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_poll_get_char': /kisskb/src/drivers/tty/hvc/hvc_console.c:866:14: note: byref variable will be forcibly initialized 866 | char ch; | ^~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_console_print': /kisskb/src/drivers/tty/hvc/hvc_console.c:154:14: note: byref variable will be forcibly initialized 154 | char c[N_OUTBUF] __ALIGNED__; | ^ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function '__hvc_poll': /kisskb/src/drivers/tty/hvc/hvc_console.c:636:14: note: byref variable will be forcibly initialized 636 | char buf[N_INBUF] __ALIGNED__; | ^~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_set_winsz': /kisskb/src/drivers/tty/hvc/hvc_console.c:568:24: note: byref variable will be forcibly initialized 568 | struct winsize ws; | ^~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_realtek.c:23: /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/sound/pci/hda/patch_realtek.c: In function 'alc269_fixup_hp_mute_led': /kisskb/src/sound/pci/hda/patch_realtek.c:4338:26: note: byref variable will be forcibly initialized 4338 | int pol, pin; | ^~~ /kisskb/src/sound/pci/hda/patch_realtek.c:4338:21: note: byref variable will be forcibly initialized 4338 | int pol, pin; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-mutex.c: In function 'mtk_mutex_probe': /kisskb/src/drivers/soc/mediatek/mtk-mutex.c:753:26: note: byref variable will be forcibly initialized 753 | struct resource *regs; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_lookup_temp': /kisskb/src/fs/overlayfs/dir.c:48:14: note: byref variable will be forcibly initialized 48 | char name[20]; | ^~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_create_over_whiteout': /kisskb/src/fs/overlayfs/dir.c:511:30: note: byref variable will be forcibly initialized 511 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/dir.c:473:33: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:473:27: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_link': /kisskb/src/fs/overlayfs/dir.c:732:45: note: byref variable will be forcibly initialized 732 | &(struct ovl_cattr) {.hardlink = ovl_dentry_upper(old)}, | ^ In file included from /kisskb/src/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_clear_empty': /kisskb/src/fs/overlayfs/overlayfs.h:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/dir.c:396:51: note: in expansion of macro 'OVL_CATTR' 396 | opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:373:22: note: byref variable will be forcibly initialized 373 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/dir.c:370:21: note: byref variable will be forcibly initialized 370 | struct path upperpath; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/dir.c:7: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_do_remove': /kisskb/src/fs/overlayfs/dir.c:888:19: note: byref variable will be forcibly initialized 888 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/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/drivers/tty/vt/vc_screen.c: In function 'vcs_read': /kisskb/src/drivers/tty/vt/vc_screen.c:407:42: note: byref variable will be forcibly initialized 407 | unsigned int this_round, skip = 0; | ^~~~ /kisskb/src/drivers/tty/vt/vc_screen.c:374:14: note: byref variable will be forcibly initialized 374 | bool viewed, attr, uni_mode; | ^~~~~~ /kisskb/src/drivers/tty/vt/vc_screen.c: In function 'vcs_write_buf': /kisskb/src/drivers/tty/vt/vc_screen.c:527:22: note: byref variable will be forcibly initialized 527 | char header[HEADER_SIZE]; | ^~~~~~ /kisskb/src/drivers/tty/vt/vc_screen.c: In function 'vcs_write': /kisskb/src/drivers/tty/vt/vc_screen.c:600:14: note: byref variable will be forcibly initialized 600 | bool viewed, attr; | ^~~~~~ /kisskb/src/drivers/tty/vt/vc_screen.c:595:14: note: byref variable will be forcibly initialized 595 | u16 *org0, *org; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_attr_list_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xlog_intent_recovery_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/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_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/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_perag_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inodegc_worker': /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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_fs_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inodegc_shrinker_scan': /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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_attr_list_node_descend': /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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_buf_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_buf_flags_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_buf_ioerror': /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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_buf_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:562:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 562 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:562:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 562 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/overlayfs/readdir.c:7: /kisskb/src/fs/overlayfs/readdir.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_lock_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inode_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 727 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 727 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_filemap_fault': /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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iref_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iomap_prealloc_size': /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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_irec_merge_pre': /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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_irec_merge_post': /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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_dquot_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1005:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1005 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1005:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1005 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_trans_mod_dquot': /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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_dqtrx_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1132 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1132 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_loggrant_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_force': /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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ail_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_assign_tail_lsn': /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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_entry_add_rb': /kisskb/src/fs/overlayfs/readdir.c:178:25: note: byref variable will be forcibly initialized 178 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:177:26: note: byref variable will be forcibly initialized 177 | struct rb_node **newp = &rdd->root->rb_node; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_file_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_imap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_simple_io_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_itrunc_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_pagecache_inval': /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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_update_ino': /kisskb/src/fs/overlayfs/readdir.c:498:29: note: byref variable will be forcibly initialized 498 | struct path statpath = *path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:497:30: note: byref variable will be forcibly initialized 497 | struct kstat stat; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_bunmap': /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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_extent_busy_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_extent_busy_trim': /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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_agf_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_free_extent': /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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_alloc_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1779 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1779 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_alloc_cur_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_dir2_space_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_dir2_leafn_moveents': /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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_swap_extent_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover': /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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_record': /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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_buf_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_ino_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_recover_icreate_item_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /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/xfs/xfs_trace.c: In function 'perf_trace_xfs_discard_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_btree_cur_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_defer_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_defer_error_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_defer_pending_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_phys_extent_deferred_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_map_extent_deferred_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_rmap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_error_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_rmapbt_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_resv_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_btree_lookup_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_extent_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_extent_at_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_double_extent_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_double_extent_at_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_triple_extent_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_refcount_finish_one_leftover': /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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inode_error_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_double_io_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inode_irec_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_reflink_remap_blocks': /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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ioctl_clone': /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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_fsmap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_getfsmap_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_trans_resv_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_log_get_max_trans_res': /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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_trans_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iunlink_update_bucket': /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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iunlink_update_dinode': /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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_inode_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3651:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3651 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3651:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3651 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_fs_corrupt_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_ag_corrupt_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_inode_corrupt_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iwalk_ag': /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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_iwalk_ag_rec': /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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_kmem_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_check_new_dalign': /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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_btree_commit_afakeroot': /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/fs/xfs/./xfs_trace.h:3856:1: note: in expansion of macro 'TRACE_EVENT' 3856 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3856:1: note: in expansion of macro 'TRACE_EVENT' 3856 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_btree_commit_ifakeroot': /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/fs/xfs/./xfs_trace.h:3884:1: note: in expansion of macro 'TRACE_EVENT' 3884 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3884:1: note: in expansion of macro 'TRACE_EVENT' 3884 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_btree_bload_level_geometry': /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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_btree_bload_block': /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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_timestamp_range_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xlog_iclog_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_das_state_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_force_shutdown': /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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_intent_recovery_failed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_perag_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inodegc_worker': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fs_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inodegc_shrinker_scan': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_node_descend': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_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/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_flags_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_ioerror': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:562:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 562 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_lock_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 727 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filemap_fault': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iref_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iomap_prealloc_size': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_pre': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_post': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dquot_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1005:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1005 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_mod_dquot': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dqtrx_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1132 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_loggrant_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_force': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ail_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_assign_tail_lsn': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_file_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_imap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_simple_io_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_itrunc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pagecache_inval': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bunmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_trim': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_agf_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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_free_extent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1779 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_cur_check': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_space_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_leafn_moveents': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_swap_extent_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_record': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_buf_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_ino_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_icreate_item_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_discard_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_cur_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_error_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_pending_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_phys_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_map_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_error_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmapbt_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_resv_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_btree_lookup_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_at_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_at_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_triple_extent_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_finish_one_leftover': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /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/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /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/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /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; | ^~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_irec_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/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_reflink_remap_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ioctl_clone': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fsmap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_getfsmap_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_get_max_trans_res': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_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/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_bucket': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_dinode': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_inode_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3651:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3651 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fs_corrupt_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_corrupt_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_corrupt_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag_rec': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pwork_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_kmem_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_check_new_dalign': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_afakeroot': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3856:1: note: in expansion of macro 'TRACE_EVENT' 3856 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_ifakeroot': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3884:1: note: in expansion of macro 'TRACE_EVENT' 3884 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_level_geometry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_iclog_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/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_das_state_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_force_shutdown': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ 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; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_bmap_class': /kisskb/src/fs/xfs/./xfs_trace.h:369:41: note: byref variable will be forcibly initialized 369 | struct xfs_bmbt_irec r; | ^ /kisskb/src/include/trace/perf.h:89:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 89 | { assign; } \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:367:9: note: in expansion of macro 'TP_fast_assign' 367 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bmap_class': /kisskb/src/fs/xfs/./xfs_trace.h:369:41: note: byref variable will be forcibly initialized 369 | struct xfs_bmbt_irec r; | ^ /kisskb/src/include/trace/trace_events.h:402:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 402 | { assign; } \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:367:9: note: in expansion of macro 'TP_fast_assign' 367 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_filestream_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_filestream_pick': /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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/drivers/xen/sys-hypervisor.c: In function 'xen_feature_show': /kisskb/src/drivers/xen/sys-hypervisor.c:322:33: note: byref variable will be forcibly initialized 322 | struct xen_feature_info info; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_pick': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /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/drivers/xen/sys-hypervisor.c: In function 'uuid_show': /kisskb/src/drivers/xen/sys-hypervisor.c:159:29: note: byref variable will be forcibly initialized 159 | xen_domain_handle_t uuid; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_namespace_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_namespace_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/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ /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]; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/crypto/tcrypt.c:1317:14: note: byref variable will be forcibly initialized 1317 | char iv[128]; | ^~ /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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/crypto/tcrypt.c:1315:28: note: byref variable will be forcibly initialized 1315 | struct crypto_wait wait; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_da_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1908 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1908 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_da_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/fs/xfs/./xfs_trace.h:1908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1908 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_attr_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1972:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1972 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1972:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1972 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_mb_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1078:14: note: byref variable will be forcibly initialized 1078 | char iv[128]; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_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/fs/xfs/./xfs_trace.h:1972:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1972 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'perf_trace_xfs_icwalk_class': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/fs/xfs/xfs_trace.h:4216, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_attr_list_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/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_buf_item_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/fs/xfs/./xfs_trace.h:562:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 562 | DECLARE_EVENT_CLASS(xfs_buf_item_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/fs/xfs/./xfs_trace.h:562:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 562 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inode_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/fs/xfs/./xfs_trace.h:727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 727 | DECLARE_EVENT_CLASS(xfs_inode_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/fs/xfs/./xfs_trace.h:727:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 727 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_dquot_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/fs/xfs/./xfs_trace.h:1005:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1005 | DECLARE_EVENT_CLASS(xfs_dquot_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/fs/xfs/./xfs_trace.h:1005:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1005 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_dqtrx_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/fs/xfs/./xfs_trace.h:1132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1132 | DECLARE_EVENT_CLASS(xfs_dqtrx_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/fs/xfs/./xfs_trace.h:1132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1132 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_item_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/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_log_item_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/fs/xfs/./xfs_trace.h:1288:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1288 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_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/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/fs/xfs/./xfs_trace.h:1779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1779 | DECLARE_EVENT_CLASS(xfs_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/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/fs/xfs/./xfs_trace.h:1779:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1779 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_da_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/fs/xfs/./xfs_trace.h:1908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1908 | DECLARE_EVENT_CLASS(xfs_da_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/fs/xfs/./xfs_trace.h:1908:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1908 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_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/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/fs/xfs/./xfs_trace.h:1972:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1972 | DECLARE_EVENT_CLASS(xfs_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/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/fs/xfs/./xfs_trace.h:1972:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1972 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_inode_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/fs/xfs/./xfs_trace.h:3651:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3651 | DECLARE_EVENT_CLASS(xfs_ag_inode_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/fs/xfs/./xfs_trace.h:3651:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3651 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_btree_commit_afakeroot': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3856:1: note: in expansion of macro 'TRACE_EVENT' 3856 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3856:1: note: in expansion of macro 'TRACE_EVENT' 3856 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_btree_commit_ifakeroot': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3884:1: note: in expansion of macro 'TRACE_EVENT' 3884 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3884:1: note: in expansion of macro 'TRACE_EVENT' 3884 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /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/fs/xfs/xfs_trace.c: In function '__bpf_trace_xlog_intent_recovery_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inodegc_shrinker_scan': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:254:1: note: in expansion of macro 'TRACE_EVENT' 254 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_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/fs/xfs/./xfs_trace.h:481:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 481 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_buf_ioerror': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:524:1: note: in expansion of macro 'TRACE_EVENT' 524 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_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/fs/xfs/./xfs_trace.h:636:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 636 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_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/fs/xfs/./xfs_trace.h:694:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 694 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_filemap_fault': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:802:1: note: in expansion of macro 'TRACE_EVENT' 802 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_force': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1313:1: note: in expansion of macro 'TRACE_EVENT' 1313 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_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/fs/xfs/./xfs_trace.h:1343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1343 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_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/fs/xfs/./xfs_trace.h:1488:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1488 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_pagecache_inval': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1558:1: note: in expansion of macro 'TRACE_EVENT' 1558 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2195:1: note: in expansion of macro 'TRACE_EVENT' 2195 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover_record': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2213:1: note: in expansion of macro 'TRACE_EVENT' 2213 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_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/fs/xfs/./xfs_trace.h:2454:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2454 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_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/fs/xfs/./xfs_trace.h:2827:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2827 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_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/fs/xfs/./xfs_trace.h:2921:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2921 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_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/fs/xfs/./xfs_trace.h:3212:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3212 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_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/fs/xfs/./xfs_trace.h:3508:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3508 | DECLARE_EVENT_CLASS(xfs_trans_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_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/fs/xfs/./xfs_trace.h:3702:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3702 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iwalk_ag': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3752:1: note: in expansion of macro 'TRACE_EVENT' 3752 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iwalk_ag_rec': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3771:1: note: in expansion of macro 'TRACE_EVENT' 3771 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_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/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'TRACE_EVENT' 3792 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_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/fs/xfs/./xfs_trace.h:3810:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3810 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_check_new_dalign': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3835:1: note: in expansion of macro 'TRACE_EVENT' 3835 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_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/fs/xfs/./xfs_trace.h:4001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4001 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_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/fs/xfs/./xfs_trace.h:4027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4027 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_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/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/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_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/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/fs/xfs/./xfs_trace.h:351:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 351 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_filestream_pick': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:665:1: note: in expansion of macro 'TRACE_EVENT' 665 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iomap_prealloc_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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/trace/bpf_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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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: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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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: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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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: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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_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: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/fs/xfs/./xfs_trace.h:853:1: note: in expansion of macro 'TRACE_EVENT' 853 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_irec_merge_post': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:906:1: note: in expansion of macro 'TRACE_EVENT' 906 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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: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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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: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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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: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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_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: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/fs/xfs/./xfs_trace.h:971:1: note: in expansion of macro 'TRACE_EVENT' 971 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_trans_mod_dquot': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1103:1: note: in expansion of macro 'TRACE_EVENT' 1103 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_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/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/fs/xfs/./xfs_trace.h:1617:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1617 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_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/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/fs/xfs/./xfs_trace.h:1680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1680 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_dir2_leafn_moveents': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:2116:1: note: in expansion of macro 'TRACE_EVENT' 2116 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_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/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/fs/xfs/./xfs_trace.h:2236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2236 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_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/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/fs/xfs/./xfs_trace.h:2412:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2412 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_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/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/fs/xfs/./xfs_trace.h:2721:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2721 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_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/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/fs/xfs/./xfs_trace.h:2890:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2890 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_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/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/fs/xfs/./xfs_trace.h:2954:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2954 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_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/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/fs/xfs/./xfs_trace.h:2990:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2990 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_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/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/fs/xfs/./xfs_trace.h:3427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3427 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inodegc_worker': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_fs_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/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_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/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_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/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_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/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ag_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/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_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/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_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/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_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/fs/xfs/./xfs_trace.h:274:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 274 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_attr_list_node_descend': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:299:1: note: in expansion of macro 'TRACE_EVENT' 299 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_buf_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/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_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/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_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/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_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/fs/xfs/./xfs_trace.h:410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 410 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iref_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/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_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/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_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/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_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/fs/xfs/./xfs_trace.h:828:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 828 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_namespace_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/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_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/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_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/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_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/fs/xfs/./xfs_trace.h:939:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 939 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_loggrant_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/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_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/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_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/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_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/fs/xfs/./xfs_trace.h:1204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1204 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_assign_tail_lsn': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1379:1: note: in expansion of macro 'TRACE_EVENT' 1379 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_file_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/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_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/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_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/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_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/fs/xfs/./xfs_trace.h:1401:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1401 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_itrunc_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/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_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/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_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/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_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/fs/xfs/./xfs_trace.h:1529:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1529 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_dir2_space_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/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_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/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_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/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_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/fs/xfs/./xfs_trace.h:2085:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2085 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_swap_extent_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/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_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/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_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/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_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/fs/xfs/./xfs_trace.h:2155:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2155 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover_buf_item_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/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_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/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_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/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_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/fs/xfs/./xfs_trace.h:2284:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2284 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover_ino_item_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/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_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/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_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/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_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/fs/xfs/./xfs_trace.h:2328:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2328 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_recover_icreate_item_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/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_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/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_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/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_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/fs/xfs/./xfs_trace.h:2374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2374 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_defer_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/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_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/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_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/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_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/fs/xfs/./xfs_trace.h:2492:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2492 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_defer_error_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/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_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/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_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/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_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/fs/xfs/./xfs_trace.h:2516:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2516 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_defer_pending_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/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_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/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_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/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_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/fs/xfs/./xfs_trace.h:2540:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2540 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inode_irec_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/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_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/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_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/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_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/fs/xfs/./xfs_trace.h:3293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3293 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_ioctl_clone': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3375:1: note: in expansion of macro 'TRACE_EVENT' 3375 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_getfsmap_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/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_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/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_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/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_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/fs/xfs/./xfs_trace.h:3470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3470 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_log_get_max_trans_res': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'TRACE_EVENT' 3542 | TRACE_EVENT(xfs_log_get_max_trans_res, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_trans_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/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_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/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_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/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_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/fs/xfs/./xfs_trace.h:3561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3561 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_fs_corrupt_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/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_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/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_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/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_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/fs/xfs/./xfs_trace.h:3676:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3676 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_inode_corrupt_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/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_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/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_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/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_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/fs/xfs/./xfs_trace.h:3728:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3728 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xlog_iclog_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/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_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/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_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/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_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/fs/xfs/./xfs_trace.h:4078:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4078 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_das_state_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/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_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/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_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/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_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/fs/xfs/./xfs_trace.h:4153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4153 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_irec_merge_pre': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:877:1: note: in expansion of macro 'TRACE_EVENT' 877 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_extent_busy_trim': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1650:1: note: in expansion of macro 'TRACE_EVENT' 1650 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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/trace/bpf_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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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: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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_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: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/fs/xfs/./xfs_trace.h:1882:1: note: in expansion of macro 'TRACE_EVENT' 1882 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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: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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_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: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/fs/xfs/./xfs_trace.h:2679:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2679 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_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: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/fs/xfs/./xfs_trace.h:3958:1: note: in expansion of macro 'TRACE_EVENT' 3958 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_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/fs/xfs/./xfs_trace.h:1439:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1439 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_bunmap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1583:1: note: in expansion of macro 'TRACE_EVENT' 1583 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_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/fs/xfs/./xfs_trace.h:2569:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2569 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_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/fs/xfs/./xfs_trace.h:3081:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3081 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_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/fs/xfs/./xfs_trace.h:3033:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3033 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_reflink_remap_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3331:1: note: in expansion of macro 'TRACE_EVENT' 3331 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_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/fs/xfs/./xfs_trace.h:3243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3243 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iunlink_update_bucket': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3599:1: note: in expansion of macro 'TRACE_EVENT' 3599 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_iunlink_update_dinode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3625:1: note: in expansion of macro 'TRACE_EVENT' 3625 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_force_shutdown': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:4185:1: note: in expansion of macro 'TRACE_EVENT' 4185 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_free_extent': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:1744:1: note: in expansion of macro 'TRACE_EVENT' 1744 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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: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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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: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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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: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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_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: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/fs/xfs/./xfs_trace.h:2761:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2761 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_refcount_finish_one_leftover': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3178:1: note: in expansion of macro 'TRACE_EVENT' 3178 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_btree_bload_level_geometry': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/fs/xfs/./xfs_trace.h:3917:1: note: in expansion of macro 'TRACE_EVENT' 3917 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function '__bpf_trace_xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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/trace/bpf_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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_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: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/fs/xfs/./xfs_trace.h:2602:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2602 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3457:49: note: byref variable will be forcibly initialized 3457 | struct xfs_alloc_rec_incore irec; | ^~~~ /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; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_update': /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:904:15: note: byref variable will be forcibly initialized 904 | char *capability = NULL; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:902:32: note: byref variable will be forcibly initialized 902 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:902:21: note: byref variable will be forcibly initialized 902 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:233:33: note: byref variable will be forcibly initialized 233 | union xfs_btree_rec rec; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_set_attr': /kisskb/src/fs/overlayfs/copy_up.c:331:30: note: byref variable will be forcibly initialized 331 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c:324:30: note: byref variable will be forcibly initialized 324 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_encode_real_fh': /kisskb/src/fs/overlayfs/copy_up.c:348:22: note: byref variable will be forcibly initialized 348 | int fh_type, dwords; | ^~~~~~ In file included from /kisskb/src/fs/overlayfs/copy_up.c:22: /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_create_index': /kisskb/src/fs/overlayfs/overlayfs.h:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/copy_up.c:479:47: note: in expansion of macro 'OVL_CATTR' 479 | temp = ovl_create_temp(ofs, indexdir, OVL_CATTR(S_IFDIR | 0)); | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_compute_aligned': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:299:25: note: byref variable will be forcibly initialized 299 | xfs_extlen_t len = foundlen; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:298:25: note: byref variable will be forcibly initialized 298 | xfs_agblock_t bno = foundbno; | ^~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_inode': /kisskb/src/fs/overlayfs/copy_up.c:563:32: note: byref variable will be forcibly initialized 563 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:563:21: note: byref variable will be forcibly initialized 563 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_tmpfile': /kisskb/src/fs/overlayfs/copy_up.c:735:29: note: byref variable will be forcibly initialized 735 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_workdir': /kisskb/src/fs/overlayfs/copy_up.c:666:29: note: byref variable will be forcibly initialized 666 | struct ovl_cu_creds cc; | ^~ In file included from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:15: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_btree_islastblock': /kisskb/src/fs/xfs/libxfs/xfs_btree.h:556:34: note: byref variable will be forcibly initialized 556 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_readdir': /kisskb/src/fs/ext2/dir.c:284:23: note: byref variable will be forcibly initialized 284 | char *kaddr, *limit; | ^~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_one': /kisskb/src/fs/overlayfs/copy_up.c:954:21: note: byref variable will be forcibly initialized 954 | struct path parentpath; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c:953:29: note: byref variable will be forcibly initialized 953 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_find_entry': /kisskb/src/fs/ext2/dir.c:360:15: note: byref variable will be forcibly initialized 360 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_dotdot': /kisskb/src/fs/ext2/dir.c:431:15: note: byref variable will be forcibly initialized 431 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_inode_by_name': /kisskb/src/fs/ext2/dir.c:447:15: note: byref variable will be forcibly initialized 447 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c:446:22: note: byref variable will be forcibly initialized 446 | struct page *page; | ^~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_add_link': /kisskb/src/fs/ext2/dir.c:496:15: note: byref variable will be forcibly initialized 496 | void *page_addr = NULL; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_empty_dir': /kisskb/src/fs/ext2/dir.c:672:15: note: byref variable will be forcibly initialized 672 | void *page_addr = NULL; | ^~~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_read_rmh_status': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:538:23: note: byref variable will be forcibly initialized 538 | unsigned char reg; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_download_dsp': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:326:23: note: byref variable will be forcibly initialized 326 | unsigned char dummy; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_send_it_dsp': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:170:23: note: byref variable will be forcibly initialized 170 | unsigned char reg; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_setup': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:777:33: note: byref variable will be forcibly initialized 777 | int i; | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_send_msg_nolock': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:600:23: note: byref variable will be forcibly initialized 600 | unsigned char reg; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:252:34: note: byref variable will be forcibly initialized 252 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_exact_minlen_extent_available': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2562:33: note: byref variable will be forcibly initialized 2562 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2561:33: note: byref variable will be forcibly initialized 2561 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fixup_trees': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:460:25: note: byref variable will be forcibly initialized 460 | xfs_extlen_t nflen1=0; /* first new free length */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:458:25: note: byref variable will be forcibly initialized 458 | xfs_agblock_t nfbno1; /* first new free startblock */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:457:25: note: byref variable will be forcibly initialized 457 | int i; /* operation results */ | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_load_eeprom_binary': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:375:23: note: byref variable will be forcibly initialized 375 | unsigned char reg; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_load_boot_binary': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:407:23: note: byref variable will be forcibly initialized 407 | unsigned char dummy; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_load_dsp_binary': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:435:23: note: byref variable will be forcibly initialized 435 | unsigned char dummy; | ^~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_prepair_pipe_start': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:784:26: note: byref variable will be forcibly initialized 784 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_check': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:850:33: note: byref variable will be forcibly initialized 850 | unsigned busy_gen = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:848:38: note: byref variable will be forcibly initialized 848 | xfs_extlen_t len, lena, diff = -1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:848:33: note: byref variable will be forcibly initialized 848 | xfs_extlen_t len, lena, diff = -1; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:847:44: note: byref variable will be forcibly initialized 847 | xfs_agblock_t bno, bnoa, bnew; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:847:38: note: byref variable will be forcibly initialized 847 | xfs_agblock_t bno, bnoa, bnew; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:847:33: note: byref variable will be forcibly initialized 847 | xfs_agblock_t bno, bnoa, bnew; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:846:40: note: byref variable will be forcibly initialized 846 | int error, i; | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_toggle_pipes': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:855:26: note: byref variable will be forcibly initialized 855 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_stop_pipes': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:823:26: note: byref variable will be forcibly initialized 823 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_walk_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1343:33: note: byref variable will be forcibly initialized 1343 | int i; | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_stream_read_position': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:1119:26: note: byref variable will be forcibly initialized 1119 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1519:33: note: byref variable will be forcibly initialized 1519 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cntbt_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:976:33: note: byref variable will be forcibly initialized 976 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:974:33: note: byref variable will be forcibly initialized 974 | xfs_extlen_t len, cur_len; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:973:33: note: byref variable will be forcibly initialized 973 | xfs_agblock_t bno; | ^~~ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_set_pipe_state': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_locality': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:896:13: note: byref variable will be forcibly initialized 896 | int state, i, err; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1392:33: note: byref variable will be forcibly initialized 1392 | int i; | ^ /kisskb/src/sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_write_io_num_reg_cont': /kisskb/src/sound/pci/pcxhr/pcxhr_core.c:962:26: note: byref variable will be forcibly initialized 962 | struct pcxhr_rmh rmh; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_exact': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1231:25: note: byref variable will be forcibly initialized 1231 | unsigned busy_gen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1230:25: note: byref variable will be forcibly initialized 1230 | int i; /* success/failure of operation */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1228:25: note: byref variable will be forcibly initialized 1228 | xfs_extlen_t tlen; /* length of busy extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1227:25: note: byref variable will be forcibly initialized 1227 | xfs_agblock_t tbno; /* start block of busy extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1226:25: note: byref variable will be forcibly initialized 1226 | xfs_extlen_t flen; /* length of found extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1225:25: note: byref variable will be forcibly initialized 1225 | xfs_agblock_t fbno; /* start block of found extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agfl': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:714:34: note: byref variable will be forcibly initialized 714 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/reset/reset-ti-syscon.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int reset_state; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/reset/reset-ti-syscon.c:13: /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_probe': /kisskb/src/drivers/reset/reset-ti-syscon.c:167:13: note: byref variable will be forcibly initialized 167 | int size, nr_controls, i; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_log_agf': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2837:17: note: byref variable will be forcibly initialized 2837 | int last; /* last byte offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2836:17: note: byref variable will be forcibly initialized 2836 | int first; /* first byte offset */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_ag_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2062:41: note: byref variable will be forcibly initialized 2062 | xfs_extlen_t xxlen; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2061:41: note: byref variable will be forcibly initialized 2061 | xfs_agblock_t xxbno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1915:41: note: byref variable will be forcibly initialized 1915 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1914:41: note: byref variable will be forcibly initialized 1914 | int haveright; /* have a right neighbor */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1913:41: note: byref variable will be forcibly initialized 1913 | int haveleft; /* have a left neighbor */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1910:41: note: byref variable will be forcibly initialized 1910 | xfs_extlen_t ltlen; /* length of left neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1909:41: note: byref variable will be forcibly initialized 1909 | xfs_agblock_t ltbno; /* start of left neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1908:41: note: byref variable will be forcibly initialized 1908 | xfs_extlen_t gtlen; /* length of right neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1907:41: note: byref variable will be forcibly initialized 1907 | xfs_agblock_t gtbno; /* start of right neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_agfl_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2356:34: note: byref variable will be forcibly initialized 2356 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2778:34: note: byref variable will be forcibly initialized 2778 | struct xfs_buf *agflbp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_small': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1089:34: note: byref variable will be forcibly initialized 1089 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1050:33: note: byref variable will be forcibly initialized 1050 | int i = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1049:33: note: byref variable will be forcibly initialized 1049 | xfs_extlen_t flen = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1048:33: note: byref variable will be forcibly initialized 1048 | xfs_agblock_t fbno = NULLAGBLOCK; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_size': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1689:25: note: byref variable will be forcibly initialized 1689 | unsigned busy_gen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1687:25: note: byref variable will be forcibly initialized 1687 | xfs_extlen_t rlen; /* length of returned extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1686:25: note: byref variable will be forcibly initialized 1686 | xfs_agblock_t rbno; /* returned block number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1685:25: note: byref variable will be forcibly initialized 1685 | int i; /* temp status variable */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1684:25: note: byref variable will be forcibly initialized 1684 | xfs_extlen_t flen; /* length of found freespace */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1683:25: note: byref variable will be forcibly initialized 1683 | xfs_agblock_t fbno; /* start of found freespace */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_near': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1627:33: note: byref variable will be forcibly initialized 1627 | bool allocated = false; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1582:33: note: byref variable will be forcibly initialized 1582 | xfs_extlen_t len; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1581:33: note: byref variable will be forcibly initialized 1581 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1580:33: note: byref variable will be forcibly initialized 1580 | int i; /* result code, temporary */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agf': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3089:34: note: byref variable will be forcibly initialized 3089 | struct xfs_buf *agfbp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2663:21: note: byref variable will be forcibly initialized 2663 | int stat; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2605:33: note: byref variable will be forcibly initialized 2605 | xfs_agblock_t bno; /* freelist block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2604:33: note: byref variable will be forcibly initialized 2604 | struct xfs_alloc_arg targs; /* local allocation arguments */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2603:34: note: byref variable will be forcibly initialized 2603 | struct xfs_buf *agflbp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2602:34: note: byref variable will be forcibly initialized 2602 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_extent_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3356:33: note: byref variable will be forcibly initialized 3356 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function '__xfs_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3395:42: note: byref variable will be forcibly initialized 3395 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3475:49: note: byref variable will be forcibly initialized 3475 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3474:49: note: byref variable will be forcibly initialized 3474 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3473:49: note: byref variable will be forcibly initialized 3473 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3493:49: note: byref variable will be forcibly initialized 3493 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_has_record': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3510:33: note: byref variable will be forcibly initialized 3510 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3509:33: note: byref variable will be forcibly initialized 3509 | union xfs_btree_irec low; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/hisi_dma.c:4: /kisskb/src/drivers/dma/hisi_dma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | 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/dma/hisi_dma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | 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/dma/hisi_dma.c: In function 'hisi_dma_terminate_all': /kisskb/src/drivers/dma/hisi_dma.c:312:19: note: byref variable will be forcibly initialized 312 | 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/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/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1367:25: note: byref variable will be forcibly initialized 1367 | struct in6_addr in6; | ^~~ /kisskb/src/lib/vsprintf.c:1360:23: note: byref variable will be forcibly initialized 1360 | unsigned char zerolength[8]; | ^~~~~~~~~~ /kisskb/src/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/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1757:14: note: byref variable will be forcibly initialized 1757 | char output[sizeof("0123 little-endian (0x01234567)")]; | ^~~~~~ /kisskb/src/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/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1269:14: note: byref variable will be forcibly initialized 1269 | char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1459:14: note: byref variable will be forcibly initialized 1459 | char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1473:14: note: byref variable will be forcibly initialized 1473 | char ip4_addr[sizeof("255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1550:14: note: byref variable will be forcibly initialized 1550 | char fmt4[3] = { fmt[0], '4', 0 }; | ^~~~ /kisskb/src/lib/vsprintf.c:1547:18: note: byref variable will be forcibly initialized 1547 | char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1490:14: note: byref variable will be forcibly initialized 1490 | char fmt6[2] = { fmt[0], '6' }; | ^~~~ /kisskb/src/lib/vsprintf.c:1485:14: note: byref variable will be forcibly initialized 1485 | char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1690:14: note: byref variable will be forcibly initialized 1690 | char uuid[UUID_STRING_LEN + 1]; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:984:14: note: byref variable will be forcibly initialized 984 | char sym[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1906:19: note: byref variable will be forcibly initialized 1906 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1905:25: note: byref variable will be forcibly initialized 1905 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/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/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1674:17: note: byref variable will be forcibly initialized 1674 | va_list va; | ^~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3132:33: note: in expansion of macro 'save_arg' 3132 | save_arg(ptrdiff_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3129:33: note: in expansion of macro 'save_arg' 3129 | save_arg(size_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3126:33: note: in expansion of macro 'save_arg' 3126 | save_arg(unsigned long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3122:33: note: in expansion of macro 'save_arg' 3122 | save_arg(long long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3103:41: note: in expansion of macro 'save_arg' 3103 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3099:33: note: in expansion of macro 'save_arg' 3099 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3324:39: note: in expansion of macro 'get_arg' 3324 | num = get_arg(ptrdiff_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3321:39: note: in expansion of macro 'get_arg' 3321 | num = get_arg(size_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3318:39: note: in expansion of macro 'get_arg' 3318 | num = get_arg(unsigned long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3314:39: note: in expansion of macro 'get_arg' 3314 | num = get_arg(long long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3292:62: note: in expansion of macro 'get_arg' 3292 | str = pointer(fmt, str, end, get_arg(void *), spec); | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function '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:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/lib/vsprintf.c:21: /kisskb/src/lib/vsprintf.c: In function 'vsscanf': /kisskb/src/lib/vsprintf.c:3534:40: note: byref variable will be forcibly initialized 3534 | DECLARE_BITMAP(set, 256) = {0}; | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/vsprintf.c:3399:15: note: byref variable will be forcibly initialized 3399 | char *next; | ^~~~ /kisskb/src/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); | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_get_bank_volts_v3': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:808:32: note: byref variable will be forcibly initialized 808 | u32 i, j, *vop, vop74, vop30, turn_pt = svsb->turn_pt; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c:808:25: note: byref variable will be forcibly initialized 808 | u32 i, j, *vop, vop74, vop30, turn_pt = svsb->turn_pt; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_set_bank_freq_pct_v3': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:900:46: note: byref variable will be forcibly initialized 900 | u32 i, j, *freq_pct, freq_pct74 = 0, freq_pct30 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c:900:30: note: byref variable will be forcibly initialized 900 | u32 i, j, *freq_pct, freq_pct74 = 0, freq_pct30 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_adjust_pm_opp_volts': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:489:27: note: byref variable will be forcibly initialized 489 | int ret = -EPERM, tzone_temp = 0; | ^~~~~~~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_bank_resource_setup': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:1549:23: note: byref variable will be forcibly initialized 1549 | unsigned long freq; | ^~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_status_debug_show': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:690:13: note: byref variable will be forcibly initialized 690 | int tzone_temp = 0, ret; | ^~~~~~~~~~ /kisskb/src/drivers/soc/mediatek/mtk-svs.c: In function 'svs_enable_debug_write': /kisskb/src/drivers/soc/mediatek/mtk-svs.c:652:13: note: byref variable will be forcibly initialized 652 | int enabled, ret; | ^~~~~~~ /kisskb/src/drivers/clk/renesas/r8a774b1-cpg-mssr.c: In function 'r8a774b1_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774b1-cpg-mssr.c:304:13: note: byref variable will be forcibly initialized 304 | u32 cpg_mode; | ^~~~~~~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocBit': /kisskb/src/fs/jfs/jfs_imap.c:2005:39: note: byref variable will be forcibly initialized 2005 | struct metapage *amp = NULL, *bmp = NULL; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2005:26: note: byref variable will be forcibly initialized 2005 | struct metapage *amp = NULL, *bmp = NULL; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocIno': /kisskb/src/fs/jfs/jfs_imap.c:1764:26: note: byref variable will be forcibly initialized 1764 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diNewExt': /kisskb/src/fs/jfs/jfs_imap.c:2154:13: note: byref variable will be forcibly initialized 2154 | s64 blkno, hint; | ^~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:38: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:32: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:26: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diRead': /kisskb/src/fs/jfs/jfs_imap.c:296:26: note: byref variable will be forcibly initialized 296 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'duplicateIXtree': /kisskb/src/fs/jfs/jfs_imap.c:2977:23: note: byref variable will be forcibly initialized 2977 | struct inode *ip; | ^~ /kisskb/src/fs/jfs/jfs_imap.c:2976:29: note: byref variable will be forcibly initialized 2976 | struct buffer_head *bh; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diNewIAG': /kisskb/src/fs/jfs/jfs_imap.c:2442:23: note: byref variable will be forcibly initialized 2442 | struct inode *iplist[1]; | ^~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2439:13: note: byref variable will be forcibly initialized 2439 | s64 xaddr = 0; | ^~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2437:26: note: byref variable will be forcibly initialized 2437 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocExt': /kisskb/src/fs/jfs/jfs_imap.c:1888:26: note: byref variable will be forcibly initialized 1888 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c:1887:18: note: byref variable will be forcibly initialized 1887 | int rem, iagno, sword, extno, 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/drivers/tty/vt/selection.c:15: /kisskb/src/drivers/tty/vt/selection.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_console_match': /kisskb/src/drivers/tty/serial/8250/8250_core.c:633:25: note: byref variable will be forcibly initialized 633 | resource_size_t addr; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:632:23: note: byref variable will be forcibly initialized 632 | unsigned char iotype; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:631:14: note: byref variable will be forcibly initialized 631 | char match[] = "uart"; /* 8250-specific earlycon name */ | ^~~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'sel_loadlut': /kisskb/src/drivers/tty/vt/selection.c:121:13: note: byref variable will be forcibly initialized 121 | u32 tmplut[ARRAY_SIZE(inwordLut)]; | ^~~~~~ /kisskb/src/drivers/tty/vt/selection.c: In function 'set_selection_user': /kisskb/src/drivers/tty/vt/selection.c:181:32: note: byref variable will be forcibly initialized 181 | struct tiocl_selection v; | ^ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diFree': /kisskb/src/fs/jfs/jfs_imap.c:854:23: note: byref variable will be forcibly initialized 854 | struct inode *iplist[3]; | ^~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:852:15: note: byref variable will be forcibly initialized 852 | pxd_t freepxd; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:846:49: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:43: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:37: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:31: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:26: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAlloc': /kisskb/src/fs/jfs/jfs_imap.c:1325:26: note: byref variable will be forcibly initialized 1325 | struct metapage *mp; | ^~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'serial8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_core.c:800:31: note: byref variable will be forcibly initialized 800 | struct uart_8250_port uart; | ^~~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diUpdatePMap': /kisskb/src/fs/jfs/jfs_imap.c:2720:26: note: byref variable will be forcibly initialized 2720 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diExtendFS': /kisskb/src/fs/jfs/jfs_imap.c:2843:31: note: byref variable will be forcibly initialized 2843 | struct metapage *bp, *hbp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2843:26: note: byref variable will be forcibly initialized 2843 | struct metapage *bp, *hbp; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/renesas/r8a774c0-cpg-mssr.c: In function 'r8a774c0_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a774c0-cpg-mssr.c:276:13: note: byref variable will be forcibly initialized 276 | u32 cpg_mode; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:60:33: note: byref variable will be forcibly initialized 60 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:603:33: note: byref variable will be forcibly initialized 603 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/sound/pcmcia/pdaudiocf/pdaudiocf.c: In function 'snd_pdacf_probe': /kisskb/src/sound/pcmcia/pdaudiocf/pdaudiocf.c:83:26: note: byref variable will be forcibly initialized 83 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:33: note: byref variable will be forcibly initialized 290 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lookup_real_one': /kisskb/src/fs/overlayfs/export.c:371:30: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ /kisskb/src/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/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1324:25: note: byref variable will be forcibly initialized 1324 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_lookup': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1349:33: note: byref variable will be forcibly initialized 1349 | int retval, error; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_try_add': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1208:34: note: byref variable will be forcibly initialized 1208 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_remove_attr': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:646:42: note: byref variable will be forcibly initialized 646 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1281:34: note: byref variable will be forcibly initialized 1281 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_remove_attr': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1489:41: note: byref variable will be forcibly initialized 1489 | int retval = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_is_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:88:33: note: byref variable will be forcibly initialized 88 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:87:33: note: byref variable will be forcibly initialized 87 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_shrink': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:675:34: note: byref variable will be forcibly initialized 675 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_defer_add': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:905:34: note: byref variable will be forcibly initialized 905 | struct xfs_attr_intent *new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_lookup': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:858:34: note: byref variable will be forcibly initialized 858 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_defer_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:944:34: note: byref variable will be forcibly initialized 944 | struct xfs_attr_intent *new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_defer_replace': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:924:34: note: byref variable will be forcibly initialized 924 | struct xfs_attr_intent *new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:972:33: note: byref variable will be forcibly initialized 972 | unsigned int total; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:970:40: note: byref variable will be forcibly initialized 970 | int error, local; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:968:33: note: byref variable will be forcibly initialized 968 | struct xfs_trans_res tres; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2243:24: note: byref variable will be forcibly initialized 2243 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2355:24: note: byref variable will be forcibly initialized 2355 | size_t pgsize, count; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_insert_resv_region': /kisskb/src/drivers/iommu/iommu.c:444:19: note: byref variable will be forcibly initialized 444 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1671:36: note: byref variable will be forcibly initialized 1671 | struct __group_domain_type gtype; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2420:35: note: byref variable will be forcibly initialized 2420 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2296:24: note: byref variable will be forcibly initialized 2296 | size_t mapped = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1737:19: note: byref variable will be forcibly initialized 1737 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:791:26: note: byref variable will be forcibly initialized 791 | struct list_head mappings; | ^~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:515:34: note: byref variable will be forcibly initialized 515 | struct list_head dev_resv_regions; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_group_show_resv_regions': /kisskb/src/drivers/iommu/iommu.c:540:26: note: byref variable will be forcibly initialized 540 | struct list_head group_resv_regions; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_set_def_domain_type': /kisskb/src/drivers/iommu/iommu.c:351:14: note: byref variable will be forcibly initialized 351 | bool pt; | ^~ In file included from /kisskb/src/include/linux/tpm_eventlog.h:6, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:21: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:24: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:24: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_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; | ^~~ /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/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:24: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_random': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:24: note: byref variable will be forcibly initialized 534 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/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/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_read': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:586:24: note: byref variable will be forcibly initialized 586 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_do_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:648:12: note: byref variable will be forcibly initialized 648 | u8 dummy[TPM_DIGEST_SIZE]; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:745:24: note: byref variable will be forcibly initialized 745 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:744:12: note: byref variable will be forcibly initialized 744 | u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c: In function 'r8a7795_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a7795-cpg-mssr.c:447:13: note: byref variable will be forcibly initialized 447 | u32 cpg_mode; | ^~~~~~~~ /kisskb/src/drivers/clk/renesas/r8a7796-cpg-mssr.c: In function 'r8a7796_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a7796-cpg-mssr.c:339:13: note: byref variable will be forcibly initialized 339 | u32 cpg_mode; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mix22.c: In function 'hr222_sub_set_clock': /kisskb/src/sound/pci/pcxhr/pcxhr_mix22.c:344:18: note: byref variable will be forcibly initialized 344 | unsigned realfreq = rate; | ^~~~~~~~ /kisskb/src/sound/pci/pcxhr/pcxhr_mix22.c:342:29: note: byref variable will be forcibly initialized 342 | unsigned int speed, pllreg = 0; | ^~~~~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:15: note: byref variable will be forcibly initialized 59 | be128 k; | ^ /kisskb/src/drivers/clk/renesas/r8a77965-cpg-mssr.c: In function 'r8a77965_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77965-cpg-mssr.c:333:13: note: byref variable will be forcibly initialized 333 | u32 cpg_mode; | ^~~~~~~~ In file included from /kisskb/src/drivers/dma/plx_dma.c:8: /kisskb/src/drivers/dma/plx_dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/plx_dma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/plx_dma.c: In function 'plx_dma_process_desc': /kisskb/src/drivers/dma/plx_dma.c:136:33: note: byref variable will be forcibly initialized 136 | struct dmaengine_result res; | ^~~ /kisskb/src/drivers/dma/plx_dma.c: In function 'plx_dma_abort_desc': /kisskb/src/drivers/dma/plx_dma.c:173:33: note: byref variable will be forcibly initialized 173 | struct dmaengine_result res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/dmaengine.h:10, from /kisskb/src/drivers/dma/plx_dma.c:8: /kisskb/src/drivers/dma/plx_dma.c: In function 'plx_dma_remove': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/plx_dma.c:601:9: note: in expansion of macro 'rcu_assign_pointer' 601 | rcu_assign_pointer(plxdev->pdev, 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/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/dmaengine.h:10, from /kisskb/src/drivers/dma/plx_dma.c:8: /kisskb/src/drivers/dma/plx_dma.c: In function '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/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/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; | ^~~ 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_restrict': /kisskb/src/drivers/xen/privcmd.c:707:17: note: byref variable will be forcibly initialized 707 | domid_t dom; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_hypercall': /kisskb/src/drivers/xen/privcmd.c:70:34: note: byref variable will be forcibly initialized 70 | struct privcmd_hypercall hypercall; | ^~~~~~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:258:31: note: byref variable will be forcibly initialized 258 | struct mmap_gfn_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:257:19: note: byref variable will be forcibly initialized 257 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:253:29: note: byref variable will be forcibly initialized 253 | struct privcmd_mmap mmapcmd; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:33: note: byref variable will be forcibly initialized 452 | struct mmap_batch_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:451:19: note: byref variable will be forcibly initialized 451 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:447:37: note: byref variable will be forcibly initialized 447 | struct privcmd_mmapbatch_v2 m; | ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:628:22: note: byref variable will be forcibly initialized 628 | unsigned int pinned = 0; | ^~~~~~ /kisskb/src/drivers/xen/privcmd.c:621:30: note: byref variable will be forcibly initialized 621 | struct privcmd_dm_op kdata; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_resource': /kisskb/src/drivers/xen/privcmd.c:727:38: note: byref variable will be forcibly initialized 727 | struct privcmd_mmap_resource kdata; | ^~~~~ 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/drivers/char/tpm/tpm2-cmd.c:390:24: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:495:24: note: byref variable will be forcibly initialized 495 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:457:24: note: byref variable will be forcibly initialized 457 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:24: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/char/tpm/tpm.h:21, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/char/tpm/tpm.h:25, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:630:13: note: byref variable will be forcibly initialized 630 | u32 nr_commands; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:629:24: note: byref variable will be forcibly initialized 629 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:709:24: note: byref variable will be forcibly initialized 709 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:168:12: note: byref variable will be forcibly initialized 168 | u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:166:24: note: byref variable will be forcibly initialized 166 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_extend': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:239:36: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:24: note: byref variable will be forcibly initialized 238 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_random': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:291:24: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:431:24: note: byref variable will be forcibly initialized 431 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:551:24: note: byref variable will be forcibly initialized 551 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:550:35: note: byref variable will be forcibly initialized 550 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/tty/vt/keyboard.c:30: /kisskb/src/drivers/tty/vt/keyboard.c: In 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/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:31: note: byref variable will be forcibly initialized 155 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:31: note: byref variable will be forcibly initialized 35 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kbkeycode_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:1904:26: note: byref variable will be forcibly initialized 1904 | struct kbkeycode tmp; | ^~~ /kisskb/src/drivers/tty/vt/keyboard.c: In function 'vt_do_kdsk_ioctl': /kisskb/src/drivers/tty/vt/keyboard.c:2026:24: note: byref variable will be forcibly initialized 2026 | struct kbentry kbe; | ^~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250_port.c:38: /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_in_MCR': /kisskb/src/drivers/tty/serial/8250/8250.h:282:30: note: byref variable will be forcibly initialized 282 | unsigned int mctrl_gpio = 0; | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_get_mctrl': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2009:22: note: byref variable will be forcibly initialized 2009 | unsigned int val; | ^~~ /kisskb/src/drivers/soc/renesas/renesas-soc.c: In function 'renesas_soc_init': /kisskb/src/drivers/soc/renesas/renesas-soc.c:413:36: note: byref variable will be forcibly initialized 413 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c: In function 'r8a77970_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77970-cpg-mssr.c:208:13: note: byref variable will be forcibly initialized 208 | u32 cpg_mode; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_update_uartclk': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2691:34: note: byref variable will be forcibly initialized 2691 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_restore': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3314:34: note: byref variable will be forcibly initialized 3314 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3313:25: note: byref variable will be forcibly initialized 3313 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_set_termios': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2745:34: note: byref variable will be forcibly initialized 2745 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/fs/ext2/ialloc.c: In function 'ext2_release_inode': /kisskb/src/fs/ext2/ialloc.c:69:29: note: byref variable will be forcibly initialized 69 | struct buffer_head *bh; | ^~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'rx_trig_bytes_store': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3135:23: note: byref variable will be forcibly initialized 3135 | unsigned char bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_setup': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3477:13: note: byref variable will be forcibly initialized 3477 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3476:13: note: byref variable will be forcibly initialized 3476 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3475:13: note: byref variable will be forcibly initialized 3475 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3474:13: note: byref variable will be forcibly initialized 3474 | int baud = 9600; | ^~~~ /kisskb/src/fs/ext2/ialloc.c: In function 'ext2_new_inode': /kisskb/src/fs/ext2/ialloc.c:428:29: note: byref variable will be forcibly initialized 428 | struct buffer_head *bh2; | ^~~ /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/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:393:40: note: byref variable will be forcibly initialized 393 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/proc.c:393:33: note: byref variable will be forcibly initialized 393 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/proc.c:386:40: note: byref variable will be forcibly initialized 386 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/proc.c:386:33: note: byref variable will be forcibly initialized 386 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/proc.c: In function 'pci_proc_attach_device': /kisskb/src/drivers/pci/proc.c:419:14: note: byref variable will be forcibly initialized 419 | char name[16]; | ^~~~ In file included from /kisskb/src/fs/ext4/orphan.c:8: /kisskb/src/fs/ext4/orphan.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_csum_verify': /kisskb/src/fs/ext4/orphan.c:538:16: note: byref variable will be forcibly initialized 538 | __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/orphan.c:103:26: note: byref variable will be forcibly initialized 103 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/orphan.c:285:34: note: byref variable will be forcibly initialized 285 | struct ext4_iloc iloc2; | ^~~~~ /kisskb/src/fs/ext4/orphan.c:233:26: note: byref variable will be forcibly initialized 233 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_cleanup': /kisskb/src/fs/ext4/orphan.c:383:29: note: byref variable will be forcibly initialized 383 | int nr_orphans = 0, nr_truncates = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c:383:13: note: byref variable will be forcibly initialized 383 | int nr_orphans = 0, nr_truncates = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_trigger': /kisskb/src/fs/ext4/orphan.c:561:16: note: byref variable will be forcibly initialized 561 | __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'tl_to_darg': /kisskb/src/fs/ext4/fast_commit.c:1348:36: note: byref variable will be forcibly initialized 1348 | struct ext4_fc_dentry_info fcd; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/ext4/ext4.h:22, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:982:37: note: byref variable will be forcibly initialized 982 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:982:25: note: in expansion of macro 'DEFINE_WAIT' 982 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2458:11: note: byref variable will be forcibly initialized 2458 | } desc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_reserve_space': /kisskb/src/fs/ext4/fast_commit.c:704:29: note: byref variable will be forcibly initialized 704 | struct buffer_head *bh; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:808:27: note: byref variable will be forcibly initialized 808 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:829:27: note: byref variable will be forcibly initialized 829 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:828:36: note: byref variable will be forcibly initialized 828 | struct ext4_fc_dentry_info fcd; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/fs/ext4/fast_commit.c:770:29: note: byref variable will be forcibly initialized 770 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:769:27: note: byref variable will be forcibly initialized 769 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode_data': /kisskb/src/fs/ext4/fast_commit.c:905:34: note: byref variable will be forcibly initialized 905 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:904:34: note: byref variable will be forcibly initialized 904 | struct ext4_fc_add_range fc_ext; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:903:32: note: byref variable will be forcibly initialized 903 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:861:27: note: byref variable will be forcibly initialized 861 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:860:30: note: byref variable will be forcibly initialized 860 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:859:26: note: byref variable will be forcibly initialized 859 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1103:13: note: byref variable will be forcibly initialized 1103 | u32 crc = 0; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1101:25: note: byref variable will be forcibly initialized 1101 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1099:29: note: byref variable will be forcibly initialized 1099 | struct ext4_fc_head head; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1896:32: note: byref variable will be forcibly initialized 1896 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1462:33: note: byref variable will be forcibly initialized 1462 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1365:33: note: byref variable will be forcibly initialized 1365 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1364:21: note: byref variable will be forcibly initialized 1364 | struct qstr entry; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1718:31: note: byref variable will be forcibly initialized 1718 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1717:32: note: byref variable will be forcibly initialized 1717 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1712:28: note: byref variable will be forcibly initialized 1712 | struct ext4_extent newex, *ex; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c:1711:34: note: byref variable will be forcibly initialized 1711 | struct ext4_fc_add_range fc_add_ex; | ^~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1619:33: note: byref variable will be forcibly initialized 1619 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1835:32: note: byref variable will be forcibly initialized 1835 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1834:34: note: byref variable will be forcibly initialized 1834 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1518:26: note: byref variable will be forcibly initialized 1518 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1514:30: note: byref variable will be forcibly initialized 1514 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:482:43: note: byref variable will be forcibly initialized 482 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_link': /kisskb/src/fs/ext4/fast_commit.c:511:43: note: byref variable will be forcibly initialized 511 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_create': /kisskb/src/fs/ext4/fast_commit.c:540:43: note: byref variable will be forcibly initialized 540 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_range': /kisskb/src/fs/ext4/fast_commit.c:638:35: note: byref variable will be forcibly initialized 638 | struct __track_range_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_scan': /kisskb/src/fs/ext4/fast_commit.c:2004:29: note: byref variable will be forcibly initialized 2004 | struct ext4_fc_head head; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2002:29: note: byref variable will be forcibly initialized 2002 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2001:27: note: byref variable will be forcibly initialized 2001 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:2000:34: note: byref variable will be forcibly initialized 2000 | struct ext4_fc_add_range ext; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay': /kisskb/src/fs/ext4/fast_commit.c:2117:29: note: byref variable will be forcibly initialized 2117 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:2113:27: note: byref variable will be forcibly initialized 2113 | struct ext4_fc_tl tl; | ^~ /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/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 }; | ^~~ 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/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/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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ 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/include/trace/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/include/trace/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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/jfs/jfs_dmap.c:7: /kisskb/src/fs/jfs/jfs_dmap.c: In 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/jfs/jfs_dmap.c: In function 'dbFindCtl': /kisskb/src/fs/jfs/jfs_dmap.c:1656:17: note: byref variable will be forcibly initialized 1656 | int rc, leafidx, lev; | ^~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/tegra186-gpc-dma.c:9: /kisskb/src/drivers/dma/tegra186-gpc-dma.c: In function 'vchan_synchronize': /kisskb/src/drivers/dma/virt-dma.h:213:19: note: byref variable will be forcibly initialized 213 | 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/dma/tegra186-gpc-dma.c: In function 'tegra_dma_terminate_all': /kisskb/src/drivers/dma/tegra186-gpc-dma.c:698:19: note: byref variable will be forcibly initialized 698 | 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/dma/tegra186-gpc-dma.c: In function 'vchan_free_chan_resources': /kisskb/src/drivers/dma/virt-dma.h:191:19: note: byref variable will be forcibly initialized 191 | 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/jfs/jfs_dmap.c: In function 'dbAllocDmapLev': /kisskb/src/fs/jfs/jfs_dmap.c:1928:13: note: byref variable will be forcibly initialized 1928 | int leafidx, rc; | ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/tegra186-gpc-dma.c:9: /kisskb/src/drivers/dma/tegra186-gpc-dma.c: In function 'size_mul': /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbAllocAG': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/jfs/jfs_dmap.c:1298:13: note: byref variable will be forcibly initialized 1298 | s64 blkno, lblkno; | ^~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c: In function 'tegra_dma_prep_dma_cyclic': /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1113:53: note: byref variable will be forcibly initialized 1113 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0, burst_size; | ^~~~~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1113:39: note: byref variable will be forcibly initialized 1113 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0, burst_size; | ^~~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1113:26: note: byref variable will be forcibly initialized 1113 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0, burst_size; | ^~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1113:13: note: byref variable will be forcibly initialized 1113 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0, burst_size; | ^~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbAllocAny': /kisskb/src/drivers/dma/tegra186-gpc-dma.c:1112:33: note: byref variable will be forcibly initialized 1112 | enum dma_slave_buswidth slave_bw = DMA_SLAVE_BUSWIDTH_UNDEFINED; | ^~~~~~~~ /kisskb/src/fs/jfs/jfs_dmap.c:1494:13: note: byref variable will be forcibly initialized 1494 | s64 blkno = 0; | ^~~~~ /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/drivers/dma/tegra186-gpc-dma.c: In function 'tegra_dma_prep_slave_sg': /kisskb/src/drivers/dma/tegra186-gpc-dma.c:999:13: note: byref variable will be forcibly initialized 999 | u32 burst_size; | ^~~~~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:995:39: note: byref variable will be forcibly initialized 995 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0; | ^~~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:995:26: note: byref variable will be forcibly initialized 995 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0; | ^~~~~~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:995:13: note: byref variable will be forcibly initialized 995 | u32 csr, mc_seq, apb_ptr = 0, mmio_seq = 0; | ^~~ /kisskb/src/drivers/dma/tegra186-gpc-dma.c:994:33: note: byref variable will be forcibly initialized 994 | enum dma_slave_buswidth slave_bw = DMA_SLAVE_BUSWIDTH_UNDEFINED; | ^~~~~~~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbDiscardAG': /kisskb/src/fs/jfs/jfs_dmap.c:1550:22: note: byref variable will be forcibly initialized 1550 | s64 nblocks, blkno; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:320:41: note: byref variable will be forcibly initialized 320 | __u32 last_hashval = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:313:41: note: byref variable will be forcibly initialized 313 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_create': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1299:34: note: byref variable will be forcibly initialized 1299 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1296:37: note: byref variable will be forcibly initialized 1296 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_compact': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1612:37: note: byref variable will be forcibly initialized 1612 | struct xfs_attr3_icleaf_hdr ichdr_src; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:755:42: note: byref variable will be forcibly initialized 755 | struct xfs_attr_sf_entry *sfe; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_sf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:817:41: note: byref variable will be forcibly initialized 817 | unsigned int base; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:815:42: note: byref variable will be forcibly initialized 815 | struct xfs_attr_sf_entry *sfe; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_allfit': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1013:37: note: byref variable will be forcibly initialized 1013 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_shortform': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1132:33: note: byref variable will be forcibly initialized 1132 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1129:37: note: byref variable will be forcibly initialized 1129 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1226:33: note: byref variable will be forcibly initialized 1226 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1225:34: note: byref variable will be forcibly initialized 1225 | struct xfs_buf *bp2 = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1224:34: note: byref variable will be forcibly initialized 1224 | struct xfs_buf *bp1 = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1220:35: note: byref variable will be forcibly initialized 1220 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1218:37: note: byref variable will be forcibly initialized 1218 | struct xfs_attr3_icleaf_hdr icleafhdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_order': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1691:37: note: byref variable will be forcibly initialized 1691 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1690:37: note: byref variable will be forcibly initialized 1690 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2070:45: note: byref variable will be forcibly initialized 2070 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2014:33: note: byref variable will be forcibly initialized 2014 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2009:34: note: byref variable will be forcibly initialized 2009 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2008:37: note: byref variable will be forcibly initialized 2008 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2134:37: note: byref variable will be forcibly initialized 2134 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2335:45: note: byref variable will be forcibly initialized 2335 | struct xfs_attr3_icleaf_hdr tmphdr; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2291:37: note: byref variable will be forcibly initialized 2291 | struct xfs_attr3_icleaf_hdr savehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2290:37: note: byref variable will be forcibly initialized 2290 | struct xfs_attr3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2414:37: note: byref variable will be forcibly initialized 2414 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_getvalue': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2521:37: note: byref variable will be forcibly initialized 2521 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2709:37: note: byref variable will be forcibly initialized 2709 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1725:33: note: byref variable will be forcibly initialized 1725 | int totallen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1724:33: note: byref variable will be forcibly initialized 1724 | int count; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1721:37: note: byref variable will be forcibly initialized 1721 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1720:37: note: byref variable will be forcibly initialized 1720 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add_work': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1492:33: note: byref variable will be forcibly initialized 1492 | int tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1407:37: note: byref variable will be forcibly initialized 1407 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:943:42: note: byref variable will be forcibly initialized 943 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:942:41: note: byref variable will be forcibly initialized 942 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:939:41: note: byref variable will be forcibly initialized 939 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_split': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1348:21: note: byref variable will be forcibly initialized 1348 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_clearflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2788:37: note: byref variable will be forcibly initialized 2788 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2785:34: note: byref variable will be forcibly initialized 2785 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_setflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2854:37: note: byref variable will be forcibly initialized 2854 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2851:34: note: byref variable will be forcibly initialized 2851 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_flipflags': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2910:37: note: byref variable will be forcibly initialized 2910 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2909:37: note: byref variable will be forcibly initialized 2909 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2906:34: note: byref variable will be forcibly initialized 2906 | struct xfs_buf *bp2; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2905:34: note: byref variable will be forcibly initialized 2905 | struct xfs_buf *bp1; | ^~~ /kisskb/src/drivers/clk/renesas/r8a779a0-cpg-mssr.c: In function 'r8a779a0_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a779a0-cpg-mssr.c:267:13: note: byref variable will be forcibly initialized 267 | u32 cpg_mode; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_verify_struct': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:175:25: note: byref variable will be forcibly initialized 175 | xfs_failaddr_t fa; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:163:25: note: byref variable will be forcibly initialized 163 | xfs_failaddr_t fa; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:248:31: note: byref variable will be forcibly initialized 248 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:234:31: note: byref variable will be forcibly initialized 234 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_incore': /kisskb/src/fs/xfs/xfs_buf.h:222:31: note: byref variable will be forcibly initialized 222 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_get': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:394:33: note: byref variable will be forcibly initialized 394 | int offset = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:390:33: note: byref variable will be forcibly initialized 390 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:389:33: note: byref variable will be forcibly initialized 389 | int valuelen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:388:34: note: byref variable will be forcibly initialized 388 | uint8_t *dst = args->value; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:386:34: note: byref variable will be forcibly initialized 386 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:384:33: note: byref variable will be forcibly initialized 384 | struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmt_find_hole': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:452:33: note: byref variable will be forcibly initialized 452 | xfs_fileoff_t lfileoff = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_value': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:496:34: note: byref variable will be forcibly initialized 496 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:484:33: note: byref variable will be forcibly initialized 484 | int offset = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:482:33: note: byref variable will be forcibly initialized 482 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:481:33: note: byref variable will be forcibly initialized 481 | int valuelen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:479:34: note: byref variable will be forcibly initialized 479 | uint8_t *src = args->value; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:477:33: note: byref variable will be forcibly initialized 477 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_stale': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:545:34: note: byref variable will be forcibly initialized 545 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_blk': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:611:13: note: byref variable will be forcibly initialized 611 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_invalidate': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:652:41: note: byref variable will be forcibly initialized 652 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:651:41: note: byref variable will be forcibly initialized 651 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:685:48: note: byref variable will be forcibly initialized 685 | int error, done; | ^~~~ /kisskb/src/drivers/clk/renesas/r8a77980-cpg-mssr.c: In function 'r8a77980_cpg_mssr_init': /kisskb/src/drivers/clk/renesas/r8a77980-cpg-mssr.c:215:13: note: byref variable will be forcibly initialized 215 | u32 cpg_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/drivers/xen/privcmd-buf.c:14: /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/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:703, from /kisskb/src/drivers/xen/xlate_mmu.c:31: /kisskb/src/drivers/xen/xlate_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'xen_xlate_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/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}; | ^~~~ 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:953:25: note: byref variable will be forcibly initialized 953 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/arkfb.c:952:31: note: byref variable will be forcibly initialized 952 | 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:1192:15: note: byref variable will be forcibly initialized 1192 | char *option = NULL; | ^~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_next_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:228:32: note: byref variable will be forcibly initialized 228 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_extents_to_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:614:33: note: byref variable will be forcibly initialized 614 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:613:33: note: byref variable will be forcibly initialized 613 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:604:33: note: byref variable will be forcibly initialized 604 | struct xfs_alloc_arg args; /* allocation arguments */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:603:34: note: byref variable will be forcibly initialized 603 | struct xfs_buf *abp; /* buffer for ablock */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:919:34: note: byref variable will be forcibly initialized 919 | struct xfs_btree_cur *cur; /* bmap btree cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:879:33: note: byref variable will be forcibly initialized 879 | int stat; /* newroot status */ | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_prev_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:240:32: note: byref variable will be forcibly initialized 240 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmbt_update': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:159:33: note: byref variable will be forcibly initialized 159 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_check_leaf_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:331:33: note: byref variable will be forcibly initialized 331 | xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:325:34: note: byref variable will be forcibly initialized 325 | struct xfs_buf *bp; /* buffer for "block" */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2478:33: note: byref variable will be forcibly initialized 2478 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2475:33: note: byref variable will be forcibly initialized 2475 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_filestreams': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3280:33: note: byref variable will be forcibly initialized 3280 | int notinit = 0; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3279:33: note: byref variable will be forcibly initialized 3279 | xfs_agnumber_t ag; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_nullfb': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3246:33: note: byref variable will be forcibly initialized 3246 | int notinit = 0; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_delay_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1893:25: note: byref variable will be forcibly initialized 1893 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1404:33: note: byref variable will be forcibly initialized 1404 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1403:33: note: byref variable will be forcibly initialized 1403 | int tmp_rval; /* partial logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1396:33: note: byref variable will be forcibly initialized 1396 | xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1394:33: note: byref variable will be forcibly initialized 1394 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2819:25: note: byref variable will be forcibly initialized 2819 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2627:33: note: byref variable will be forcibly initialized 2627 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2624:33: note: byref variable will be forcibly initialized 2624 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2623:33: note: byref variable will be forcibly initialized 2623 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2622:33: note: byref variable will be forcibly initialized 2622 | int i; /* temp state */ | ^ In file included from /kisskb/src/drivers/dma/tegra20-apb-dma.c:29: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btree_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:549:33: note: byref variable will be forcibly initialized 549 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:546:34: note: byref variable will be forcibly initialized 546 | struct xfs_buf *cbp; /* child block's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_shift_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5714:40: note: byref variable will be forcibly initialized 5714 | int error, i; | ^ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/tegra_apb_dma.h:61, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:32: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'perf_trace_tegra_dma_tx_status': /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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5713:33: note: byref variable will be forcibly initialized 5713 | struct xfs_bmbt_irec prev = *got; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_real': /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'perf_trace_tegra_dma_complete_cb': /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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5020:33: note: byref variable will be forcibly initialized 5020 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5016:33: note: byref variable will be forcibly initialized 5016 | xfs_bmbt_irec_t new; /* new record to be inserted */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5012:33: note: byref variable will be forcibly initialized 5012 | int i; /* temp state */ | ^ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'perf_trace_tegra_dma_isr': /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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5010:33: note: byref variable will be forcibly initialized 5010 | struct xfs_bmbt_irec got; /* current extent entry */ | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tegra_apb_dma.h:61, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:32: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'trace_event_raw_event_tegra_dma_tx_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmse_merge': /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'trace_event_raw_event_tegra_dma_complete_cb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5635:48: note: byref variable will be forcibly initialized 5635 | int error, i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5633:41: note: byref variable will be forcibly initialized 5633 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'trace_event_raw_event_tegra_dma_isr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dmaengine.h:8, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:11: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_local_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:781:32: note: byref variable will be forcibly initialized 781 | struct xfs_iext_cursor icur; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/ext2/inode.c:26: /kisskb/src/fs/ext2/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:780:30: note: byref variable will be forcibly initialized 780 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:779:26: note: byref variable will be forcibly initialized 779 | struct xfs_buf *bp; /* buffer for extent block */ | ^~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/tegra_apb_dma.h:61, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:32: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function '__bpf_trace_tegra_dma_tx_status': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:778:25: note: byref variable will be forcibly initialized 778 | xfs_alloc_arg_t args; /* allocation arguments */ | ^~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(tegra_dma_tx_status, | ^~~~~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function '__bpf_trace_tegra_dma_complete_cb': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(tegra_dma_complete_cb, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_local': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:952:33: note: byref variable will be forcibly initialized 952 | struct xfs_da_args dargs; /* args for dir/attr code */ | ^~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function '__bpf_trace_tegra_dma_isr': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/tegra_apb_dma.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(tegra_dma_isr, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1023:33: note: byref variable will be forcibly initialized 1023 | int logflags; /* logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1022:33: note: byref variable will be forcibly initialized 1022 | int version = 1; /* superblock attr version */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1020:34: note: byref variable will be forcibly initialized 1020 | xfs_trans_t *tp; /* transaction pointer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1165:33: note: byref variable will be forcibly initialized 1165 | struct xfs_iread_state ir; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_first_unused': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1212:33: note: byref variable will be forcibly initialized 1212 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1211:33: note: byref variable will be forcibly initialized 1211 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_before': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1259:33: note: byref variable will be forcibly initialized 1259 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1258:33: note: byref variable will be forcibly initialized 1258 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1292:33: note: byref variable will be forcibly initialized 1292 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_isaeof': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1322:33: note: byref variable will be forcibly initialized 1322 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1321:33: note: byref variable will be forcibly initialized 1321 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_offset': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1359:33: note: byref variable will be forcibly initialized 1359 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1358:33: note: byref variable will be forcibly initialized 1358 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_unwritten_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2439:25: note: byref variable will be forcibly initialized 2439 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1952:33: note: byref variable will be forcibly initialized 1952 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1947:33: note: byref variable will be forcibly initialized 1947 | xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1944:33: note: byref variable will be forcibly initialized 1944 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1942:34: note: byref variable will be forcibly initialized 1942 | struct xfs_btree_cur *cur; /* btree cursor */ | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/dma/tegra20-apb-dma.c:9: /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_synchronize': /kisskb/src/include/linux/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/dma/tegra20-apb-dma.c:826:9: note: in expansion of macro 'wait_event' 826 | wait_event(tdc->wq, tegra_dma_eoc_interrupt_deasserted(tdc)); | ^~~~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_tasklet': /kisskb/src/drivers/dma/tegra20-apb-dma.c:644:40: note: byref variable will be forcibly initialized 644 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/fs/ext2/inode.c: In function '__ext2_write_inode': /kisskb/src/fs/ext2/inode.c:1499:30: note: byref variable will be forcibly initialized 1499 | struct buffer_head * bh; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_unwritten': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4189:33: note: byref variable will be forcibly initialized 4189 | int tmp_logflags = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_find_shared': /kisskb/src/fs/ext2/inode.c:1022:16: note: byref variable will be forcibly initialized 1022 | int k, err; | ^~~ /kisskb/src/fs/ext2/inode.c: In function '__ext2_truncate_blocks': /kisskb/src/fs/ext2/inode.c:1158:16: note: byref variable will be forcibly initialized 1158 | __le32 nr = 0; | ^~ /kisskb/src/fs/ext2/inode.c:1156:18: note: byref variable will be forcibly initialized 1156 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext2/inode.c:1155:13: note: byref variable will be forcibly initialized 1155 | int offsets[4]; | ^~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_free_chan_resources': /kisskb/src/drivers/dma/tegra20-apb-dma.c:1318:26: note: byref variable will be forcibly initialized 1318 | struct list_head sg_req_list; | ^~~~~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1317:26: note: byref variable will be forcibly initialized 1317 | struct list_head dma_desc_list; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_blocks': /kisskb/src/fs/ext2/inode.c:400:23: note: byref variable will be forcibly initialized 400 | unsigned long count = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3536:33: note: byref variable will be forcibly initialized 3536 | xfs_extlen_t blen; | ^~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_prep_dma_cyclic': /kisskb/src/drivers/dma/tegra20-apb-dma.c:1179:22: note: byref variable will be forcibly initialized 1179 | unsigned int burst_size; | ^~~~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1176:33: note: byref variable will be forcibly initialized 1176 | enum dma_slave_buswidth slave_bw; | ^~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1175:36: note: byref variable will be forcibly initialized 1175 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1175:27: note: byref variable will be forcibly initialized 1175 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1175:13: note: byref variable will be forcibly initialized 1175 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_branch': /kisskb/src/fs/ext2/inode.c:484:22: note: byref variable will be forcibly initialized 484 | ext2_fsblk_t new_blocks[4]; | ^~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:481:13: note: byref variable will be forcibly initialized 481 | int err = 0; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_blocks': /kisskb/src/fs/ext2/inode.c:634:13: note: byref variable will be forcibly initialized 634 | int count = 0; | ^~~~~ /kisskb/src/fs/ext2/inode.c:631:13: note: byref variable will be forcibly initialized 631 | int blocks_to_boundary = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:627:18: note: byref variable will be forcibly initialized 627 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext2/inode.c:626:13: note: byref variable will be forcibly initialized 626 | int offsets[4]; | ^~~~~~~ /kisskb/src/fs/ext2/inode.c:625:13: note: byref variable will be forcibly initialized 625 | int err; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_read': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3876:33: note: byref variable will be forcibly initialized 3876 | int n = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3873:33: note: byref variable will be forcibly initialized 3873 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c: In function 'tegra_dma_prep_slave_sg': /kisskb/src/drivers/dma/tegra20-apb-dma.c:1055:22: note: byref variable will be forcibly initialized 1055 | unsigned int burst_size; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3870:33: note: byref variable will be forcibly initialized 3870 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1053:26: note: byref variable will be forcibly initialized 1053 | struct list_head req_list; | ^~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1051:33: note: byref variable will be forcibly initialized 1051 | enum dma_slave_buswidth slave_bw; | ^~~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1050:36: note: byref variable will be forcibly initialized 1050 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1050:27: note: byref variable will be forcibly initialized 1050 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~~~~~ /kisskb/src/drivers/dma/tegra20-apb-dma.c:1050:13: note: byref variable will be forcibly initialized 1050 | u32 csr, ahb_seq, apb_ptr, apb_seq; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_block': /kisskb/src/fs/ext2/inode.c:784:13: note: byref variable will be forcibly initialized 784 | u32 bno; | ^~~ /kisskb/src/fs/ext2/inode.c:783:27: note: byref variable will be forcibly initialized 783 | bool new = false, boundary = false; | ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:783:14: note: byref variable will be forcibly initialized 783 | bool new = false, boundary = false; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iomap_begin': /kisskb/src/fs/ext2/inode.c:810:13: note: byref variable will be forcibly initialized 810 | u32 bno; | ^~~ /kisskb/src/fs/ext2/inode.c:809:27: note: byref variable will be forcibly initialized 809 | bool new = false, boundary = false; | ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:809:14: note: byref variable will be forcibly initialized 809 | bool new = false, boundary = false; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_reserve_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3980:41: note: byref variable will be forcibly initialized 3980 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3966:33: note: byref variable will be forcibly initialized 3966 | xfs_fileoff_t aoff = off; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3963:33: note: byref variable will be forcibly initialized 3963 | xfs_extlen_t alen; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_write': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4329:33: note: byref variable will be forcibly initialized 4329 | int n; /* current extent index */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4511:34: note: byref variable will be forcibly initialized 4511 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iget': /kisskb/src/fs/ext2/inode.c:1369:30: note: byref variable will be forcibly initialized 1369 | struct buffer_head * bh = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_remap': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4641:33: note: byref variable will be forcibly initialized 4641 | int logflags = 0, error; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4639:33: note: byref variable will be forcibly initialized 4639 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4638:33: note: byref variable will be forcibly initialized 4638 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4637:34: note: byref variable will be forcibly initialized 4637 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4804:45: note: byref variable will be forcibly initialized 4804 | xfs_filblks_t got_indlen, new_indlen, stolen; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4804:33: note: byref variable will be forcibly initialized 4804 | xfs_filblks_t got_indlen, new_indlen, stolen; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4801:33: note: byref variable will be forcibly initialized 4801 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4928:33: note: byref variable will be forcibly initialized 4928 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function '__xfs_bunmapi': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5453:57: note: byref variable will be forcibly initialized 5453 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5284:33: note: byref variable will be forcibly initialized 5284 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5283:33: note: byref variable will be forcibly initialized 5283 | xfs_fileoff_t end; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5278:33: note: byref variable will be forcibly initialized 5278 | int tmp_logflags; /* partial logging flags */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5275:33: note: byref variable will be forcibly initialized 5275 | int logflags; /* transaction logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5272:33: note: byref variable will be forcibly initialized 5272 | struct xfs_bmbt_irec got; /* current extent record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5269:33: note: byref variable will be forcibly initialized 5269 | struct xfs_bmbt_irec del; /* extent being deleted */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5268:34: note: byref variable will be forcibly initialized 5268 | struct xfs_btree_cur *cur; /* bmap btree cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_collapse_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5759:33: note: byref variable will be forcibly initialized 5759 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5756:33: note: byref variable will be forcibly initialized 5756 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5755:38: note: byref variable will be forcibly initialized 5755 | struct xfs_bmbt_irec got, prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5755:33: note: byref variable will be forcibly initialized 5755 | struct xfs_bmbt_irec got, prev; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_can_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5839:33: note: byref variable will be forcibly initialized 5839 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5838:33: note: byref variable will be forcibly initialized 5838 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5874:33: note: byref variable will be forcibly initialized 5874 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5871:33: note: byref variable will be forcibly initialized 5871 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5870:38: note: byref variable will be forcibly initialized 5870 | struct xfs_bmbt_irec got, next; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5870:33: note: byref variable will be forcibly initialized 5870 | struct xfs_bmbt_irec got, next; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6055:21: note: byref variable will be forcibly initialized 6055 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5977:41: note: byref variable will be forcibly initialized 5977 | int i = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5974:41: note: byref variable will be forcibly initialized 5974 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5971:41: note: byref variable will be forcibly initialized 5971 | struct xfs_bmbt_irec new; /* split extent */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5970:41: note: byref variable will be forcibly initialized 5970 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5969:42: note: byref variable will be forcibly initialized 5969 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_bmbt_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1135:41: note: byref variable will be forcibly initialized 1135 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1113:34: note: byref variable will be forcibly initialized 1113 | struct xfs_buf *bp; | ^~ 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:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_expand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:618:17: note: in expansion of macro 'rcu_assign_pointer' 618 | rcu_assign_pointer(xa->xa_head, head); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:25: note: in expansion of macro 'rcu_assign_pointer' 615 | rcu_assign_pointer(xa_to_node(head)->parent, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:684:25: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, xa_mk_node(node)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_split': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:1094:33: note: in expansion of macro 'rcu_assign_pointer' 1094 | rcu_assign_pointer(node->slots[offset--], | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:1092:25: note: in expansion of macro 'rcu_assign_pointer' 1092 | rcu_assign_pointer(node->slots[canon], entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:1083:25: note: in expansion of macro 'rcu_assign_pointer' 1083 | rcu_assign_pointer(node->slots[offset], | ^~~~~~~~~~~~~~~~~~ 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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:821:17: note: in expansion of macro 'rcu_assign_pointer' 821 | rcu_assign_pointer(*slot, entry); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1496:18: note: byref variable will be forcibly initialized 1496 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2209:18: note: byref variable will be forcibly initialized 2209 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1920:18: note: byref variable will be forcibly initialized 1920 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1458:18: note: byref variable will be forcibly initialized 1458 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_order': /kisskb/src/lib/xarray.c:1763:18: note: byref variable will be forcibly initialized 1763 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1942:18: note: byref variable will be forcibly initialized 1942 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2016:18: note: byref variable will be forcibly initialized 2016 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2066:18: note: byref variable will be forcibly initialized 2066 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2163:18: note: byref variable will be forcibly initialized 2163 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_store_range': /kisskb/src/lib/xarray.c:1721:18: note: byref variable will be forcibly initialized 1721 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1542:18: note: byref variable will be forcibly initialized 1542 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1608:18: note: byref variable will be forcibly initialized 1608 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1645:18: note: byref variable will be forcibly initialized 1645 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1815:18: note: byref variable will be forcibly initialized 1815 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-space.c:16: /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:24: note: byref variable will be forcibly initialized 74 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:125:24: note: byref variable will be forcibly initialized 125 | struct tpm_buf tbuf; | ^~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:200:21: note: byref variable will be forcibly initialized 200 | u32 handle; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:179:22: note: byref variable will be forcibly initialized 179 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:494:22: note: byref variable will be forcibly initialized 494 | unsigned int offset; | ^~~~~~ /kisskb/src/sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c: In function 'snd_pdacf_pcm_new': /kisskb/src/sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c:252:25: note: byref variable will be forcibly initialized 252 | struct snd_pcm *pcm; | ^~~ In file included from /kisskb/src/fs/ext4/inode-test.c:7: /kisskb/src/fs/ext4/inode-test.c: In function 'inode_test_xtimestamp_decoding': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:260:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 260 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:252:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 252 | KUNIT_EXPECT_EQ_MSG(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode-test.c:243:27: note: byref variable will be forcibly initialized 243 | struct timespec64 timestamp; | ^~~~~~~~~ /kisskb/src/fs/ext4/verity.c: In function 'pagecache_write': /kisskb/src/fs/ext4/verity.c:82:23: note: byref variable will be forcibly initialized 82 | void *fsdata; | ^~~~~~ /kisskb/src/fs/ext4/verity.c:81:30: note: byref variable will be forcibly initialized 81 | struct page *page; | ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_write_verity_descriptor': /kisskb/src/fs/ext4/verity.c:179:22: note: byref variable will be forcibly initialized 179 | const __le32 desc_size_disk = cpu_to_le32(desc_size); | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_end_enable_verity': /kisskb/src/fs/ext4/verity.c:199:26: note: byref variable will be forcibly initialized 199 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_get_verity_descriptor_location': /kisskb/src/fs/ext4/verity.c:279:16: note: byref variable will be forcibly initialized 279 | __le32 desc_size_disk; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/verity.c: In function 'ext4_get_verity_descriptor': /kisskb/src/fs/ext4/verity.c:347:13: note: byref variable will be forcibly initialized 347 | u64 desc_pos = 0; | ^~~~~~~~ /kisskb/src/fs/ext4/verity.c:346:16: note: byref variable will be forcibly initialized 346 | size_t desc_size = 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/tty/vt/consolemap.c:28: /kisskb/src/drivers/tty/vt/consolemap.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/tty/vt/consolemap.c:28: /kisskb/src/drivers/tty/vt/consolemap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/vt/consolemap.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/tty/vt/consolemap.c: In function 'con_get_trans_new': /kisskb/src/drivers/tty/vt/consolemap.c:404:24: note: byref variable will be forcibly initialized 404 | unsigned short outbuf[E_TABSZ]; | ^~~~~~ /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/tty/vt/consolemap.c: In function 'con_set_trans_old': /kisskb/src/drivers/tty/vt/consolemap.c:354:24: note: byref variable will be forcibly initialized 354 | unsigned short inbuf[E_TABSZ]; | ^~~~~ /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/tty/vt/consolemap.c: In function 'con_set_trans_new': /kisskb/src/drivers/tty/vt/consolemap.c:390:24: note: byref variable will be forcibly initialized 390 | unsigned short inbuf[E_TABSZ]; | ^~~~~ /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/tty/vt/consolemap.c: In function 'con_get_trans_old': /kisskb/src/drivers/tty/vt/consolemap.c:375:23: note: byref variable will be forcibly initialized 375 | unsigned char outbuf[E_TABSZ]; | ^~~~~~ /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/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/video/fbdev/cirrusfb.c: In function 'cirrusfb_init': /kisskb/src/drivers/video/fbdev/cirrusfb.c:2356:15: note: byref variable will be forcibly initialized 2356 | char *option = NULL; | ^~~~~~ /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; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250.h:13, from /kisskb/src/drivers/tty/serial/8250/8250_dma.c:12: /kisskb/src/drivers/tty/serial/8250/8250_dma.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/serial/8250/8250_dma.c: In function '__dma_rx_complete': /kisskb/src/drivers/tty/serial/8250/8250_dma.c:48:33: note: byref variable will be forcibly initialized 48 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_dma.c: In function 'serial8250_request_dma': /kisskb/src/drivers/tty/serial/8250/8250_dma.c:166:33: note: byref variable will be forcibly initialized 166 | struct dma_slave_caps caps; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_dma.c:165:33: note: byref variable will be forcibly initialized 165 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_unlink': /kisskb/src/fs/ext2/namei.c:277:15: note: byref variable will be forcibly initialized 277 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:276:23: note: byref variable will be forcibly initialized 276 | struct page * page; | ^~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_lookup': /kisskb/src/fs/ext2/namei.c:59:15: note: byref variable will be forcibly initialized 59 | ino_t ino; | ^~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_rename': /kisskb/src/fs/ext2/namei.c:360:30: note: byref variable will be forcibly initialized 360 | struct page *new_page; | ^~~~~~~~ /kisskb/src/fs/ext2/namei.c:359:23: note: byref variable will be forcibly initialized 359 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:329:15: note: byref variable will be forcibly initialized 329 | void *old_page_addr; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:328:23: note: byref variable will be forcibly initialized 328 | struct page * old_page; | ^~~~~~~~ /kisskb/src/fs/ext2/namei.c:326:15: note: byref variable will be forcibly initialized 326 | void *dir_page_addr; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:325:23: note: byref variable will be forcibly initialized 325 | struct page * dir_page = NULL; | ^~~~~~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_get_parent': /kisskb/src/fs/ext2/namei.c:84:15: note: byref variable will be forcibly initialized 84 | ino_t ino; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/jfs/jfs_unicode.c:6: /kisskb/src/fs/jfs/jfs_unicode.c: In 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/ecdsa.c: In function 'ecdsa_get_signature_rs': /kisskb/src/crypto/ecdsa.c:41:12: note: byref variable will be forcibly initialized 41 | u8 rs[ECC_MAX_BYTES]; | ^~ /kisskb/src/crypto/ecdsa.c: In function '_ecdsa_verify': /kisskb/src/crypto/ecdsa.c:103:26: note: byref variable will be forcibly initialized 103 | struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); | ^~~ /kisskb/src/crypto/ecdsa.c:102:13: note: byref variable will be forcibly initialized 102 | u64 y1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:101:13: note: byref variable will be forcibly initialized 101 | u64 x1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:100:13: note: byref variable will be forcibly initialized 100 | u64 u2[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:99:13: note: byref variable will be forcibly initialized 99 | u64 u1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:98:13: note: byref variable will be forcibly initialized 98 | u64 s1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_verify': /kisskb/src/crypto/ecdsa.c:146:13: note: byref variable will be forcibly initialized 146 | u64 hash[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecdsa.c:145:12: note: byref variable will be forcibly initialized 145 | u8 rawhash[ECC_MAX_BYTES]; | ^~~~~~~ /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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/drivers/video/fbdev/asiliantfb.c: In function 'asiliantfb_set_par': /kisskb/src/drivers/video/fbdev/asiliantfb.c:276:12: note: byref variable will be forcibly initialized 276 | u8 dclk2_div; /* Holds divisor bitmask */ | ^~~~~~~~~ /kisskb/src/drivers/video/fbdev/asiliantfb.c:275:12: note: byref variable will be forcibly initialized 275 | u8 dclk2_n; /* Holds n-2 value for register */ | ^~~~~~~ /kisskb/src/drivers/video/fbdev/asiliantfb.c:274:12: note: byref variable will be forcibly initialized 274 | u8 dclk2_m; /* Holds m-2 value for register */ | ^~~~~~~ In file included from /kisskb/src/drivers/xen/grant-dma-ops.c:12: /kisskb/src/drivers/xen/grant-dma-ops.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/xen/grant-dma-ops.c: In function 'xen_grant_dma_map_page': /kisskb/src/drivers/xen/grant-dma-ops.c:157:21: note: byref variable will be forcibly initialized 157 | grant_ref_t grant; | ^~~~~ /kisskb/src/drivers/xen/grant-dma-ops.c: In function 'xen_grant_dma_alloc': /kisskb/src/drivers/xen/grant-dma-ops.c:69:21: note: byref variable will be forcibly initialized 69 | grant_ref_t grant; | ^~~~~ /kisskb/src/drivers/xen/grant-dma-ops.c: In function 'xen_grant_setup_dma_ops': /kisskb/src/drivers/xen/grant-dma-ops.c:303:32: note: byref variable will be forcibly initialized 303 | struct of_phandle_args iommu_spec; | ^~~~~~~~~~ /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 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:15: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:15: note: byref variable will be forcibly initialized 166 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'active_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:144:15: note: byref variable will be forcibly initialized 144 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'enabled_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:122:15: note: byref variable will be forcibly initialized 122 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function '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 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:86:12: note: byref variable will be forcibly initialized 86 | u8 digest[TPM_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:15: note: byref variable will be forcibly initialized 85 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pubek_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:40:14: note: byref variable will be forcibly initialized 40 | char anti_replay[20]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:24: note: byref variable will be forcibly initialized 35 | struct tpm_buf tpm_buf; | ^~~~~~~ /kisskb/src/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/fs/minix/itree_v1.c:51: /kisskb/src/fs/minix/itree_v1.c: In function 'get_block': /kisskb/src/fs/minix/itree_common.c:157:18: note: byref variable will be forcibly initialized 157 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/minix/itree_common.c:156:13: note: byref variable will be forcibly initialized 156 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/fs/minix/itree_common.c:155:13: note: byref variable will be forcibly initialized 155 | int err = -EIO; | ^~~ /kisskb/src/fs/minix/itree_v1.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:16: note: byref variable will be forcibly initialized 230 | int k, err; | ^~~ /kisskb/src/fs/minix/itree_v1.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:17: note: byref variable will be forcibly initialized 307 | block_t nr = 0; | ^~ /kisskb/src/fs/minix/itree_common.c:305:18: note: byref variable will be forcibly initialized 305 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/minix/itree_common.c:304:13: note: byref variable will be forcibly initialized 304 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/fs/minix/bitmap.c: In function 'minix_clear_inode': /kisskb/src/fs/minix/bitmap.c:160:29: note: byref variable will be forcibly initialized 160 | struct buffer_head *bh = NULL; | ^~ /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/drivers/dma/xgene-dma.c:24: /kisskb/src/drivers/dma/xgene-dma.c: In function 'dmaengine_desc_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:135:33: note: byref variable will be forcibly initialized 135 | struct dmaengine_result dummy_result = { | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'dmaengine_desc_get_callback_invoke': /kisskb/src/drivers/dma/dmaengine.h:163:40: note: byref variable will be forcibly initialized 163 | struct dmaengine_desc_callback cb; | ^~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'xgene_dma_err_isr': /kisskb/src/drivers/dma/xgene-dma.c:1014:23: note: byref variable will be forcibly initialized 1014 | unsigned long int_mask; | ^~~~~~~~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'xgene_dma_alloc_descriptor': /kisskb/src/drivers/dma/xgene-dma.c:492:20: note: byref variable will be forcibly initialized 492 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'xgene_dma_prep_xor_desc': /kisskb/src/drivers/dma/xgene-dma.c:420:16: note: byref variable will be forcibly initialized 420 | size_t len = *nbytes; | ^~~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'xgene_dma_cleanup_descriptors': /kisskb/src/drivers/dma/xgene-dma.c:691:26: note: byref variable will be forcibly initialized 691 | struct list_head ld_completed; | ^~~~~~~~~~~~ /kisskb/src/drivers/dma/xgene-dma.c: In function 'xgene_dma_prep_pq': /kisskb/src/drivers/dma/xgene-dma.c:892:20: note: byref variable will be forcibly initialized 892 | dma_addr_t _src[XGENE_DMA_MAX_XOR_SRC]; | ^~~~ /kisskb/src/drivers/dma/xgene-dma.c:891:16: note: byref variable will be forcibly initialized 891 | size_t _len = len; | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'get_sb_block': /kisskb/src/fs/ext2/super.c:408:26: note: byref variable will be forcibly initialized 408 | char *options = (char *) *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/fs/ext2/super.c:20: /kisskb/src/fs/ext2/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/ext2/super.c: In function 'ext2_msg': /kisskb/src/fs/ext2/super.c:88:17: note: byref variable will be forcibly initialized 88 | va_list args; | ^~~~ /kisskb/src/fs/ext2/super.c:87:26: note: byref variable will be forcibly initialized 87 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'parse_options': /kisskb/src/fs/ext2/super.c:472:13: note: byref variable will be forcibly initialized 472 | int option; | ^~~~~~ /kisskb/src/fs/ext2/super.c:471:21: note: byref variable will be forcibly initialized 471 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_error': /kisskb/src/fs/ext2/super.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /kisskb/src/fs/ext2/super.c:52:26: note: byref variable will be forcibly initialized 52 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_fill_super': /kisskb/src/fs/ext2/super.c:822:35: note: byref variable will be forcibly initialized 822 | struct ext2_mount_options opts; | ^~~~ /kisskb/src/sound/xen/xen_snd_front.c: In function 'sndback_initwait': /kisskb/src/sound/xen/xen_snd_front.c:211:13: note: byref variable will be forcibly initialized 211 | int num_streams; | ^~~~~~~~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_remount': /kisskb/src/fs/ext2/super.c:1327:35: note: byref variable will be forcibly initialized 1327 | struct ext2_mount_options new_opts; | ^~~~~~~~ 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/jfs/jfs_dtree.c:90: /kisskb/src/fs/jfs/jfs_dtree.c: In 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/jfs/jfs_dtree.c: In function 'ciGetLeafPrefixKey': /kisskb/src/fs/jfs/jfs_dtree.c:3470:31: note: byref variable will be forcibly initialized 3470 | struct component_name rkey; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3469:31: note: byref variable will be forcibly initialized 3469 | struct component_name lkey; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'read_index_page': /kisskb/src/fs/jfs/jfs_dtree.c:200:13: note: byref variable will be forcibly initialized 200 | s32 xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:199:13: note: byref variable will be forcibly initialized 199 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:198:13: note: byref variable will be forcibly initialized 198 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'free_index': /kisskb/src/fs/jfs/jfs_dtree.c:487:26: note: byref variable will be forcibly initialized 487 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:486:13: note: byref variable will be forcibly initialized 486 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'read_index': /kisskb/src/fs/jfs/jfs_dtree.c:540:26: note: byref variable will be forcibly initialized 540 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:539:13: note: byref variable will be forcibly initialized 539 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'get_index_page': /kisskb/src/fs/jfs/jfs_dtree.c:219:13: note: byref variable will be forcibly initialized 219 | s32 xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:218:13: note: byref variable will be forcibly initialized 218 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:217:13: note: byref variable will be forcibly initialized 217 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'add_index': /kisskb/src/fs/jfs/jfs_dtree.c:366:39: note: byref variable will be forcibly initialized 366 | struct dir_table_slot temp_table[12]; | ^~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:335:13: note: byref variable will be forcibly initialized 335 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtInsertEntry': /kisskb/src/fs/jfs/jfs_dtree.c:3720:29: note: byref variable will be forcibly initialized 3720 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3610:26: note: byref variable will be forcibly initialized 3610 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtExtendPage': /kisskb/src/fs/jfs/jfs_dtree.c:1694:29: note: byref variable will be forcibly initialized 1694 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1646:25: note: byref variable will be forcibly initialized 1646 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1635:38: note: byref variable will be forcibly initialized 1635 | struct metapage *smp, *pmp, *mp; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitRoot': /kisskb/src/fs/jfs/jfs_dtree.c:1985:34: note: byref variable will be forcibly initialized 1985 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:1984:21: note: byref variable will be forcibly initialized 1984 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1881:25: note: byref variable will be forcibly initialized 1881 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitPage': /kisskb/src/fs/jfs/jfs_dtree.c:1570:21: note: byref variable will be forcibly initialized 1570 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1339:34: note: byref variable will be forcibly initialized 1339 | struct dt_lock *sdtlck, *rdtlck; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1339:25: note: byref variable will be forcibly initialized 1339 | struct dt_lock *sdtlck, *rdtlck; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1327:26: note: byref variable will be forcibly initialized 1327 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitUp': /kisskb/src/fs/jfs/jfs_dtree.c:939:25: note: byref variable will be forcibly initialized 939 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:936:31: note: byref variable will be forcibly initialized 936 | struct component_name key = { 0, NULL }; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c:934:24: note: byref variable will be forcibly initialized 934 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:932:20: note: byref variable will be forcibly initialized 932 | s64 xaddr, nxaddr; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:932:13: note: byref variable will be forcibly initialized 932 | s64 xaddr, nxaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:927:15: note: byref variable will be forcibly initialized 927 | pxd_t rpxd; /* new right page extent descriptor */ | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:926:19: note: byref variable will be forcibly initialized 926 | dtpage_t *rp; /* new right page split from sp */ | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:925:26: note: byref variable will be forcibly initialized 925 | struct metapage *rmp; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSearch': /kisskb/src/fs/jfs/jfs_dtree.c:581:31: note: byref variable will be forcibly initialized 581 | struct component_name ciKey; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fs/jfs/jfs_dtree.c: In function 'dtInsert': /kisskb/src/fs/jfs/jfs_dtree.c:819:25: note: byref variable will be forcibly initialized 819 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:818:17: note: byref variable will be forcibly initialized 818 | ddata_t data; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:817:24: note: byref variable will be forcibly initialized 817 | struct dtsplit split; /* split information */ | ^~~~~ 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/buffer_head.h:12, from /kisskb/src/fs/ext2/xattr.c:57: /kisskb/src/fs/ext2/xattr.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtDeleteUp': /kisskb/src/fs/jfs/jfs_dtree.c:2234:25: note: byref variable will be forcibly initialized 2234 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtDelete': /kisskb/src/fs/jfs/jfs_dtree.c:2193:29: note: byref variable will be forcibly initialized 2193 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2079:25: note: byref variable will be forcibly initialized 2079 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2078:24: note: byref variable will be forcibly initialized 2078 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2075:31: note: byref variable will be forcibly initialized 2075 | struct metapage *mp, *imp; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'jfs_readdir': /kisskb/src/fs/jfs/jfs_dtree.c:2749:47: note: byref variable will be forcibly initialized 2749 | struct dir_table_slot dirtab_slot; | ^~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2711:24: note: byref variable will be forcibly initialized 2711 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2700:16: note: byref variable will be forcibly initialized 2700 | loff_t dtpos; /* legacy OS/2 style position */ | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtModify': /kisskb/src/fs/jfs/jfs_dtree.c:4217:24: note: byref variable will be forcibly initialized 4217 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/ext2/xattr.c: In function 'ext2_xattr_set2': /kisskb/src/fs/ext2/xattr.c:713:13: note: byref variable will be forcibly initialized 713 | int error; | ^~~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_set_pub_key': /kisskb/src/crypto/ecrdsa.c:196:19: note: byref variable will be forcibly initialized 196 | u32 algo, paramlen; | ^~~~~~~~ /kisskb/src/crypto/ecrdsa.c:196:13: note: byref variable will be forcibly initialized 196 | u32 algo, paramlen; | ^~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:26: note: byref variable will be forcibly initialized 85 | struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ | ^~ /kisskb/src/crypto/ecrdsa.c:83:13: note: byref variable will be forcibly initialized 83 | u64 z1[ECRDSA_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecrdsa.c:81:13: note: byref variable will be forcibly initialized 81 | u64 e[ECRDSA_MAX_DIGITS]; /* h \mod q */ | ^ /kisskb/src/crypto/ecrdsa.c:80:13: note: byref variable will be forcibly initialized 80 | u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ | ^ /kisskb/src/crypto/ecrdsa.c:79:13: note: byref variable will be forcibly initialized 79 | u64 _r[ECRDSA_MAX_DIGITS]; /* -r */ | ^~ /kisskb/src/crypto/ecrdsa.c:78:13: note: byref variable will be forcibly initialized 78 | u64 r[ECRDSA_MAX_DIGITS]; /* witness (r) */ | ^ /kisskb/src/crypto/ecrdsa.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned char digest[STREEBOG512_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/ecrdsa.c:75:23: note: byref variable will be forcibly initialized 75 | unsigned char sig[ECRDSA_MAX_SIG_SIZE]; | ^~~ /kisskb/src/drivers/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/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_enable_pasid': /kisskb/src/drivers/pci/ats.c:363:22: note: byref variable will be forcibly initialized 363 | u16 control, supported; | ^~~~~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_pasid_features': /kisskb/src/drivers/pci/ats.c:462:13: note: byref variable will be forcibly initialized 462 | u16 supported; | ^~~~~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_max_pasids': /kisskb/src/drivers/pci/ats.c:491:13: note: byref variable will be forcibly initialized 491 | u16 supported; | ^~~~~~~~~ /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/fs/minix/itree_v2.c:59: /kisskb/src/fs/minix/itree_v2.c: In function 'get_block': /kisskb/src/fs/minix/itree_common.c:157:18: note: byref variable will be forcibly initialized 157 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/minix/itree_common.c:156:13: note: byref variable will be forcibly initialized 156 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/fs/minix/itree_common.c:155:13: note: byref variable will be forcibly initialized 155 | int err = -EIO; | ^~~ /kisskb/src/fs/minix/itree_v2.c: In function 'find_shared': /kisskb/src/fs/minix/itree_common.c:230:16: note: byref variable will be forcibly initialized 230 | int k, err; | ^~~ /kisskb/src/fs/minix/itree_v2.c: In function 'truncate': /kisskb/src/fs/minix/itree_common.c:307:17: note: byref variable will be forcibly initialized 307 | block_t nr = 0; | ^~ /kisskb/src/fs/minix/itree_common.c:305:18: note: byref variable will be forcibly initialized 305 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/minix/itree_common.c:304:13: note: byref variable will be forcibly initialized 304 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_fintek_setup': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:1598:13: note: byref variable will be forcibly initialized 1598 | u16 iobase; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_fintek_rs485_config': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:1560:12: note: byref variable will be forcibly initialized 1560 | u8 setting; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_siig20x_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:497:12: note: byref variable will be forcibly initialized 497 | u8 data; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ni8430_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:711:31: note: byref variable will be forcibly initialized 711 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_inteli960ni_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:233:13: note: byref variable will be forcibly initialized 233 | u32 oldval; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ite887x_exit': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:990:13: note: byref variable will be forcibly initialized 990 | u32 ioport; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ite887x_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:904:29: note: byref variable will be forcibly initialized 904 | u32 miscr, uartbar, ioport; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c:904:20: note: byref variable will be forcibly initialized 904 | u32 miscr, uartbar, ioport; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c:904:13: note: byref variable will be forcibly initialized 904 | u32 miscr, uartbar, ioport; | ^~~~~ 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/tty/serial/8250/8250_pci.c:10: /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_ports': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:3842:31: note: byref variable will be forcibly initialized 3842 | struct uart_8250_port uart; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'cfg_read_pcm_hw': /kisskb/src/sound/xen/xen_snd_front_cfg.c:246:22: note: byref variable will be forcibly initialized 246 | unsigned int len; | ^~~ In file included from /kisskb/src/include/xen/xenbus.h:37, from /kisskb/src/sound/xen/xen_snd_front_cfg.c:11: /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_one': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:4001:32: note: byref variable will be forcibly initialized 4001 | struct pciserial_board tmp; | ^~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'cfg_device': /kisskb/src/sound/xen/xen_snd_front_cfg.c:393:14: note: byref variable will be forcibly initialized 393 | char node[3]; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c:392:21: note: byref variable will be forcibly initialized 392 | int cur_pb, cur_cap; | ^~~~~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c:392:13: note: byref variable will be forcibly initialized 392 | int cur_pb, cur_cap; | ^~~~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c:391:21: note: byref variable will be forcibly initialized 391 | int num_pb, num_cap; | ^~~~~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c:391:13: note: byref variable will be forcibly initialized 391 | int num_pb, num_cap; | ^~~~~~ /kisskb/src/sound/xen/xen_snd_front_cfg.c: In function 'xen_snd_front_cfg_card': /kisskb/src/sound/xen/xen_snd_front_cfg.c:481:14: note: byref variable will be forcibly initialized 481 | char node[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/dma-mapping.h:7, from /kisskb/src/drivers/xen/gntdev.c:25: /kisskb/src/drivers/xen/gntdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/xen/gntdev.c:44: /kisskb/src/drivers/xen/gntdev.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_get_offset_for_vaddr': /kisskb/src/drivers/xen/gntdev.c:680:50: note: byref variable will be forcibly initialized 680 | struct ioctl_gntdev_get_offset_for_vaddr op; | ^~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_notify': /kisskb/src/drivers/xen/gntdev.c:712:42: note: byref variable will be forcibly initialized 712 | struct ioctl_gntdev_unmap_notify op; | ^~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_get_page': /kisskb/src/drivers/xen/gntdev.c:791:22: note: byref variable will be forcibly initialized 791 | struct page *page; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_grant_copy_seg': /kisskb/src/drivers/xen/gntdev.c:877:31: note: byref variable will be forcibly initialized 877 | unsigned long gfn; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nopciamd': /kisskb/src/drivers/pci/quirks.c:304:12: note: byref variable will be forcibly initialized 304 | u8 rev; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_acpi': /kisskb/src/drivers/pci/quirks.c:1068:12: note: byref variable will be forcibly initialized 1068 | u8 irq; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_ntb': /kisskb/src/drivers/pci/quirks.c:3386:12: note: byref variable will be forcibly initialized 3386 | u8 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_apply_final_quirks': /kisskb/src/drivers/pci/quirks.c:160:12: note: byref variable will be forcibly initialized 160 | u8 tmp; | ^~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_grant_copy': /kisskb/src/drivers/xen/gntdev.c:955:50: note: byref variable will be forcibly initialized 955 | struct gntdev_grant_copy_segment seg; | ^~~ /kisskb/src/drivers/xen/gntdev.c:944:34: note: byref variable will be forcibly initialized 944 | struct gntdev_copy_batch batch; | ^~~~~ /kisskb/src/drivers/xen/gntdev.c:943:40: note: byref variable will be forcibly initialized 943 | struct ioctl_gntdev_grant_copy copy; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_passive_release': /kisskb/src/drivers/pci/quirks.c:224:23: note: byref variable will be forcibly initialized 224 | unsigned char dlc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_mediagx_master': /kisskb/src/drivers/pci/quirks.c:1250:12: note: byref variable will be forcibly initialized 1250 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ide_mode': /kisskb/src/drivers/pci/quirks.c:1287:12: note: byref variable will be forcibly initialized 1287 | u8 tmp; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_svwks_csb5ide': /kisskb/src/drivers/pci/quirks.c:1313:12: note: byref variable will be forcibly initialized 1313 | u8 prog; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ide_samemode': /kisskb/src/drivers/pci/quirks.c:1327:12: note: byref variable will be forcibly initialized 1327 | u8 prog; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_96x_smbus': /kisskb/src/drivers/pci/quirks.c:1616:12: note: byref variable will be forcibly initialized 1616 | u8 val = 0; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_ck804_pcie_aer_ext_cap': /kisskb/src/drivers/pci/quirks.c:2452:17: note: byref variable will be forcibly initialized 2452 | uint8_t b; | ^ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_unhide_mch_dev6': /kisskb/src/drivers/pci/quirks.c:2543:12: note: byref variable will be forcibly initialized 2543 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_tigerpoint_bm_sts': /kisskb/src/drivers/pci/quirks.c:277:13: note: byref variable will be forcibly initialized 277 | u32 pmbase; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_mem_quirk': /kisskb/src/drivers/pci/quirks.c:688:13: note: byref variable will be forcibly initialized 688 | u32 devres; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_io_quirk': /kisskb/src/drivers/pci/quirks.c:662:13: note: byref variable will be forcibly initialized 662 | u32 devres; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:815:13: note: byref variable will be forcibly initialized 815 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich7_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:859:13: note: byref variable will be forcibly initialized 859 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:4778:18: note: byref variable will be forcibly initialized 4778 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_map_grant_ref': /kisskb/src/drivers/xen/gntdev.c:622:43: note: byref variable will be forcibly initialized 622 | struct ioctl_gntdev_map_grant_ref op; | ^~ /kisskb/src/drivers/pci/quirks.c:4778:13: note: byref variable will be forcibly initialized 4778 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_vialatency': /kisskb/src/drivers/pci/quirks.c:340:12: note: byref variable will be forcibly initialized 340 | u8 busarb; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_cx700_pci_parking_caching': /kisskb/src/drivers/pci/quirks.c:2481:17: note: byref variable will be forcibly initialized 2481 | uint8_t b; | ^ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_unmap_grant_ref': /kisskb/src/drivers/xen/gntdev.c:657:45: note: byref variable will be forcibly initialized 657 | struct ioctl_gntdev_unmap_grant_ref op; | ^~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io': /kisskb/src/drivers/pci/quirks.c:511:31: note: byref variable will be forcibly initialized 511 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:510:13: note: byref variable will be forcibly initialized 510 | u32 region; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_503': /kisskb/src/drivers/pci/quirks.c:1645:13: note: byref variable will be forcibly initialized 1645 | u16 devid; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:1644:12: note: byref variable will be forcibly initialized 1644 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_p64h2_1k_io': /kisskb/src/drivers/pci/quirks.c:2434:13: note: byref variable will be forcibly initialized 2434 | u16 en1k; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_io_region': /kisskb/src/drivers/pci/quirks.c:561:31: note: byref variable will be forcibly initialized 561 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:560:13: note: byref variable will be forcibly initialized 560 | u16 region; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_piix4_acpi': /kisskb/src/drivers/pci/quirks.c:720:13: note: byref variable will be forcibly initialized 720 | u32 res_a; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ich4_lpc_acpi': /kisskb/src/drivers/pci/quirks.c:767:12: note: byref variable will be forcibly initialized 767 | u8 enable; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_acpi_gpio': /kisskb/src/drivers/pci/quirks.c:799:12: note: byref variable will be forcibly initialized 799 | u8 enable; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_xio2000a': /kisskb/src/drivers/pci/quirks.c:954:13: note: byref variable will be forcibly initialized 954 | u16 command; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_disable_pxb': /kisskb/src/drivers/pci/quirks.c:1270:13: note: byref variable will be forcibly initialized 1270 | u16 config; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_rp_mpc_acs': /kisskb/src/drivers/pci/quirks.c:5090:13: note: byref variable will be forcibly initialized 5090 | u32 mpc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_fixup_pericom_acs_store_forward': /kisskb/src/drivers/pci/quirks.c:5857:13: note: byref variable will be forcibly initialized 5857 | u16 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_vlink': /kisskb/src/drivers/pci/quirks.c:1132:12: note: byref variable will be forcibly initialized 1132 | u8 irq, new_irq; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ordering': /kisskb/src/drivers/pci/quirks.c:1199:13: note: byref variable will be forcibly initialized 1199 | u32 pcic; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_jmicron_ata': /kisskb/src/drivers/pci/quirks.c:1708:12: note: byref variable will be forcibly initialized 1708 | u8 hdr; | ^~~ /kisskb/src/drivers/pci/quirks.c:1707:27: note: byref variable will be forcibly initialized 1707 | u32 conf1, conf5, class; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:1707:20: note: byref variable will be forcibly initialized 1707 | u32 conf1, conf5, class; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:1707:13: note: byref variable will be forcibly initialized 1707 | u32 conf1, conf5, class; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_disable_intel_spt_pch_acs_redir': /kisskb/src/drivers/pci/quirks.c:5165:18: note: byref variable will be forcibly initialized 5165 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:5165:13: note: byref variable will be forcibly initialized 5165 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_hda': /kisskb/src/drivers/pci/quirks.c:5510:13: note: byref variable will be forcibly initialized 5510 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c:5509:12: note: byref variable will be forcibly initialized 5509 | u8 hdr_type; | ^~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc': /kisskb/src/drivers/pci/quirks.c:1530:13: note: byref variable will be forcibly initialized 1530 | u16 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_ac97_lpc': /kisskb/src/drivers/pci/quirks.c:1674:12: note: byref variable will be forcibly initialized 1674 | u8 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc_ich6_suspend': /kisskb/src/drivers/pci/quirks.c:1565:13: note: byref variable will be forcibly initialized 1565 | u32 rcba; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_e100_interrupt': /kisskb/src/drivers/pci/quirks.c:2296:22: note: byref variable will be forcibly initialized 2296 | u16 command, pmcsr; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:2296:13: note: byref variable will be forcibly initialized 2296 | u16 command, pmcsr; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_brcm_5719_limit_mrrs': /kisskb/src/drivers/pci/quirks.c:2520:13: note: byref variable will be forcibly initialized 2520 | u32 rev; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'is_end_of_ht_chain': /kisskb/src/drivers/pci/quirks.c:2873:20: note: byref variable will be forcibly initialized 2873 | u16 flags, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:2873:13: note: byref variable will be forcibly initialized 2873 | u16 flags, ctrl; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'msi_ht_cap_enabled': /kisskb/src/drivers/pci/quirks.c:2620:20: note: byref variable will be forcibly initialized 2620 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_enable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2674:20: note: byref variable will be forcibly initialized 2674 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_check_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2815:20: note: byref variable will be forcibly initialized 2815 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_disable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2938:20: note: byref variable will be forcibly initialized 2938 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvbridge_check_legacy_irq_routing': /kisskb/src/drivers/pci/quirks.c:2787:13: note: byref variable will be forcibly initialized 2787 | u32 cfg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_mc_errata': /kisskb/src/drivers/pci/quirks.c:3320:13: note: byref variable will be forcibly initialized 3320 | u16 rcc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'reset_chelsio_generic_dev': /kisskb/src/drivers/pci/quirks.c:3839:13: note: byref variable will be forcibly initialized 3839 | u16 msix_flags; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:3838:13: note: byref variable will be forcibly initialized 3838 | u16 old_command; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvme_disable_and_flr': /kisskb/src/drivers/pci/quirks.c:3917:13: note: byref variable will be forcibly initialized 3917 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:5135:18: note: byref variable will be forcibly initialized 5135 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:5135:13: note: byref variable will be forcibly initialized 5135 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_lpc_acs': /kisskb/src/drivers/pci/quirks.c:5043:13: note: byref variable will be forcibly initialized 5043 | u32 rcba, bspr, updcr; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_qat_vf_cap': /kisskb/src/drivers/pci/quirks.c:5285:21: note: byref variable will be forcibly initialized 5285 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c:5254:13: note: byref variable will be forcibly initialized 5254 | u16 reg16, *cap; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:5253:12: note: byref variable will be forcibly initialized 5253 | u8 next_cap; | ^~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_idt_bus_quirk': /kisskb/src/drivers/pci/quirks.c:5561:13: note: byref variable will be forcibly initialized 5561 | u16 ctrl = 0; | ^~~~ /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/hda/patch_ca0132.c: In function 'dspio_read_multiple': /kisskb/src/sound/pci/hda/patch_ca0132.c:2143:22: note: byref variable will be forcibly initialized 2143 | unsigned int dummy; | ^~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_get_response_data': /kisskb/src/sound/pci/hda/patch_ca0132.c:2244:22: note: byref variable will be forcibly initialized 2244 | unsigned int data = 0; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_clear_response_queue': /kisskb/src/sound/pci/hda/patch_ca0132.c:2232:22: note: byref variable will be forcibly initialized 2232 | unsigned int dummy = 0; | ^~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dsp_is_dma_active': /kisskb/src/sound/pci/hda/patch_ca0132.c:2588:22: note: byref variable will be forcibly initialized 2588 | unsigned int dma_chnlstart_reg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_update_region': /kisskb/src/drivers/tty/vt/vt.c:655:26: note: byref variable will be forcibly initialized 655 | int nxx, nyy; | ^~~ /kisskb/src/drivers/tty/vt/vt.c:655:21: note: byref variable will be forcibly initialized 655 | int nxx, nyy; | ^~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_send_scp_message': /kisskb/src/sound/pci/hda/patch_ca0132.c:2280:62: note: byref variable will be forcibly initialized 2280 | unsigned int data_size, src_id, target_id, get_flag, device_flag; | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2280:52: note: byref variable will be forcibly initialized 2280 | unsigned int data_size, src_id, target_id, get_flag, device_flag; | ^~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2280:41: note: byref variable will be forcibly initialized 2280 | unsigned int data_size, src_id, target_id, get_flag, device_flag; | ^~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2280:33: note: byref variable will be forcibly initialized 2280 | unsigned int data_size, src_id, target_id, get_flag, device_flag; | ^~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2280:22: note: byref variable will be forcibly initialized 2280 | unsigned int data_size, src_id, target_id, get_flag, device_flag; | ^~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_t416_color': /kisskb/src/drivers/tty/vt/vt.c:1706:20: note: byref variable will be forcibly initialized 1706 | struct rgb c; | ^ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_scp': /kisskb/src/sound/pci/hda/patch_ca0132.c:2361:22: note: byref variable will be forcibly initialized 2361 | unsigned int ret_bytes, send_size, ret_size; | ^~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2360:34: note: byref variable will be forcibly initialized 2360 | struct scp_msg scp_send, scp_reply; | ^~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:2360:24: note: byref variable will be forcibly initialized 2360 | struct scp_msg scp_send, scp_reply; | ^~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_select_out_quirk_set': /kisskb/src/sound/pci/hda/patch_ca0132.c:4662:53: note: byref variable will be forcibly initialized 4662 | const struct ca0132_alt_out_set_quirk_data *quirk_data; | ^~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'notify_write': /kisskb/src/drivers/tty/vt/vt.c:263:34: note: byref variable will be forcibly initialized 263 | struct vt_notifier_param param = { .vc = vc, .c = unicode }; | ^~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'dspio_free_dma_chan': /kisskb/src/sound/pci/hda/patch_ca0132.c:2486:22: note: byref variable will be forcibly initialized 2486 | unsigned int dummy = 0; | ^~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_free_active_dma_channels': /kisskb/src/sound/pci/hda/patch_ca0132.c:7546:25: note: byref variable will be forcibly initialized 7546 | unsigned int i, tmp; | ^~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_start_dsp_audio_streams': /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_get': /kisskb/src/drivers/tty/vt/vt.c:4592:29: note: byref variable will be forcibly initialized 4592 | struct console_font font; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:7603:25: note: byref variable will be forcibly initialized 7603 | unsigned int i, tmp; | ^~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_volume_put': /kisskb/src/sound/pci/hda/patch_ca0132.c:6523:19: note: byref variable will be forcibly initialized 6523 | hda_nid_t shared_nid = 0; | ^~~~~~~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_get_vclk_parent_rate': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:335:33: note: byref variable will be forcibly initialized 335 | struct rzg2l_pll5_param params; | ^~~~~~ In file included from /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:18: /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: 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/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_pll_clk_register': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:731:21: note: byref variable will be forcibly initialized 731 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_vnode_switch_set': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:730:30: note: byref variable will be forcibly initialized 730 | struct clk_init_data init; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:5537:19: note: byref variable will be forcibly initialized 5537 | hda_nid_t shared_nid = 0; | ^~~~~~~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_sd_mux_clk_register': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:261:30: note: byref variable will be forcibly initialized 261 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_pll5_4_mux_clk_register': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:492:30: note: byref variable will be forcibly initialized 492 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_dsi_div_clk_register': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:398:30: note: byref variable will be forcibly initialized 398 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:397:21: note: byref variable will be forcibly initialized 397 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'cursor_report': /kisskb/src/drivers/tty/vt/vt.c:1841:14: note: byref variable will be forcibly initialized 1841 | char buf[40]; | ^~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_sipll5_register': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:647:21: note: byref variable will be forcibly initialized 647 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:646:30: note: byref variable will be forcibly initialized 646 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_sipll5_set_rate': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:569:33: note: byref variable will be forcibly initialized 569 | struct rzg2l_pll5_param params; | ^~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_symlink': /kisskb/src/fs/minix/namei.c:77:13: note: byref variable will be forcibly initialized 77 | int err = -ENAMETOOLONG; | ^~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_add_effect_slider': /kisskb/src/fs/minix/namei.c: In function 'minix_mknod': /kisskb/src/fs/minix/namei.c:39:13: note: byref variable will be forcibly initialized 39 | int error; | ^~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:6644:14: note: byref variable will be forcibly initialized 6644 | char namestr[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_tmpfile': /kisskb/src/fs/minix/namei.c:58:13: note: byref variable will be forcibly initialized 58 | int error; | ^~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_unlink': /kisskb/src/fs/minix/namei.c:155:23: note: byref variable will be forcibly initialized 155 | struct page * page; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'add_fx_switch': /kisskb/src/sound/pci/hda/patch_ca0132.c:6680:14: note: byref variable will be forcibly initialized 6680 | char namestr[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_mkdir': /kisskb/src/fs/minix/namei.c:118:13: note: byref variable will be forcibly initialized 118 | int err; | ^~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_mic_boost_info': /kisskb/src/sound/pci/hda/patch_ca0132.c:5779:14: note: byref variable will be forcibly initialized 5779 | char namestr[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/fs/minix/namei.c: In function 'minix_rename': /kisskb/src/fs/minix/namei.c:215:31: note: byref variable will be forcibly initialized 215 | struct page * new_page; | ^~~~~~~~ /kisskb/src/fs/minix/namei.c:196:23: note: byref variable will be forcibly initialized 196 | struct page * old_page; | ^~~~~~~~ /kisskb/src/fs/minix/namei.c:194:23: note: byref variable will be forcibly initialized 194 | struct page * dir_page = NULL; | ^~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ae5_headphone_gain_info': /kisskb/src/sound/pci/hda/patch_ca0132.c:5831:14: note: byref variable will be forcibly initialized 5831 | char namestr[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ae5_sound_filter_info': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_register_mod_clk': /kisskb/src/sound/pci/hda/patch_ca0132.c:5885:14: note: byref variable will be forcibly initialized 5885 | char namestr[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; | ^~~~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:1048:21: note: byref variable will be forcibly initialized 1048 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:1046:30: note: byref variable will be forcibly initialized 1046 | struct clk_init_data init; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'ca0132_alt_add_chmap_ctls': /kisskb/src/sound/pci/hda/patch_ca0132.c:6941:39: note: byref variable will be forcibly initialized 6941 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c: In function 'rzg2l_cpg_attach_dev': /kisskb/src/drivers/clk/renesas/rzg2l-cpg.c:1243:32: note: byref variable will be forcibly initialized 1243 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'sbz_dsp_startup_check': /kisskb/src/sound/pci/hda/patch_ca0132.c:9077:22: note: byref variable will be forcibly initialized 9077 | unsigned int dsp_data_check[4]; | ^~~~~~~~~~~~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'chipio_remap_stream': /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_set': /kisskb/src/drivers/tty/vt/vt.c:4638:29: note: byref variable will be forcibly initialized 4638 | struct console_font font; | ^~~~ /kisskb/src/sound/pci/hda/patch_ca0132.c:7692:25: note: byref variable will be forcibly initialized 7692 | unsigned int i, stream_offset; | ^~~~~~~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_font_default': /kisskb/src/drivers/tty/vt/vt.c:4679:14: note: byref variable will be forcibly initialized 4679 | char name[MAX_FONT_NAME]; | ^~~~ In file included from /kisskb/src/include/sound/hda_codec.h:17, from /kisskb/src/sound/pci/hda/patch_ca0132.c:23: /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'snd_hdac_read_parm': /kisskb/src/include/sound/hdaudio.h:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ In file included from /kisskb/src/sound/pci/hda/patch_ca0132.c:13: /kisskb/src/sound/pci/hda/patch_ca0132.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_do_resize': /kisskb/src/drivers/tty/vt/vt.c:1333:32: note: byref variable will be forcibly initialized 1333 | struct winsize ws; | ^~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_allocate': /kisskb/src/drivers/tty/vt/vt.c:1110:34: note: byref variable will be forcibly initialized 1110 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'vc_deallocate': /kisskb/src/drivers/tty/vt/vt.c:1395:42: note: byref variable will be forcibly initialized 1395 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'mouse_report': /kisskb/src/drivers/tty/vt/vt.c:1867:14: note: byref variable will be forcibly initialized 1867 | char buf[8]; | ^~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_set_cmap': /kisskb/src/drivers/tty/vt/vt.c:4519:23: note: byref variable will be forcibly initialized 4519 | unsigned char colormap[3*16]; | ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'con_get_cmap': /kisskb/src/drivers/tty/vt/vt.c:4548:23: note: byref variable will be forcibly initialized 4548 | unsigned char colormap[3*16]; | ^~~~~~~~ /kisskb/src/drivers/tty/vt/vt.c: In function 'do_con_write': /kisskb/src/drivers/tty/vt/vt.c:2903:14: note: byref variable will be forcibly initialized 2903 | bool rescan; | ^~~~~~ /kisskb/src/drivers/tty/vt/vt.c:2902:34: note: byref variable will be forcibly initialized 2902 | struct vt_notifier_param param; | ^~~~~ /kisskb/src/drivers/tty/vt/vt.c:2899:13: note: byref variable will be forcibly initialized 2899 | int c, tc, n = 0; | ^ /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/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:29: note: byref variable will be forcibly initialized 231 | struct fat_cache_id cid; | ^~~ /kisskb/src/fs/fat/cache.c:230:26: note: byref variable will be forcibly initialized 230 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap_cluster': /kisskb/src/fs/fat/cache.c:294:25: note: byref variable will be forcibly initialized 294 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/cache.c:294:18: note: byref variable will be forcibly initialized 294 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap': /kisskb/src/fs/fat/cache.c:362:18: note: byref variable will be forcibly initialized 362 | sector_t last_block; | ^~~~~~~~~~ /kisskb/src/sound/pci/ymfpci/ymfpci.c: In function 'snd_card_ymfpci_probe': /kisskb/src/sound/pci/ymfpci/ymfpci.c:164:40: note: byref variable will be forcibly initialized 164 | u16 legacy_ctrl, legacy_ctrl2, old_legacy_ctrl; | ^~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ymfpci/ymfpci.c:161:26: note: byref variable will be forcibly initialized 161 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/ymfpci/ymfpci.c:157:26: note: byref variable will be forcibly initialized 157 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/minix/inode.c:14: /kisskb/src/fs/minix/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/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/fs/minix/inode.c: In function 'V1_minix_update_inode': /kisskb/src/fs/minix/inode.c:583:30: note: byref variable will be forcibly initialized 583 | struct buffer_head * bh; | ^~ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_update_inode': /kisskb/src/fs/minix/inode.c:610:30: note: byref variable will be forcibly initialized 610 | struct buffer_head * bh; | ^~ /kisskb/src/fs/minix/inode.c: In function 'V1_minix_iget': /kisskb/src/fs/minix/inode.c:482:30: note: byref variable will be forcibly initialized 482 | struct buffer_head * bh; | ^~ /kisskb/src/fs/minix/inode.c: In function 'V2_minix_iget': /kisskb/src/fs/minix/inode.c:522:30: note: byref variable will be forcibly initialized 522 | struct buffer_head * bh; | ^~ /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/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/drivers/soc/renesas/rcar-rst.c: In function 'rcar_rst_init': /kisskb/src/drivers/soc/renesas/rcar-rst.c:112:36: note: byref variable will be forcibly initialized 112 | const struct of_device_id *match; | ^~~~~ /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; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'evtchnl_free': /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:146:15: note: byref variable will be forcibly initialized 146 | void *page = NULL; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/xen/events.h:5, from /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:11: /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'evtchnl_alloc': /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:196:15: note: byref variable will be forcibly initialized 196 | void *page; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_evtchnl.c: In function 'xen_snd_front_evtchnl_publish_all': /kisskb/src/sound/xen/xen_snd_front_evtchnl.c:363:35: note: byref variable will be forcibly initialized 363 | struct xenbus_transaction xbt; | ^~~ /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; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:17: /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_core_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:338:21: note: byref variable will be forcibly initialized 338 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_register_mod_clk': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:417:21: note: byref variable will be forcibly initialized 417 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c: In function 'cpg_mssr_attach_dev': /kisskb/src/drivers/clk/renesas/renesas-cpg-mssr.c:512:32: note: byref variable will be forcibly initialized 512 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/renesas/clk-div6.c:12: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/renesas/clk-div6.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/clk/renesas/clk-div6.c:18: /kisskb/src/drivers/clk/renesas/clk-div6.c: In function '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/renesas/clk-div6.c: In function 'cpg_div6_clock_init': /kisskb/src/drivers/clk/renesas/clk-div6.c:323:21: note: byref variable will be forcibly initialized 323 | const char *clk_name = np->name; | ^~~~~~~~ /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; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_free_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:288:33: note: byref variable will be forcibly initialized 288 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:203:33: note: byref variable will be forcibly initialized 203 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:608:33: note: byref variable will be forcibly initialized 608 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/sound/pci/ad1889.c: In function 'snd_ad1889_ac97_init': /kisskb/src/sound/pci/ad1889.c:747:34: note: byref variable will be forcibly initialized 747 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/ad1889.c: In function 'snd_ad1889_pcm_init': /kisskb/src/sound/pci/ad1889.c:595:25: note: byref variable will be forcibly initialized 595 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ad1889.c: In function '__snd_ad1889_probe': /kisskb/src/sound/pci/ad1889.c:852:26: note: byref variable will be forcibly initialized 852 | struct snd_card *card; | ^~~~ 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/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/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/video/fbdev/udlfb.c: In function 'dlfb_setup_modes': /kisskb/src/drivers/video/fbdev/udlfb.c:1375:37: note: byref variable will be forcibly initialized 1375 | struct fb_videomode fb_vmode = {0}; | ^~~~~~~~ /kisskb/src/fs/minix/dir.c: In function 'minix_inode_by_name': /kisskb/src/fs/minix/dir.c:453:22: note: byref variable will be forcibly initialized 453 | struct page *page; | ^~~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_render_hline': /kisskb/src/drivers/video/fbdev/udlfb.c:546:13: note: byref variable will be forcibly initialized 546 | u8 *cmd = *urb_buf_ptr; | ^~~ /kisskb/src/drivers/video/fbdev/udlfb.c:544:13: note: byref variable will be forcibly initialized 544 | u32 dev_addr = dlfb->base16 + byte_offset; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c:543:43: note: byref variable will be forcibly initialized 543 | const u8 *line_start, *line_end, *next_pixel; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_handle_damage': /kisskb/src/drivers/video/fbdev/udlfb.c:604:21: note: byref variable will be forcibly initialized 604 | struct urb *urb; | ^~~ /kisskb/src/drivers/video/fbdev/udlfb.c:603:13: note: byref variable will be forcibly initialized 603 | int bytes_identical = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c:602:13: note: byref variable will be forcibly initialized 602 | int bytes_sent = 0; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c:600:15: note: byref variable will be forcibly initialized 600 | char *cmd; | ^~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_set_par': /kisskb/src/drivers/video/fbdev/udlfb.c:1096:34: note: byref variable will be forcibly initialized 1096 | struct fb_var_screeninfo fvs; | ^~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_ioctl': /kisskb/src/drivers/video/fbdev/udlfb.c:890:32: note: byref variable will be forcibly initialized 890 | struct dloarea area; | ^~~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_dpy_deferred_io': /kisskb/src/drivers/video/fbdev/udlfb.c:792:13: note: byref variable will be forcibly initialized 792 | int bytes_identical = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c:791:13: note: byref variable will be forcibly initialized 791 | int bytes_sent = 0; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/udlfb.c:789:15: note: byref variable will be forcibly initialized 789 | char *cmd; | ^~~ /kisskb/src/drivers/video/fbdev/udlfb.c:788:21: note: byref variable will be forcibly initialized 788 | struct urb *urb; | ^~~ /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/drivers/video/fbdev/udlfb.c: In function 'dlfb_parse_vendor_descriptor': /kisskb/src/drivers/video/fbdev/udlfb.c:1569:15: note: byref variable will be forcibly initialized 1569 | char *desc; | ^~~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_check_var': /kisskb/src/drivers/video/fbdev/udlfb.c:1076:29: note: byref variable will be forcibly initialized 1076 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/udlfb.c: In function 'dlfb_usb_probe': /kisskb/src/drivers/video/fbdev/udlfb.c:1655:41: note: byref variable will be forcibly initialized 1655 | struct usb_endpoint_descriptor *out; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/video/fbdev/xilinxfb.c: In function 'xilinxfb_of_probe': /kisskb/src/drivers/video/fbdev/xilinxfb.c:418:13: note: byref variable will be forcibly initialized 418 | int size; | ^~~~ /kisskb/src/drivers/video/fbdev/xilinxfb.c:416:13: note: byref variable will be forcibly initialized 416 | u32 tft_access = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fat/dir.c:17: /kisskb/src/fs/fat/dir.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_short2lower_uni': /kisskb/src/fs/fat/dir.c:217:31: note: byref variable will be forcibly initialized 217 | unsigned char nc = t->charset2lower[*c]; | ^~ /kisskb/src/fs/fat/dir.c:210:17: note: byref variable will be forcibly initialized 210 | wchar_t wc; | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat__get_entry': /kisskb/src/fs/fat/dir.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c:86:18: note: byref variable will be forcibly initialized 86 | sector_t phys, iblock; | ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_parse_short': /kisskb/src/fs/fat/dir.c:359:26: note: byref variable will be forcibly initialized 359 | unsigned char c, work[MSDOS_NAME]; | ^~~~ /kisskb/src/fs/fat/dir.c:358:17: note: byref variable will be forcibly initialized 358 | wchar_t uni_name[14]; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_search_long': /kisskb/src/fs/fat/dir.c:473:16: note: byref variable will be forcibly initialized 473 | loff_t cpos = 0; | ^~~~ /kisskb/src/fs/fat/dir.c:472:23: note: byref variable will be forcibly initialized 472 | unsigned char bufname[FAT_MAX_SHORT_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:471:18: note: byref variable will be forcibly initialized 471 | wchar_t *unicode = NULL; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:470:23: note: byref variable will be forcibly initialized 470 | unsigned char nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c:469:33: note: byref variable will be forcibly initialized 469 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:468:29: note: byref variable will be forcibly initialized 468 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/fs/fat/dir.c: In function '__fat_readdir': /kisskb/src/fs/fat/dir.c:567:16: note: byref variable will be forcibly initialized 567 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:563:23: note: byref variable will be forcibly initialized 563 | unsigned char bufname[FAT_MAX_SHORT_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:562:18: note: byref variable will be forcibly initialized 562 | wchar_t *unicode = NULL; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:561:23: note: byref variable will be forcibly initialized 561 | unsigned char nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c:560:33: note: byref variable will be forcibly initialized 560 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:559:29: note: byref variable will be forcibly initialized 559 | struct buffer_head *bh; | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_get_dotdot_entry': /kisskb/src/fs/fat/dir.c:893:16: note: byref variable will be forcibly initialized 893 | loff_t offset = 0; | ^~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_dir_empty': /kisskb/src/fs/fat/dir.c:909:16: note: byref variable will be forcibly initialized 909 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:908:33: note: byref variable will be forcibly initialized 908 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:907:29: note: byref variable will be forcibly initialized 907 | struct buffer_head *bh; | ^~ /kisskb/src/fs/fat/dir.c: In function '__fat_remove_entries': /kisskb/src/fs/fat/dir.c:998:33: note: byref variable will be forcibly initialized 998 | struct msdos_dir_entry *de, *endp; | ^~ /kisskb/src/fs/fat/dir.c:997:29: note: byref variable will be forcibly initialized 997 | struct buffer_head *bh; | ^~ 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/drivers/tty/tty_io.c: In function 'show_cons_active': /kisskb/src/drivers/tty/tty_io.c:3551:21: note: byref variable will be forcibly initialized 3551 | int index = cs[i]->index; | ^~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /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/fs/fat/dir.c:1142:18: note: byref variable will be forcibly initialized 1142 | int err, cluster; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1141:12: note: byref variable will be forcibly initialized 1141 | u8 time_cs; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1140:22: note: byref variable will be forcibly initialized 1140 | __le16 date, time; | ^~~~ /kisskb/src/fs/fat/dir.c:1140:16: note: byref variable will be forcibly initialized 1140 | __le16 date, time; | ^~~~ /kisskb/src/fs/fat/dir.c:1137:29: note: byref variable will be forcibly initialized 1137 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /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/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/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1207:32: note: byref variable will be forcibly initialized 1207 | int err, i, n, offset, cluster[2]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1204:29: note: byref variable will be forcibly initialized 1204 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/drivers/tty/tty_io.c: In function 'iterate_tty_read': /kisskb/src/drivers/tty/tty_io.c:851:14: note: byref variable will be forcibly initialized 851 | char kernel_buf[64]; | ^~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c:849:15: note: byref variable will be forcibly initialized 849 | void *cookie = NULL; | ^~~~~~ /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/fs/fat/dir.c: In function 'fat_add_entries': /kisskb/src/fs/fat/dir.c:1369:30: note: byref variable will be forcibly initialized 1369 | int cluster, nr_cluster; | ^~~~~~~~~~ /kisskb/src/fs/fat/dir.c:1289:21: note: byref variable will be forcibly initialized 1289 | loff_t pos, i_pos; | ^~~~~ /kisskb/src/fs/fat/dir.c:1289:16: note: byref variable will be forcibly initialized 1289 | loff_t pos, i_pos; | ^~~ /kisskb/src/fs/fat/dir.c:1287:33: note: byref variable will be forcibly initialized 1287 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:1286:41: note: byref variable will be forcibly initialized 1286 | struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ | ^~~ /kisskb/src/fs/fat/dir.c:1286:29: note: byref variable will be forcibly initialized 1286 | struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ | ^~ /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/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_irq_wait': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:763:28: note: byref variable will be forcibly initialized 763 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_subdirs': /kisskb/src/fs/fat/dir.c:934:16: note: byref variable will be forcibly initialized 934 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:933:33: note: byref variable will be forcibly initialized 933 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:932:29: note: byref variable will be forcibly initialized 932 | struct buffer_head *bh; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/tty/tty_io.c:75: /kisskb/src/drivers/tty/tty_io.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_dev_name_to_number': /kisskb/src/drivers/tty/tty_io.c:346:13: note: byref variable will be forcibly initialized 346 | int index, prefix_length = 0; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_find_polling_driver': /kisskb/src/drivers/tty/tty_io.c:394:15: note: byref variable will be forcibly initialized 394 | char *str, *stp; | ^~~ /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/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2366:24: note: byref variable will be forcibly initialized 2366 | struct winsize tmp_ws; | ^~~~~~ /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/tty/tty_io.c: In function 'tty_tiocgicount': /kisskb/src/drivers/tty/tty_io.c:2586:39: note: byref variable will be forcibly initialized 2586 | struct serial_icounter_struct icount; | ^~~~~~ /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/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/drivers/tty/tty_io.c:2627:30: note: byref variable will be forcibly initialized 2627 | struct serial_struct v; | ^ /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/tty/tty_io.c: In function 'tiocsti': /kisskb/src/drivers/tty/tty_io.c:2280:18: note: byref variable will be forcibly initialized 2280 | char ch, mbz = 0; | ^~~ /kisskb/src/drivers/tty/tty_io.c:2280:14: note: byref variable will be forcibly initialized 2280 | char ch, mbz = 0; | ^~ /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/tty/tty_io.c: In function 'tty_set_serial': /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]; | ^~~ /kisskb/src/drivers/tty/tty_io.c:2600:14: note: byref variable will be forcibly initialized 2600 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2617:30: note: byref variable will be forcibly initialized 2617 | struct serial_struct v; | ^ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_register_device_attr': /kisskb/src/drivers/tty/tty_io.c:3222:14: note: byref variable will be forcibly initialized 3222 | char name[64]; | ^~~~ /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/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_aclink_reset': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1991:12: note: byref variable will be forcibly initialized 1991 | u8 cmd; | ^~~ /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/drivers/tty/tty_io.c: In function 'tty_register_driver': /kisskb/src/drivers/tty/tty_io.c:3424:15: note: byref variable will be forcibly initialized 3424 | dev_t dev; | ^~~ /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; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/signal_types.h:9, from /kisskb/src/include/linux/signal.h:6, from /kisskb/src/drivers/tty/n_tty.c:34: /kisskb/src/drivers/tty/n_tty.c: In function 'canon_skip_eof': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:2070:9: note: in expansion of macro 'smp_store_release' 2070 | smp_store_release(&ldata->read_tail, ldata->read_tail + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:2054:22: note: in expansion of macro 'smp_load_acquire' 2054 | canon_head = smp_load_acquire(&ldata->canon_head); | ^~~~~~~~~~~~~~~~ /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/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_pcm': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1129:25: note: byref variable will be forcibly initialized 1129 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_pcm2': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1163:25: note: byref variable will be forcibly initialized 1163 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_pcm_spdif': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1197:25: note: byref variable will be forcibly initialized 1197 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_pcm_4ch': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1238:25: note: byref variable will be forcibly initialized 1238 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_mixer': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1787:34: note: byref variable will be forcibly initialized 1787 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_receive_char_special': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1367:25: note: in expansion of macro 'smp_store_release' 1367 | smp_store_release(&ldata->canon_head, ldata->read_head); | ^~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c: In function 'snd_ymfpci_timer': /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1946:29: note: byref variable will be forcibly initialized 1946 | struct snd_timer_id tid; | ^~~ /kisskb/src/sound/pci/ymfpci/ymfpci_main.c:1945:27: note: byref variable will be forcibly initialized 1945 | struct snd_timer *timer = NULL; | ^~~~~ /kisskb/src/drivers/tty/n_tty.c: In function '__receive_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1626:9: note: in expansion of macro 'smp_store_release' 1626 | smp_store_release(&ldata->commit_head, ldata->read_head); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_open_by_driver': /kisskb/src/drivers/tty/tty_io.c:2047:13: note: byref variable will be forcibly initialized 2047 | int index = -1; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_kopen': /kisskb/src/drivers/tty/tty_io.c:1961:13: note: byref variable will be forcibly initialized 1961 | int index = -1; | ^~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'copy_from_read_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1944:17: note: in expansion of macro 'smp_store_release' 1944 | smp_store_release(&ldata->read_tail, ldata->read_tail + n); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1933:23: note: in expansion of macro 'smp_load_acquire' 1933 | size_t head = smp_load_acquire(&ldata->commit_head); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_receive_buf_common': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1690:31: note: in expansion of macro 'smp_load_acquire' 1690 | size_t tail = smp_load_acquire(&ldata->read_tail); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'canon_copy_from_read_buf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:2029:9: note: in expansion of macro 'smp_store_release' 2029 | smp_store_release(&ldata->read_tail, ldata->read_tail + c); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c:1994:22: note: in expansion of macro 'smp_load_acquire' 1994 | canon_head = smp_load_acquire(&ldata->canon_head); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_read': /kisskb/src/drivers/tty/n_tty.c:2126:24: note: byref variable will be forcibly initialized 2126 | unsigned char *kb = kbuf; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:261:31: note: byref variable will be forcibly initialized 261 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ 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/backlight.h:12, from /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:12: /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'sh_mobile_lcdc_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1078:25: note: in expansion of macro 'wait_event' 1078 | wait_event(ch->frame_end_wait, ch->frame_end); | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1342:33: note: byref variable will be forcibly initialized 1342 | xfs_daddr_t d; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_readahead_ptr': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1049:33: note: byref variable will be forcibly initialized 1049 | xfs_daddr_t daddr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dup_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:469:26: note: byref variable will be forcibly initialized 469 | struct xfs_buf *bp; /* btree block's buffer pointer */ | ^~ /kisskb/src/drivers/soc/renesas/rcar-gen4-sysc.c: In function 'rcar_gen4_sysc_pd_init': /kisskb/src/drivers/soc/renesas/rcar-gen4-sysc.c:301:36: note: byref variable will be forcibly initialized 301 | const struct of_device_id *match; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:803:34: note: byref variable will be forcibly initialized 803 | struct xfs_buf *bp; /* buffer containing block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_firstrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:773:34: note: byref variable will be forcibly initialized 773 | struct xfs_buf *bp; /* buffer containing block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_bufl': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:872:34: note: byref variable will be forcibly initialized 872 | struct xfs_buf *bp; /* return value */ | ^~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'sh_mobile_lcdc_blank': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1926:36: note: byref variable will be forcibly initialized 1926 | struct fb_fillrect rect = { | ^~~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'sh_mobile_fb_reconfig': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1755:29: note: byref variable will be forcibly initialized 1755 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1754:34: note: byref variable will be forcibly initialized 1754 | struct fb_var_screeninfo var; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_is_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1249:33: note: byref variable will be forcibly initialized 1249 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1313:33: note: byref variable will be forcibly initialized 1313 | xfs_daddr_t d; | ^ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'overlay_rop3_store': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1319:15: note: byref variable will be forcibly initialized 1319 | char *endp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_kill_iroot': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'overlay_mode_store': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3572:33: note: byref variable will be forcibly initialized 3572 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1239:15: note: byref variable will be forcibly initialized 1239 | char *endp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3566:34: note: byref variable will be forcibly initialized 3566 | struct xfs_buf *cbp; | ^~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'overlay_alpha_store': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1201:15: note: byref variable will be forcibly initialized 1201 | char *endp; | ^~~~ /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c: In function 'overlay_position_store': /kisskb/src/drivers/video/fbdev/sh_mobile_lcdcfb.c:1277:15: note: byref variable will be forcibly initialized 1277 | char *endp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_log_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1537:33: note: byref variable will be forcibly initialized 1537 | int last; /* last byte offset logged */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1536:33: note: byref variable will be forcibly initialized 1536 | int first; /* first byte offset logged */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_block_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4457:34: note: byref variable will be forcibly initialized 4457 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_increment': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1607:34: note: byref variable will be forcibly initialized 1607 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1606:33: note: byref variable will be forcibly initialized 1606 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1605:34: note: byref variable will be forcibly initialized 1605 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_decrement': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1711:33: note: byref variable will be forcibly initialized 1711 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1708:34: note: byref variable will be forcibly initialized 1708 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1707:34: note: byref variable will be forcibly initialized 1707 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dec_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3690:33: note: byref variable will be forcibly initialized 3690 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup_get_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1797:33: note: byref variable will be forcibly initialized 1797 | xfs_daddr_t daddr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1796:34: note: byref variable will be forcibly initialized 1796 | struct xfs_buf *bp; /* buffer pointer for btree block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4334:41: note: byref variable will be forcibly initialized 4334 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4333:42: note: byref variable will be forcibly initialized 4333 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4332:42: note: byref variable will be forcibly initialized 4332 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_overlapped_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4800:42: note: byref variable will be forcibly initialized 4800 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4796:42: note: byref variable will be forcibly initialized 4796 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4792:41: note: byref variable will be forcibly initialized 4792 | union xfs_btree_key rec_hkey; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4791:41: note: byref variable will be forcibly initialized 4791 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4789:41: note: byref variable will be forcibly initialized 4789 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2009:33: note: byref variable will be forcibly initialized 2009 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1949:57: note: byref variable will be forcibly initialized 1949 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1890:33: note: byref variable will be forcibly initialized 1890 | union xfs_btree_ptr ptr; /* ptr to btree block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1884:34: note: byref variable will be forcibly initialized 1884 | struct xfs_btree_block *block; /* current btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_leaf_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2056:33: note: byref variable will be forcibly initialized 2056 | union xfs_btree_key hkey; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2055:33: note: byref variable will be forcibly initialized 2055 | union xfs_btree_key max_hkey; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_root': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3078:33: note: byref variable will be forcibly initialized 3078 | union xfs_btree_ptr lptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3077:33: note: byref variable will be forcibly initialized 3077 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3076:34: note: byref variable will be forcibly initialized 3076 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3075:34: note: byref variable will be forcibly initialized 3075 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3073:34: note: byref variable will be forcibly initialized 3073 | struct xfs_btree_block *new; /* new (root) btree block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3072:34: note: byref variable will be forcibly initialized 3072 | struct xfs_buf *nbp; /* new (root) buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3071:34: note: byref variable will be forcibly initialized 3071 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3070:34: note: byref variable will be forcibly initialized 3070 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3068:34: note: byref variable will be forcibly initialized 3068 | struct xfs_buf *bp; /* buffer containing block */ | ^~ In file included from /kisskb/src/sound/xen/xen_snd_front_alsa.c:15: /kisskb/src/sound/xen/xen_snd_front_alsa.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/platform_device.h:13, from /kisskb/src/sound/xen/xen_snd_front_alsa.c:11: /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'new_pcm_instance': /kisskb/src/sound/xen/xen_snd_front_alsa.c:721:25: note: byref variable will be forcibly initialized 721 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_init': /kisskb/src/drivers/soc/renesas/rcar-sysc.c:351:36: note: byref variable will be forcibly initialized 351 | const struct of_device_id *match; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/sound/xen/xen_snd_front_alsa.c:11: /kisskb/src/sound/xen/xen_snd_front_alsa.c: In 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/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_updkeys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2157:34: note: byref variable will be forcibly initialized 2157 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2152:33: note: byref variable will be forcibly initialized 2152 | union xfs_btree_key key; /* keys from current level */ | ^~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'alsa_hw_params': /kisskb/src/sound/xen/xen_snd_front_alsa.c:466:42: note: byref variable will be forcibly initialized 466 | struct xen_front_pgdir_shbuf_cfg buf_cfg; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_updkeys_force': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2205:34: note: byref variable will be forcibly initialized 2205 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2223:33: note: byref variable will be forcibly initialized 2223 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2221:34: note: byref variable will be forcibly initialized 2221 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_rshift': /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'alsa_hw_rule': /kisskb/src/sound/xen/xen_snd_front_alsa.c:276:25: note: byref variable will be forcibly initialized 276 | struct snd_mask mask; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c:275:29: note: byref variable will be forcibly initialized 275 | struct snd_interval interval; | ^~~~~~~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c:274:38: note: byref variable will be forcibly initialized 274 | struct xensnd_query_hw_param resp; | ^~~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c:273:38: note: byref variable will be forcibly initialized 273 | struct xensnd_query_hw_param req; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2529:33: note: byref variable will be forcibly initialized 2529 | int i; /* loop counter */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2524:33: note: byref variable will be forcibly initialized 2524 | union xfs_btree_ptr rptr; /* right block pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2523:34: note: byref variable will be forcibly initialized 2523 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2522:34: note: byref variable will be forcibly initialized 2522 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2521:34: note: byref variable will be forcibly initialized 2521 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2519:34: note: byref variable will be forcibly initialized 2519 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2334:33: note: byref variable will be forcibly initialized 2334 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2329:33: note: byref variable will be forcibly initialized 2329 | union xfs_btree_ptr lptr; /* left btree pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2327:34: note: byref variable will be forcibly initialized 2327 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2325:34: note: byref variable will be forcibly initialized 2325 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2323:34: note: byref variable will be forcibly initialized 2323 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2322:34: note: byref variable will be forcibly initialized 2322 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/sound/xen/xen_snd_front_alsa.c: In function 'xen_snd_front_alsa_init': /kisskb/src/sound/xen/xen_snd_front_alsa.c:805:26: note: byref variable will be forcibly initialized 805 | struct snd_card *card; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2699:34: note: byref variable will be forcibly initialized 2699 | struct xfs_btree_block *rrblock; /* right-right btree block */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2698:34: note: byref variable will be forcibly initialized 2698 | struct xfs_buf *rrbp; /* right-right buffer pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2697:33: note: byref variable will be forcibly initialized 2697 | union xfs_btree_ptr rrptr; /* right-right sibling ptr */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2696:34: note: byref variable will be forcibly initialized 2696 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2695:34: note: byref variable will be forcibly initialized 2695 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2694:33: note: byref variable will be forcibly initialized 2694 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2692:34: note: byref variable will be forcibly initialized 2692 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2691:33: note: byref variable will be forcibly initialized 2691 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2930:36: note: byref variable will be forcibly initialized 2930 | 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/fs/xfs/libxfs/xfs_btree.c:2929:41: note: byref variable will be forcibly initialized 2929 | struct xfs_btree_split_args args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3730:34: note: byref variable will be forcibly initialized 3730 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3728:34: note: byref variable will be forcibly initialized 3728 | struct xfs_buf *rrbp; /* right-right buffer pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3727:34: note: byref variable will be forcibly initialized 3727 | struct xfs_btree_block *rrblock; /* right-right btree block */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3726:34: note: byref variable will be forcibly initialized 3726 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3725:34: note: byref variable will be forcibly initialized 3725 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3724:33: note: byref variable will be forcibly initialized 3724 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3721:34: note: byref variable will be forcibly initialized 3721 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3720:34: note: byref variable will be forcibly initialized 3720 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3719:33: note: byref variable will be forcibly initialized 3719 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3718:33: note: byref variable will be forcibly initialized 3718 | int i; /* loop counter */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3716:34: note: byref variable will be forcibly initialized 3716 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3715:33: note: byref variable will be forcibly initialized 3715 | union xfs_btree_ptr cptr; /* current block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2269:34: note: byref variable will be forcibly initialized 2269 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2971:33: note: byref variable will be forcibly initialized 2971 | union xfs_btree_ptr nptr; /* new block addr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2966:34: note: byref variable will be forcibly initialized 2966 | struct xfs_btree_block *cblock; /* child btree block */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2964:34: note: byref variable will be forcibly initialized 2964 | struct xfs_buf *cbp; /* buffer for cblock */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_make_block_unfull': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3213:33: note: byref variable will be forcibly initialized 3213 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3276:33: note: byref variable will be forcibly initialized 3276 | int ptr; /* key/record index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3275:33: note: byref variable will be forcibly initialized 3275 | int optr; /* old key/record index */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3273:33: note: byref variable will be forcibly initialized 3273 | union xfs_btree_key nkey; /* new block key */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3272:34: note: byref variable will be forcibly initialized 3272 | struct xfs_btree_cur *ncur = NULL; /* new btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3271:33: note: byref variable will be forcibly initialized 3271 | union xfs_btree_ptr nptr; /* new block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3270:34: note: byref variable will be forcibly initialized 3270 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insert': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3482:33: note: byref variable will be forcibly initialized 3482 | union xfs_btree_rec rec; /* record to insert */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3480:33: note: byref variable will be forcibly initialized 3480 | union xfs_btree_key bkey; /* key of block to insert */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3478:34: note: byref variable will be forcibly initialized 3478 | struct xfs_btree_cur *ncur; /* new cursor (split result) */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3477:33: note: byref variable will be forcibly initialized 3477 | union xfs_btree_ptr nptr; /* new block number (split result) */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3475:33: note: byref variable will be forcibly initialized 3475 | int i; /* result value, 0 for failure */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delete': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4239:33: note: byref variable will be forcibly initialized 4239 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4293:34: note: byref variable will be forcibly initialized 4293 | struct xfs_buf *bp; /* buffer pointer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_simple_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4701:41: note: byref variable will be forcibly initialized 4701 | int stat; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4699:41: note: byref variable will be forcibly initialized 4699 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4698:42: note: byref variable will be forcibly initialized 4698 | union xfs_btree_rec *recp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_blocks': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4380:42: note: byref variable will be forcibly initialized 4380 | struct xfs_btree_block *block = NULL; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4378:41: note: byref variable will be forcibly initialized 4378 | union xfs_btree_ptr lptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4502:57: note: byref variable will be forcibly initialized 4502 | struct xfs_btree_block_change_owner_info bbcoi; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4937:41: note: byref variable will be forcibly initialized 4937 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4936:41: note: byref variable will be forcibly initialized 4936 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4935:41: note: byref variable will be forcibly initialized 4935 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_all': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4967:41: note: byref variable will be forcibly initialized 4967 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4966:41: note: byref variable will be forcibly initialized 4966 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_has_more_records': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:5047:34: note: byref variable will be forcibly initialized 5047 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:20: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__calc_tpm2_event_size': /kisskb/src/include/linux/tpm_eventlog.h:176:18: note: byref variable will be forcibly initialized 176 | const u8 zero_digest[sizeof(event_header->digest)] = {0}; | ^~~~~~~~~~~ /kisskb/src/include/linux/tpm_eventlog.h:172:13: note: byref variable will be forcibly initialized 172 | u16 halg; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:15: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk.c:6: /kisskb/src/drivers/clk/tegra/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_cmp': /kisskb/src/fs/isofs/namei.c:21:21: note: byref variable will be forcibly initialized 21 | struct qstr qstr; | ^~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_find_entry': /kisskb/src/fs/isofs/namei.c:42:58: note: byref variable will be forcibly initialized 42 | unsigned long block, f_pos, offset, block_saved, offset_saved; | ^~~~~~~~~~~~ /kisskb/src/fs/isofs/namei.c:42:45: note: byref variable will be forcibly initialized 42 | unsigned long block, f_pos, offset, block_saved, offset_saved; | ^~~~~~~~~~~ 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:171:22: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_lookup': /kisskb/src/fs/isofs/namei.c:157:23: note: byref variable will be forcibly initialized 157 | unsigned long offset; | ^~~~~~ /kisskb/src/fs/isofs/namei.c:156:23: note: byref variable will be forcibly initialized 156 | unsigned long block; | ^~~~~ /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; | ^~~ /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/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; | ^~~ 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_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/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/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/atiixp.c: In function '__snd_atiixp_probe': /kisskb/src/sound/pci/atiixp.c:1578:26: note: byref variable will be forcibly initialized 1578 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/pci/pci-bridge-emul.c: In function 'pci_bridge_emul_conf_write': /kisskb/src/drivers/pci/pci-bridge-emul.c:526:24: note: byref variable will be forcibly initialized 526 | int mask, ret, old, new, shift; | ^~~ /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; | ^~~~ /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/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; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /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/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/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/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; | ^~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250_men_mcb.c:2: /kisskb/src/drivers/tty/serial/8250/8250_men_mcb.c: 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_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:143:16: note: byref variable will be forcibly initialized 143 | __le16 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_read32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:157:16: note: byref variable will be forcibly initialized 157 | __le32 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_write32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:184:16: note: byref variable will be forcibly initialized 184 | __le32 value_le; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:123:12: note: byref variable will be forcibly initialized 123 | u8 access; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_remove': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:850:13: note: byref variable will be forcibly initialized 850 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_durations': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:525:15: note: byref variable will be forcibly initialized 525 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:523:13: note: byref variable will be forcibly initialized 523 | u32 did_vid; | ^~~~~~~ /kisskb/src/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/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_timeouts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:599:13: note: byref variable will be forcibly initialized 599 | u32 did_vid; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_status': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:193:12: note: byref variable will be forcibly initialized 193 | u8 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:237:13: note: byref variable will be forcibly initialized 237 | u32 value; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_startup': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:106:20: note: byref variable will be forcibly initialized 106 | u8 access; | ^~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h: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; | ^~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'request_locality': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:168:22: note: in expansion of macro 'wait_event_interruptible_timeout' 168 | rc = wait_event_interruptible_timeout(priv->int_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'probe_itpm': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:642:13: note: byref variable will be forcibly initialized 642 | u16 vendor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tis_int_handler': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:700:13: note: byref variable will be forcibly initialized 700 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_gen_interrupt': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:735:15: note: byref variable will be forcibly initialized 735 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:734:13: note: byref variable will be forcibly initialized 734 | u32 cap2; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq_single': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:762:13: note: byref variable will be forcibly initialized 762 | u32 int_status; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:760:12: note: byref variable will be forcibly initialized 760 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:827:12: note: byref variable will be forcibly initialized 827 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'disable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:420:13: note: byref variable will be forcibly initialized 420 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_core_init': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:944:12: note: byref variable will be forcibly initialized 944 | u8 rid; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:942:13: note: byref variable will be forcibly initialized 942 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:941:13: note: byref variable will be forcibly initialized 941 | u32 intfcaps; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:940:13: note: byref variable will be forcibly initialized 940 | u32 vendor; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-audio-sync.c: In function 'tegra_clk_register_sync_source': /kisskb/src/drivers/clk/tegra/clk-audio-sync.c:50:30: note: byref variable will be forcibly initialized 50 | struct clk_init_data init; | ^~~~ /kisskb/src/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/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/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:212:29: note: byref variable will be forcibly initialized 212 | struct nvmem_config nvmem; | ^~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:498:25: note: byref variable will be forcibly initialized 498 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:496:36: note: byref variable will be forcibly initialized 496 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_em.c: In function 'serial8250_em_probe': /kisskb/src/drivers/tty/serial/8250/8250_em.c:82:31: note: byref variable will be forcibly initialized 82 | struct uart_8250_port up; | ^~ /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; | ^~~~ 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/fs/jfs/jfs_extent.c: In function 'extBalloc': /kisskb/src/fs/jfs/jfs_extent.c:303:24: note: byref variable will be forcibly initialized 303 | s64 nb, nblks, daddr, max; | ^~~~~ /kisskb/src/fs/jfs/jfs_extent.c: In function 'extAlloc': /kisskb/src/fs/jfs/jfs_extent.c:73:20: note: byref variable will be forcibly initialized 73 | s64 nxlen, nxaddr, xoff, hint, xaddr = 0; | ^~~~~~ /kisskb/src/fs/jfs/jfs_extent.c:73:13: note: byref variable will be forcibly initialized 73 | s64 nxlen, nxaddr, xoff, hint, xaddr = 0; | ^~~~~ /kisskb/src/fs/jfs/jfs_extent.c: In function 'extHint': /kisskb/src/fs/jfs/jfs_extent.c:200:13: note: byref variable will be forcibly initialized 200 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_extent.c:199:13: note: byref variable will be forcibly initialized 199 | int xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_extent.c:198:13: note: byref variable will be forcibly initialized 198 | s64 xaddr; | ^~~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1361:29: note: byref variable will be forcibly initialized 1361 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1361:17: note: in expansion of macro 'DEFINE_WAIT' 1361 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:792:29: note: byref variable will be forcibly initialized 792 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:792:17: note: in expansion of macro 'DEFINE_WAIT' 792 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:610:29: note: byref variable will be forcibly initialized 610 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:610:17: note: in expansion of macro 'DEFINE_WAIT' 610 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/isofs/inode.c: In function 'parse_options': /kisskb/src/fs/isofs/inode.c:366:29: note: byref variable will be forcibly initialized 366 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/isofs/inode.c:341:22: note: byref variable will be forcibly initialized 341 | unsigned int uv; | ^~ /kisskb/src/fs/isofs/inode.c:340:13: note: byref variable will be forcibly initialized 340 | int option; | ^~~~~~ /kisskb/src/fs/isofs/dir.c: In function 'do_isofs_readdir': /kisskb/src/fs/isofs/dir.c:88:51: note: byref variable will be forcibly initialized 88 | unsigned long block, offset, block_saved, offset_saved; | ^~~~~~~~~~~~ /kisskb/src/fs/isofs/dir.c:88:38: note: byref variable will be forcibly initialized 88 | unsigned long block, offset, block_saved, offset_saved; | ^~~~~~~~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_get_last_session': /kisskb/src/fs/isofs/inode.c:572:43: note: byref variable will be forcibly initialized 572 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/fs/isofs/inode.c:553:39: note: byref variable will be forcibly initialized 553 | struct cdrom_tocentry te; | ^~ /kisskb/src/fs/isofs/inode.c: In function '__isofs_iget': /kisskb/src/fs/isofs/inode.c:1534:42: note: byref variable will be forcibly initialized 1534 | struct isofs_iget5_callback_data data; | ^~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_bmap': /kisskb/src/fs/isofs/inode.c:1158:28: note: byref variable will be forcibly initialized 1158 | struct buffer_head dummy; | ^~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_fill_super': /kisskb/src/fs/isofs/inode.c:626:32: note: byref variable will be forcibly initialized 626 | struct iso9660_options opt; | ^~~ /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; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_node': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:484:42: note: byref variable will be forcibly initialized 484 | struct xfs_buf *child_bp; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:483:42: note: byref variable will be forcibly initialized 483 | struct xfs_btree_block *child_block; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:480:41: note: byref variable will be forcibly initialized 480 | union xfs_btree_key child_key; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_prep_block': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:376:42: note: byref variable will be forcibly initialized 376 | struct xfs_btree_block *new_block; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:375:42: note: byref variable will be forcibly initialized 375 | struct xfs_buf *new_bp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:374:41: note: byref variable will be forcibly initialized 374 | union xfs_btree_ptr new_ptr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_compute_geometry': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:669:33: note: byref variable will be forcibly initialized 669 | unsigned int avg_per_block; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:667:33: note: byref variable will be forcibly initialized 667 | uint64_t dontcare64; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:666:33: note: byref variable will be forcibly initialized 666 | uint64_t level_blocks; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:809:41: note: byref variable will be forcibly initialized 809 | union xfs_btree_ptr first_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:757:41: note: byref variable will be forcibly initialized 757 | unsigned int avg_per_block; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:755:41: note: byref variable will be forcibly initialized 755 | uint64_t blocks_with_extra; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:753:41: note: byref variable will be forcibly initialized 753 | uint64_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:751:42: note: byref variable will be forcibly initialized 751 | struct xfs_btree_block *block = NULL; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:750:42: note: byref variable will be forcibly initialized 750 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:749:41: note: byref variable will be forcibly initialized 749 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:748:41: note: byref variable will be forcibly initialized 748 | union xfs_btree_ptr child_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:747:41: note: byref variable will be forcibly initialized 747 | struct list_head buffers_list; | ^~~~~~~~~~~~ /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/fs/fat/fatent.c: In function 'fat_ra_init': /kisskb/src/fs/fat/fatent.c:653:13: note: byref variable will be forcibly initialized 653 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:652:27: note: byref variable will be forcibly initialized 652 | sector_t blocknr, block_end; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:652:18: note: byref variable will be forcibly initialized 652 | sector_t blocknr, block_end; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read_block': /kisskb/src/fs/fat/fatent.c:441:13: note: byref variable will be forcibly initialized 441 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:440:18: note: byref variable will be forcibly initialized 440 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:694:21: note: byref variable will be forcibly initialized 694 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:693:26: note: byref variable will be forcibly initialized 693 | sector_t blocknr, diff; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c:692:33: note: byref variable will be forcibly initialized 692 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read': /kisskb/src/fs/fat/fatent.c:355:18: note: byref variable will be forcibly initialized 355 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c:354:18: note: byref variable will be forcibly initialized 354 | int err, offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:561:21: note: byref variable will be forcibly initialized 561 | int i, err, nr_bhs; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:560:29: note: byref variable will be forcibly initialized 560 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/fatent.c:559:26: note: byref variable will be forcibly initialized 559 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:473:28: note: byref variable will be forcibly initialized 473 | int i, count, err, nr_bhs, idx_clus; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:472:29: note: byref variable will be forcibly initialized 472 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/fatent.c:471:34: note: byref variable will be forcibly initialized 471 | struct fat_entry fatent, prev_ent; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:471:26: note: byref variable will be forcibly initialized 471 | struct fat_entry fatent, prev_ent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:721:26: note: byref variable will be forcibly initialized 721 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:720:26: note: byref variable will be forcibly initialized 720 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:768:26: note: byref variable will be forcibly initialized 768 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:767:26: note: byref variable will be forcibly initialized 767 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:663:28: note: byref variable will be forcibly initialized 663 | unsigned long long n; | ^ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:797:23: note: byref variable will be forcibly initialized 797 | struct region r; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/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/drivers/tty/tty_ioctl.c: In function 'tty_change_softcar': /kisskb/src/drivers/tty/tty_ioctl.c:663:25: note: byref variable will be forcibly initialized 663 | struct ktermios old; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/include/asm-generic/termios.h:6, from ./arch/arm64/include/generated/uapi/asm/termios.h:1, from /kisskb/src/include/uapi/linux/termios.h:6, from /kisskb/src/drivers/tty/tty_ioctl.c:11: /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_wait_until_sent': /kisskb/src/include/linux/wait.h:303: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/tty/tty_ioctl.c:204:19: note: in expansion of macro 'wait_event_interruptible_timeout' 204 | timeout = wait_event_interruptible_timeout(tty->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:342:25: note: byref variable will be forcibly initialized 342 | struct ktermios old_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'get_termio': /kisskb/src/drivers/tty/tty_ioctl.c:467:25: note: byref variable will be forcibly initialized 467 | struct ktermios kterm; | ^~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'set_termios': /kisskb/src/drivers/tty/tty_ioctl.c:392:25: note: byref variable will be forcibly initialized 392 | struct ktermios tmp_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_mode_ioctl': /kisskb/src/drivers/tty/tty_ioctl.c:693:25: note: byref variable will be forcibly initialized 693 | struct ktermios kterm; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/tty.h:5, from /kisskb/src/drivers/tty/tty_buffer.c:9: /kisskb/src/drivers/tty/tty_buffer.c: In function 'lookahead_bufs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:485:25: note: in expansion of macro 'smp_load_acquire' 485 | count = smp_load_acquire(&head->commit) - head->lookahead; | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:480:24: note: in expansion of macro 'smp_load_acquire' 480 | next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'tty_flip_buffer_commit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:586:9: note: in expansion of macro 'smp_store_release' 586 | smp_store_release(&tail->commit, tail->used); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function '__tty_buffer_request_room': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:292:25: note: in expansion of macro 'smp_store_release' 292 | smp_store_release(&b->next, n); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:286:25: note: in expansion of macro 'smp_store_release' 286 | smp_store_release(&b->commit, b->used); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'flush_to_ldisc': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:556:25: note: in expansion of macro 'smp_load_acquire' 556 | count = smp_load_acquire(&head->commit) - head->read; | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:552:24: note: in expansion of macro 'smp_load_acquire' 552 | next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c: In function 'tty_buffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_buffer.c:234:24: note: in expansion of macro 'smp_load_acquire' 234 | while ((next = smp_load_acquire(&buf->head->next)) != NULL) { | ^~~~~~~~~~~~~~~~ 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; | ^~~~ In file included from /kisskb/src/lib/scatterlist.c:8: /kisskb/src/lib/scatterlist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/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/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_pwm_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1849:13: note: byref variable will be forcibly initialized 1849 | u32 pwm_period; | ^~~~~~~~~~ /kisskb/src/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/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/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/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/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/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/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_i2c_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1702:23: note: byref variable will be forcibly initialized 1702 | unsigned long rate, v, v_opp; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1767:23: note: byref variable will be forcibly initialized 1767 | unsigned long rate, v_max; | ^~~~ /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/fs/jfs/jfs_metapage.c: In function 'metapage_get_blocks': /kisskb/src/fs/jfs/jfs_metapage.c:240:13: note: byref variable will be forcibly initialized 240 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_metapage.c:239:13: note: byref variable will be forcibly initialized 239 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_metapage.c: In function 'metapage_read_folio': /kisskb/src/fs/jfs/jfs_metapage.c:479:13: note: byref variable will be forcibly initialized 479 | int xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_metapage.c: In function 'metapage_writepage': /kisskb/src/fs/jfs/jfs_metapage.c:343:13: note: byref variable will be forcibly initialized 343 | int xlen; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-divider.c: In function 'tegra_clk_register_divider': /kisskb/src/drivers/clk/tegra/clk-divider.c:141:30: note: byref variable will be forcibly initialized 141 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/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/tty/serial/8250/8250_pericom.c:5: /kisskb/src/drivers/tty/serial/8250/8250_pericom.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pericom.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pericom.c: In function 'pericom8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_pericom.c:89:31: note: byref variable will be forcibly initialized 89 | struct uart_8250_port uart; | ^~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c: In function 'vt8623_set_pixclock': /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:19: note: byref variable will be forcibly initialized 253 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:16: note: byref variable will be forcibly initialized 253 | u16 m, n, r; | ^ /kisskb/src/drivers/video/fbdev/vt8623fb.c:253:13: note: byref variable will be forcibly initialized 253 | u16 m, n, r; | ^ /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; | ^~~ In file included from /kisskb/src/drivers/video/fbdev/vt8623fb.c:23: /kisskb/src/drivers/video/fbdev/vt8623fb.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/vt8623fb.c: In function 'vt8623_pci_probe': /kisskb/src/drivers/video/fbdev/vt8623fb.c:663:25: note: byref variable will be forcibly initialized 663 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/vt8623fb.c:662:31: note: byref variable will be forcibly initialized 662 | struct pci_bus_region bus_reg; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c: In function 'tegra30_fuse_add_randomness': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c:69:13: note: byref variable will be forcibly initialized 69 | u32 randomness[12]; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:15: /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_read16': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:143:16: note: byref variable will be forcibly initialized 143 | __le16 result_le; | ^~~~~~~~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:27: note: byref variable will be forcibly initialized 19 | struct list_head *head, **tail = &head; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_read_bytes': /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:187:12: note: byref variable will be forcibly initialized 187 | u8 reg = tpm_tis_i2c_address_to_register(addr); | ^~~ /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/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_init_guard_time': /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:281:13: note: byref variable will be forcibly initialized 281 | u32 i2c_caps; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_verify_crc': /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:246:13: note: byref variable will be forcibly initialized 246 | u16 crc_tpm, crc_host; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c: In function 'tpm_tis_i2c_probe': /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:320:18: note: byref variable will be forcibly initialized 320 | const u8 locality = 0; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c.c:319:18: note: byref variable will be forcibly initialized 319 | const u8 crc_enable = 1; | ^~~~~~~~~~ /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/fs/isofs/rock.c: In function 'parse_rock_ridge_inode_internal': /kisskb/src/fs/isofs/rock.c:318:27: note: byref variable will be forcibly initialized 318 | struct rock_state rs; | ^~ /kisskb/src/fs/isofs/rock.c: In function 'rock_ridge_symlink_read_folio': /kisskb/src/fs/isofs/rock.c:708:27: note: byref variable will be forcibly initialized 708 | struct rock_state rs; | ^~ /kisskb/src/fs/isofs/rock.c: In function 'get_rock_ridge_filename': /kisskb/src/fs/isofs/rock.c:201:27: note: byref variable will be forcibly initialized 201 | struct rock_state rs; | ^~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_get': /kisskb/src/drivers/pci/vgaarb.c:427:28: note: byref variable will be forcibly initialized 427 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_output': /kisskb/src/drivers/gpu/host1x/debug.c:30:17: note: byref variable will be forcibly initialized 30 | va_list args; | ^~~~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_pci_str_to_vars': /kisskb/src/drivers/pci/vgaarb.c:1087:28: note: byref variable will be forcibly initialized 1087 | unsigned int slot, func; | ^~~~ /kisskb/src/drivers/pci/vgaarb.c:1087:22: note: byref variable will be forcibly initialized 1087 | unsigned int slot, func; | ^~~~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_arb_write': /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_cont': /kisskb/src/drivers/pci/vgaarb.c:1318:43: note: byref variable will be forcibly initialized 1318 | unsigned int domain, bus, devfn; | ^~~~~ /kisskb/src/drivers/gpu/host1x/debug.c:42:17: note: byref variable will be forcibly initialized 42 | va_list args; | ^~~~ /kisskb/src/drivers/pci/vgaarb.c:1318:38: note: byref variable will be forcibly initialized 1318 | unsigned int domain, bus, devfn; | ^~~ /kisskb/src/drivers/pci/vgaarb.c:1318:30: note: byref variable will be forcibly initialized 1318 | unsigned int domain, bus, devfn; | ^~~~~~ /kisskb/src/drivers/pci/vgaarb.c:1171:14: note: byref variable will be forcibly initialized 1171 | char kbuf[64], *curr_pos; | ^~~~ /kisskb/src/drivers/pci/vgaarb.c:1169:22: note: byref variable will be forcibly initialized 1169 | unsigned int io_state; | ^~~~~~~~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_is_boot_device': /kisskb/src/drivers/pci/vgaarb.c:604:18: note: byref variable will be forcibly initialized 604 | u16 cmd, boot_cmd; | ^~~~~~~~ /kisskb/src/drivers/pci/vgaarb.c:604:13: note: byref variable will be forcibly initialized 604 | u16 cmd, boot_cmd; | ^~~ /kisskb/src/drivers/pci/vgaarb.c: In function 'vga_arbiter_add_pci_device': /kisskb/src/drivers/pci/vgaarb.c:807:29: note: byref variable will be forcibly initialized 807 | u16 l; | ^ /kisskb/src/drivers/pci/vgaarb.c:762:13: note: byref variable will be forcibly initialized 762 | u16 cmd; | ^~~ /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/fs/hfsplus/super.c: In function 'hfsplus_remount': /kisskb/src/fs/hfsplus/super.c:336:21: note: byref variable will be forcibly initialized 336 | int force = 0; | ^~~~~ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_iget': /kisskb/src/fs/hfsplus/super.c:60:30: note: byref variable will be forcibly initialized 60 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/super.c: In function 'hfsplus_fill_super': /kisskb/src/fs/hfsplus/super.c:381:21: note: byref variable will be forcibly initialized 381 | struct qstr str; | ^~~ /kisskb/src/fs/hfsplus/super.c:379:30: note: byref variable will be forcibly initialized 379 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/super.c:378:27: note: byref variable will be forcibly initialized 378 | hfsplus_cat_entry entry; | ^~~~~ /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/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; | ^~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmAllocate': /kisskb/src/fs/jfs/jfs_lock.h:24:27: note: byref variable will be forcibly initialized 24 | 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/jfs/jfs_logmgr.c:120:9: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1885:9: note: in expansion of macro 'LCACHE_SLEEP_COND' 1885 | LCACHE_SLEEP_COND(log->free_wait, (bp = log->lbuf_free), flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmIOWait': /kisskb/src/fs/jfs/jfs_lock.h:24:27: note: byref variable will be forcibly initialized 24 | 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/jfs/jfs_logmgr.c:120:9: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:2147:9: note: in expansion of macro 'LCACHE_SLEEP_COND' 2147 | LCACHE_SLEEP_COND(bp->l_ioevent, (bp->l_flag & lbmDONE), flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmRead': /kisskb/src/sound/pci/intel8x0.c: In function 'snd_intel8x0_pcm1': /kisskb/src/include/linux/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/jfs/jfs_logmgr.c:1990:9: note: in expansion of macro 'wait_event' 1990 | wait_event(bp->l_ioevent, (bp->l_flag != lbmREAD)); | ^~~~~~~~~~ /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/sound/pci/intel8x0.c:1435:25: note: byref variable will be forcibly initialized 1435 | struct snd_pcm *pcm; | ^~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogFileSystem': /kisskb/src/fs/jfs/jfs_logmgr.c:1713:22: note: byref variable will be forcibly initialized 1713 | struct lbuf *bpsuper; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmGroupCommit': /kisskb/src/fs/jfs/jfs_lock.h:24:27: note: byref variable will be forcibly initialized 24 | 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/jfs/jfs_logmgr.c:713:9: note: in expansion of macro '__SLEEP_COND' 713 | __SLEEP_COND(tblk->gcwait, (tblk->flag & tblkGC_COMMITTED), | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogInit': /kisskb/src/fs/jfs/jfs_logmgr.c:1246:22: note: byref variable will be forcibly initialized 1246 | struct lbuf *bp; | ^~ /kisskb/src/fs/jfs/jfs_logmgr.c:1245:22: note: byref variable will be forcibly initialized 1245 | struct lbuf *bpsuper; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1243:20: note: byref variable will be forcibly initialized 1243 | struct lrd lrd; | ^~~ /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/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'jfs_flush_journal': /kisskb/src/fs/jfs/jfs_logmgr.c:1559:35: note: byref variable will be forcibly initialized 1559 | 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/jfs/jfs_logmgr.c: In function 'lmLogSync': /kisskb/src/fs/jfs/jfs_logmgr.c:928:20: note: byref variable will be forcibly initialized 928 | struct lrd lrd; | ^~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogShutdown': /kisskb/src/fs/jfs/jfs_logmgr.c:1637:22: note: byref variable will be forcibly initialized 1637 | struct lbuf *bpsuper; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1634:20: note: byref variable will be forcibly initialized 1634 | struct lrd lrd; | ^~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_capture_hw_params': /kisskb/src/sound/pci/rme32.c:716:18: note: byref variable will be forcibly initialized 716 | int err, isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_playback_hw_params': /kisskb/src/sound/pci/rme32.c:659:24: note: byref variable will be forcibly initialized 659 | int err, rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_capture_adat_open': /kisskb/src/sound/pci/rme32.c:964:13: note: byref variable will be forcibly initialized 964 | int isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_playback_adat_open': /kisskb/src/sound/pci/rme32.c:927:19: note: byref variable will be forcibly initialized 927 | int rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_capture_spdif_open': /kisskb/src/sound/pci/rme32.c:887:13: note: byref variable will be forcibly initialized 887 | int isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_playback_spdif_open': /kisskb/src/sound/pci/rme32.c:842:19: note: byref variable will be forcibly initialized 842 | int rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme32.c: In function 'snd_rme32_proc_read': /kisskb/src/sound/pci/rme32.c:1432:13: note: byref variable will be forcibly initialized 1432 | int n; | ^ /kisskb/src/sound/pci/rme32.c: In function '__snd_rme32_probe': /kisskb/src/sound/pci/rme32.c:1882:26: note: byref variable will be forcibly initialized 1882 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_data_obj_ready': /kisskb/src/drivers/pci/doe.c:148:13: note: byref variable will be forcibly initialized 148 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fat/file.c:11: /kisskb/src/fs/fat/file.c: In function 'mnt_user_ns': 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/pci/doe.c:16: /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_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/pci/doe.c:58:13: note: in expansion of macro 'wait_event_timeout' 58 | if (wait_event_timeout(doe_mb->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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_abort': /kisskb/src/drivers/pci/doe.c:86:21: note: byref variable will be forcibly initialized 86 | u32 val; | ^~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_supports_prot': /kisskb/src/drivers/pci/doe.c:483:23: note: byref variable will be forcibly initialized 483 | unsigned long index; | ^~~~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_recv_resp': /kisskb/src/drivers/pci/doe.c:161:13: note: byref variable will be forcibly initialized 161 | u32 val; | ^~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_send_req': /kisskb/src/drivers/pci/doe.c:110:13: note: byref variable will be forcibly initialized 110 | u32 val; | ^~~ /kisskb/src/drivers/pci/doe.c: In function 'doe_statemachine_work': /kisskb/src/drivers/pci/doe.c:242:13: note: byref variable will be forcibly initialized 242 | u32 val; | ^~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_discovery': /kisskb/src/drivers/pci/doe.c:310:29: note: byref variable will be forcibly initialized 310 | struct pci_doe_task task = { | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/pci/doe.c:19: /kisskb/src/drivers/pci/doe.c:309:36: note: byref variable will be forcibly initialized 309 | 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/pci/doe.c:308:13: note: byref variable will be forcibly initialized 308 | u32 response_pl; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/doe.c:306:13: note: byref variable will be forcibly initialized 306 | u32 request_pl = FIELD_PREP(PCI_DOE_DATA_OBJECT_DISC_REQ_3_INDEX, | ^~~~~~~~~~ /kisskb/src/drivers/pci/doe.c: In function 'pci_doe_cache_protocols': /kisskb/src/drivers/pci/doe.c:353:20: note: byref variable will be forcibly initialized 353 | u8 prot; | ^~~~ /kisskb/src/drivers/pci/doe.c:352:21: note: byref variable will be forcibly initialized 352 | u16 vid; | ^~~ /kisskb/src/drivers/pci/doe.c:347:12: note: byref variable will be forcibly initialized 347 | u8 index = 0; | ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:130:29: note: byref variable will be forcibly initialized 130 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:344:33: note: byref variable will be forcibly initialized 344 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/file.c:344:26: note: byref variable will be forcibly initialized 344 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/file.c:343:34: note: byref variable will be forcibly initialized 343 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:22: note: byref variable will be forcibly initialized 41 | struct iattr ia; | ^~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block_bmap': /kisskb/src/fs/fat/inode.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c:301:18: note: byref variable will be forcibly initialized 301 | sector_t bmap; | ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_calc_dir_size': /kisskb/src/fs/fat/inode.c:484:25: note: byref variable will be forcibly initialized 484 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/inode.c:484:18: note: byref variable will be forcibly initialized 484 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'is_exec': /kisskb/src/fs/fat/inode.c:473:23: note: byref variable will be forcibly initialized 473 | unsigned char exe_extensions[] = "EXECOMBAT", *walk; | ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_write_inode': /kisskb/src/fs/fat/inode.c:893:24: note: byref variable will be forcibly initialized 893 | __le16 atime; | ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'parse_options': /kisskb/src/fs/fat/inode.c:1136:13: note: byref variable will be forcibly initialized 1136 | int option; | ^~~~~~ /kisskb/src/fs/fat/inode.c:1135:21: note: byref variable will be forcibly initialized 1135 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1617:27: note: byref variable will be forcibly initialized 1617 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/inode.c:1616:14: note: byref variable will be forcibly initialized 1616 | char buf[50]; | ^~~ /kisskb/src/fs/fat/inode.c:1614:13: note: byref variable will be forcibly initialized 1614 | int debug; | ^~~~~ /kisskb/src/fs/fat/inode.c:1610:37: note: byref variable will be forcibly initialized 1610 | struct fat_bios_param_block bpb; | ^~~ /kisskb/src/fs/fat/inode.c: In function 'fat_add_cluster': /kisskb/src/fs/fat/inode.c:106:18: note: byref variable will be forcibly initialized 106 | int err, cluster; | ^~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_get_block': /kisskb/src/fs/fat/inode.c:126:18: note: byref variable will be forcibly initialized 126 | sector_t phys, last_block; | ^~~~ /kisskb/src/fs/fat/inode.c:125:23: note: byref variable will be forcibly initialized 125 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_tegra.c: In function 'tegra_uart_probe': /kisskb/src/drivers/tty/serial/8250/8250_tegra.c:44:31: note: byref variable will be forcibly initialized 44 | struct uart_8250_port port8250; | ^~~~~~~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via8233_dxs3_spdif_get': /kisskb/src/sound/pci/via82xx.c:1636:12: note: byref variable will be forcibly initialized 1636 | u8 val; | ^~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via8233_dxs3_spdif_put': /kisskb/src/fs/fat/inode.c: In function 'fat_get_block': /kisskb/src/fs/fat/inode.c:187:23: note: byref variable will be forcibly initialized 187 | unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; | ^~~~~~~~~~ /kisskb/src/sound/pci/via82xx.c:1647:17: note: byref variable will be forcibly initialized 1647 | u8 val, oval; | ^~~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via82xx_chip_init': /kisskb/src/sound/pci/via82xx.c:2219:39: note: byref variable will be forcibly initialized 2219 | unsigned char data; | ^~~~ /kisskb/src/sound/pci/via82xx.c:2130:23: note: byref variable will be forcibly initialized 2130 | unsigned char pval; | ^~~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via82xx_mixer_new': /kisskb/src/sound/pci/via82xx.c:1876:34: note: byref variable will be forcibly initialized 1876 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via686_pcm_new': /kisskb/src/sound/pci/via82xx.c:1553:25: note: byref variable will be forcibly initialized 1553 | 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.c:37: /kisskb/src/sound/pci/via82xx.c: In 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.c: In function 'snd_via686_init_misc': /kisskb/src/sound/pci/via82xx.c:2026:23: note: byref variable will be forcibly initialized 2026 | unsigned char legacy, legacy_cfg; | ^~~~~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via8233a_pcm_new': /kisskb/src/sound/pci/via82xx.c:1493:31: note: byref variable will be forcibly initialized 1493 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/pci/via82xx.c:1492:25: note: byref variable will be forcibly initialized 1492 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via8233_pcm_new': /kisskb/src/sound/pci/via82xx.c:1425:31: note: byref variable will be forcibly initialized 1425 | struct snd_pcm_chmap *chmap; | ^~~~~ /kisskb/src/sound/pci/via82xx.c:1424:25: note: byref variable will be forcibly initialized 1424 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/via82xx.c: In function 'snd_via8233_init_misc': /kisskb/src/sound/pci/via82xx.c:1987:40: note: byref variable will be forcibly initialized 1987 | struct snd_ctl_elem_id sid; | ^~~ /kisskb/src/sound/pci/via82xx.c:1969:23: note: byref variable will be forcibly initialized 1969 | unsigned char val; | ^~~ /kisskb/src/sound/pci/via82xx.c: In function '__snd_via82xx_probe': /kisskb/src/sound/pci/via82xx.c:2464:26: note: byref variable will be forcibly initialized 2464 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c: In function 'tegra_init_apbmisc': /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:34: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:25: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~~ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options_remount': /kisskb/src/fs/hfsplus/options.c:75:21: note: byref variable will be forcibly initialized 75 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_parse_options': /kisskb/src/fs/hfsplus/options.c:104:13: note: byref variable will be forcibly initialized 104 | int tmp, token; | ^~~ /kisskb/src/fs/hfsplus/options.c:103:21: note: byref variable will be forcibly initialized 103 | substring_t args[MAX_OPT_ARGS]; | ^~~~ In file included from /kisskb/src/fs/hfsplus/options.c:18: /kisskb/src/fs/hfsplus/options.c: In function 'hfsplus_show_options': /kisskb/src/include/linux/seq_file.h:262:14: note: byref variable will be forcibly initialized 262 | char val_buf[length + 1]; \ | ^~~~~~~ /kisskb/src/fs/hfsplus/options.c:224:17: note: in expansion of macro 'seq_show_option_n' 224 | seq_show_option_n(seq, "type", (char *)&sbi->type, 4); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/seq_file.h:262:14: note: byref variable will be forcibly initialized 262 | char val_buf[length + 1]; \ | ^~~~~~~ /kisskb/src/fs/hfsplus/options.c:222:17: note: in expansion of macro 'seq_show_option_n' 222 | seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/sysv/ialloc.c: In function 'refill_free_cache': /kisskb/src/fs/sysv/ialloc.c:74:30: note: byref variable will be forcibly initialized 74 | struct buffer_head * bh; | ^~ /kisskb/src/fs/sysv/ialloc.c: In function 'sysv_free_inode': /kisskb/src/fs/sysv/ialloc.c:106:30: note: byref variable will be forcibly initialized 106 | struct buffer_head * bh; | ^~ /kisskb/src/fs/sysv/ialloc.c: In function 'sysv_count_free_inodes': /kisskb/src/fs/sysv/ialloc.c:185:30: note: byref variable will be forcibly initialized 185 | struct buffer_head * bh; | ^~ /kisskb/src/fs/isofs/export.c: In function 'isofs_export_get_parent': /kisskb/src/fs/isofs/export.c:47:23: note: byref variable will be forcibly initialized 47 | unsigned long parent_offset = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/isofs/export.c:46:23: note: byref variable will be forcibly initialized 46 | unsigned long parent_block = 0; | ^~~~~~~~~~~~ /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; | ^ /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; | ^ 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/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/drivers/video/fbdev/s3fb.c: In function 's3_pci_probe': /kisskb/src/drivers/video/fbdev/s3fb.c:1121:25: note: byref variable will be forcibly initialized 1121 | struct resource vga_res; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/s3fb.c:1120:31: note: byref variable will be forcibly initialized 1120 | struct pci_bus_region bus_reg; | ^~~~~~~ /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]; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-periph.c: In function '_tegra_clk_register_periph': /kisskb/src/drivers/clk/tegra/clk-periph.c:168:30: note: byref variable will be forcibly initialized 168 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:32: note: byref variable will be forcibly initialized 213 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_dabuf_map': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2525:44: note: byref variable will be forcibly initialized 2525 | int error = 0, nirecs, i; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2522:33: note: byref variable will be forcibly initialized 2522 | struct xfs_bmbt_irec irec, *irecs = &irec; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1379:35: note: byref variable will be forcibly initialized 1379 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_order': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1782:35: note: byref variable will be forcibly initialized 1782 | struct xfs_da3_icnode_hdr node2hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1781:35: note: byref variable will be forcibly initialized 1781 | struct xfs_da3_icnode_hdr node1hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:887:35: note: byref variable will be forcibly initialized 887 | struct xfs_da3_icnode_hdr nodehdr2; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:886:35: note: byref variable will be forcibly initialized 886 | struct xfs_da3_icnode_hdr nodehdr1; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_add': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1022:35: note: byref variable will be forcibly initialized 1022 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1509:35: note: byref variable will be forcibly initialized 1509 | struct xfs_da3_icnode_hdr save_hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1508:35: note: byref variable will be forcibly initialized 1508 | struct xfs_da3_icnode_hdr drop_hdr; | ^~~~~~~~ /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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_remove': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1454:35: note: byref variable will be forcibly initialized 1454 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_verify': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:224:35: note: byref variable will be forcibly initialized 224 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2719:32: note: byref variable will be forcibly initialized 2719 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_fixhashpath': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1428:43: note: byref variable will be forcibly initialized 1428 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1403:33: note: byref variable will be forcibly initialized 1403 | int count; | ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2907:28: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2907:13: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2906:13: note: byref variable will be forcibly initialized 2906 | u32 residency; | ^~~~~~~~~ /kisskb/src/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/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/fs/ecryptfs/file.c:62:16: note: byref variable will be forcibly initialized 62 | size_t name_size; | ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2940:36: note: byref variable will be forcibly initialized 2940 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3101:14: note: byref variable will be forcibly initialized 3101 | char state[16]; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2162:33: note: byref variable will be forcibly initialized 2162 | int nmap, error, got, i, mapi; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2161:33: note: byref variable will be forcibly initialized 2161 | struct xfs_bmbt_irec map, *mapp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2243:33: note: byref variable will be forcibly initialized 2243 | xfs_fileoff_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2607:33: note: byref variable will be forcibly initialized 2607 | int nmap = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2606:39: note: byref variable will be forcibly initialized 2606 | struct xfs_buf_map map, *mapp = ↦ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2606:33: note: byref variable will be forcibly initialized 2606 | struct xfs_buf_map map, *mapp = ↦ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2605:34: note: byref variable will be forcibly initialized 2605 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_create': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:443:34: note: byref variable will be forcibly initialized 443 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:700:44: note: byref variable will be forcibly initialized 700 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:687:43: note: byref variable will be forcibly initialized 687 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:662:33: note: byref variable will be forcibly initialized 662 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:658:34: note: byref variable will be forcibly initialized 658 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:656:35: note: byref variable will be forcibly initialized 656 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_read_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2644:33: note: byref variable will be forcibly initialized 2644 | int nmap = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2643:39: note: byref variable will be forcibly initialized 2643 | struct xfs_buf_map map, *mapp = ↦ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2643:33: note: byref variable will be forcibly initialized 2643 | struct xfs_buf_map map, *mapp = ↦ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2642:34: note: byref variable will be forcibly initialized 2642 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_unlink': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1906:34: note: byref variable will be forcibly initialized 1906 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_link': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1813:34: note: byref variable will be forcibly initialized 1813 | struct xfs_buf *bp; | ^~ /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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:788:33: note: byref variable will be forcibly initialized 788 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:787:35: note: byref variable will be forcibly initialized 787 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:491:33: note: byref variable will be forcibly initialized 491 | int action = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_path_shift': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1989:34: note: byref variable will be forcibly initialized 1989 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1988:35: note: byref variable will be forcibly initialized 1988 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1324:43: note: byref variable will be forcibly initialized 1324 | struct xfs_da3_icnode_hdr thdr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1265:33: note: byref variable will be forcibly initialized 1265 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1261:35: note: byref variable will be forcibly initialized 1261 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1260:34: note: byref variable will be forcibly initialized 1260 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1600:33: note: byref variable will be forcibly initialized 1600 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1591:35: note: byref variable will be forcibly initialized 1591 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_swap_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2338:43: note: byref variable will be forcibly initialized 2338 | struct xfs_da3_icnode_hdr deadhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2328:44: note: byref variable will be forcibly initialized 2328 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2284:33: note: byref variable will be forcibly initialized 2284 | xfs_fileoff_t lastoff; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2282:34: note: byref variable will be forcibly initialized 2282 | struct xfs_buf *par_buf; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2281:34: note: byref variable will be forcibly initialized 2281 | struct xfs_buf *sib_buf; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2280:34: note: byref variable will be forcibly initialized 2280 | struct xfs_buf *last_buf; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2275:35: note: byref variable will be forcibly initialized 2275 | struct xfs_da3_icnode_hdr par_hdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2480:33: note: byref variable will be forcibly initialized 2480 | int done, error, w, count; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1191:35: note: byref variable will be forcibly initialized 1191 | struct xfs_da3_icnode_hdr oldroothdr; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1190:34: note: byref variable will be forcibly initialized 1190 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1079:33: note: byref variable will be forcibly initialized 1079 | int action = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_reada_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2682:33: note: byref variable will be forcibly initialized 2682 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2681:34: note: byref variable will be forcibly initialized 2681 | struct xfs_buf_map *mapp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2680:33: note: byref variable will be forcibly initialized 2680 | struct xfs_buf_map map; | ^~~ /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; | ^~~~ /kisskb/src/fs/hfs/bfind.c: In function '__hfs_brec_find': /kisskb/src/fs/hfs/bfind.c:58:13: note: byref variable will be forcibly initialized 58 | u16 off, len, keylen; | ^~~ /kisskb/src/fs/hfs/bfind.c: In function 'hfs_brec_find': /kisskb/src/fs/hfs/bfind.c:112:16: note: byref variable will be forcibly initialized 112 | __be32 data; | ^~~~ /kisskb/src/fs/hfs/bfind.c: In function 'hfs_brec_goto': /kisskb/src/fs/hfs/bfind.c:179:13: note: byref variable will be forcibly initialized 179 | u16 off, len, keylen; | ^~~ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_read_inode': /kisskb/src/fs/hfsplus/inode.c:504:27: note: byref variable will be forcibly initialized 504 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/inode.c: In function 'hfsplus_cat_write_inode': /kisskb/src/fs/hfsplus/inode.c:572:27: note: byref variable will be forcibly initialized 572 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/inode.c:571:30: note: byref variable will be forcibly initialized 571 | struct hfs_find_data fd; | ^~ /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_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_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:703, 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_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_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_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_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_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_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_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_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/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1643:21: note: byref variable will be forcibly initialized 1643 | int npages; | ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:491:29: note: byref variable will be forcibly initialized 491 | unsigned int chunk, r; | ^ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int off, chunk; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:524:9: note: in expansion of macro 'iterate_and_advance' 524 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:643:9: note: in expansion of macro 'iterate_and_advance' 643 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1530:9: note: in expansion of macro 'iterate_and_advance' 1530 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1557:14: note: in expansion of macro 'iterate_and_advance' 1557 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1547:16: note: byref variable will be forcibly initialized 1547 | __wsum sum, next; | ^~~ 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:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:628:9: note: in expansion of macro 'iterate_and_advance' 628 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:817:9: note: in expansion of macro 'iterate_and_advance' 817 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:675:9: note: in expansion of macro 'iterate_and_advance' 675 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:767:29: note: byref variable will be forcibly initialized 767 | unsigned int chunk, off; | ^~~ In file included from /kisskb/src/include/linux/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:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:795:9: note: in expansion of macro 'iterate_and_advance' 795 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1312:37: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~ /kisskb/src/lib/iov_iter.c:1312:22: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1341:18: note: byref variable will be forcibly initialized 1341 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1576:28: note: byref variable will be forcibly initialized 1576 | 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/drivers/soc/tegra/fuse/speedo-tegra210.c: In function 'tegra210_init_speedo_data': /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra210.c:106:22: note: byref variable will be forcibly initialized 106 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/sysv/inode.c:26: /kisskb/src/fs/sysv/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/sysv/inode.c: In function '__sysv_write_inode': /kisskb/src/fs/sysv/inode.c:234:30: note: byref variable will be forcibly initialized 234 | struct buffer_head * bh; | ^~ /kisskb/src/fs/sysv/inode.c: In function 'sysv_iget': /kisskb/src/fs/sysv/inode.c:173:30: note: byref variable will be forcibly initialized 173 | struct buffer_head * bh; | ^~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1414:29: note: byref variable will be forcibly initialized 1414 | struct serial_rs485 aux; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_iso7816_config': /kisskb/src/drivers/tty/serial/serial_core.c:1463:31: note: byref variable will be forcibly initialized 1463 | struct serial_iso7816 aux; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_iso7816_config': /kisskb/src/drivers/tty/serial/serial_core.c:1481:31: note: byref variable will be forcibly initialized 1481 | struct serial_iso7816 iso7816; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1429:29: note: byref variable will be forcibly initialized 1429 | struct serial_rs485 rs485; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2221:25: note: byref variable will be forcibly initialized 2221 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_suspend_port': /kisskb/src/drivers/tty/serial/serial_core.c:2318:27: note: byref variable will be forcibly initialized 2318 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_poll_init': /kisskb/src/drivers/tty/serial/serial_core.c:2595:13: note: byref variable will be forcibly initialized 2595 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2594:13: note: byref variable will be forcibly initialized 2594 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2593:13: note: byref variable will be forcibly initialized 2593 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2592:13: note: byref variable will be forcibly initialized 2592 | int baud = 9600; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_resume_port': /kisskb/src/drivers/tty/serial/serial_core.c:2395:25: note: byref variable will be forcibly initialized 2395 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2394:27: note: byref variable will be forcibly initialized 2394 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1264:28: note: byref variable will be forcibly initialized 1264 | struct uart_icount cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_wait_modem_status': /kisskb/src/drivers/tty/serial/serial_core.c:1207:35: note: byref variable will be forcibly initialized 1207 | struct uart_icount cprev, cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1207:28: note: byref variable will be forcibly initialized 1207 | struct uart_icount cprev, cnow; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_line_info': /kisskb/src/drivers/tty/serial/serial_core.c:1975:14: note: byref variable will be forcibly initialized 1975 | char stat_buf[32]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/tty/serial/serial_core.c:10: /kisskb/src/drivers/tty/serial/serial_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/fs/hfs/bnode.c: In function 'hfs_bnode_read_u16': /kisskb/src/fs/hfs/bnode.c:47:16: note: byref variable will be forcibly initialized 47 | __be16 data; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'console_store': /kisskb/src/drivers/tty/serial/serial_core.c:2967:26: note: byref variable will be forcibly initialized 2967 | bool oldconsole, newconsole; | ^~~~~~~~~~ /kisskb/src/fs/hfs/bnode.c: In function 'hfs_bnode_read_u8': /kisskb/src/fs/hfs/bnode.c:55:12: note: byref variable will be forcibly initialized 55 | u8 data; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_reg_shift_show': /kisskb/src/fs/hfs/bnode.c: In function 'hfs_bnode_write_u16': /kisskb/src/fs/hfs/bnode.c:90:16: note: byref variable will be forcibly initialized 90 | __be16 v = cpu_to_be16(data); | ^ /kisskb/src/drivers/tty/serial/serial_core.c:2937:30: note: byref variable will be forcibly initialized 2937 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_base_show': /kisskb/src/drivers/tty/serial/serial_core.c:2927:30: note: byref variable will be forcibly initialized 2927 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'io_type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2917:30: note: byref variable will be forcibly initialized 2917 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'custom_divisor_show': /kisskb/src/drivers/tty/serial/serial_core.c:2907:30: note: byref variable will be forcibly initialized 2907 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'closing_wait_show': /kisskb/src/drivers/tty/serial/serial_core.c:2897:30: note: byref variable will be forcibly initialized 2897 | struct serial_struct tmp; | ^~~ /kisskb/src/fs/hfs/bnode.c: In function 'hfs_bnode_dump': /kisskb/src/fs/hfs/bnode.c:152:16: note: byref variable will be forcibly initialized 152 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfs/bnode.c:151:31: note: byref variable will be forcibly initialized 151 | struct hfs_bnode_desc desc; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'close_delay_show': /kisskb/src/drivers/tty/serial/serial_core.c:2887:30: note: byref variable will be forcibly initialized 2887 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'xmit_fifo_size_show': /kisskb/src/drivers/tty/serial/serial_core.c:2877:30: note: byref variable will be forcibly initialized 2877 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'flags_show': /kisskb/src/drivers/tty/serial/serial_core.c:2867:30: note: byref variable will be forcibly initialized 2867 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'irq_show': /kisskb/src/drivers/tty/serial/serial_core.c:2857:30: note: byref variable will be forcibly initialized 2857 | struct serial_struct tmp; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/hfs/bnode.c:12: /kisskb/src/fs/hfs/bnode.c: In function '__hfs_bnode_create': /kisskb/src/include/linux/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/hfs/bnode.c:286:17: note: in expansion of macro 'wait_event' 286 | wait_event(node2->lock_wq, !test_bit(HFS_BNODE_NEW, &node2->flags)); | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'port_show': /kisskb/src/drivers/tty/serial/serial_core.c:2843:30: note: byref variable will be forcibly initialized 2843 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'line_show': /kisskb/src/drivers/tty/serial/serial_core.c:2833:30: note: byref variable will be forcibly initialized 2833 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2823:30: note: byref variable will be forcibly initialized 2823 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uartclk_show': /kisskb/src/drivers/tty/serial/serial_core.c:2813:30: note: byref variable will be forcibly initialized 2813 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_report_port': /kisskb/src/drivers/tty/serial/serial_core.c:2480:14: note: byref variable will be forcibly initialized 2480 | char address[64]; | ^~~~~~~ /kisskb/src/fs/hfs/bnode.c: In function 'hfs_bnode_find': /kisskb/src/include/linux/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/hfs/bnode.c:335:17: note: in expansion of macro 'wait_event' 335 | wait_event(node->lock_wq, !test_bit(HFS_BNODE_NEW, &node->flags)); | ^~~~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/serial/serial_core.c:10: /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_remove_one_port': /kisskb/src/include/linux/wait.h:303: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/tty/serial/serial_core.c:3206:9: note: in expansion of macro 'wait_event' 3206 | wait_event(state->remove_wait, !atomic_read(&state->refcount)); | ^~~~~~~~~~ /kisskb/src/fs/hfs/bnode.c: In function 'hfs_bnode_unlink': /kisskb/src/fs/hfs/bnode.c:190:16: note: byref variable will be forcibly initialized 190 | __be32 cnid; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_mode': /kisskb/src/drivers/tty/serial/serial_core.c:3407:13: note: byref variable will be forcibly initialized 3407 | u32 rs485_delay[2]; | ^~~~~~~~~~~ /kisskb/src/fs/sysv/itree.c: In function 'find_shared': /kisskb/src/fs/sysv/itree.c:284:16: note: byref variable will be forcibly initialized 284 | int k, err; | ^~~ /kisskb/src/fs/sysv/itree.c: In function 'get_block': /kisskb/src/fs/sysv/itree.c:207:18: note: byref variable will be forcibly initialized 207 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/sysv/itree.c:206:13: note: byref variable will be forcibly initialized 206 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/fs/sysv/itree.c:205:13: note: byref variable will be forcibly initialized 205 | int err = -EIO; | ^~~ /kisskb/src/fs/sysv/itree.c: In function 'sysv_truncate': /kisskb/src/fs/sysv/itree.c:370:21: note: byref variable will be forcibly initialized 370 | sysv_zone_t nr = 0; | ^~ /kisskb/src/fs/sysv/itree.c:368:18: note: byref variable will be forcibly initialized 368 | Indirect chain[DEPTH]; | ^~~~~ /kisskb/src/fs/sysv/itree.c:367:13: note: byref variable will be forcibly initialized 367 | int offsets[DEPTH]; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'iic_tpm_read': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:106:24: note: byref variable will be forcibly initialized 106 | struct i2c_msg msgs[] = {msg1, msg2}; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:100:24: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg2 = { | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_status': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:368:12: note: byref variable will be forcibly initialized 368 | u8 buf = 0xFF; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:314:12: note: byref variable will be forcibly initialized 314 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:393:12: note: byref variable will be forcibly initialized 393 | u8 buf[3]; | ^~~ /kisskb/src/drivers/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/char/tpm/tpm_i2c_infineon.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:333:12: note: byref variable will be forcibly initialized 333 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:347:12: note: byref variable will be forcibly initialized 347 | u8 buf = TPM_ACCESS_REQUEST_USE; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_ready': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:385:12: note: byref variable will be forcibly initialized 385 | u8 buf = TPM_STS_COMMAND_READY; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_send': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:523:12: note: byref variable will be forcibly initialized 523 | u8 sts = TPM_STS_GO; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:519:17: note: byref variable will be forcibly initialized 519 | int rc, status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_recv': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:471:13: note: byref variable will be forcibly initialized 471 | int status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_init': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:614:13: note: byref variable will be forcibly initialized 614 | u32 vendor; | ^~~~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txInit': /kisskb/src/fs/jfs/jfs_txnmgr.c:228:24: note: byref variable will be forcibly initialized 228 | struct sysinfo si; | ^~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txUpdateMap': /kisskb/src/fs/jfs/jfs_txnmgr.c:2247:25: note: byref variable will be forcibly initialized 2247 | struct pxd_lock pxdlock; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txCommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:1128:23: note: byref variable will be forcibly initialized 1128 | struct commit cd; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_txnmgr.c:32: /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'jfs_lazycommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:2750:43: note: byref variable will be forcibly initialized 2750 | DECLARE_WAITQUEUE(wq, 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/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; | ^~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txQuiesce': /kisskb/src/fs/jfs/jfs_txnmgr.c:2807:23: note: byref variable will be forcibly initialized 2807 | struct inode *ip; | ^~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:16: /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_wait_for_stat': /kisskb/src/include/linux/wait.h:303: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/fs/jfs/jfs_txnmgr.c: In function 'jfs_sync': /kisskb/src/fs/jfs/jfs_txnmgr.c:2878:23: note: byref variable will be forcibly initialized 2878 | struct inode *ip; | ^~ /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/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/buffer_head.h:12, from /kisskb/src/fs/fat/fat.h:5, from /kisskb/src/fs/fat/misc.c:10: /kisskb/src/fs/fat/misc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:246:19: note: byref variable will be forcibly initialized 246 | struct tm tm; | ^~ /kisskb/src/fs/fat/misc.c: In function '_fat_msg': /kisskb/src/fs/fat/misc.c:57:17: note: byref variable will be forcibly initialized 57 | va_list args; | ^~~~ /kisskb/src/fs/fat/misc.c:56:26: note: byref variable will be forcibly initialized 56 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:26: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c:24:17: note: byref variable will be forcibly initialized 24 | va_list args; | ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:130:34: note: byref variable will be forcibly initialized 130 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/misc.c:119:28: note: byref variable will be forcibly initialized 119 | int fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/misc.c:119:21: note: byref variable will be forcibly initialized 119 | int fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:317:27: note: byref variable will be forcibly initialized 317 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/drivers/tty/tty_ldsem.c:28: /kisskb/src/drivers/tty/tty_ldsem.c: In function '__ldsem_wake_readers': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c:96:17: note: in expansion of macro 'smp_store_release' 96 | smp_store_release(&waiter->task, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_write_failed': /kisskb/src/drivers/tty/tty_ldsem.c:232:29: note: byref variable will be forcibly initialized 232 | struct ldsem_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/drivers/tty/tty_ldsem.c:28: /kisskb/src/drivers/tty/tty_ldsem.c: In function 'down_read_failed': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c:196:22: note: in expansion of macro 'smp_load_acquire' 196 | if (!smp_load_acquire(&waiter.task)) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ldsem.c:158:29: note: byref variable will be forcibly initialized 158 | struct ldsem_waiter waiter; | ^~~~~~ /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/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/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/video/fbdev/sstfb.c: In function 'sst_shutdown': /kisskb/src/drivers/video/fbdev/sstfb.c:1248:13: note: byref variable will be forcibly initialized 1248 | int Fout; | ^~~~ /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/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/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/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/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:30: note: byref variable will be forcibly initialized 220 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_get_parent': /kisskb/src/fs/fat/nfs.c:266:33: note: byref variable will be forcibly initialized 266 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/nfs.c:265:29: note: byref variable will be forcibly initialized 265 | struct buffer_head *bh = NULL; | ^~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/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/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_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/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/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_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_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_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_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/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; | ^~~~ /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_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': In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/sound/hda/trace.h:101, from /kisskb/src/sound/hda/trace.c:6: /kisskb/src/sound/hda/trace.c: In function 'perf_trace_hda_send_cmd': /kisskb/src/sound/pci/cmipci.c:1920:25: note: byref variable will be forcibly initialized 1920 | struct snd_pcm *pcm; | ^~~ /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/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/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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /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/sound/hda/./trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /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/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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(hda_unsol_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/sound/hda/./trace.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/sound/hda/trace.h:101, 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/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/sound/hda/./trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(hda_send_cmd, | ^~~~~~~~~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_create': /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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /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/sound/hda/./trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(hda_get_response, | ^~~~~~~~~~~ /kisskb/src/sound/pci/cmipci.c:2982:14: note: byref variable will be forcibly initialized 2982 | char modelstr[16]; | ^~~~~~~~ /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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(hda_unsol_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/sound/hda/./trace.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/sound/hda/trace.h:101, 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cmipci.c: In function 'snd_cmipci_probe': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | 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:66:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 66 | DECLARE_EVENT_CLASS(hdac_stream, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/pci/cmipci.c:3219:26: note: byref variable will be forcibly initialized 3219 | struct snd_card *card; | ^~~~ /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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | 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:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(hda_unsol_event, | ^~~~~~~~~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_write_extent_locked': /kisskb/src/fs/hfsplus/extents.c:134:38: note: byref variable will be forcibly initialized 134 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/brec.c: In function 'hfs_bnode_split': /kisskb/src/fs/hfs/brec.c:235:31: note: byref variable will be forcibly initialized 235 | struct hfs_bnode_desc node_desc; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_ext_read_extent': /kisskb/src/fs/hfsplus/extents.c:209:30: note: byref variable will be forcibly initialized 209 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/brec.c: In function 'hfs_btree_inc_height': /kisskb/src/fs/hfs/brec.c:463:16: note: byref variable will be forcibly initialized 463 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfs/brec.c:461:31: note: byref variable will be forcibly initialized 461 | struct hfs_bnode_desc node_desc; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_free_fork': /kisskb/src/fs/hfsplus/extents.c:400:28: note: byref variable will be forcibly initialized 400 | hfsplus_extent_rec ext_entry; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/extents.c:399:30: note: byref variable will be forcibly initialized 399 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_unlink': /kisskb/src/fs/fat/namei_vfat.c:825:30: note: byref variable will be forcibly initialized 825 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/hfs/brec.c: In function 'hfs_brec_lenoff': /kisskb/src/fs/hfs/brec.c:21:16: note: byref variable will be forcibly initialized 21 | __be16 retval[2]; | ^~~~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_extend': /kisskb/src/fs/hfsplus/extents.c:445:20: note: byref variable will be forcibly initialized 445 | u32 start, len, goal; | ^~~ /kisskb/src/fs/hfs/brec.c: In function 'hfs_brec_insert': /kisskb/src/fs/hfs/brec.c:72:16: note: byref variable will be forcibly initialized 72 | __be32 cnid; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fat/namei_vfat.c:19: /kisskb/src/fs/fat/namei_vfat.c: In 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/hfs/brec.c: In function 'hfs_brec_update_parent': /kisskb/src/fs/hfs/brec.c:426:24: note: byref variable will be forcibly initialized 426 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/extents.c: In function 'hfsplus_file_truncate': /kisskb/src/fs/hfsplus/extents.c:557:23: note: byref variable will be forcibly initialized 557 | void *fsdata; | ^~~~~~ /kisskb/src/fs/hfsplus/extents.c:556:30: note: byref variable will be forcibly initialized 556 | struct page *page; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'xlate_to_uni': /kisskb/src/fs/hfsplus/extents.c:547:30: note: byref variable will be forcibly initialized 547 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/fat/namei_vfat.c:534:36: note: byref variable will be forcibly initialized 534 | u8 uc[2]; | ^~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_find_form': /kisskb/src/fs/fat/namei_vfat.c:238:30: note: byref variable will be forcibly initialized 238 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create_shortname': /kisskb/src/fs/fat/namei_vfat.c:338:42: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:338:31: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned char charbuf[NLS_MAX_CHARSET_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:333:40: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:32: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:23: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_build_slots': /kisskb/src/fs/fat/namei_vfat.c:593:24: note: byref variable will be forcibly initialized 593 | int err, ulen, usize, i; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:593:18: note: byref variable will be forcibly initialized 593 | int err, ulen, usize, i; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:592:12: note: byref variable will be forcibly initialized 592 | u8 time_cs; | ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:591:22: note: byref variable will be forcibly initialized 591 | __le16 time, date; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:591:16: note: byref variable will be forcibly initialized 591 | __le16 time, date; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:589:23: note: byref variable will be forcibly initialized 589 | unsigned char msdos_name[MSDOS_NAME]; | ^~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:588:30: note: byref variable will be forcibly initialized 588 | unsigned char cksum, lcase; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_add_entry': /kisskb/src/fs/fat/namei_vfat.c:662:18: note: byref variable will be forcibly initialized 662 | int err, nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create': /kisskb/src/fs/fat/namei_vfat.c:765:27: note: byref variable will be forcibly initialized 765 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:764:30: note: byref variable will be forcibly initialized 764 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rmdir': /kisskb/src/fs/fat/namei_vfat.c:794:30: note: byref variable will be forcibly initialized 794 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_lookup': /kisskb/src/fs/fat/namei_vfat.c:705:30: note: byref variable will be forcibly initialized 705 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_mkdir': /kisskb/src/fs/fat/namei_vfat.c:853:27: note: byref variable will be forcibly initialized 853 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:852:30: note: byref variable will be forcibly initialized 852 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rename_exchange': /kisskb/src/fs/fat/namei_vfat.c:1066:27: note: byref variable will be forcibly initialized 1066 | struct timespec64 ts = current_time(old_dir); | ^~ /kisskb/src/fs/fat/namei_vfat.c:1064:56: note: byref variable will be forcibly initialized 1064 | struct msdos_dir_entry *old_dotdot_de = NULL, *new_dotdot_de = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:1064:33: note: byref variable will be forcibly initialized 1064 | struct msdos_dir_entry *old_dotdot_de = NULL, *new_dotdot_de = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:1063:52: note: byref variable will be forcibly initialized 1063 | struct buffer_head *old_dotdot_bh = NULL, *new_dotdot_bh = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:1063:29: note: byref variable will be forcibly initialized 1063 | struct buffer_head *old_dotdot_bh = NULL, *new_dotdot_bh = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rename': /kisskb/src/fs/fat/namei_vfat.c:938:27: note: byref variable will be forcibly initialized 938 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:937:41: note: byref variable will be forcibly initialized 937 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:937:30: note: byref variable will be forcibly initialized 937 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:935:33: note: byref variable will be forcibly initialized 935 | struct msdos_dir_entry *dotdot_de = NULL; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:934:29: note: byref variable will be forcibly initialized 934 | struct buffer_head *dotdot_bh; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_find_cat': /kisskb/src/fs/hfsplus/catalog.c:197:27: note: byref variable will be forcibly initialized 197 | hfsplus_cat_entry tmp; | ^~~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_create_cat': /kisskb/src/fs/hfsplus/catalog.c:258:27: note: byref variable will be forcibly initialized 258 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/catalog.c:257:30: note: byref variable will be forcibly initialized 257 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_delete_cat': /kisskb/src/fs/hfsplus/catalog.c:334:33: note: byref variable will be forcibly initialized 334 | struct hfsplus_fork_raw fork; | ^~~~ /kisskb/src/fs/hfsplus/catalog.c:333:30: note: byref variable will be forcibly initialized 333 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/catalog.c: In function 'hfsplus_rename_cat': /kisskb/src/fs/hfsplus/catalog.c:440:27: note: byref variable will be forcibly initialized 440 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/catalog.c:439:38: note: byref variable will be forcibly initialized 439 | struct hfs_find_data src_fd, dst_fd; | ^~~~~~ /kisskb/src/fs/hfsplus/catalog.c:439:30: note: byref variable will be forcibly initialized 439 | struct hfs_find_data src_fd, dst_fd; | ^~~~~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_interrupt': /kisskb/src/sound/pci/cs4281.c:1775:31: note: byref variable will be forcibly initialized 1775 | unsigned char c; | ^ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_midi_output_trigger': /kisskb/src/sound/pci/cs4281.c:1672:23: note: byref variable will be forcibly initialized 1672 | unsigned char byte; | ^~~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_proc_init': /kisskb/src/sound/pci/cs4281.c:1146:32: note: byref variable will be forcibly initialized 1146 | struct snd_info_entry *entry; | ^~~~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_mixer': /kisskb/src/sound/pci/cs4281.c:1064:34: note: byref variable will be forcibly initialized 1064 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_pcm': /kisskb/src/sound/pci/cs4281.c:944:25: note: byref variable will be forcibly initialized 944 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/cs4281.c: In function 'snd_cs4281_midi': /kisskb/src/sound/pci/cs4281.c:1714:29: note: byref variable will be forcibly initialized 1714 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/sound/pci/cs4281.c: In function '__snd_cs4281_probe': /kisskb/src/sound/pci/cs4281.c:1836:26: note: byref variable will be forcibly initialized 1836 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/cs4281.c:1834:26: note: byref variable will be forcibly initialized 1834 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/soc/tegra/common.c: In function 'devm_tegra_core_dev_init_opp_table': /kisskb/src/drivers/soc/tegra/common.c:114:21: note: byref variable will be forcibly initialized 114 | const char *clk_names[] = { NULL, NULL }; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/common.c:108:13: note: byref variable will be forcibly initialized 108 | u32 hw_version; | ^~~~~~~~~~ /kisskb/src/fs/hfs/btree.c: In function 'hfs_bmap_new_bmap': /kisskb/src/fs/hfs/btree.c:193:16: note: byref variable will be forcibly initialized 193 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfs/btree.c:192:31: note: byref variable will be forcibly initialized 192 | struct hfs_bnode_desc desc; | ^~~~ /kisskb/src/fs/hfs/btree.c: In function 'hfs_bmap_alloc': /kisskb/src/fs/hfs/btree.c:253:13: note: byref variable will be forcibly initialized 253 | u16 off16; | ^~~~~ /kisskb/src/drivers/tty/serial/jsm/jsm_neo.c: In function 'neo_copy_data_from_uart_to_queue': /kisskb/src/drivers/tty/serial/jsm/jsm_neo.c:427:28: note: byref variable will be forcibly initialized 427 | u8 discard; | ^~~~~~~ /kisskb/src/fs/hfs/btree.c: In function 'hfs_bmap_free': /kisskb/src/fs/hfs/btree.c:325:13: note: byref variable will be forcibly initialized 325 | u16 off, len; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/isofs/compress.c:14: /kisskb/src/fs/isofs/compress.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_unlink': /kisskb/src/fs/hfsplus/dir.c:363:14: note: byref variable will be forcibly initialized 363 | char name[32]; | ^~~~ /kisskb/src/fs/hfsplus/dir.c:362:21: note: byref variable will be forcibly initialized 362 | struct qstr str; | ^~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_lookup': /kisskb/src/fs/hfsplus/dir.c:88:30: note: byref variable will be forcibly initialized 88 | char name[32]; | ^~~~ /kisskb/src/fs/hfsplus/dir.c:87:37: note: byref variable will be forcibly initialized 87 | struct qstr str; | ^~~ /kisskb/src/fs/hfsplus/dir.c:36:27: note: byref variable will be forcibly initialized 36 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/dir.c:34:30: note: byref variable will be forcibly initialized 34 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_link': /kisskb/src/fs/hfsplus/dir.c:308:19: note: byref variable will be forcibly initialized 308 | u32 cnid, id; | ^~ /kisskb/src/fs/hfsplus/dir.c:307:14: note: byref variable will be forcibly initialized 307 | char name[32]; | ^~~~ /kisskb/src/fs/hfsplus/dir.c:306:21: note: byref variable will be forcibly initialized 306 | struct qstr str; | ^~~ /kisskb/src/fs/hfsplus/dir.c: In function 'hfsplus_readdir': /kisskb/src/fs/hfsplus/dir.c:137:30: note: byref variable will be forcibly initialized 137 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/dir.c:136:27: note: byref variable will be forcibly initialized 136 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/dir.c:134:13: note: byref variable will be forcibly initialized 134 | int len, err; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/isofs/compress.c:14: /kisskb/src/fs/isofs/compress.c: In 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/isofs/compress.c: In function 'zisofs_fill_pages': /kisskb/src/fs/isofs/compress.c:214:13: note: byref variable will be forcibly initialized 214 | int err; | ^~~ /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/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/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-pll.c:805:41: note: byref variable will be forcibly initialized 805 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllxc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:46: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:41: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '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-pll.c: In function 'clk_pll_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:880:49: note: byref variable will be forcibly initialized 880 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:867:41: note: byref variable will be forcibly initialized 867 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_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/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/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:469:42: note: byref variable will be forcibly initialized 469 | struct xfs_btree_cur *state = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_defer.c:6: /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_noroll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:525:19: note: byref variable will be forcibly initialized 525 | LIST_HEAD(dop_pending); | ^~~~~~~~~~~ /kisskb/src/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/hfs/catalog.c: In function 'hfs_cat_create': /kisskb/src/fs/hfs/catalog.c:86:27: note: byref variable will be forcibly initialized 86 | union hfs_cat_rec entry; | ^~~~~ /kisskb/src/fs/hfs/catalog.c:84:30: note: byref variable will be forcibly initialized 84 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/catalog.c: In function 'hfs_cat_find_brec': /kisskb/src/fs/hfs/catalog.c:190:21: note: byref variable will be forcibly initialized 190 | hfs_cat_rec rec; | ^~~ /kisskb/src/fs/hfs/catalog.c: In function 'hfs_cat_delete': /kisskb/src/fs/hfs/catalog.c:241:37: note: byref variable will be forcibly initialized 241 | struct hfs_cat_file file; | ^~~~ /kisskb/src/fs/hfs/catalog.c:224:30: note: byref variable will be forcibly initialized 224 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/catalog.c: In function 'hfs_cat_move': /kisskb/src/fs/hfs/catalog.c:293:27: note: byref variable will be forcibly initialized 293 | union hfs_cat_rec entry; | ^~~~~ /kisskb/src/fs/hfs/catalog.c:292:38: note: byref variable will be forcibly initialized 292 | struct hfs_find_data src_fd, dst_fd; | ^~~~~~ /kisskb/src/fs/hfs/catalog.c:292:30: note: byref variable will be forcibly initialized 292 | struct hfs_find_data src_fd, dst_fd; | ^~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/video/fbdev/goldfishfb.c:7: /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_pan_display': /kisskb/src/include/linux/wait.h: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/video/fbdev/goldfishfb.c:141:9: note: in expansion of macro 'wait_event_timeout' 141 | wait_event_timeout(fb->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/goldfishfb.c: In function 'goldfish_fb_probe': /kisskb/src/drivers/video/fbdev/goldfishfb.c:183:20: note: byref variable will be forcibly initialized 183 | dma_addr_t fbpaddr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:574:33: note: byref variable will be forcibly initialized 574 | xfs_fileoff_t bno; /* directory offset of new block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isblock': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:615:33: note: byref variable will be forcibly initialized 615 | xfs_fileoff_t last; /* last file offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isleaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:637:33: note: byref variable will be forcibly initialized 637 | xfs_fileoff_t last; /* last file offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:659:33: note: byref variable will be forcibly initialized 659 | int done; /* bunmap is finished */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:657:33: note: byref variable will be forcibly initialized 657 | xfs_fileoff_t bno; /* directory file offset */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_createname': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:264:33: note: byref variable will be forcibly initialized 264 | int v; /* type-checking value */ | ^ /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/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:360:33: note: byref variable will be forcibly initialized 360 | int v; /* type-checking value */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:438:33: note: byref variable will be forcibly initialized 438 | int v; /* type-checking value */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:496:33: note: byref variable will be forcibly initialized 496 | int v; /* type-checking 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/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/fs/hfs/dir.c: In function 'hfs_readdir': /kisskb/src/fs/hfs/dir.c:55:30: note: byref variable will be forcibly initialized 55 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/dir.c:54:27: note: byref variable will be forcibly initialized 54 | union hfs_cat_rec entry; | ^~~~~ /kisskb/src/fs/hfs/dir.c:53:14: note: byref variable will be forcibly initialized 53 | char strbuf[HFS_MAX_NAMELEN]; | ^~~~~~ /kisskb/src/fs/hfs/dir.c: In function 'hfs_lookup': /kisskb/src/fs/hfs/dir.c:24:30: note: byref variable will be forcibly initialized 24 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/dir.c:23:21: note: byref variable will be forcibly initialized 23 | hfs_cat_rec rec; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/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; | ^~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ 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; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_dir3_data_init': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:699:42: note: byref variable will be forcibly initialized 699 | struct xfs_buf *bp; | ^~ 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:135:36: note: byref variable will be forcibly initialized 135 | dma_addr_t addr = g->base + g->offset; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function '__xfs_dir3_data_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:115:33: note: byref variable will be forcibly initialized 115 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:107:34: note: byref variable will be forcibly initialized 107 | xfs_dir2_data_free_t *dfp; /* bestfree entry */ | ^~~ /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/hfsplus/btree.c: In function 'hfs_bmap_new_bmap': /kisskb/src/fs/hfsplus/btree.c:317:16: note: byref variable will be forcibly initialized 317 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/btree.c:316:31: note: byref variable will be forcibly initialized 316 | struct hfs_bnode_desc desc; | ^~~~ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_alloc': /kisskb/src/fs/hfsplus/btree.c:379:13: note: byref variable will be forcibly initialized 379 | u16 off16; | ^~~~~ /kisskb/src/fs/hfsplus/btree.c: In function 'hfsplus_bmap_free': /kisskb/src/fs/hfsplus/btree.c:452:13: note: byref variable will be forcibly initialized 452 | u16 off, len; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:456:30: note: byref variable will be forcibly initialized 456 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:479:30: note: byref variable will be forcibly initialized 479 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_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; | ^~~~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/soc/tegra/pmc.c:17: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1624:13: note: byref variable will be forcibly initialized 1624 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:32: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:23: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_disable': /kisskb/src/drivers/soc/tegra/pmc.c:1660:13: note: byref variable will be forcibly initialized 1660 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:32: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:23: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/drivers/soc/tegra/pmc.c:1851:20: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1851:13: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_init_tsense_reset': /kisskb/src/drivers/soc/tegra/pmc.c:1931:52: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:42: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:32: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:23: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:13: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/fs/sysv/dir.c: In function 'sysv_inode_by_name': /kisskb/src/fs/sysv/dir.c:359:22: note: byref variable will be forcibly initialized 359 | struct page *page; | ^~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1387:21: note: byref variable will be forcibly initialized 1387 | const char *rname[] = { "core", NULL}; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1428:44: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1428:32: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2243:43: note: byref variable will be forcibly initialized 2243 | struct irq_fwspec spec; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2597:30: note: byref variable will be forcibly initialized 2597 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_gate_register': /kisskb/src/drivers/soc/tegra/pmc.c:2653:30: note: byref variable will be forcibly initialized 2653 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_early_init': /kisskb/src/drivers/soc/tegra/pmc.c:3976:25: note: byref variable will be forcibly initialized 3976 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3974:36: note: byref variable will be forcibly initialized 3974 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/tty/serial/earlycon.c: In function 'parse_options': /kisskb/src/drivers/tty/serial/earlycon.c:97:25: note: byref variable will be forcibly initialized 97 | resource_size_t addr; | ^~~~ /kisskb/src/fs/hfs/extent.c: In function 'hfs_ext_read_extent': /kisskb/src/fs/hfs/extent.c:193:30: note: byref variable will be forcibly initialized 193 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/extent.c: In function 'hfs_ext_write_extent': /kisskb/src/fs/hfs/extent.c:137:30: note: byref variable will be forcibly initialized 137 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/extent.c: In function 'hfs_free_fork': /kisskb/src/fs/hfs/extent.c:289:30: note: byref variable will be forcibly initialized 289 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/extent.c: In function 'hfs_extend_file': /kisskb/src/fs/hfs/extent.c:394:20: note: byref variable will be forcibly initialized 394 | u32 start, len, goal; | ^~~ /kisskb/src/fs/hfs/extent.c: In function 'hfs_file_truncate': /kisskb/src/fs/hfs/extent.c:490:30: note: byref variable will be forcibly initialized 490 | struct page *page; | ^~~~ /kisskb/src/fs/hfs/extent.c:489:23: note: byref variable will be forcibly initialized 489 | void *fsdata; | ^~~~~~ /kisskb/src/fs/hfs/extent.c:479:30: note: byref variable will be forcibly initialized 479 | struct hfs_find_data fd; | ^~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_irq': /kisskb/src/drivers/tty/serial/amba-pl011.c:952:29: note: byref variable will be forcibly initialized 952 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_callback': /kisskb/src/drivers/tty/serial/amba-pl011.c:1002:29: note: byref variable will be forcibly initialized 1002 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_rx_poll': /kisskb/src/drivers/tty/serial/amba-pl011.c:1069:29: note: byref variable will be forcibly initialized 1069 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_probe': /kisskb/src/drivers/tty/serial/amba-pl011.c:510:37: note: byref variable will be forcibly initialized 510 | u32 x; | ^ /kisskb/src/drivers/tty/serial/amba-pl011.c:466:39: note: byref variable will be forcibly initialized 466 | struct dma_slave_caps caps; | ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:458:41: note: byref variable will be forcibly initialized 458 | struct dma_slave_config rx_conf = { | ^~~~~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c:411:24: note: byref variable will be forcibly initialized 411 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/tty/serial/amba-pl011.c: In function 'pl011_sgbuf_init': /kisskb/src/drivers/tty/serial/amba-pl011.c:371:20: note: byref variable will be forcibly initialized 371 | dma_addr_t dma_addr; | ^~~~~~~~ /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/tty/serial/amba-pl011.c: In function 'sbsa_uart_probe': /kisskb/src/drivers/tty/serial/amba-pl011.c:2850:13: note: byref variable will be forcibly initialized 2850 | int baudrate; | ^~~~~~~~ /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/fs/jfs/resize.c: In function 'jfs_extendfs': /kisskb/src/fs/jfs/resize.c:73:29: note: byref variable will be forcibly initialized 73 | struct buffer_head *bh, *bh2; | ^~ /kisskb/src/fs/jfs/resize.c:69:23: note: byref variable will be forcibly initialized 69 | struct inode *iplist[1]; | ^~~~~~ /kisskb/src/fs/jfs/resize.c:66:45: note: byref variable will be forcibly initialized 66 | int newNpages = 0, nPages, newPage, xlen, t32; | ^~~~ /kisskb/src/fs/jfs/resize.c:62:45: note: byref variable will be forcibly initialized 62 | s64 XAddress, XSize, nblocks, xoff, xaddr, t64; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/llist.c:13: /kisskb/src/lib/llist.c: In function 'llist_del_first': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/llist.c:57:17: note: in expansion of macro 'smp_load_acquire' 57 | entry = smp_load_acquire(&head->first); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/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/ntfs/aops.c:10: /kisskb/src/fs/ntfs/aops.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'ea_get': /kisskb/src/fs/jfs/xattr.c:433:13: note: byref variable will be forcibly initialized 433 | s64 blkno; | ^~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'ea_write': /kisskb/src/fs/jfs/xattr.c:208:13: note: byref variable will be forcibly initialized 208 | s64 blkno; | ^~~~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_setxattr': /kisskb/src/fs/jfs/xattr.c:660:26: note: byref variable will be forcibly initialized 660 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_getxattr': /kisskb/src/fs/jfs/xattr.c:799:26: note: byref variable will be forcibly initialized 799 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'jfs_listxattr': /kisskb/src/fs/jfs/xattr.c:863:26: note: byref variable will be forcibly initialized 863 | struct ea_buffer ea_buf; | ^~~~~~ /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/sound/pci/es1938.c: In function 'snd_es1938_new_pcm': /kisskb/src/sound/pci/es1938.c:996:25: note: byref variable will be forcibly initialized 996 | struct snd_pcm *pcm; | ^~~ /kisskb/src/fs/sysv/namei.c: In function 'sysv_unlink': /kisskb/src/fs/sysv/namei.c:154:23: note: byref variable will be forcibly initialized 154 | struct page * page; | ^~~~ /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_write_mst_block': /kisskb/src/fs/ntfs/aops.c:1117:37: note: byref variable will be forcibly initialized 1117 | ntfs_inode *tni; | ^~~ /kisskb/src/fs/sysv/namei.c: In function 'sysv_rename': /kisskb/src/fs/sysv/namei.c:219:31: note: byref variable will be forcibly initialized 219 | struct page * new_page; | ^~~~~~~~ /kisskb/src/fs/sysv/namei.c:200:23: note: byref variable will be forcibly initialized 200 | struct page * old_page; | ^~~~~~~~ /kisskb/src/fs/sysv/namei.c:198:23: note: byref variable will be forcibly initialized 198 | struct page * dir_page = NULL; | ^~~~~~~~ /kisskb/src/sound/pci/es1938.c: In function '__snd_es1938_probe': /kisskb/src/sound/pci/es1938.c:1725:26: note: byref variable will be forcibly initialized 1725 | struct snd_opl3 *opl3; | ^~~~ /kisskb/src/sound/pci/es1938.c:1723:26: note: byref variable will be forcibly initialized 1723 | struct snd_card *card; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_compact': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:311:33: note: byref variable will be forcibly initialized 311 | int needscan = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:683:34: note: byref variable will be forcibly initialized 683 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpm_proxy_request_locality': /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:397:24: note: byref variable will be forcibly initialized 397 | struct tpm_buf buf; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:374:34: note: byref variable will be forcibly initialized 374 | __be16 *tagp; /* pointer to tag value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:373:33: note: byref variable will be forcibly initialized 373 | int needscan; /* need to rescan freespace */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:372:33: note: byref variable will be forcibly initialized 372 | int needlog; /* need to log header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:367:33: note: byref variable will be forcibly initialized 367 | int lfloglow=0; /* first final leaf to log */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:366:33: note: byref variable will be forcibly initialized 366 | int lfloghigh=0; /* last final leaf to log */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:362:34: note: byref variable will be forcibly initialized 362 | xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:360:34: note: byref variable will be forcibly initialized 360 | xfs_dir2_data_unused_t *dup; /* block unused entry */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:357:33: note: byref variable will be forcibly initialized 357 | int compact; /* need to compact leaf ents */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:355:34: note: byref variable will be forcibly initialized 355 | struct xfs_buf *bp; /* buffer for block */ | ^~ /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/fs/hfs/inode.c: In function 'hfs_file_lookup': /kisskb/src/fs/hfs/inode.c:536:38: note: byref variable will be forcibly initialized 536 | struct hfs_iget_data idata = { NULL, &rec }; | ^~~~~ /kisskb/src/fs/hfs/inode.c:514:30: note: byref variable will be forcibly initialized 514 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/inode.c:513:21: note: byref variable will be forcibly initialized 513 | hfs_cat_rec rec; | ^~~ /kisskb/src/fs/hfs/inode.c: In function 'hfs_iget': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup': /kisskb/src/fs/hfs/inode.c:391:30: note: byref variable will be forcibly initialized 391 | struct hfs_iget_data data = { key, rec }; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:639:33: note: byref variable will be forcibly initialized 639 | int ent; /* entry index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:635:34: note: byref variable will be forcibly initialized 635 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:791:33: note: byref variable will be forcibly initialized 791 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:790:33: note: byref variable will be forcibly initialized 790 | int needscan; /* need to fixup bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:789:33: note: byref variable will be forcibly initialized 789 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:787:33: note: byref variable will be forcibly initialized 787 | int ent; /* block leaf entry index */ | ^~~ /kisskb/src/fs/hfs/inode.c: In function 'hfs_write_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:783:34: note: byref variable will be forcibly initialized 783 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/hfs/inode.c:427:21: note: byref variable will be forcibly initialized 427 | hfs_cat_rec rec; | ^~~ /kisskb/src/fs/hfs/inode.c:426:30: note: byref variable will be forcibly initialized 426 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:868:33: note: byref variable will be forcibly initialized 868 | int ent; /* leaf entry index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:864:34: note: byref variable will be forcibly initialized 864 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_leaf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:945:36: note: byref variable will be forcibly initialized 945 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:940:33: note: byref variable will be forcibly initialized 940 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:939:33: note: byref variable will be forcibly initialized 939 | int needscan; /* need to scan for bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:938:33: note: byref variable will be forcibly initialized 938 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/drivers/tty/pty.c: In function 'ptm_open_peer': /kisskb/src/drivers/tty/pty.c:607:21: note: byref variable will be forcibly initialized 607 | struct path path; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1095:33: note: byref variable will be forcibly initialized 1095 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1088:33: note: byref variable will be forcibly initialized 1088 | int needscan; /* need to scan block freespc */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1087:33: note: byref variable will be forcibly initialized 1087 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1082:33: note: byref variable will be forcibly initialized 1082 | int dummy; /* trash */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1079:34: note: byref variable will be forcibly initialized 1079 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1076:33: note: byref variable will be forcibly initialized 1076 | xfs_dir2_db_t blkno; /* dir-relative block # (0) */ | ^~~~~ /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; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:194:41: note: byref variable will be forcibly initialized 194 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf1_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:105:36: note: byref variable will be forcibly initialized 105 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_compact_x1': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:982:25: note: byref variable will be forcibly initialized 982 | int lowstale; /* stale entry before index */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:979:25: note: byref variable will be forcibly initialized 979 | int highstale; /* stale entry at/after index */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:354:34: note: byref variable will be forcibly initialized 354 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_block_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:397:36: note: byref variable will be forcibly initialized 397 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:394:33: note: byref variable will be forcibly initialized 394 | int needscan; /* need to rescan bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:393:33: note: byref variable will be forcibly initialized 393 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:389:34: note: byref variable will be forcibly initialized 389 | struct xfs_buf *lbp; /* leaf block's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:383:33: note: byref variable will be forcibly initialized 383 | xfs_dablk_t blkno; /* leaf block's bno */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_search_hash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1550:36: note: byref variable will be forcibly initialized 1550 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:640:33: note: byref variable will be forcibly initialized 640 | xfs_dir2_db_t use_block; /* data block number */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:639:33: note: byref variable will be forcibly initialized 639 | int needscan; /* need to rescan data free */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:638:33: note: byref variable will be forcibly initialized 638 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:636:33: note: byref variable will be forcibly initialized 636 | int lowstale = 0; /* index of prev stale leaf */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:635:33: note: byref variable will be forcibly initialized 635 | int lfloghigh; /* high leaf logging index */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:634:33: note: byref variable will be forcibly initialized 634 | int lfloglow; /* low leaf logging index */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:632:33: note: byref variable will be forcibly initialized 632 | int index; /* leaf table position */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:630:33: note: byref variable will be forcibly initialized 630 | int highstale = 0; /* index of next stale leaf */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:617:34: note: byref variable will be forcibly initialized 617 | struct xfs_buf *lbp; /* leaf's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:616:34: note: byref variable will be forcibly initialized 616 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:612:36: note: byref variable will be forcibly initialized 612 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1222:34: note: byref variable will be forcibly initialized 1222 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1217:34: note: byref variable will be forcibly initialized 1217 | struct xfs_buf *dbp = NULL; /* data buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1165:36: note: byref variable will be forcibly initialized 1165 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1162:34: note: byref variable will be forcibly initialized 1162 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1161:33: note: byref variable will be forcibly initialized 1161 | int index; /* found entry index */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1157:34: note: byref variable will be forcibly initialized 1157 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1361:36: note: byref variable will be forcibly initialized 1361 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1358:33: note: byref variable will be forcibly initialized 1358 | int needscan; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1357:33: note: byref variable will be forcibly initialized 1357 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1353:34: note: byref variable will be forcibly initialized 1353 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1352:33: note: byref variable will be forcibly initialized 1352 | int index; /* index into leaf entries */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1347:34: note: byref variable will be forcibly initialized 1347 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1499:36: note: byref variable will be forcibly initialized 1499 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1496:34: note: byref variable will be forcibly initialized 1496 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1495:33: note: byref variable will be forcibly initialized 1495 | int index; /* index of leaf entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1491:34: note: byref variable will be forcibly initialized 1491 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_trim_data': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1597:34: note: byref variable will be forcibly initialized 1597 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_node_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1690:36: note: byref variable will be forcibly initialized 1690 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1689:36: note: byref variable will be forcibly initialized 1689 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1687:33: note: byref variable will be forcibly initialized 1687 | int rval; /* successful free trim? */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1682:33: note: byref variable will be forcibly initialized 1682 | xfs_fileoff_t fo; /* freespace file offset */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1681:34: note: byref variable will be forcibly initialized 1681 | struct xfs_buf *fbp; /* buffer for freespace block */ | ^~~ /kisskb/src/drivers/video/fbdev/sm501fb.c: In function 'sm501fb_probe': /kisskb/src/drivers/video/fbdev/sm501fb.c:1958:21: note: byref variable will be forcibly initialized 1958 | int len; | ^~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u16': /kisskb/src/fs/hfsplus/bnode.c:45:16: note: byref variable will be forcibly initialized 45 | __be16 data; | ^~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_read_u8': /kisskb/src/fs/hfsplus/bnode.c:53:12: note: byref variable will be forcibly initialized 53 | u8 data; | ^~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_write_u16': /kisskb/src/fs/hfsplus/bnode.c:100:16: note: byref variable will be forcibly initialized 100 | __be16 v = cpu_to_be16(data); | ^ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_dump': /kisskb/src/fs/hfsplus/bnode.c:301:16: note: byref variable will be forcibly initialized 301 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/bnode.c:300:31: note: byref variable will be forcibly initialized 300 | struct hfs_bnode_desc desc; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/hfsplus/bnode.c:13: /kisskb/src/fs/hfsplus/bnode.c: In function '__hfs_bnode_create': /kisskb/src/include/linux/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/hfsplus/bnode.c:436:17: note: in expansion of macro 'wait_event' 436 | wait_event(node2->lock_wq, | ^~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_find': /kisskb/src/include/linux/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/hfsplus/bnode.c:486:17: note: in expansion of macro 'wait_event' 486 | wait_event(node->lock_wq, | ^~~~~~~~~~ /kisskb/src/fs/hfsplus/bnode.c: In function 'hfsplus_bnode_unlink': /kisskb/src/fs/hfsplus/bnode.c:339:16: note: byref variable will be forcibly initialized 339 | __be32 cnid; | ^~~~ 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; | ^~~~~~~~ /kisskb/src/fs/hfs/attr.c: In function '__hfs_setxattr': 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/fs/hfs/attr.c:26:21: note: byref variable will be forcibly initialized 26 | hfs_cat_rec rec; | ^~~ /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/fs/hfs/attr.c:25:30: note: byref variable will be forcibly initialized 25 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfs/attr.c: In function '__hfs_getxattr': /kisskb/src/fs/hfs/attr.c:72:21: note: byref variable will be forcibly initialized 72 | hfs_cat_rec rec; | ^~~ /kisskb/src/fs/hfs/attr.c:71:30: note: byref variable will be forcibly initialized 71 | struct hfs_find_data fd; | ^~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'serial_console_setup': /kisskb/src/drivers/tty/serial/sh-sci.c:3020:13: note: byref variable will be forcibly initialized 3020 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c:3019:13: note: byref variable will be forcibly initialized 3019 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/sh-sci.c:3018:13: note: byref variable will be forcibly initialized 3018 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c:3017:13: note: byref variable will be forcibly initialized 3017 | int baud = 115200; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'rx_fifo_timeout_store': /kisskb/src/drivers/tty/serial/sh-sci.c:1149:14: note: byref variable will be forcibly initialized 1149 | long r; | ^ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'rx_fifo_trigger_store': /kisskb/src/drivers/tty/serial/sh-sci.c:1110:14: note: byref variable will be forcibly initialized 1110 | long r; | ^ 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:135:36: note: byref variable will be forcibly initialized 135 | dma_addr_t addr = g->base + g->offset; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_get_mctrl': /kisskb/src/drivers/tty/serial/sh-sci.c:2095:22: note: byref variable will be forcibly initialized 2095 | unsigned int mctrl = 0; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/sh-sci.c:25: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_timer_fn': /kisskb/src/drivers/tty/serial/sh-sci.c:1461:29: note: byref variable will be forcibly initialized 1461 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_request_dma_chan': /kisskb/src/drivers/tty/serial/sh-sci.c:1526:33: note: byref variable will be forcibly initialized 1526 | struct dma_slave_config cfg; | ^~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_request_dma': /kisskb/src/drivers/tty/serial/sh-sci.c:1609:28: note: byref variable will be forcibly initialized 1609 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_set_termios': /kisskb/src/drivers/tty/serial/sh-sci.c:2374:55: note: byref variable will be forcibly initialized 2374 | unsigned int brr1 = 255, cks1 = 0, srr1 = 15, dl1 = 0; | ^~~ /kisskb/src/drivers/tty/serial/sh-sci.c:2374:44: note: byref variable will be forcibly initialized 2374 | unsigned int brr1 = 255, cks1 = 0, srr1 = 15, dl1 = 0; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c:2374:34: note: byref variable will be forcibly initialized 2374 | unsigned int brr1 = 255, cks1 = 0, srr1 = 15, dl1 = 0; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c:2374:22: note: byref variable will be forcibly initialized 2374 | unsigned int brr1 = 255, cks1 = 0, srr1 = 15, dl1 = 0; | ^~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_probe': /kisskb/src/drivers/tty/serial/sh-sci.c:3311:22: note: byref variable will be forcibly initialized 3311 | unsigned int dev_id; | ^~~~~~ 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:135:36: note: byref variable will be forcibly initialized 135 | dma_addr_t addr = g->base + g->offset; | ^~~~ /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/tty/sysrq.c: In function 'sysrq_reset_seq_param_set': /kisskb/src/drivers/tty/sysrq.c:1053:23: note: byref variable will be forcibly initialized 1053 | unsigned long val; | ^~~ /kisskb/src/drivers/tty/sysrq.c: In function 'sysrq_of_get_keyreset_config': /kisskb/src/drivers/tty/sysrq.c:761:13: note: byref variable will be forcibly initialized 761 | u32 key; | ^~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_bnode_split': /kisskb/src/fs/hfsplus/brec.c:239:31: note: byref variable will be forcibly initialized 239 | struct hfs_bnode_desc node_desc; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_btree_inc_height': /kisskb/src/fs/hfsplus/brec.c:467:16: note: byref variable will be forcibly initialized 467 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/brec.c:465:31: note: byref variable will be forcibly initialized 465 | struct hfs_bnode_desc node_desc; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_lenoff': /kisskb/src/fs/hfsplus/brec.c:22:16: note: byref variable will be forcibly initialized 22 | __be16 retval[2]; | ^~~~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfsplus_brec_insert': /kisskb/src/fs/hfsplus/brec.c:70:16: note: byref variable will be forcibly initialized 70 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/brec.c: In function 'hfs_brec_update_parent': /kisskb/src/fs/hfsplus/brec.c:430:24: note: byref variable will be forcibly initialized 430 | __be32 cnid; | ^~~~ /kisskb/src/fs/hfsplus/bfind.c: In function '__hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:119:16: note: byref variable will be forcibly initialized 119 | int b, e; | ^ /kisskb/src/fs/hfsplus/bfind.c:119:13: note: byref variable will be forcibly initialized 119 | int b, e; | ^ /kisskb/src/fs/hfsplus/bfind.c:118:13: note: byref variable will be forcibly initialized 118 | int rec; | ^~~ /kisskb/src/fs/hfsplus/bfind.c:117:13: note: byref variable will be forcibly initialized 117 | u16 off, len, keylen; | ^~~ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_find': /kisskb/src/fs/hfsplus/bfind.c:169:16: note: byref variable will be forcibly initialized 169 | __be32 data; | ^~~~ /kisskb/src/fs/hfsplus/bfind.c: In function 'hfsplus_brec_goto': /kisskb/src/fs/hfsplus/bfind.c:236:13: note: byref variable will be forcibly initialized 236 | u16 off, len, keylen; | ^~~ /kisskb/src/drivers/tty/mxser.c: In function 'mxser_transmit_chars': /kisskb/src/drivers/tty/mxser.c:1585:31: note: byref variable will be forcibly initialized 1585 | unsigned char c; | ^ 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/tty/mxser.c:18: /kisskb/src/drivers/tty/mxser.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/mxser.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/tty_port.h:5, from /kisskb/src/include/linux/tty.h:12, from /kisskb/src/drivers/tty/mxser.c:24: /kisskb/src/drivers/tty/mxser.c: In function 'mxser_put_char': /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/tty/mxser.c:928:15: note: in expansion of macro 'kfifo_put' 928 | ret = kfifo_put(&info->port.xmit_fifo, ch); | ^~~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/mxser.c:18: /kisskb/src/drivers/tty/mxser.c: In function 'mxser_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: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/tty/mxser.c:1229:24: note: in expansion of macro 'wait_event_interruptible' 1229 | return wait_event_interruptible(info->port.delta_msr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/mxser.c:1204:29: note: byref variable will be forcibly initialized 1204 | struct async_icount cnow; | ^~~~ /kisskb/src/fs/hfs/mdb.c: In function 'hfs_get_last_session': /kisskb/src/fs/hfs/mdb.c:57:43: note: byref variable will be forcibly initialized 57 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/fs/hfs/mdb.c:42:39: note: byref variable will be forcibly initialized 42 | struct cdrom_tocentry te; | ^~ /kisskb/src/fs/hfs/mdb.c: In function 'hfs_mdb_get': /kisskb/src/fs/hfs/mdb.c:80:30: note: byref variable will be forcibly initialized 80 | sector_t part_start, part_size; | ^~~~~~~~~ /kisskb/src/fs/hfs/mdb.c:80:18: note: byref variable will be forcibly initialized 80 | sector_t part_start, part_size; | ^~~~~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_blank': /kisskb/src/drivers/video/fbdev/smscufx.c:239:22: note: byref variable will be forcibly initialized 239 | u32 dc_ctrl, dc_sts; | ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:239:13: note: byref variable will be forcibly initialized 239 | u32 dc_ctrl, dc_sts; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_disable': /kisskb/src/drivers/video/fbdev/smscufx.c:313:22: note: byref variable will be forcibly initialized 313 | u32 dc_ctrl, dc_sts; | ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:313:13: note: byref variable will be forcibly initialized 313 | u32 dc_ctrl, dc_sts; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_reg_clear_and_set_bits': /kisskb/src/drivers/video/fbdev/smscufx.c:197:13: note: byref variable will be forcibly initialized 197 | u32 data; | ^~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_enable': /kisskb/src/drivers/video/fbdev/smscufx.c:350:22: note: byref variable will be forcibly initialized 350 | u32 dc_ctrl, dc_sts; | ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:350:13: note: byref variable will be forcibly initialized 350 | u32 dc_ctrl, dc_sts; | ^~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_unblank': /kisskb/src/drivers/video/fbdev/smscufx.c:276:22: note: byref variable will be forcibly initialized 276 | u32 dc_ctrl, dc_sts; | ^~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:276:13: note: byref variable will be forcibly initialized 276 | u32 dc_ctrl, dc_sts; | ^~~~~~~ /kisskb/src/fs/jfs/ioctl.c: In function 'jfs_ioctl': /kisskb/src/fs/jfs/ioctl.c:113:37: note: byref variable will be forcibly initialized 113 | struct fstrim_range range; | ^~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_lite_reset': /kisskb/src/drivers/video/fbdev/smscufx.c:225:13: note: byref variable will be forcibly initialized 225 | u32 value; | ^~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_config_ddr2': /kisskb/src/drivers/video/fbdev/smscufx.c:408:13: note: byref variable will be forcibly initialized 408 | u32 tmp; | ^~~ /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/video/fbdev/smscufx.c: In function 'ufx_i2c_init': /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_clk': /kisskb/src/drivers/video/fbdev/smscufx.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 tmp; | ^~~ /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/smscufx.c: In function 'ufx_i2c_wait_busy': /kisskb/src/drivers/video/fbdev/smscufx.c:1392:13: note: byref variable will be forcibly initialized 1392 | u32 tmp; | ^~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_setup_modes': /kisskb/src/drivers/video/fbdev/smscufx.c:1558:37: note: byref variable will be forcibly initialized 1558 | struct fb_videomode fb_vmode = {0}; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_ops_check_var': /kisskb/src/drivers/video/fbdev/smscufx.c:1221:29: note: byref variable will be forcibly initialized 1221 | struct fb_videomode mode; | ^~~~ /kisskb/src/drivers/video/fbdev/smscufx.c: In function 'ufx_usb_probe': /kisskb/src/drivers/video/fbdev/smscufx.c:1615:21: note: byref variable will be forcibly initialized 1615 | u32 id_rev, fpga_rev; | ^~~~~~~~ /kisskb/src/drivers/video/fbdev/smscufx.c:1615:13: note: byref variable will be forcibly initialized 1615 | u32 id_rev, fpga_rev; | ^~~~~~ In file included from /kisskb/src/lib/kfifo.c:10: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:22: note: byref variable will be forcibly initialized 467 | unsigned int n; | ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:22: note: byref variable will be forcibly initialized 479 | unsigned int n; | ^ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/sound/pci/maestro3.c:23: /kisskb/src/sound/pci/maestro3.c: 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/maestro3.c: In function 'snd_m3_chip_init': /kisskb/src/sound/pci/maestro3.c:2271:13: note: byref variable will be forcibly initialized 2271 | u16 w; | ^ /kisskb/src/sound/pci/maestro3.c:2270:13: note: byref variable will be forcibly initialized 2270 | u32 n; | ^ /kisskb/src/sound/pci/maestro3.c: In function 'snd_m3_mixer': /kisskb/src/sound/pci/maestro3.c:2033:32: note: byref variable will be forcibly initialized 2033 | struct snd_ctl_elem_id elem_id; | ^~~~~~~ /kisskb/src/sound/pci/maestro3.c:2031:34: note: byref variable will be forcibly initialized 2031 | struct snd_ac97_template ac97; | ^~~~ /kisskb/src/sound/pci/maestro3.c:2030:30: note: byref variable will be forcibly initialized 2030 | struct snd_ac97_bus *pbus; | ^~~~ /kisskb/src/sound/pci/maestro3.c: In function 'snd_m3_pcm': /kisskb/src/sound/pci/maestro3.c:1838:25: note: byref variable will be forcibly initialized 1838 | struct snd_pcm *pcm; | ^~~ /kisskb/src/sound/pci/maestro3.c: In function '__snd_m3_probe': /kisskb/src/sound/pci/maestro3.c:2643:26: note: byref variable will be forcibly initialized 2643 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_tiocmset': /kisskb/src/drivers/tty/moxa.c:1581:18: note: byref variable will be forcibly initialized 1581 | int dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c:1581:13: note: byref variable will be forcibly initialized 1581 | int dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_tiocmget': /kisskb/src/drivers/tty/moxa.c:1560:28: note: byref variable will be forcibly initialized 1560 | int flag = 0, dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c:1560:23: note: byref variable will be forcibly initialized 1560 | int flag = 0, dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_ioctl': /kisskb/src/drivers/tty/moxa.c:640:38: note: byref variable will be forcibly initialized 640 | struct mxser_mstatus tmp; | ^~~ /kisskb/src/drivers/tty/moxa.c:611:34: note: byref variable will be forcibly initialized 611 | struct moxaq_str tmp; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'MoxaPortReadData': /kisskb/src/drivers/tty/moxa.c:2226:24: note: byref variable will be forcibly initialized 2226 | unsigned char *dst; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/tty/moxa.c:20: /kisskb/src/drivers/tty/moxa.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_load_fw': /kisskb/src/drivers/tty/moxa.c:1034:14: note: byref variable will be forcibly initialized 1034 | char rsn[64]; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_init_board': /kisskb/src/drivers/tty/moxa.c:1122:32: note: byref variable will be forcibly initialized 1122 | const struct firmware *fw; | ^~ /kisskb/src/fs/ntfs/attrib.c: In function 'ntfs_external_attr_find': /kisskb/src/fs/ntfs/attrib.c:852:31: note: byref variable will be forcibly initialized 852 | ntfs_inode *base_ni, *ni; | ^~ 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/gpu/host1x/hw/host1x05.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:16: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'submit_gathers': /kisskb/src/drivers/gpu/host1x/hw/channel_hw.c:135:36: note: byref variable will be forcibly initialized 135 | dma_addr_t addr = g->base + g->offset; | ^~~~ /kisskb/src/fs/jfs/acl.c: In function 'jfs_set_acl': /kisskb/src/fs/jfs/acl.c:103:17: note: byref variable will be forcibly initialized 103 | umode_t mode = inode->i_mode; | ^~~~ /kisskb/src/fs/jfs/acl.c: In function 'jfs_init_acl': /kisskb/src/fs/jfs/acl.c:131:41: note: byref variable will be forcibly initialized 131 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/jfs/acl.c:131:27: note: byref variable will be forcibly initialized 131 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_playback_getrate': /kisskb/src/sound/pci/rme96.c:666:19: note: byref variable will be forcibly initialized 666 | int rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_capture_hw_params': /kisskb/src/sound/pci/rme96.c:1044:18: note: byref variable will be forcibly initialized 1044 | int err, isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_setinputtype': /kisskb/src/sound/pci/rme96.c:832:13: note: byref variable will be forcibly initialized 832 | int n; | ^ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_capture_adat_open': /kisskb/src/sound/pci/rme96.c:1288:13: note: byref variable will be forcibly initialized 1288 | int isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_playback_adat_open': /kisskb/src/sound/pci/rme96.c:1254:19: note: byref variable will be forcibly initialized 1254 | int rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_capture_spdif_open': /kisskb/src/sound/pci/rme96.c:1222:13: note: byref variable will be forcibly initialized 1222 | int isadat, rate; | ^~~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_playback_spdif_open': /kisskb/src/sound/pci/rme96.c:1184:19: note: byref variable will be forcibly initialized 1184 | int rate, dummy; | ^~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_playback_hw_params': /kisskb/src/sound/pci/rme96.c:980:24: note: byref variable will be forcibly initialized 980 | int err, rate, dummy; | ^~~~~ /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/sound/pci/rme96.c: In function 'snd_rme96_info_inputtype_control': /kisskb/src/sound/pci/rme96.c:1888:21: note: byref variable will be forcibly initialized 1888 | const char *texts[5] = { | ^~~~~ /kisskb/src/sound/pci/rme96.c: In function 'snd_rme96_proc_read': /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_read_flash_data': /kisskb/src/sound/pci/rme96.c:1717:13: note: byref variable will be forcibly initialized 1717 | int n; | ^ /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/sound/pci/rme96.c: In function '__snd_rme96_probe': /kisskb/src/sound/pci/rme96.c:2440:12: note: byref variable will be forcibly initialized 2440 | u8 val; | ^~~ /kisskb/src/sound/pci/rme96.c:2438:26: note: byref variable will be forcibly initialized 2438 | struct snd_card *card; | ^~~~ /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/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:13: note: byref variable will be forcibly initialized 218 | u16 tmp; | ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_readb': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:241:13: note: byref variable will be forcibly initialized 241 | u16 tmp; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_free_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:327:36: note: byref variable will be forcibly initialized 327 | struct xfs_dir3_icfree_hdr hdr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:325:34: note: byref variable will be forcibly initialized 325 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_leafn_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:65:36: note: byref variable will be forcibly initialized 65 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_entry': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:796:36: note: byref variable will be forcibly initialized 796 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:784:34: note: byref variable will be forcibly initialized 784 | struct xfs_buf *curbp = NULL; /* current data/free buffer */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_add': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:507:33: note: byref variable will be forcibly initialized 507 | int lowstale = 0; /* previous stale entry */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:506:33: note: byref variable will be forcibly initialized 506 | int lfloglow; /* low leaf entry logging */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:505:33: note: byref variable will be forcibly initialized 505 | int lfloghigh; /* high leaf entry logging */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:504:33: note: byref variable will be forcibly initialized 504 | int highstale = 0; /* next stale entry */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:498:36: note: byref variable will be forcibly initialized 498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_free_hdr_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:582:36: note: byref variable will be forcibly initialized 582 | struct xfs_dir3_icfree_hdr hdr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_find_freeblk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1806:33: note: byref variable will be forcibly initialized 1806 | xfs_fileoff_t fo; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1800:34: note: byref variable will be forcibly initialized 1800 | struct xfs_buf *fbp = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_add_datablk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1692:34: note: byref variable will be forcibly initialized 1692 | struct xfs_buf *dbp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1691:34: note: byref variable will be forcibly initialized 1691 | struct xfs_buf *fbp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1690:33: note: byref variable will be forcibly initialized 1690 | xfs_dir2_db_t fbno; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1914:33: note: byref variable will be forcibly initialized 1914 | int needscan = 0; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1913:33: note: byref variable will be forcibly initialized 1913 | int needlog = 0; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1910:33: note: byref variable will be forcibly initialized 1910 | int findex; /* freespace entry index */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1908:33: note: byref variable will be forcibly initialized 1908 | xfs_dir2_db_t dbno; /* data block number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1906:34: note: byref variable will be forcibly initialized 1906 | struct xfs_buf *fbp; /* freespace buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1905:34: note: byref variable will be forcibly initialized 1905 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1904:36: note: byref variable will be forcibly initialized 1904 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_data_block_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1189:36: note: byref variable will be forcibly initialized 1189 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:698:52: note: byref variable will be forcibly initialized 698 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:646:36: note: byref variable will be forcibly initialized 646 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:631:34: note: byref variable will be forcibly initialized 631 | struct xfs_buf *curbp = NULL; /* current data/free buffer */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_remove': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1360:44: note: byref variable will be forcibly initialized 1360 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1343:34: note: byref variable will be forcibly initialized 1343 | struct xfs_buf *fbp; /* freeblock buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1282:36: note: byref variable will be forcibly initialized 1282 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1279:33: note: byref variable will be forcibly initialized 1279 | int needscan; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1278:33: note: byref variable will be forcibly initialized 1278 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:420:36: note: byref variable will be forcibly initialized 420 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:412:33: note: byref variable will be forcibly initialized 412 | xfs_dir2_db_t fdb; /* freespace block number */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:411:34: note: byref variable will be forcibly initialized 411 | struct xfs_buf *fbp; /* freespace buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:604:36: note: byref variable will be forcibly initialized 604 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_order': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1038:36: note: byref variable will be forcibly initialized 1038 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1037:36: note: byref variable will be forcibly initialized 1037 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1080:36: note: byref variable will be forcibly initialized 1080 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1079:36: note: byref variable will be forcibly initialized 1079 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_split': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1424:33: note: byref variable will be forcibly initialized 1424 | xfs_dablk_t blkno; /* new leaf block number */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1551:44: note: byref variable will be forcibly initialized 1551 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1498:36: note: byref variable will be forcibly initialized 1498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1497:33: note: byref variable will be forcibly initialized 1497 | int rval; /* result from path_shift */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1490:34: note: byref variable will be forcibly initialized 1490 | struct xfs_buf *bp; /* leaf buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1623:36: note: byref variable will be forcibly initialized 1623 | struct xfs_dir3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1622:36: note: byref variable will be forcibly initialized 1622 | struct xfs_dir3_icleaf_hdr savehdr; | ^~~~~~~ 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; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2010:33: note: byref variable will be forcibly initialized 2010 | int rval; /* sub-return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2079:25: note: byref variable will be forcibly initialized 2079 | int rval; /* operation return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_removename': In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2131:33: note: byref variable will be forcibly initialized 2131 | int rval; /* operation return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_replace': /kisskb/src/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; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2225:49: note: byref variable will be forcibly initialized 2225 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2196:33: note: byref variable will be forcibly initialized 2196 | int rval; /* internal return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_trim_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2288:36: note: byref variable will be forcibly initialized 2288 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2283:34: note: byref variable will be forcibly initialized 2283 | struct xfs_buf *bp; /* freespace buffer */ | ^~ 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; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t 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/tty/serial/sccnxp.c: In function 'sccnxp_set_baud': /kisskb/src/drivers/tty/serial/sccnxp.c:306:52: note: byref variable will be forcibly initialized 306 | int div_std, tmp_baud, bestbaud = INT_MAX, besterr = INT_MAX; | ^~~~~~~ /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/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/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/fs/hfs/super.c:22: /kisskb/src/fs/hfs/super.c: In function 'hfs_show_options': /kisskb/src/include/linux/seq_file.h:262:14: note: byref variable will be forcibly initialized 262 | char val_buf[length + 1]; \ | ^~~~~~~ /kisskb/src/fs/hfs/super.c:140:17: note: in expansion of macro 'seq_show_option_n' 140 | seq_show_option_n(seq, "type", (char *)&sbi->s_type, 4); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/seq_file.h:262:14: note: byref variable will be forcibly initialized 262 | char val_buf[length + 1]; \ | ^~~~~~~ /kisskb/src/fs/hfs/super.c:138:17: note: in expansion of macro 'seq_show_option_n' 138 | seq_show_option_n(seq, "creator", (char *)&sbi->s_creator, 4); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfs/super.c: In function 'parse_options': /kisskb/src/fs/hfs/super.c:227:13: note: byref variable will be forcibly initialized 227 | int tmp, token; | ^~~ /kisskb/src/fs/hfs/super.c:226:21: note: byref variable will be forcibly initialized 226 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/hfs/super.c: In function 'hfs_fill_super': /kisskb/src/fs/hfs/super.c:382:21: note: byref variable will be forcibly initialized 382 | hfs_cat_rec rec; | ^~~ /kisskb/src/fs/hfs/super.c:381:30: note: byref variable will be forcibly initialized 381 | struct hfs_find_data fd; | ^~ /kisskb/src/drivers/tty/nozomi.c: In function 'nozomi_card_exit': /kisskb/src/drivers/tty/nozomi.c:1463:24: note: byref variable will be forcibly initialized 1463 | struct ctrl_ul ctrl; | ^~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'nozomi_read_config_table': /kisskb/src/drivers/tty/nozomi.c:654:21: note: byref variable will be forcibly initialized 654 | u32 offset = 0; | ^~~~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'receive_flow_control': /kisskb/src/drivers/tty/nozomi.c:874:24: note: byref variable will be forcibly initialized 874 | struct ctrl_dl old_ctrl; | ^~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:873:24: note: byref variable will be forcibly initialized 873 | struct ctrl_dl ctrl_dl; | ^~~~~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'receive_data': /kisskb/src/drivers/tty/nozomi.c:771:12: note: byref variable will be forcibly initialized 771 | u8 buf[RECEIVE_BUF_MAX] = { 0 }; | ^~~ /kisskb/src/drivers/tty/nozomi.c: In function 'send_data': /kisskb/src/drivers/tty/nozomi.c:742:13: note: byref variable will be forcibly initialized 742 | u32 size = 0; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/nozomi.c:32: /kisskb/src/drivers/tty/nozomi.c: In function 'ntty_ioctl': /kisskb/src/include/linux/wait.h: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/tty/nozomi.c:1739:24: note: in expansion of macro 'wait_event_interruptible' 1739 | rval = wait_event_interruptible(port->tty_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:1737:37: note: byref variable will be forcibly initialized 1737 | struct async_icount cprev = port->tty_icount; | ^~~~~ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:30: note: byref variable will be forcibly initialized 406 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long entropy = random_get_entropy(); | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_longs': /kisskb/src/arch/arm64/include/asm/archrandom.h:86:38: note: byref variable will be forcibly initialized 86 | struct arm_smccc_res res; | ^~~ 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 '_credit_init_bits': /kisskb/src/drivers/char/random.c:646:27: note: byref variable will be forcibly initialized 646 | unsigned int new, orig, add; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'mix_interrupt_randomness': /kisskb/src/drivers/char/random.c:988:23: note: byref variable will be forcibly initialized 988 | unsigned long pool[2]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1054:23: note: byref variable will be forcibly initialized 1054 | unsigned long entropy = random_get_entropy(), now = jiffies, flags; | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function 'random_pm_notification': /kisskb/src/drivers/char/random.c:757:17: note: byref variable will be forcibly initialized 757 | ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; | ^~~~~~ /kisskb/src/drivers/char/random.c:751:30: note: byref variable will be forcibly initialized 751 | unsigned long flags, entropy = random_get_entropy(); | ^~~~~~~ /kisskb/src/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/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1195:36: note: byref variable will be forcibly initialized 1195 | struct entropy_timer_state stack; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:135:23: note: in expansion of macro 'wait_event_interruptible_timeout' 135 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_fast_key_erasure': /kisskb/src/drivers/char/random.c:248:12: note: byref variable will be forcibly initialized 248 | u8 first_block[CHACHA_BLOCK_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '_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/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/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/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/drivers/char/random.c: In function 'get_random_u32': /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/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/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/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:1256:22: note: byref variable will be forcibly initialized 1256 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1255:25: note: byref variable will be forcibly initialized 1255 | struct iov_iter iter; | ^~~~ /kisskb/src/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/drivers/char/random.c: In function 'write_pool_user': /kisskb/src/drivers/char/random.c:1291:12: note: byref variable will be forcibly initialized 1291 | u8 block[BLAKE2S_BLOCK_SIZE]; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'random_ioctl': /kisskb/src/drivers/char/random.c:1378:30: note: byref variable will be forcibly initialized 1378 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1377:33: note: byref variable will be forcibly initialized 1377 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/hfs/trans.c: In function 'hfs_mac2asc': /kisskb/src/fs/hfs/trans.c:48:25: note: byref variable will be forcibly initialized 48 | wchar_t ch; | ^~ /kisskb/src/fs/hfs/trans.c: In function 'hfs_asc2mac': /kisskb/src/fs/hfs/trans.c:110:25: note: byref variable will be forcibly initialized 110 | wchar_t ch; | ^~ /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/drivers/char/random.c: In function 'proc_do_uuid': /kisskb/src/drivers/char/random.c:1497:14: note: byref variable will be forcibly initialized 1497 | char uuid_string[UUID_STRING_LEN + 1]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1496:12: note: byref variable will be forcibly initialized 1496 | u8 tmp_uuid[UUID_SIZE], *uuid; | ^~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'random_init': /kisskb/src/drivers/char/random.c:788:23: note: byref variable will be forcibly initialized 788 | unsigned long entropy[BLAKE2S_BLOCK_SIZE / sizeof(long)]; | ^~~~~~~ /kisskb/src/drivers/char/random.c:786:17: note: byref variable will be forcibly initialized 786 | ktime_t now = ktime_get_real(); | ^~~ /kisskb/src/fs/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/fs/xfs/libxfs/xfs_dir2_sf.c: In function 'xfs_dir2_sf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:375:34: note: byref variable will be forcibly initialized 375 | xfs_dir2_sf_entry_t *sfep = NULL; /* shortform entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:372:33: note: byref variable will be forcibly initialized 372 | xfs_dir2_data_aoff_t offset = 0; /* offset for new entry */ | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/percpu-refcount.c:4: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_to_percpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:260:9: note: in expansion of macro 'smp_store_release' 260 | smp_store_release(&ref->percpu_count_ptr, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:974:15: note: in expansion of macro '___wait_event' 974 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1034:9: note: in expansion of macro '__wait_event_lock_irq' 1034 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:276:9: note: in expansion of macro 'wait_event_lock_irq' 276 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:330:9: note: in expansion of macro 'wait_event' 330 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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 '_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 '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:800:26: note: byref variable will be forcibly initialized 800 | struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'request_firmware_work_func': /kisskb/src/drivers/base/firmware_loader/main.c:1101:32: note: byref variable will be forcibly initialized 1101 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_ee_match_id': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1070:14: note: byref variable will be forcibly initialized 1070 | char devname[I2C_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1069:21: note: byref variable will be forcibly initialized 1069 | const char *compatible, *p; | ^~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_get_fw_data': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1097:13: note: byref variable will be forcibly initialized 1097 | u32 eeprom_addr; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_write_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:479:19: note: byref variable will be forcibly initialized 479 | u8 ccode, buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_read_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:509:19: note: byref variable will be forcibly initialized 509 | u8 ccode, buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:788:28: note: byref variable will be forcibly initialized 788 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:787:28: note: byref variable will be forcibly initialized 787 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_check_dev': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1259:13: note: byref variable will be forcibly initialized 1259 | u32 viddid; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:723:28: note: byref variable will be forcibly initialized 723 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:722:28: note: byref variable will be forcibly initialized 722 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_read_byte': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:549:28: note: byref variable will be forcibly initialized 549 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:548:31: note: byref variable will be forcibly initialized 548 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:621:28: note: byref variable will be forcibly initialized 621 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:620:31: note: byref variable will be forcibly initialized 620 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_create_dbgfs_files': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1345:14: note: byref variable will be forcibly initialized 1345 | char fname[CSRNAME_LEN]; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1006:14: note: byref variable will be forcibly initialized 1006 | char buf[CSRBUF_SIZE]; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1005:22: note: byref variable will be forcibly initialized 1005 | u32 csraddr, csrval; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:22: note: byref variable will be forcibly initialized 909 | u32 csraddr, csrval; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:13: note: byref variable will be forcibly initialized 909 | u32 csraddr, csrval; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_asc2uni': /kisskb/src/fs/hfsplus/unicode.c:351:13: note: byref variable will be forcibly initialized 351 | u16 dhangul[3]; | ^~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:350:17: note: byref variable will be forcibly initialized 350 | wchar_t c; | ^ /kisskb/src/fs/hfsplus/unicode.c:348:19: note: byref variable will be forcibly initialized 348 | int size, dsize, decompose; | ^~~~~ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_hash_dentry': /kisskb/src/fs/hfsplus/unicode.c:401:21: note: byref variable will be forcibly initialized 401 | int dsize; | ^~~~~ /kisskb/src/fs/hfsplus/unicode.c:393:13: note: byref variable will be forcibly initialized 393 | u16 dhangul[3]; | ^~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:391:17: note: byref variable will be forcibly initialized 391 | wchar_t c; | ^ /kisskb/src/fs/hfsplus/unicode.c: In function 'hfsplus_compare_dentry': /kisskb/src/fs/hfsplus/unicode.c:446:27: note: byref variable will be forcibly initialized 446 | u16 dhangul_1[3], dhangul_2[3]; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:446:13: note: byref variable will be forcibly initialized 446 | u16 dhangul_1[3], dhangul_2[3]; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/unicode.c:445:17: note: byref variable will be forcibly initialized 445 | wchar_t c; | ^ /kisskb/src/fs/hfsplus/unicode.c:444:17: note: byref variable will be forcibly initialized 444 | u16 c1, c2; | ^~ /kisskb/src/fs/hfsplus/unicode.c:444:13: note: byref variable will be forcibly initialized 444 | u16 c1, c2; | ^~ /kisskb/src/fs/hfsplus/unicode.c:441:21: note: byref variable will be forcibly initialized 441 | int dsize1, dsize2, len1, len2; | ^~~~~~ /kisskb/src/fs/hfsplus/unicode.c:441:13: note: byref variable will be forcibly initialized 441 | int dsize1, dsize2, len1, len2; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/tty/goldfish.c:9: /kisskb/src/drivers/tty/goldfish.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/goldfish.c: In function 'goldfish_tty_interrupt': /kisskb/src/drivers/tty/goldfish.c:142:24: note: byref variable will be forcibly initialized 142 | unsigned char *buf; | ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'run_deallocate_ex': /kisskb/src/fs/ntfs3/attrib.c:121:16: note: byref variable will be forcibly initialized 121 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:120:41: note: byref variable will be forcibly initialized 120 | CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:120:36: note: byref variable will be forcibly initialized 120 | CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; | ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_clusters': /kisskb/src/fs/ntfs3/attrib.c:178:14: note: byref variable will be forcibly initialized 178 | CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_make_nonresident': /kisskb/src/fs/ntfs3/attrib.c:243:19: note: byref variable will be forcibly initialized 243 | CLST len, alen; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_set_size': /kisskb/src/fs/ntfs3/attrib.c:703:22: note: byref variable will be forcibly initialized 703 | CLST dlen = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:421:25: note: byref variable will be forcibly initialized 421 | CLST next_svcn, pre_alloc = -1, done = 0; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:420:50: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:420:25: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:20: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:14: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:32: note: byref variable will be forcibly initialized 419 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:27: note: byref variable will be forcibly initialized 419 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:418:38: note: byref variable will be forcibly initialized 418 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:418:33: note: byref variable will be forcibly initialized 418 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:417:38: note: byref variable will be forcibly initialized 417 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c:417:24: note: byref variable will be forcibly initialized 417 | struct ATTRIB *attr = NULL, *attr_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/gpu/host1x/context.c:6: /kisskb/src/drivers/gpu/host1x/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_get_block': /kisskb/src/fs/ntfs3/attrib.c:891:61: note: byref variable will be forcibly initialized 891 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:891:20: note: byref variable will be forcibly initialized 891 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:891:14: note: byref variable will be forcibly initialized 891 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:890:32: note: byref variable will be forcibly initialized 890 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/drivers/gpu/host1x/context.c: In function 'host1x_memory_context_list_init': /kisskb/src/fs/ntfs3/attrib.c:890:27: note: byref variable will be forcibly initialized 890 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/drivers/gpu/host1x/context.c:21:22: note: byref variable will be forcibly initialized 21 | unsigned int i; | ^ /kisskb/src/fs/ntfs3/attrib.c:889:38: note: byref variable will be forcibly initialized 889 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:889:33: note: byref variable will be forcibly initialized 889 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:888:24: note: byref variable will be forcibly initialized 888 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_write_resident': /kisskb/src/fs/ntfs3/attrib.c:1177:27: note: byref variable will be forcibly initialized 1177 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_load_runs_range': /kisskb/src/fs/ntfs3/attrib.c:1253:19: note: byref variable will be forcibly initialized 1253 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1253:14: note: byref variable will be forcibly initialized 1253 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_wof_frame_info': /kisskb/src/fs/ntfs3/attrib.c:1284:22: note: byref variable will be forcibly initialized 1284 | struct page *page; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_is_frame_compressed': /kisskb/src/fs/ntfs3/attrib.c:1426:16: note: byref variable will be forcibly initialized 1426 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1425:25: note: byref variable will be forcibly initialized 1425 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1425:20: note: byref variable will be forcibly initialized 1425 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ntfs/compress.c:10: /kisskb/src/fs/ntfs/compress.c: In function 'generic_test_bit_acquire': /kisskb/src/fs/ntfs3/attrib.c:1425:14: note: byref variable will be forcibly initialized 1425 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_frame': /kisskb/src/fs/ntfs3/attrib.c:1600:28: note: byref variable will be forcibly initialized 1600 | CLST alen, hint = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1600:22: note: byref variable will be forcibly initialized 1600 | CLST alen, hint = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1534:24: note: byref variable will be forcibly initialized 1534 | CLST vcn, end, clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1534:19: note: byref variable will be forcibly initialized 1534 | CLST vcn, end, clst_data; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1534:14: note: byref variable will be forcibly initialized 1534 | CLST vcn, end, clst_data; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1533:38: note: byref variable will be forcibly initialized 1533 | CLST svcn, evcn1, next_svcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1533:14: note: byref variable will be forcibly initialized 1533 | CLST svcn, evcn1, next_svcn, lcn, len; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1532:32: note: byref variable will be forcibly initialized 1532 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1532:27: note: byref variable will be forcibly initialized 1532 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1531:38: note: byref variable will be forcibly initialized 1531 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /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/fs/ntfs3/attrib.c:1531:33: note: byref variable will be forcibly initialized 1531 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1530:24: note: byref variable will be forcibly initialized 1530 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_collapse_range': /kisskb/src/fs/ntfs3/attrib.c:1797:21: note: byref variable will be forcibly initialized 1797 | u64 new_valid = min(ni->i_valid, vbo); | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1756:14: note: byref variable will be forcibly initialized 1756 | CLST vcn, end; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1755:32: note: byref variable will be forcibly initialized 1755 | CLST svcn, evcn1, len, dealloc, alen; | ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1755:14: note: byref variable will be forcibly initialized 1755 | CLST svcn, evcn1, len, dealloc, alen; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1754:32: note: byref variable will be forcibly initialized 1754 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1754:27: note: byref variable will be forcibly initialized 1754 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1753:38: note: byref variable will be forcibly initialized 1753 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1753:33: note: byref variable will be forcibly initialized 1753 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1752:24: note: byref variable will be forcibly initialized 1752 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/sound/pci/sonicvibes.c: In function 'snd_sonicvibes_create': /kisskb/src/sound/pci/sonicvibes.c:1211:28: note: byref variable will be forcibly initialized 1211 | unsigned int dmaa, dmac; | ^~~~ /kisskb/src/sound/pci/sonicvibes.c:1211:22: note: byref variable will be forcibly initialized 1211 | unsigned int dmaa, dmac; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_punch_hole': /kisskb/src/fs/ntfs3/attrib.c:2101:34: note: byref variable will be forcibly initialized 2101 | CLST vcn1, zero, hole2 = hole; | ^~~~~ /kisskb/src/fs/ntfs3/attrib.c:2012:26: note: byref variable will be forcibly initialized 2012 | struct runs_tree run2; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:2008:48: note: byref variable will be forcibly initialized 2008 | CLST svcn, evcn1, vcn, len, end, alen, hole, next_svcn; | ^~~~ /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/fs/ntfs3/attrib.c:2008:27: note: byref variable will be forcibly initialized 2008 | CLST svcn, evcn1, vcn, len, end, alen, hole, next_svcn; | ^~~ /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/fs/ntfs3/attrib.c:2008:14: note: byref variable will be forcibly initialized 2008 | CLST svcn, evcn1, vcn, len, end, alen, hole, next_svcn; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:2007:32: note: byref variable will be forcibly initialized 2007 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:2007:27: note: byref variable will be forcibly initialized 2007 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:2006:38: note: byref variable will be forcibly initialized 2006 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /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/ntfs3/attrib.c:2006:33: note: byref variable will be forcibly initialized 2006 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:2005:24: note: byref variable will be forcibly initialized 2005 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/ntfs/compress.c:10: /kisskb/src/fs/ntfs/compress.c: In 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/ntfs3/attrib.c: In function 'attr_insert_range': /kisskb/src/fs/ntfs3/attrib.c:2226:14: note: byref variable will be forcibly initialized 2226 | CLST vcn, svcn, evcn1, len, next_svcn; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:2225:32: note: byref variable will be forcibly initialized 2225 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/sound/pci/sonicvibes.c: In function '__snd_sonic_probe': /kisskb/src/fs/ntfs3/attrib.c:2225:27: note: byref variable will be forcibly initialized 2225 | struct mft_inode *mi, *mi_b; | ^~ /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/fs/ntfs3/attrib.c:2224:38: note: byref variable will be forcibly initialized 2224 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:2224:33: note: byref variable will be forcibly initialized 2224 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/hfsplus/part_tbl.c: In function 'hfsplus_part_find': /kisskb/src/fs/hfsplus/part_tbl.c:131:21: note: byref variable will be forcibly initialized 131 | void *buf, *data; | ^~~~ /kisskb/src/fs/ntfs/compress.c: In function 'ntfs_read_compressed_block': /kisskb/src/fs/ntfs/compress.c:504:23: note: byref variable will be forcibly initialized 504 | unsigned char xpage_done = 0; | ^~~~~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:49: note: byref variable will be forcibly initialized 499 | unsigned int xpage, max_page, cur_page, cur_ofs, i; | ^~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:39: note: byref variable will be forcibly initialized 499 | unsigned int xpage, max_page, cur_page, cur_ofs, i; | ^~~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_get_last_session': /kisskb/src/fs/hfsplus/wrapper.c:149:43: note: byref variable will be forcibly initialized 149 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:135:39: note: byref variable will be forcibly initialized 135 | struct cdrom_tocentry te; | ^~ /kisskb/src/fs/hfsplus/wrapper.c: In function 'hfsplus_read_wrapper': /kisskb/src/fs/hfsplus/wrapper.c:165:30: note: byref variable will be forcibly initialized 165 | sector_t part_start, part_size; | ^~~~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:165:18: note: byref variable will be forcibly initialized 165 | sector_t part_start, part_size; | ^~~~~~~~~~ /kisskb/src/fs/hfsplus/wrapper.c:164:27: note: byref variable will be forcibly initialized 164 | struct hfsplus_wd wd; | ^~ /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c: In function 'tegra124_dfll_fcpu_probe': /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c:558:31: note: byref variable will be forcibly initialized 558 | struct rail_alignment align; | ^~~~~ /kisskb/src/drivers/tty/serial/altera_uart.c: In function 'altera_uart_console_setup': /kisskb/src/drivers/tty/serial/altera_uart.c:464:13: note: byref variable will be forcibly initialized 464 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:463:13: note: byref variable will be forcibly initialized 463 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:462:13: note: byref variable will be forcibly initialized 462 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:461:13: note: byref variable will be forcibly initialized 461 | int baud = CONFIG_SERIAL_ALTERA_UART_BAUDRATE; | ^~~~ /kisskb/src/fs/hfsplus/attributes.c: In function '__hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:270:28: note: byref variable will be forcibly initialized 270 | __be32 found_cnid, record_type; | ^~~~~~~~~~~ /kisskb/src/fs/hfsplus/attributes.c:270:16: note: byref variable will be forcibly initialized 270 | __be32 found_cnid, record_type; | ^~~~~~~~~~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_attr_exists': /kisskb/src/fs/hfsplus/attributes.c:173:30: note: byref variable will be forcibly initialized 173 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_create_attr': /kisskb/src/fs/hfsplus/attributes.c:199:30: note: byref variable will be forcibly initialized 199 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_attr': /kisskb/src/fs/hfsplus/attributes.c:311:30: note: byref variable will be forcibly initialized 311 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/attributes.c: In function 'hfsplus_delete_all_attrs': /kisskb/src/fs/hfsplus/attributes.c:357:30: note: byref variable will be forcibly initialized 357 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_getxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:449:12: note: byref variable will be forcibly initialized 449 | u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:448:12: note: byref variable will be forcibly initialized 448 | u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:443:30: note: byref variable will be forcibly initialized 443 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_removexattr': /kisskb/src/fs/hfsplus/xattr.c:770:30: note: byref variable will be forcibly initialized 770 | struct hfs_find_data cat_fd; | ^~~~~~ /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:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/drivers/video/fbdev/simplefb.c:16: /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/fbdev/simplefb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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; | ^~~~~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr_finder_info': /kisskb/src/fs/hfsplus/xattr.c:614:12: note: byref variable will be forcibly initialized 614 | u8 file_finder_info[sizeof(struct FInfo) + sizeof(struct FXInfo)]; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:613:12: note: byref variable will be forcibly initialized 613 | u8 folder_finder_info[sizeof(struct DInfo) + sizeof(struct DXInfo)]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:611:30: note: byref variable will be forcibly initialized 611 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_setxattr': /kisskb/src/fs/hfsplus/xattr.c:262:27: note: byref variable will be forcibly initialized 262 | hfsplus_cat_entry entry; | ^~~~~ /kisskb/src/fs/hfsplus/xattr.c:261:30: note: byref variable will be forcibly initialized 261 | struct hfs_find_data cat_fd; | ^~~~~~ /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; | ^~~~~~ /kisskb/src/fs/hfsplus/xattr.c: In function '__hfsplus_getxattr': /kisskb/src/fs/hfsplus/xattr.c:494:16: note: byref variable will be forcibly initialized 494 | __be32 xattr_record_type; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:492:30: note: byref variable will be forcibly initialized 492 | struct hfs_find_data fd; | ^~ /kisskb/src/fs/hfsplus/xattr.c: In function 'hfsplus_listxattr': /kisskb/src/fs/hfsplus/xattr.c:683:13: note: byref variable will be forcibly initialized 683 | int xattr_name_len; | ^~~~~~~~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:681:33: note: byref variable will be forcibly initialized 681 | struct hfsplus_attr_key attr_key; | ^~~~~~~~ /kisskb/src/fs/hfsplus/xattr.c:679:30: note: byref variable will be forcibly initialized 679 | struct hfs_find_data fd; | ^~ 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/ufs/balloc.c:12: /kisskb/src/fs/ufs/balloc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ufs/balloc.c: In function 'ufs_change_blocknr': /kisskb/src/fs/ufs/balloc.c:251:36: note: byref variable will be forcibly initialized 251 | struct buffer_head *head, *bh; | ^~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_enable_pllu': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:2895:30: note: byref variable will be forcibly initialized 2895 | struct tegra_clk_pll pllu; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pllx_set_defaults': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:21: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:13: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pll_fixed_mdiv_cfg': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1486:13: note: byref variable will be forcibly initialized 1486 | u32 pdiv; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk-tegra210.c:9: /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c: In function 'tegra210_clk_register_emc': /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c:270:30: note: byref variable will be forcibly initialized 270 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:391:9: note: in expansion of macro 'rcu_assign_pointer' 391 | rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:524:25: note: in expansion of macro 'rcu_assign_pointer' 524 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:492:39: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/lib/rhashtable.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/rhashtable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:265:17: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*pprev, next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:332:9: note: in expansion of macro 'rcu_assign_pointer' 332 | rcu_assign_pointer(ht->tbl, new_tbl); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/sound/sound_core.c: In function 'register_sound_special_device': /kisskb/src/sound/sound_core.c:352:14: note: byref variable will be forcibly initialized 352 | char _name[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/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; | ^~~ /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/ntfs/debug.c: In function '__ntfs_warning': /kisskb/src/fs/ntfs/debug.c:33:17: note: byref variable will be forcibly initialized 33 | va_list args; | ^~~~ /kisskb/src/fs/ntfs/debug.c:32:26: note: byref variable will be forcibly initialized 32 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_error': /kisskb/src/fs/ntfs/debug.c:76:17: note: byref variable will be forcibly initialized 76 | va_list args; | ^~~~ /kisskb/src/fs/ntfs/debug.c:75:26: note: byref variable will be forcibly initialized 75 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_debug': /kisskb/src/fs/ntfs/debug.c:105:17: note: byref variable will be forcibly initialized 105 | va_list args; | ^~~~ /kisskb/src/fs/ecryptfs/keystore.c: In function 'parse_tag_65_packet': /kisskb/src/fs/ntfs/debug.c:104:26: note: byref variable will be forcibly initialized 104 | struct va_format vaf; | ^~~ /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]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /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; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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/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/char/applicom.c: In function 'ac_read': /kisskb/src/drivers/char/applicom.c:567:48: note: byref variable will be forcibly initialized 567 | struct mailbox mailbox; | ^~~~~~~ /kisskb/src/drivers/char/applicom.c:566:50: note: byref variable will be forcibly initialized 566 | struct st_ram_io st_loc; | ^~~~~~ /kisskb/src/drivers/char/applicom.c: In function 'ac_write': /kisskb/src/drivers/char/applicom.c:360:24: note: byref variable will be forcibly initialized 360 | struct mailbox tmpmailbox; | ^~~~~~~~~~ /kisskb/src/drivers/char/applicom.c:359:26: note: byref variable will be forcibly initialized 359 | struct st_ram_io st_loc; | ^~~~~~ /kisskb/src/drivers/char/applicom.c: In function 'ac_ioctl': /kisskb/src/drivers/char/applicom.c:794:30: note: byref variable will be forcibly initialized 794 | char boardname[(SERIAL_NUMBER - TYPE_CARD) + 1]; | ^~~~~~~~~ /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; | ^~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/applicom.c: In function 'applicom_init': /kisskb/src/drivers/char/applicom.c:307:30: note: byref variable will be forcibly initialized 307 | char boardname[(SERIAL_NUMBER - TYPE_CARD) + 1]; | ^~~~~~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:8: /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_set': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:56:24: note: byref variable will be forcibly initialized 56 | DECLARE_BITMAP(values, UART_GPIO_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/tty/serial/serial_mctrl_gpio.c:55:27: note: byref variable will be forcibly initialized 55 | struct gpio_desc *desc_array[UART_GPIO_MAX]; | ^~~~~~~~~~ /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/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_irq_handle': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:181:13: note: byref variable will be forcibly initialized 181 | u32 mctrl = gpios->mctrl_prev; | ^~~~~ /kisskb/src/drivers/tty/serial/kgdb_nmi.c: In function 'kgdb_tty_recv': /kisskb/src/drivers/tty/serial/kgdb_nmi.c:101:14: note: byref variable will be forcibly initialized 101 | char c = ch; | ^ /kisskb/src/drivers/tty/serial/kgdb_nmi.c: In function 'kgdb_nmi_tty_receiver': /kisskb/src/drivers/tty/serial/kgdb_nmi.c:194:14: note: byref variable will be forcibly initialized 194 | char ch; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c: In function 'dbell_link': /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c:231:39: note: byref variable will be forcibly initialized 231 | struct vmci_doorbell_link_msg link_msg; | ^~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c: In function 'dbell_unlink': /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c:249:41: note: byref variable will be forcibly initialized 249 | struct vmci_doorbell_unlink_msg unlink_msg; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c: In function 'dbell_notify_as_guest': /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c:266:41: note: byref variable will be forcibly initialized 266 | struct vmci_doorbell_notify_msg notify_msg; | ^~~~~~~~~~ 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/vmw_vmci_defs.h:11, from /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c:8: /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c: In function 'vmci_doorbell_notify': /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c:583:28: note: byref variable will be forcibly initialized 583 | struct vmci_handle src; | ^~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_doorbell.c:582:25: note: byref variable will be forcibly initialized 582 | enum vmci_route route; | ^~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c: In function 'ctx_fire_notification': /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c:248:39: note: byref variable will be forcibly initialized 248 | struct vmci_event_ctx ev; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c:205:33: note: byref variable will be forcibly initialized 205 | struct vmci_handle_arr *subscriber_array; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c: In function 'vmci_ctx_notify_dbell': /kisskb/src/drivers/misc/vmw_vmci/vmci_context.c:1054:21: note: byref variable will be forcibly initialized 1054 | u32 dst_priv_flags; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:12: note: byref variable will be forcibly initialized 118 | s8 lo; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:16: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:12: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:16: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:12: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_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/fs/ntfs3/attrlist.c: In function 'al_find_le': /kisskb/src/fs/ntfs3/attrlist.c:156:14: note: byref variable will be forcibly initialized 156 | CLST svcn = attr_svcn(attr); | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:12: note: byref variable will be forcibly initialized 213 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_add_le': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:12: note: byref variable will be forcibly initialized 406 | u8 reg; | ^~~ /kisskb/src/fs/ntfs3/attrlist.c:280:13: note: byref variable will be forcibly initialized 280 | u64 new_size; | ^~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c:275:24: note: byref variable will be forcibly initialized 275 | struct ATTRIB *attr; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:12: note: byref variable will be forcibly initialized 244 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:13: note: byref variable will be forcibly initialized 685 | int btns[] = {BTN_X, BTN_Y, BTN_Z}; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:12: note: byref variable will be forcibly initialized 270 | u8 ctrl_reg_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:20: note: byref variable will be forcibly initialized 266 | u8 ctlreg, reg; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_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/fs/ntfs3/attrlist.c: In function 'al_update': /kisskb/src/fs/ntfs3/attrlist.c:426:24: note: byref variable will be forcibly initialized 426 | struct ATTRIB *attr; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:23: note: byref variable will be forcibly initialized 840 | unsigned long rate; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:19: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:16: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:13: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:13: note: byref variable will be forcibly initialized 786 | s16 values[3]; | ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:13: note: byref variable will be forcibly initialized 959 | s32 sval; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:958:13: note: byref variable will be forcibly initialized 958 | u32 val; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:23: note: byref variable will be forcibly initialized 607 | unsigned char byte_data; | ^~~~~~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_port_read': /kisskb/src/drivers/tty/serial/sc16is7xx.c:371:22: note: byref variable will be forcibly initialized 371 | unsigned int val = 0; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/tty/serial/sc16is7xx.c:14: /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_probe': /kisskb/src/drivers/tty/serial/sc16is7xx.c:1516:21: note: byref variable will be forcibly initialized 1516 | u32 u; | ^ /kisskb/src/drivers/tty/serial/sc16is7xx.c:1368:13: note: byref variable will be forcibly initialized 1368 | u32 uartclk = 0; | ^~~~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c:1367:22: note: byref variable will be forcibly initialized 1367 | unsigned int val; | ^~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_datagram.c: In function 'dg_dispatch_as_host': /kisskb/src/drivers/misc/vmw_vmci/vmci_datagram.c:161:13: note: byref variable will be forcibly initialized 161 | u32 src_priv_flags; | ^~~~~~~~~~~~~~ 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/misc/vmw_vmci/vmci_datagram.c: In function 'vmci_datagram_dispatch': /kisskb/src/drivers/misc/vmw_vmci/vmci_datagram.c:318:25: note: byref variable will be forcibly initialized 318 | enum vmci_route route; | ^~~~~ /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/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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:14: note: byref variable will be forcibly initialized 454 | long best_diff = 999999999; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_select_clock': /kisskb/src/drivers/mfd/sm501.c:491:14: note: byref variable will be forcibly initialized 491 | long best_diff = 999999999; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:28: note: byref variable will be forcibly initialized 645 | struct sm501_clock to; | ^~ 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/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:28: note: byref variable will be forcibly initialized 520 | struct sm501_clock to; | ^~ /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/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/mfd/sm501.c:1301:25: note: byref variable will be forcibly initialized 1301 | resource_size_t mem_avail; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:546:33: note: byref variable will be forcibly initialized 546 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1449:33: note: byref variable will be forcibly initialized 1449 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1473:33: note: byref variable will be forcibly initialized 1473 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1970:41: note: byref variable will be forcibly initialized 1970 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c:1953:23: note: byref variable will be forcibly initialized 1953 | unsigned long max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1952:23: note: byref variable will be forcibly initialized 1952 | unsigned long min_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2163:33: note: byref variable will be forcibly initialized 2163 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2848:25: note: byref variable will be forcibly initialized 2848 | struct clk_duty duty; | ^~~~ 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/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1519:34: note: byref variable will be forcibly initialized 1519 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/drivers/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/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:3016:33: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/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/clk/clk.c:3016:23: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ /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/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3302:33: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3302:23: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/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/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3288:33: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3288:23: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ /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/linux/fs.h:45, from /kisskb/src/arch/arm64/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:4980:13: note: byref variable will be forcibly initialized 4980 | u32 pv; | ^~ /kisskb/src/drivers/clk/clk.c:4978:21: note: byref variable will be forcibly initialized 4978 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4976:32: note: byref variable will be forcibly initialized 4976 | struct of_phandle_args clkspec; | ^~~~~~~ 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/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/base/regmap/regmap.c: In function '__bpf_trace_regcache_sync': /kisskb/src/drivers/clk/clk.c:4911:32: note: byref variable will be forcibly initialized 4911 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /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/include/trace/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/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5119:18: note: byref variable will be forcibly initialized 5119 | uint32_t idx; | ^~~ /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, | ^~~~~~~~~~~~~~~~~~~ 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/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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c:5146:19: note: byref variable will be forcibly initialized 5146 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/clk/clk.c:5141:36: note: byref variable will be forcibly initialized 5141 | const struct of_device_id *match; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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 '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; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3251:9: note: in expansion of macro 'wait_event' 3251 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ /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:2979:22: note: byref variable will be forcibly initialized 2979 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:2238:22: note: byref variable will be forcibly initialized 2238 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:3006:22: note: byref variable will be forcibly initialized 3006 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3189:22: note: byref variable will be forcibly initialized 3189 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3107:27: note: byref variable will be forcibly initialized 3107 | unsigned int tmp, orig; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1626:14: note: byref variable will be forcibly initialized 1626 | bool page_chg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2837:22: note: byref variable will be forcibly initialized 2837 | unsigned int v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3066:38: note: byref variable will be forcibly initialized 3066 | unsigned int ival; | ^~~~ /kisskb/src/fs/ntfs/dir.c: In function 'ntfs_dir_fsync': /kisskb/src/fs/ntfs/dir.c:1492:19: note: byref variable will be forcibly initialized 1492 | ntfs_attr na; | ^~ /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/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/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; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_update': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:58:33: note: byref variable will be forcibly initialized 58 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_roll': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1547:34: note: byref variable will be forcibly initialized 1547 | struct xfs_trans *tp = *tpp; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:9, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inode_chunk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1826:24: note: byref variable will be forcibly initialized 1826 | DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); | ^~~~~~~~ /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/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_count_inodes_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2704:41: note: byref variable will be forcibly initialized 2704 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:108:42: note: byref variable will be forcibly initialized 108 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:941:33: note: byref variable will be forcibly initialized 941 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_next_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:912:33: note: byref variable will be forcibly initialized 912 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_near': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:44: note: byref variable will be forcibly initialized 1264 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:41: note: byref variable will be forcibly initialized 1264 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1262:41: note: byref variable will be forcibly initialized 1262 | struct xfs_inobt_rec_incore rrec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1261:42: note: byref variable will be forcibly initialized 1261 | struct xfs_btree_cur *rcur; /* right search cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_newino': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1349:13: note: byref variable will be forcibly initialized 1349 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_update_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1396:41: note: byref variable will be forcibly initialized 1396 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1394:41: note: byref variable will be forcibly initialized 1394 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:41: note: byref variable will be forcibly initialized 500 | int i, pos, nr_entries; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:36: note: byref variable will be forcibly initialized 500 | int i, pos, nr_entries; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:499:34: note: byref variable will be forcibly initialized 499 | struct xfs_iext_node *node, *new; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_remove_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:729:44: note: byref variable will be forcibly initialized 729 | int level = 2, pos, nr_entries, i; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_check_agi_freecount': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:225:33: note: byref variable will be forcibly initialized 225 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:222:40: note: byref variable will be forcibly initialized 222 | xfs_inobt_rec_incore_t rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert_sprec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:528:41: note: byref variable will be forcibly initialized 528 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:527:41: note: byref variable will be forcibly initialized 527 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:182:33: note: byref variable will be forcibly initialized 182 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2033:41: note: byref variable will be forcibly initialized 2033 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2030:41: note: byref variable will be forcibly initialized 2030 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_inode_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:270:34: note: byref variable will be forcibly initialized 270 | struct xfs_buf *fbuf; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:634:33: note: byref variable will be forcibly initialized 634 | int nr_entries, i; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_log_agi': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2422:33: note: byref variable will be forcibly initialized 2422 | int last; /* last byte number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2421:33: note: byref variable will be forcibly initialized 2421 | int first; /* first byte number */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:989:41: note: byref variable will be forcibly initialized 989 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:626:33: note: byref variable will be forcibly initialized 626 | uint16_t allocmask = (uint16_t) -1; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:624:37: note: byref variable will be forcibly initialized 624 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:619:33: note: byref variable will be forcibly initialized 619 | xfs_agino_t newino; /* new first inode's number */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:617:33: note: byref variable will be forcibly initialized 617 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/ufs/dir.c: In function 'ufs_inode_by_name': /kisskb/src/fs/ufs/dir.c:74:22: note: byref variable will be forcibly initialized 74 | struct page *page; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1024:33: note: byref variable will be forcibly initialized 1024 | int doneright; /* done, to the right */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1023:33: note: byref variable will be forcibly initialized 1023 | int doneleft; /* done, to the left */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:36: note: byref variable will be forcibly initialized 999 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:33: note: byref variable will be forcibly initialized 999 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:42: note: byref variable will be forcibly initialized 995 | struct xfs_inobt_rec_incore rec, trec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:37: note: byref variable will be forcibly initialized 995 | struct xfs_inobt_rec_incore rec, trec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:994:40: note: byref variable will be forcibly initialized 994 | struct xfs_btree_cur *cur, *tcur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1448:41: note: byref variable will be forcibly initialized 1448 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1444:41: note: byref variable will be forcibly initialized 1444 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1442:42: note: byref variable will be forcibly initialized 1442 | struct xfs_btree_cur *cur; /* finobt cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1901:41: note: byref variable will be forcibly initialized 1901 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1898:41: note: byref variable will be forcibly initialized 1898 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_read_agi': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2605:34: note: byref variable will be forcibly initialized 2605 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_try_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1675:33: note: byref variable will be forcibly initialized 1675 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1674:34: note: byref variable will be forcibly initialized 1674 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1741:33: note: byref variable will be forcibly initialized 1741 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2143:37: note: byref variable will be forcibly initialized 2143 | struct xfs_inobt_rec_incore rec;/* btree record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2139:34: note: byref variable will be forcibly initialized 2139 | struct xfs_buf *agbp; /* buffer for allocation group header */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap_lookup': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2216:33: note: byref variable will be forcibly initialized 2216 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2214:34: note: byref variable will be forcibly initialized 2214 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2212:37: note: byref variable will be forcibly initialized 2212 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2278:33: note: byref variable will be forcibly initialized 2278 | xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2274:33: note: byref variable will be forcibly initialized 2274 | xfs_agblock_t chunk_agbno; /* first block in inode chunk */ | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_has_inode_record': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2646:33: note: byref variable will be forcibly initialized 2646 | int has_record; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2643:41: note: byref variable will be forcibly initialized 2643 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_check_shrink': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2937:33: note: byref variable will be forcibly initialized 2937 | int has; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2932:37: note: byref variable will be forcibly initialized 2932 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:567:33: note: byref variable will be forcibly initialized 567 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:583:33: note: byref variable will be forcibly initialized 583 | unsigned int minrecs[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__xfs_inobt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:99:33: note: byref variable will be forcibly initialized 99 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_read_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:763:34: note: byref variable will be forcibly initialized 763 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_irec_to_allocmask': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:617:41: note: byref variable will be forcibly initialized 617 | uint allocbitmap; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_rec_check_count': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:664:41: note: byref variable will be forcibly initialized 664 | uint64_t allocbmap; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_count_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:742:34: note: byref variable will be forcibly initialized 742 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:741:34: note: byref variable will be forcibly initialized 741 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:788:33: note: byref variable will be forcibly initialized 788 | xfs_extlen_t tree_len = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:252:18: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:252:13: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:251:21: note: byref variable will be forcibly initialized 251 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/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]; | ^~~~ In file included from /kisskb/src/drivers/mfd/tc3589x.c:12: /kisskb/src/drivers/mfd/tc3589x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:361:30: note: byref variable will be forcibly initialized 361 | enum tc3589x_version version; | ^~~~~~~ /kisskb/src/drivers/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/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_reset_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:515:12: note: byref variable will be forcibly initialized 515 | u8 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_card_exclusive_check': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:491:13: note: byref variable will be forcibly initialized 491 | u16 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_init_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:570:12: note: byref variable will be forcibly initialized 570 | u8 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_suspend': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:705:13: note: byref variable will be forcibly initialized 705 | u16 val = 0; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/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/tty/serial/uartlite.c: In function 'ulite_probe': /kisskb/src/drivers/tty/serial/uartlite.c:792:21: note: byref variable will be forcibly initialized 792 | u32 val = 0; | ^~~ /kisskb/src/drivers/tty/serial/uartlite.c:782:13: note: byref variable will be forcibly initialized 782 | int id = pdev->id; | ^~ 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/vmw_vmci_defs.h:11, from /kisskb/src/drivers/misc/vmw_vmci/vmci_event.c:8: /kisskb/src/drivers/misc/vmw_vmci/vmci_event.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/arc_uart.c: In function 'arc_serial_probe': /kisskb/src/drivers/tty/serial/arc_uart.c:580:13: note: byref variable will be forcibly initialized 580 | u32 val; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'align_store': /kisskb/src/drivers/dax/bus.c:1158:23: note: byref variable will be forcibly initialized 1158 | unsigned long val, align_save; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'range_parse': /kisskb/src/drivers/dax/bus.c:1069:23: note: byref variable will be forcibly initialized 1069 | char *start, *end, *str; | ^~~ /kisskb/src/drivers/dax/bus.c:1068:28: note: byref variable will be forcibly initialized 1068 | unsigned long long addr = 0; | ^~~~ /kisskb/src/drivers/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/dax/bus.c: In function 'do_id_store': /kisskb/src/drivers/dax/bus.c:69:14: note: byref variable will be forcibly initialized 69 | char devname[DAX_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/dax/bus.c:68:33: note: byref variable will be forcibly initialized 68 | unsigned int region_id, id; | ^~ /kisskb/src/drivers/dax/bus.c:68:22: note: byref variable will be forcibly initialized 68 | unsigned int region_id, id; | ^~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:352:37: note: byref variable will be forcibly initialized 352 | struct dev_dax_data data = { | ^~~~ /kisskb/src/drivers/dax/bus.c:336:13: note: byref variable will be forcibly initialized 336 | int val; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1102:22: note: byref variable will be forcibly initialized 1102 | struct range r; | ^ /kisskb/src/drivers/dax/bus.c: In function 'dev_dax_resize': /kisskb/src/drivers/dax/bus.c:965:68: note: byref variable will be forcibly initialized 965 | resource_size_t avail = dax_region_avail_size(dax_region), to_alloc; | ^~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'size_store': /kisskb/src/drivers/dax/bus.c:1039:28: note: byref variable will be forcibly initialized 1039 | unsigned long long val; | ^~~ 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/fs/ntfs/file.c:8: /kisskb/src/fs/ntfs/file.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/file.c: In function 'ntfs_prepare_pages_for_non_resident_write': /kisskb/src/fs/ntfs/file.c:575:41: note: byref variable will be forcibly initialized 575 | struct buffer_head *bh, *head, *wait[2], **wait_bh = wait; | ^~~~ /kisskb/src/fs/ntfs/file.c: In function 'ntfs_perform_write': /kisskb/src/fs/ntfs/file.c:1728:22: note: byref variable will be forcibly initialized 1728 | struct page *cached_page = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs/file.c:1727:22: note: byref variable will be forcibly initialized 1727 | struct page *pages[NTFS_MAX_PAGES_PER_CLUSTER]; | ^~~~~ /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; | ^~~~~~ /kisskb/src/drivers/mfd/wm8400-core.c: In function 'wm8400_init': /kisskb/src/drivers/mfd/wm8400-core.c:54:22: note: byref variable will be forcibly initialized 54 | unsigned int reg; | ^~~ /kisskb/src/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/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_mkdir': /kisskb/src/fs/jffs2/dir.c:456:18: note: byref variable will be forcibly initialized 456 | uint32_t alloclen; | ^~~~~~~~ /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; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_inode_to_disk_ts': /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:269:41: note: byref variable will be forcibly initialized 269 | xfs_timestamp_t ts; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/ufs/ialloc.c: In function 'ufs_new_inode': /kisskb/src/fs/ufs/ialloc.c:180:27: note: byref variable will be forcibly initialized 180 | struct timespec64 ts; | ^~ 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/buffer_head.h:12, from /kisskb/src/fs/ntfs3/bitmap.c:13: /kisskb/src/fs/ntfs3/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/fs/ntfs3/bitmap.c: In function 'wnd_map': /kisskb/src/fs/ntfs3/bitmap.c:683:19: note: byref variable will be forcibly initialized 683 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:683:14: note: byref variable will be forcibly initialized 683 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_extend': /kisskb/src/fs/ntfs3/bitmap.c:1345:31: note: byref variable will be forcibly initialized 1345 | u64 vbo, lbo, bytes; | ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:1345:26: note: byref variable will be forcibly initialized 1345 | u64 vbo, lbo, bytes; | ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_rescan': /kisskb/src/fs/ntfs3/bitmap.c:510:19: note: byref variable will be forcibly initialized 510 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:510:14: note: byref variable will be forcibly initialized 510 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_find': /kisskb/src/fs/ntfs3/bitmap.c:1074:40: note: byref variable will be forcibly initialized 1074 | struct rb_root start_tree; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:960:20: note: byref variable will be forcibly initialized 960 | size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:959:39: note: byref variable will be forcibly initialized 959 | size_t fnd, max_alloc, b_len, b_pos; | ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:959:32: note: byref variable will be forcibly initialized 959 | size_t fnd, max_alloc, b_len, b_pos; | ^~~~~ /kisskb/src/fs/ntfs3/dir.c: In function '_utf8s_to_utf16s': /kisskb/src/fs/ntfs3/dir.c:119:19: note: byref variable will be forcibly initialized 119 | unicode_t u; | ^ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_dir_count': /kisskb/src/fs/ntfs3/dir.c:497:27: note: byref variable will be forcibly initialized 497 | struct indx_node *node = NULL; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:495:35: note: byref variable will be forcibly initialized 495 | size_t drs = 0, fles = 0, bit = 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/fs/ntfs3/dir.c: In function 'ntfs_utf16_to_nls': /kisskb/src/fs/ntfs3/dir.c:41:22: note: byref variable will be forcibly initialized 41 | char dump[5]; | ^~~~ /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/ntfs3/dir.c: In function 'ntfs_readdir': /kisskb/src/fs/ntfs3/dir.c:379:27: note: byref variable will be forcibly initialized 379 | struct indx_node *node = NULL; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:369:16: note: byref variable will be forcibly initialized 369 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_search_u': /kisskb/src/fs/ntfs3/dir.c:241:13: note: byref variable will be forcibly initialized 241 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:240:25: note: byref variable will be forcibly initialized 240 | struct NTFS_DE *e; | ^ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_is_empty': /kisskb/src/fs/ntfs3/dir.c:578:14: note: byref variable will be forcibly initialized 578 | bool is_empty = false; | ^~~~~~~~ /kisskb/src/drivers/mfd/tps65010.c: In function 'dbg_show': /kisskb/src/drivers/mfd/tps65010.c:187:25: note: byref variable will be forcibly initialized 187 | char buf[100]; | ^~~ /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; | ^~~~~~~ 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/misc/vmw_vmci/vmci_guest.c:11: /kisskb/src/drivers/misc/vmw_vmci/vmci_guest.c: In function 'vmci_read_data': /kisskb/src/include/linux/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/misc/vmw_vmci/vmci_guest.c:145:17: note: in expansion of macro 'wait_event' 145 | wait_event(vmci_dev->inout_wq, buffer_header->busy == 1); | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_guest.c: In function 'vmci_get_vm_context_id': /kisskb/src/drivers/misc/vmw_vmci/vmci_guest.c:93:38: note: byref variable will be forcibly initialized 93 | struct vmci_datagram get_cid_msg; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/ntfs3/fsntfs.c:8: /kisskb/src/fs/ntfs3/fsntfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/digicolor-usart.c: In function 'digicolor_uart_probe': /kisskb/src/drivers/tty/serial/digicolor-usart.c:456:26: note: byref variable will be forcibly initialized 456 | struct resource *res; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_init': /kisskb/src/fs/ntfs3/fsntfs.c:189:24: note: byref variable will be forcibly initialized 189 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_refresh_zone': /kisskb/src/fs/ntfs3/fsntfs.c:787:16: note: byref variable will be forcibly initialized 787 | size_t lcn_s, zlen; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:786:24: note: byref variable will be forcibly initialized 786 | CLST lcn, vcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:786:14: note: byref variable will be forcibly initialized 786 | CLST lcn, vcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_for_free_space': /kisskb/src/fs/ntfs3/fsntfs.c:363:16: note: byref variable will be forcibly initialized 363 | size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; | ^~~~ /kisskb/src/drivers/mfd/tps65086.c: In function 'tps65086_probe': /kisskb/src/drivers/mfd/tps65086.c:68:22: note: byref variable will be forcibly initialized 68 | unsigned int version; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_set_state': /kisskb/src/fs/ntfs3/fsntfs.c:900:27: note: byref variable will be forcibly initialized 900 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_sb_write_run': /kisskb/src/fs/ntfs3/fsntfs.c:1087:16: note: byref variable will be forcibly initialized 1087 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:25: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:19: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:14: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bread_run': /kisskb/src/fs/ntfs3/fsntfs.c:1132:14: note: byref variable will be forcibly initialized 1132 | CLST lcn; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_read_run_nb': /kisskb/src/fs/ntfs3/fsntfs.c:1155:16: note: byref variable will be forcibly initialized 1155 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:19: note: byref variable will be forcibly initialized 1153 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:14: note: byref variable will be forcibly initialized 1153 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1152:24: note: byref variable will be forcibly initialized 1152 | CLST vcn_next, vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_bh': /kisskb/src/fs/ntfs3/fsntfs.c:1284:16: note: byref variable will be forcibly initialized 1284 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:19: note: byref variable will be forcibly initialized 1282 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:14: note: byref variable will be forcibly initialized 1282 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1279:24: note: byref variable will be forcibly initialized 1279 | CLST vcn_next, vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:759:37: note: byref variable will be forcibly initialized 759 | struct ntfs_buffers nb; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_mft': /kisskb/src/fs/ntfs3/fsntfs.c:475:24: note: byref variable will be forcibly initialized 475 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:474:28: note: byref variable will be forcibly initialized 474 | u64 new_mft_bytes, new_bitmap_bytes; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_free_mft': /kisskb/src/fs/ntfs3/fsntfs.c:533:24: note: byref variable will be forcibly initialized 533 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:531:38: note: byref variable will be forcibly initialized 531 | size_t zbit, zlen, from, to, fr; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:531:16: note: byref variable will be forcibly initialized 531 | size_t zbit, zlen, from, to, fr; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_pages': /kisskb/src/fs/ntfs3/fsntfs.c:1463:25: note: byref variable will be forcibly initialized 1463 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1462:16: note: byref variable will be forcibly initialized 1462 | size_t run_idx; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1459:25: note: byref variable will be forcibly initialized 1459 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1459:19: note: byref variable will be forcibly initialized 1459 | CLST lcn, clen, vcn, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1459:14: note: byref variable will be forcibly initialized 1459 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_fill_1': /kisskb/src/fs/ntfs3/fsntfs.c:1560:25: note: byref variable will be forcibly initialized 1560 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1557:16: note: byref variable will be forcibly initialized 1557 | size_t run_idx; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1555:19: note: byref variable will be forcibly initialized 1555 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1555:14: note: byref variable will be forcibly initialized 1555 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_loadlog_and_replay': /kisskb/src/fs/ntfs3/fsntfs.c:256:24: note: byref variable will be forcibly initialized 256 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:255:14: note: byref variable will be forcibly initialized 255 | bool initialized = false; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_vbo_to_lbo': /kisskb/src/fs/ntfs3/fsntfs.c:1622:19: note: byref variable will be forcibly initialized 1622 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1622:14: note: byref variable will be forcibly initialized 1622 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_security_init': /kisskb/src/fs/ntfs3/fsntfs.c:1821:25: note: byref variable will be forcibly initialized 1821 | struct NTFS_DE *ne; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1820:16: note: byref variable will be forcibly initialized 1820 | size_t off; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1818:33: note: byref variable will be forcibly initialized 1818 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1816:24: note: byref variable will be forcibly initialized 1816 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_security_by_id': /kisskb/src/fs/ntfs3/fsntfs.c:1937:29: note: byref variable will be forcibly initialized 1937 | struct SECURITY_HDR d_security; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1935:29: note: byref variable will be forcibly initialized 1935 | struct NTFS_DE_SII *sii_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1931:13: note: byref variable will be forcibly initialized 1931 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_security': /kisskb/src/fs/ntfs3/fsntfs.c:2044:23: note: byref variable will be forcibly initialized 2044 | u64 mirr_off, new_sds_size; | ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2040:29: note: byref variable will be forcibly initialized 2040 | struct SECURITY_KEY hash_key; | ^~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2036:28: note: byref variable will be forcibly initialized 2036 | struct NTFS_DE_SII sii_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2035:28: note: byref variable will be forcibly initialized 2035 | struct NTFS_DE_SDH sdh_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2034:29: note: byref variable will be forcibly initialized 2034 | struct NTFS_DE_SDH *e; | ^ /kisskb/src/fs/ntfs3/fsntfs.c:2030:18: note: byref variable will be forcibly initialized 2030 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_reparse_init': /kisskb/src/fs/ntfs3/fsntfs.c:2236:33: note: byref variable will be forcibly initialized 2236 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_objid_init': /kisskb/src/fs/ntfs3/fsntfs.c:2274:33: note: byref variable will be forcibly initialized 2274 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2328:26: note: byref variable will be forcibly initialized 2328 | struct NTFS_DE_R re; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_remove_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2360:27: note: byref variable will be forcibly initialized 2360 | struct NTFS_DE_R *re; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:2359:28: note: byref variable will be forcibly initialized 2359 | struct REPARSE_KEY rkey; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2355:18: note: byref variable will be forcibly initialized 2355 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'run_deallocate': /kisskb/src/fs/ntfs3/fsntfs.c:2493:19: note: byref variable will be forcibly initialized 2493 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:2493:14: note: byref variable will be forcibly initialized 2493 | CLST lcn, len; | ^~~ /kisskb/src/fs/qnx6/inode.c: In function 'qnx6_parse_options': /kisskb/src/fs/qnx6/inode.c:234:21: note: byref variable will be forcibly initialized 234 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iformat_extents': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:111:33: note: byref variable will be forcibly initialized 111 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:109:33: note: byref variable will be forcibly initialized 109 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iextents_copy': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:548:33: note: byref variable will be forcibly initialized 548 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:547:33: note: byref variable will be forcibly initialized 547 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/ufs/inode.c: In function 'ufs_frag_map': /kisskb/src/fs/ufs/inode.c:131:18: note: byref variable will be forcibly initialized 131 | Indirect chain[4], *q = chain; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fs/ufs/inode.c: In function 'free_full_branch': /kisskb/src/fs/ufs/inode.c:995:32: note: byref variable will be forcibly initialized 995 | struct to_free ctx = {.inode = inode}; | ^~~ /kisskb/src/fs/ufs/inode.c: In function 'free_branch_tail': /kisskb/src/fs/ufs/inode.c:1029:32: note: byref variable will be forcibly initialized 1029 | struct to_free ctx = {.inode = inode}; | ^~~ /kisskb/src/fs/ufs/inode.c: In function 'ufs_truncate_blocks': /kisskb/src/fs/ufs/inode.c:1123:18: note: byref variable will be forcibly initialized 1123 | unsigned offsets[4]; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:27: note: byref variable will be forcibly initialized 31 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:652:28: note: byref variable will be forcibly initialized 652 | struct reg_default key; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:306:30: note: byref variable will be forcibly initialized 306 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:747:21: note: byref variable will be forcibly initialized 747 | const void *data = NULL; | ^~~~ /kisskb/src/fs/ufs/inode.c: In function 'ufs_getfrag_block': /kisskb/src/fs/ufs/inode.c:401:18: note: byref variable will be forcibly initialized 401 | unsigned offsets[4]; | ^~~~~~~ /kisskb/src/fs/ufs/inode.c:400:22: note: byref variable will be forcibly initialized 400 | int err = 0, new = 0; | ^~~ /kisskb/src/fs/ufs/inode.c:400:13: note: byref variable will be forcibly initialized 400 | int err = 0, new = 0; | ^~~ /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; | ^~~~~~ 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/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/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2228:23: note: byref variable will be forcibly initialized 2228 | unsigned long new; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2254:14: note: byref variable will be forcibly initialized 2254 | long new; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3301:17: note: byref variable will be forcibly initialized 3301 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3338:14: note: byref variable will be forcibly initialized 3338 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3351:14: note: byref variable will be forcibly initialized 3351 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3827:27: note: byref variable will be forcibly initialized 3827 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3892:27: note: byref variable will be forcibly initialized 3892 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3857:27: note: byref variable will be forcibly initialized 3857 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3920:27: note: byref variable will be forcibly initialized 3920 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4732:32: note: byref variable will be forcibly initialized 4732 | struct dev_printk_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_printk_emit': /kisskb/src/drivers/base/core.c:4742:17: note: byref variable will be forcibly initialized 4742 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c: In function '_dev_printk': /kisskb/src/drivers/base/core.c:4769:17: note: byref variable will be forcibly initialized 4769 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4768:26: note: byref variable will be forcibly initialized 4768 | struct va_format vaf; | ^~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4799:1: note: in expansion of macro 'define_dev_printk_level' 4799 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4799:1: note: in expansion of macro 'define_dev_printk_level' 4799 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4800:1: note: in expansion of macro 'define_dev_printk_level' 4800 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4800:1: note: in expansion of macro 'define_dev_printk_level' 4800 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4801:1: note: in expansion of macro 'define_dev_printk_level' 4801 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4801:1: note: in expansion of macro 'define_dev_printk_level' 4801 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /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:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4802:1: note: in expansion of macro 'define_dev_printk_level' 4802 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4802:1: note: in expansion of macro 'define_dev_printk_level' 4802 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ 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_warn': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4803:1: note: in expansion of macro 'define_dev_printk_level' 4803 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_probe': /kisskb/src/drivers/mfd/twl-core.c:891:20: note: byref variable will be forcibly initialized 891 | u8 temp; | ^~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4803:1: note: in expansion of macro 'define_dev_printk_level' 4803 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4804:1: note: in expansion of macro 'define_dev_printk_level' 4804 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4804:1: note: in expansion of macro 'define_dev_printk_level' 4804 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4786:17: note: byref variable will be forcibly initialized 4786 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4805:1: note: in expansion of macro 'define_dev_printk_level' 4805 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4785:26: note: byref variable will be forcibly initialized 4785 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4805:1: note: in expansion of macro 'define_dev_printk_level' 4805 | 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:4844:17: note: byref variable will be forcibly initialized 4844 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4843:26: note: byref variable will be forcibly initialized 4843 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_links_supplier_sync_state_resume': /kisskb/src/drivers/base/core.c:1154:19: note: byref variable will be forcibly initialized 1154 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1261:19: note: byref variable will be forcibly initialized 1261 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_attr_iget': /kisskb/src/fs/ntfs/inode.c:219:19: note: byref variable will be forcibly initialized 219 | ntfs_attr na; | ^~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4232:17: note: byref variable will be forcibly initialized 4232 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4276:17: note: byref variable will be forcibly initialized 4276 | va_list vargs; | ^~~~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_iget': /kisskb/src/fs/ntfs/inode.c:161:19: note: byref variable will be forcibly initialized 161 | ntfs_attr na; | ^~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2400:24: note: byref variable will be forcibly initialized 2400 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2399:24: note: byref variable will be forcibly initialized 2399 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c:2398:25: note: byref variable will be forcibly initialized 2398 | umode_t mode = 0; | ^~~~ /kisskb/src/drivers/base/core.c:2396:29: note: byref variable will be forcibly initialized 2396 | const char *tmp; | ^~~ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2534:14: note: byref variable will be forcibly initialized 2534 | bool val; | ^~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_index_iget': /kisskb/src/fs/ntfs/inode.c:277:19: note: byref variable will be forcibly initialized 277 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_truncate': /kisskb/src/fs/ntfs/inode.c:2799:35: note: byref variable will be forcibly initialized 2799 | struct timespec64 now = current_time(VFS_I(base_ni)); | ^~~ 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; | ^~~~~ In file included from /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:8: /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:26: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156:23: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_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/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_unmap_page': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:230:13: note: byref variable will be forcibly initialized 230 | 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:295:13: note: byref variable will be forcibly initialized 295 | 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:564:32: note: byref variable will be forcibly initialized 564 | struct hl_mmu_hop_info hops; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_hr_init': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:849:20: note: byref variable will be forcibly initialized 849 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_hr_alloc_hop': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:1089:20: note: byref variable will be forcibly initialized 1089 | dma_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_hr_get_tlb_info': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:1182:14: note: byref variable will be forcibly initialized 1182 | bool is_huge; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:1180:35: note: byref variable will be forcibly initialized 1180 | struct hl_mmu_properties *mmu_prop; | ^~~~~~~~ /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 '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 'twl4030_sih_bus_sync_unlock': /kisskb/src/drivers/mfd/twl4030-irq.c:499:33: note: byref variable will be forcibly initialized 499 | u8 bytes[6]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:482:19: note: byref variable will be forcibly initialized 482 | } imr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_init_sih_modules': /kisskb/src/drivers/mfd/twl4030-irq.c:365:20: note: byref variable will be forcibly initialized 365 | u8 rxbuf[4]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf[4]; | ^~~ /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/drivers/tty/serial/sprd_serial.c: In function 'sprd_stop_tx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:210:29: note: byref variable will be forcibly initialized 210 | struct dma_tx_state state; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/sprd_serial.c:9: /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/tty/serial/kgdboc.c: In function 'configure_kgdboc': /kisskb/src/drivers/tty/serial/kgdboc.c:197:21: note: byref variable will be forcibly initialized 197 | int idx; | ^~~ /kisskb/src/drivers/tty/serial/kgdboc.c:170:13: note: byref variable will be forcibly initialized 170 | int tty_line = 0; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_uart_dma_irq': /kisskb/src/drivers/tty/serial/sprd_serial.c:402:29: note: byref variable will be forcibly initialized 402 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_complete_rx_dma': /kisskb/src/drivers/tty/serial/sprd_serial.c:431:29: note: byref variable will be forcibly initialized 431 | struct dma_tx_state state; | ^~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_rx': /kisskb/src/drivers/tty/serial/sprd_serial.c:600:32: note: byref variable will be forcibly initialized 600 | unsigned int ch, flag, lsr, max_count = SPRD_TIMEOUT; | ^~~ /kisskb/src/drivers/tty/serial/sprd_serial.c:600:26: note: byref variable will be forcibly initialized 600 | unsigned int ch, flag, lsr, max_count = SPRD_TIMEOUT; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/fiemap.h:6, from /kisskb/src/fs/ntfs3/frecord.c:8: /kisskb/src/fs/ntfs3/frecord.c: In 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/ntfs3/frecord.c: In function 'ni_ins_new_attr': /kisskb/src/fs/ntfs3/frecord.c:463:24: note: byref variable will be forcibly initialized 463 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_mft_list': /kisskb/src/fs/ntfs3/frecord.c:1237:41: note: byref variable will be forcibly initialized 1237 | struct mft_inode *mi, *mi_min, *mi_new; | ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1236:44: note: byref variable will be forcibly initialized 1236 | CLST mft_min, mft_new, svcn, evcn, plen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1236:23: note: byref variable will be forcibly initialized 1236 | CLST mft_min, mft_new, svcn, evcn, plen; | ^~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_mi_ex': /kisskb/src/fs/ntfs3/frecord.c:142:27: note: byref variable will be forcibly initialized 142 | struct mft_inode *r; | ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_find_attr': /kisskb/src/fs/ntfs3/frecord.c:192:27: note: byref variable will be forcibly initialized 192 | struct mft_inode *m; | ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_update_parent': /kisskb/src/fs/ntfs3/frecord.c:3109:33: note: byref variable will be forcibly initialized 3109 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c:3108:27: note: byref variable will be forcibly initialized 3108 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_enum_attr_ex': /kisskb/src/fs/ntfs3/frecord.c:250:27: note: byref variable will be forcibly initialized 250 | struct mft_inode *mi2; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_repack': /kisskb/src/fs/ntfs3/frecord.c:529:26: note: byref variable will be forcibly initialized 529 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:524:33: note: byref variable will be forcibly initialized 524 | struct ATTR_LIST_ENTRY *le = NULL, *le_p; | ^~ /kisskb/src/fs/ntfs3/frecord.c:522:27: note: byref variable will be forcibly initialized 522 | struct mft_inode *mi, *mi_p = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_try_remove_attr_list': /kisskb/src/fs/ntfs3/frecord.c:652:24: note: byref variable will be forcibly initialized 652 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_attr': /kisskb/src/fs/ntfs3/frecord.c:287:27: note: byref variable will be forcibly initialized 287 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_attr': /kisskb/src/fs/ntfs3/frecord.c:393:27: note: byref variable will be forcibly initialized 393 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_create_attr_list': /kisskb/src/fs/ntfs3/frecord.c:797:27: note: byref variable will be forcibly initialized 797 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:796:14: note: byref variable will be forcibly initialized 796 | CLST rno = 0; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_attr_ext': /kisskb/src/fs/ntfs3/frecord.c:935:14: note: byref variable will be forcibly initialized 935 | CLST rno; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:934:27: note: byref variable will be forcibly initialized 934 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_attr': /kisskb/src/fs/ntfs3/frecord.c:1086:31: note: byref variable will be forcibly initialized 1086 | struct ATTRIB *attr, *eattr; | ^~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_list': /kisskb/src/fs/ntfs3/frecord.c:1370:24: note: byref variable will be forcibly initialized 1370 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1367:31: note: byref variable will be forcibly initialized 1367 | struct ATTRIB *attr, *ins_attr; | ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_nonresident': /kisskb/src/fs/ntfs3/frecord.c:1435:24: note: byref variable will be forcibly initialized 1435 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1434:14: note: byref variable will be forcibly initialized 1434 | CLST plen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_resident': /kisskb/src/fs/ntfs3/frecord.c:1511:24: note: byref variable will be forcibly initialized 1511 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_delete_all': /kisskb/src/fs/ntfs3/frecord.c:1566:24: note: byref variable will be forcibly initialized 1566 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1558:33: note: byref variable will be forcibly initialized 1558 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_new_attr_flags': /kisskb/src/fs/ntfs3/frecord.c:1708:27: note: byref variable will be forcibly initialized 1708 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_parse_reparse': /kisskb/src/fs/ntfs3/frecord.c:1798:34: note: byref variable will be forcibly initialized 1798 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_fiemap': /kisskb/src/fs/ntfs3/frecord.c:1998:30: note: byref variable will be forcibly initialized 1998 | CLST clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1905:16: note: byref variable will be forcibly initialized 1905 | size_t idx = -1; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1901:19: note: byref variable will be forcibly initialized 1901 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1901:14: note: byref variable will be forcibly initialized 1901 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1900:14: note: byref variable will be forcibly initialized 1900 | CLST vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_read_frame': /kisskb/src/fs/ntfs3/frecord.c:2494:29: note: byref variable will be forcibly initialized 2494 | u64 frames, vbo_data; | ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2446:21: note: byref variable will be forcibly initialized 2446 | CLST frame, clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2443:41: note: byref variable will be forcibly initialized 2443 | u32 frame_size, i, npages_disk, ondisk_size; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2438:33: note: byref variable will be forcibly initialized 2438 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_decompress_file': /kisskb/src/fs/ntfs3/frecord.c:2270:40: note: byref variable will be forcibly initialized 2270 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:2203:22: note: byref variable will be forcibly initialized 2203 | bool new; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:2173:27: note: byref variable will be forcibly initialized 2173 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2168:30: note: byref variable will be forcibly initialized 2168 | CLST vcn, cend, lcn, clen, end; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2168:25: note: byref variable will be forcibly initialized 2168 | CLST vcn, cend, lcn, clen, end; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:2166:33: note: byref variable will be forcibly initialized 2166 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_frame': /kisskb/src/fs/ntfs3/frecord.c:2728:27: note: byref variable will be forcibly initialized 2728 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2727:24: note: byref variable will be forcibly initialized 2727 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2725:33: note: byref variable will be forcibly initialized 2725 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name': /kisskb/src/fs/ntfs3/frecord.c:2889:27: note: byref variable will be forcibly initialized 2889 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2888:33: note: byref variable will be forcibly initialized 2888 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name_undo': /kisskb/src/fs/ntfs3/frecord.c:2952:24: note: byref variable will be forcibly initialized 2952 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_add_name': /kisskb/src/fs/ntfs3/frecord.c:3002:27: note: byref variable will be forcibly initialized 3002 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:3001:33: note: byref variable will be forcibly initialized 3001 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c:3000:24: note: byref variable will be forcibly initialized 3000 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_rename': /kisskb/src/fs/ntfs3/frecord.c:3041:13: note: byref variable will be forcibly initialized 3041 | int undo = 0; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:3040:25: note: byref variable will be forcibly initialized 3040 | struct NTFS_DE *de2 = NULL; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_inode': /kisskb/src/fs/ntfs3/frecord.c:3221:30: note: byref variable will be forcibly initialized 3221 | struct NTFS_DUP_INFO dup; | ^~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/dax/device.c:4: /kisskb/src/drivers/dax/device.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dax/device.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_unmask': /kisskb/src/drivers/mfd/twl6030-irq.c:234:12: note: byref variable will be forcibly initialized 234 | u8 unmask_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_mask': /kisskb/src/drivers/mfd/twl6030-irq.c:248:12: note: byref variable will be forcibly initialized 248 | u8 mask_value; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect': /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: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: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]; | ^~~~ /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/fs/xfs/libxfs/xfs_ag_resv.c: In function 'xfs_ag_resv_init': /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:255:41: note: byref variable will be forcibly initialized 255 | xfs_extlen_t used; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:254:41: note: byref variable will be forcibly initialized 254 | xfs_extlen_t ask; | ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_get_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:66:12: note: byref variable will be forcibly initialized 66 | u8 val; | ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_set_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:47:12: note: byref variable will be forcibly initialized 47 | u8 val; | ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_has_vibra': /kisskb/src/drivers/mfd/twl4030-audio.c:167:13: note: byref variable will be forcibly initialized 167 | int vibra; | ^~~~~ 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/buffer_head.h:12, from /kisskb/src/fs/ntfs/mft.c:9: /kisskb/src/fs/ntfs/mft.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/mft.c: In function 'ntfs_may_write_mft_record': /kisskb/src/fs/ntfs/mft.c:928:19: note: byref variable will be forcibly initialized 928 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/mft.c: In function 'ntfs_mft_record_alloc': /kisskb/src/fs/ntfs/mft.c:2245:42: note: byref variable will be forcibly initialized 2245 | ntfs_inode *mft_ni, *mftbmp_ni, *ni; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/lib/bucket_locks.c:3: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /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_elbi_read': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:93:13: note: byref variable will be forcibly initialized 93 | u32 val; | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/vmw_vmci_defs.h:11, from /kisskb/src/drivers/misc/vmw_vmci/vmci_resource.c:8: /kisskb/src/drivers/misc/vmw_vmci/vmci_resource.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_init_context': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:293:30: note: byref variable will be forcibly initialized 293 | struct vmci_init_blk init_block; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_send_datagram': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:357:43: note: byref variable will be forcibly initialized 357 | struct vmci_datagram_snd_rcv_info send_info; | ^~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_receive_datagram': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:415:16: note: byref variable will be forcibly initialized 415 | size_t size; | ^~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:413:31: note: byref variable will be forcibly initialized 413 | struct vmci_datagram *dg = NULL; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:412:43: note: byref variable will be forcibly initialized 412 | struct vmci_datagram_snd_rcv_info recv_info; | ^~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_alloc_queuepair': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:477:43: note: byref variable will be forcibly initialized 477 | struct vmci_qp_page_store page_store; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:475:43: note: byref variable will be forcibly initialized 475 | struct vmci_qp_alloc_info alloc_info; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:454:48: note: byref variable will be forcibly initialized 454 | struct vmci_qp_alloc_info_vmvm alloc_info; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_qp_detach': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:632:34: note: byref variable will be forcibly initialized 632 | struct vmci_qp_dtch_info detach_info; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_queuepair_setva': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:513:36: note: byref variable will be forcibly initialized 513 | struct vmci_qp_set_va_info set_va_info; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_queuepair_setpf': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:554:39: note: byref variable will be forcibly initialized 554 | struct vmci_qp_page_file_info page_file_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_ctx_add_notify': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:658:30: note: byref variable will be forcibly initialized 658 | struct vmci_ctx_info ar_info; | ^~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_ctx_remove_notify': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:681:30: note: byref variable will be forcibly initialized 681 | struct vmci_ctx_info ar_info; | ^~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_ctx_get_cpt_state': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:707:15: note: byref variable will be forcibly initialized 707 | void *cpt_buf; | ^~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:705:40: note: byref variable will be forcibly initialized 705 | struct vmci_ctx_chkpt_buf_info get_info; | ^~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_ctx_set_cpt_state': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:737:40: note: byref variable will be forcibly initialized 737 | struct vmci_ctx_chkpt_buf_info set_info; | ^~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_set_notify': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:778:37: note: byref variable will be forcibly initialized 778 | struct vmci_set_notify_info notify_info; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_notify_resource': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:805:48: note: byref variable will be forcibly initialized 805 | struct vmci_dbell_notify_resource_info info; | ^~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c: In function 'vmci_host_do_recv_notifications': /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:860:13: note: byref variable will be forcibly initialized 860 | int retval = 0; | ^~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:857:33: note: byref variable will be forcibly initialized 857 | struct vmci_handle_arr *qp_handle_array; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:856:33: note: byref variable will be forcibly initialized 856 | struct vmci_handle_arr *db_handle_array; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_host.c:855:42: note: byref variable will be forcibly initialized 855 | struct vmci_ctx_notify_recv_info info; | ^~~~ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_long_match': /kisskb/src/fs/qnx6/dir.c:180:22: note: byref variable will be forcibly initialized 180 | struct page *page; | ^~~~ /kisskb/src/fs/qnx6/dir.c: In function 'qnx6_dir_longfilename': /kisskb/src/fs/qnx6/dir.c:70:22: note: byref variable will be forcibly initialized 70 | struct page *page; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_pci_probe': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:515:27: note: byref variable will be forcibly initialized 515 | struct hl_device *hdev; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_init': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:663:15: note: byref variable will be forcibly initialized 663 | dev_t dev; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_device_open': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:127:31: note: byref variable will be forcibly initialized 127 | enum hl_device_status status; | ^~~~~~ 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/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_lookup': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:32: note: byref variable will be forcibly initialized 68 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:22: note: byref variable will be forcibly initialized 68 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_drop': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:32: note: byref variable will be forcibly initialized 511 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:22: note: byref variable will be forcibly initialized 511 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'device_early_init': /kisskb/src/drivers/misc/habanalabs/common/device.c:637:14: note: byref variable will be forcibly initialized 637 | char workq_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_sync': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:32: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:22: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/fs/ufs/namei.c: In function 'ufs_unlink': /kisskb/src/fs/ufs/namei.c:212:22: note: byref variable will be forcibly initialized 212 | struct page *page; | ^~~~ 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/fs/ufs/namei.c: In function 'ufs_rename': /kisskb/src/fs/ufs/namei.c:273:30: note: byref variable will be forcibly initialized 273 | struct page *new_page; | ^~~~~~~~ /kisskb/src/fs/ufs/namei.c:254:22: note: byref variable will be forcibly initialized 254 | struct page *old_page; | ^~~~~~~~ /kisskb/src/fs/ufs/namei.c:252:22: note: byref variable will be forcibly initialized 252 | struct page *dir_page = NULL; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_insert': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:36: note: byref variable will be forcibly initialized 101 | unsigned int base_reg_tmp, top_reg_tmp; | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int base_reg_tmp, top_reg_tmp; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_write': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:40: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:30: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'hl_device_utilization': /kisskb/src/drivers/misc/habanalabs/common/device.c:919:24: note: byref variable will be forcibly initialized 919 | u64 max_power, curr_power, dc_power, dividend; | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'rbtree_show': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:28: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:22: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/fs/ntfs3/file.c:10: /kisskb/src/fs/ntfs3/file.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_truncate': /kisskb/src/fs/ntfs3/file.c:472:13: note: byref variable will be forcibly initialized 472 | u64 new_valid; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_extend_initialized_size': /kisskb/src/fs/ntfs3/file.c:119:32: note: byref variable will be forcibly initialized 119 | CLST vcn, lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:119:27: note: byref variable will be forcibly initialized 119 | CLST vcn, lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:117:30: note: byref variable will be forcibly initialized 117 | struct page *page; | ^~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_ioctl_fitrim': /kisskb/src/fs/ntfs3/file.c:24:29: note: byref variable will be forcibly initialized 24 | struct fstrim_range range; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/fs/ntfs3/file.c:10: /kisskb/src/fs/ntfs3/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/ntfs3/file.c: In function 'ntfs_compress_write': /kisskb/src/fs/ntfs3/file.c:943:27: note: byref variable will be forcibly initialized 943 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:943:22: note: byref variable will be forcibly initialized 943 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:917:14: note: byref variable will be forcibly initialized 917 | bool frame_uptodate; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_file_mmap': /kisskb/src/fs/ntfs3/file.c:384:30: note: byref variable will be forcibly initialized 384 | bool new; | ^~~ /kisskb/src/fs/ntfs3/file.c:381:35: note: byref variable will be forcibly initialized 381 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/file.c:381:30: note: byref variable will be forcibly initialized 381 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_fallocate': /kisskb/src/fs/ntfs3/file.c:700:30: note: byref variable will be forcibly initialized 700 | bool new; | ^~~ /kisskb/src/fs/ntfs3/file.c:699:35: note: byref variable will be forcibly initialized 699 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:699:30: note: byref variable will be forcibly initialized 699 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:588:21: note: byref variable will be forcibly initialized 588 | u32 frame_size; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_round_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:28: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:25: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:22: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_wait_non_busy': /kisskb/src/drivers/clk/clk-axi-clkgen.c:246:22: note: byref variable will be forcibly initialized 246 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_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/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_notify_peer_local': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:855:30: note: byref variable will be forcibly initialized 855 | struct vmci_event_qp ev; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:10: /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function '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/vmw_vmci/vmci_queue_pair.c: In function 'qp_detatch_hypercall': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:988:35: note: byref variable will be forcibly initialized 988 | struct vmci_qp_detach_msg detach_msg; | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_notify_peer': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:1456:30: note: byref variable will be forcibly initialized 1456 | struct vmci_event_qp ev; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_alloc_host_work': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:1783:14: note: byref variable will be forcibly initialized 1783 | bool swap; | ^~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:1781:33: note: byref variable will be forcibly initialized 1781 | struct qp_broker_entry *entry; | ^~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_host_map_queues': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:749:30: note: byref variable will be forcibly initialized 749 | struct page *headers[2]; | ^~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_get_produce_indexes': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2825:35: note: byref variable will be forcibly initialized 2825 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2824:35: note: byref variable will be forcibly initialized 2824 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_get_consume_indexes': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2862:35: note: byref variable will be forcibly initialized 2862 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2861:35: note: byref variable will be forcibly initialized 2861 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_produce_free_space': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2897:35: note: byref variable will be forcibly initialized 2897 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2896:35: note: byref variable will be forcibly initialized 2896 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_consume_free_space': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2931:35: note: byref variable will be forcibly initialized 2931 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2930:35: note: byref variable will be forcibly initialized 2930 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_produce_buf_ready': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2966:35: note: byref variable will be forcibly initialized 2966 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2965:35: note: byref variable will be forcibly initialized 2965 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_consume_buf_ready': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3001:35: note: byref variable will be forcibly initialized 3001 | struct vmci_queue_header *consume_q_header; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3000:35: note: byref variable will be forcibly initialized 3000 | struct vmci_queue_header *produce_q_header; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:10: /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_wait_for_ready_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: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/misc/vmw_vmci/vmci_queue_pair.c:2520:9: note: in expansion of macro 'wait_event' 2520 | wait_event(qpair->event, generation != qpair->generation); | ^~~~~~~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_enqueue': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3040:21: note: byref variable will be forcibly initialized 3040 | struct kvec v = {.iov_base = (void *)buf, .iov_len = buf_size}; | ^ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3039:25: note: byref variable will be forcibly initialized 3039 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_dequeue': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3084:21: note: byref variable will be forcibly initialized 3084 | struct kvec v = {.iov_base = buf, .iov_len = buf_size}; | ^ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3083:25: note: byref variable will be forcibly initialized 3083 | struct iov_iter to; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_peek': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3128:21: note: byref variable will be forcibly initialized 3128 | struct kvec v = {.iov_base = buf, .iov_len = buf_size}; | ^ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:3127:25: note: byref variable will be forcibly initialized 3127 | struct iov_iter to; | ^~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qpair_alloc': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2689:25: note: byref variable will be forcibly initialized 2689 | enum vmci_route route; | ^~~~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2688:28: note: byref variable will be forcibly initialized 2688 | struct vmci_handle dst = vmci_make_handle(peer, VMCI_INVALID_ID); | ^~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2687:28: note: byref variable will be forcibly initialized 2687 | struct vmci_handle src = VMCI_INVALID_HANDLE; | ^~~ /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'vmci_qp_broker_map': /kisskb/src/drivers/misc/vmw_vmci/vmci_queue_pair.c:2248:43: note: byref variable will be forcibly initialized 2248 | struct vmci_qp_page_store page_store; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:90:33: note: byref variable will be forcibly initialized 90 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:552:33: note: byref variable will be forcibly initialized 552 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:646:34: note: byref variable will be forcibly initialized 646 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1392:26: note: byref variable will be forcibly initialized 1392 | struct iosys_map ptr; | ^~~ /kisskb/src/drivers/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/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:219:30: note: byref variable will be forcibly initialized 219 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_ctx_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/context.c:426:13: note: byref variable will be forcibly initialized 426 | u32 id; | ^~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:432:29: note: byref variable will be forcibly initialized 432 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:47:14: note: byref variable will be forcibly initialized 47 | char name[DMA_BUF_NAME_LEN]; | ^~~~ 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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/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/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; | ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'cxl_port_release': /kisskb/src/drivers/cxl/core/port.c:503:23: note: byref variable will be forcibly initialized 503 | unsigned long index; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_dport': /kisskb/src/drivers/cxl/core/port.c:802:23: note: byref variable will be forcibly initialized 802 | unsigned long index; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/mfd-core.c:11: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:394:13: note: byref variable will be forcibly initialized 394 | int level = MFD_DEP_LEVEL_HIGH; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:402:13: note: byref variable will be forcibly initialized 402 | int level = MFD_DEP_LEVEL_NORMAL; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_cxl_port_at': /kisskb/src/drivers/cxl/core/port.c:1031:34: note: byref variable will be forcibly initialized 1031 | 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:860:14: note: byref variable will be forcibly initialized 860 | 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:881:14: note: byref variable will be forcibly initialized 881 | char link_name[CXL_TARGET_STRLEN]; | ^~~~~~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'reap_dports': /kisskb/src/drivers/cxl/core/port.c:1107:23: note: byref variable will be forcibly initialized 1107 | unsigned long index; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'find_component_registers': /kisskb/src/drivers/cxl/core/port.c:1226:33: note: byref variable will be forcibly initialized 1226 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/cxl/core/port.c: In function 'add_port_attach_ep': /kisskb/src/drivers/cxl/core/port.c:1248:35: note: byref variable will be forcibly initialized 1248 | struct cxl_dport *dport, *parent_dport; | ^~~~~~~~~~~~ /kisskb/src/drivers/cxl/core/port.c:1248:27: note: byref variable will be forcibly initialized 1248 | struct cxl_dport *dport, *parent_dport; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'devm_cxl_enumerate_ports': /kisskb/src/drivers/cxl/core/port.c:1329:35: note: byref variable will be forcibly initialized 1329 | struct cxl_dport *dport; | ^~~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'dpa_size_store': /kisskb/src/drivers/cxl/core/port.c:241:28: note: byref variable will be forcibly initialized 241 | unsigned long long size; | ^~~~ /kisskb/src/drivers/cxl/core/port.c: In function 'dpa_size_show': /kisskb/src/drivers/cxl/core/port.c:232:25: note: byref variable will be forcibly initialized 232 | resource_size_t size = cxl_dpa_size(cxled); | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_update': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:97:33: note: byref variable will be forcibly initialized 97 | union xfs_btree_rec rec; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkin': /kisskb/src/drivers/clk/clk-cdce706.c:479:25: note: byref variable will be forcibly initialized 479 | unsigned clock, source; | ^~~~~~ /kisskb/src/drivers/clk/clk-cdce706.c:479:18: note: byref variable will be forcibly initialized 479 | unsigned clock, source; | ^~~~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_plls': /kisskb/src/drivers/clk/clk-cdce706.c:526:32: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:29: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:26: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:519:18: note: byref variable will be forcibly initialized 519 | unsigned mux; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_dividers': /kisskb/src/drivers/clk/clk-cdce706.c:564:26: note: byref variable will be forcibly initialized 564 | unsigned val; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkouts': /kisskb/src/drivers/clk/clk-cdce706.c:600:26: note: byref variable will be forcibly initialized 600 | unsigned val; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:189:28: note: byref variable will be forcibly initialized 189 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:189:23: note: byref variable will be forcibly initialized 189 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_divider_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:315:42: note: byref variable will be forcibly initialized 315 | unsigned long n, m; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:315:39: note: byref variable will be forcibly initialized 315 | unsigned long n, m; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:295:28: note: byref variable will be forcibly initialized 295 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long mul, div; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_delete': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:167:33: note: byref variable will be forcibly initialized 167 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_insert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:125:33: note: byref variable will be forcibly initialized 125 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2327:49: note: byref variable will be forcibly initialized 2327 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:219:34: note: byref variable will be forcibly initialized 219 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:43:33: note: byref variable will be forcibly initialized 43 | int get_stat = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:613:41: note: byref variable will be forcibly initialized 613 | struct xfs_rmap_irec rtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:557:41: note: byref variable will be forcibly initialized 557 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:556:41: note: byref variable will be forcibly initialized 556 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:555:41: note: byref variable will be forcibly initialized 555 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:554:41: note: byref variable will be forcibly initialized 554 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:551:41: note: byref variable will be forcibly initialized 551 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:824:41: note: byref variable will be forcibly initialized 824 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:823:41: note: byref variable will be forcibly initialized 823 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:822:41: note: byref variable will be forcibly initialized 822 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:821:41: note: byref variable will be forcibly initialized 821 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:819:41: note: byref variable will be forcibly initialized 819 | int have_lt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:818:41: note: byref variable will be forcibly initialized 818 | int have_gt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:817:41: note: byref variable will be forcibly initialized 817 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:816:41: note: byref variable will be forcibly initialized 816 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1054:33: note: byref variable will be forcibly initialized 1054 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1053:33: note: byref variable will be forcibly initialized 1053 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1049:33: note: byref variable will be forcibly initialized 1049 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1048:33: note: byref variable will be forcibly initialized 1048 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1045:41: note: byref variable will be forcibly initialized 1045 | struct xfs_rmap_irec r[4]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2347:49: note: byref variable will be forcibly initialized 2347 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2346:49: note: byref variable will be forcibly initialized 2346 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2345:49: note: byref variable will be forcibly initialized 2345 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:412:33: note: byref variable will be forcibly initialized 412 | int found = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:411:49: note: byref variable will be forcibly initialized 411 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1964:41: note: byref variable will be forcibly initialized 1964 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1963:41: note: byref variable will be forcibly initialized 1963 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1962:41: note: byref variable will be forcibly initialized 1962 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1961:41: note: byref variable will be forcibly initialized 1961 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1958:41: note: byref variable will be forcibly initialized 1958 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_find_left_neighbor': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:311:33: note: byref variable will be forcibly initialized 311 | int found = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:310:49: note: byref variable will be forcibly initialized 310 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2153:41: note: byref variable will be forcibly initialized 2153 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2152:41: note: byref variable will be forcibly initialized 2152 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2151:41: note: byref variable will be forcibly initialized 2151 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2150:41: note: byref variable will be forcibly initialized 2150 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2148:41: note: byref variable will be forcibly initialized 2148 | int have_lt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2147:41: note: byref variable will be forcibly initialized 2147 | int have_gt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2146:41: note: byref variable will be forcibly initialized 2146 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2145:41: note: byref variable will be forcibly initialized 2145 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_raw': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2292:33: note: byref variable will be forcibly initialized 2292 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1543:33: note: byref variable will be forcibly initialized 1543 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1542:33: note: byref variable will be forcibly initialized 1542 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1538:33: note: byref variable will be forcibly initialized 1538 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1537:33: note: byref variable will be forcibly initialized 1537 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1534:41: note: byref variable will be forcibly initialized 1534 | struct xfs_rmap_irec r[4]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2364:49: note: byref variable will be forcibly initialized 2364 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce925.c:149:16: note: byref variable will be forcibly initialized 149 | u16 n, m; | ^ /kisskb/src/drivers/clk/clk-cdce925.c:149:13: note: byref variable will be forcibly initialized 149 | u16 n, m; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_finish_one': /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_read': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2412:41: note: byref variable will be forcibly initialized 2412 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:557:12: note: byref variable will be forcibly initialized 557 | u8 reg_data[2]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:555:24: note: byref variable will be forcibly initialized 555 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2410:42: note: byref variable will be forcibly initialized 2410 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_write': /kisskb/src/drivers/clk/clk-cdce925.c:529:12: note: byref variable will be forcibly initialized 529 | u8 reg_data[2]; | ^~~~~~~~ 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/fs/qnx6/namei.c: In function 'qnx6_lookup': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/fs/qnx6/namei.c:20:22: note: byref variable will be forcibly initialized 20 | struct page *page; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_alloc_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2611:33: note: byref variable will be forcibly initialized 2611 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:658:14: note: byref variable will be forcibly initialized 658 | char child_name[6]; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:654:13: note: byref variable will be forcibly initialized 654 | u32 value; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_free_extent': /kisskb/src/drivers/clk/clk-cdce925.c:653:30: note: byref variable will be forcibly initialized 653 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c:651:21: note: byref variable will be forcibly initialized 651 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2633:33: note: byref variable will be forcibly initialized 2633 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_record': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2683:33: note: byref variable will be forcibly initialized 2683 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2682:33: note: byref variable will be forcibly initialized 2682 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_record_exists': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2712:41: note: byref variable will be forcibly initialized 2712 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2711:41: note: byref variable will be forcibly initialized 2711 | int has_record; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2710:41: note: byref variable will be forcibly initialized 2710 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2709:41: note: byref variable will be forcibly initialized 2709 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2708:41: note: byref variable will be forcibly initialized 2708 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_other_keys': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2768:41: note: byref variable will be forcibly initialized 2768 | struct xfs_rmap_key_state rks; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2767:41: note: byref variable will be forcibly initialized 2767 | struct xfs_rmap_irec high; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hw_events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:114:13: note: byref variable will be forcibly initialized 114 | 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:571:47: note: byref variable will be forcibly initialized 571 | 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/misc/habanalabs/common/habanalabs_ioctl.c:645:48: note: byref variable will be forcibly initialized 645 | struct hl_info_dev_memalloc_page_sizes info = {0}; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hl_debug_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:838:31: note: byref variable will be forcibly initialized 838 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:900:14: note: byref variable will be forcibly initialized 900 | char stack_kdata[128] = {0}; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:129:13: note: byref variable will be forcibly initialized 129 | 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:457:31: note: byref variable will be forcibly initialized 457 | 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:497:30: note: byref variable will be forcibly initialized 497 | 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:536:13: note: byref variable will be forcibly initialized 536 | 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:703:31: note: byref variable will be forcibly initialized 703 | enum hl_device_status status; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/libsas/sas_init.c:9: /kisskb/src/drivers/scsi/libsas/sas_init.c: In function '_sas_resume_ha': /kisskb/src/include/linux/wait.h:303: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/scsi/libsas/sas_init.c:430:9: note: in expansion of macro 'wait_event_timeout' 430 | wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); | ^~~~~~~~~~~~~~~~~~ /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/drivers/scsi/libsas/sas_init.c: In function 'sas_register_ha': /kisskb/src/drivers/scsi/libsas/sas_init.c:98:14: note: byref variable will be forcibly initialized 98 | char name[64]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'int_queue_schedule_job': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:337:22: note: byref variable will be forcibly initialized 337 | 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:408:27: note: byref variable will be forcibly initialized 408 | 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/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/misc/habanalabs/common/hw_queue.c: In function 'init_wait_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:466:39: note: byref variable will be forcibly initialized 466 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /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/misc/habanalabs/common/hw_queue.c: In function 'hl_hw_queue_schedule_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:627:31: note: byref variable will be forcibly initialized 627 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_create': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:329:42: note: byref variable will be forcibly initialized 329 | 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:414:13: note: byref variable will be forcibly initialized 414 | u32 usage_cnt = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:413:31: note: byref variable will be forcibly initialized 413 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:412:25: note: byref variable will be forcibly initialized 412 | u64 handle = 0, device_va = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:412:13: note: byref variable will be forcibly initialized 412 | 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:490:13: note: byref variable will be forcibly initialized 490 | u64 cb_handle; | ^~~~~~~~~ In file included from /kisskb/src/fs/ufs/super.c:97: /kisskb/src/fs/ufs/super.c: In function 'ufs_get_fs_qbmask': /kisskb/src/fs/ufs/util.h:92:16: note: byref variable will be forcibly initialized 92 | __fs64 tmp; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_get_fs_qfmask': /kisskb/src/fs/ufs/util.h:116:16: note: byref variable will be forcibly initialized 116 | __fs64 tmp; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_parse_options': /kisskb/src/fs/ufs/super.c:392:29: note: byref variable will be forcibly initialized 392 | substring_t args[MAX_OPT_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/fs/ufs/super.c:70: /kisskb/src/fs/ufs/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/ufs/super.c: In function 'ufs_remount': /kisskb/src/fs/ufs/super.c:1312:18: note: byref variable will be forcibly initialized 1312 | unsigned new_mount_opt, ufstype; | ^~~~~~~~~~~~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_warning': /kisskb/src/fs/ufs/super.c:334:17: note: byref variable will be forcibly initialized 334 | va_list args; | ^~~~ /kisskb/src/fs/ufs/super.c:333:26: note: byref variable will be forcibly initialized 333 | struct va_format vaf; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_error': /kisskb/src/fs/ufs/super.c:277:17: note: byref variable will be forcibly initialized 277 | va_list args; | ^~~~ /kisskb/src/fs/ufs/super.c:276:26: note: byref variable will be forcibly initialized 276 | struct va_format vaf; | ^~~ /kisskb/src/fs/ufs/super.c: In function 'ufs_panic': /kisskb/src/fs/ufs/super.c:311:17: note: byref variable will be forcibly initialized 311 | va_list args; | ^~~~ /kisskb/src/fs/ufs/super.c:310:26: note: byref variable will be forcibly initialized 310 | struct va_format vaf; | ^~~ /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\\\""; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/fs/ntfs3/fslog.c: In function 'log_read_rst': /kisskb/src/fs/ntfs3/fslog.c:1199:22: note: byref variable will be forcibly initialized 1199 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1183:29: note: byref variable will be forcibly initialized 1183 | struct RESTART_HDR *r_page = kmalloc(DefaultLogPageSize, GFP_NOFS); | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'last_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1626:33: note: byref variable will be forcibly initialized 1626 | struct RECORD_PAGE_HDR *second_tail = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1625:33: note: byref variable will be forcibly initialized 1625 | struct RECORD_PAGE_HDR *first_tail = NULL; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1624:33: note: byref variable will be forcibly initialized 1624 | struct RECORD_PAGE_HDR *tst_page = NULL; | ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1623:33: note: byref variable will be forcibly initialized 1623 | struct RECORD_PAGE_HDR *page = NULL; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:1603:14: note: byref variable will be forcibly initialized 1603 | bool usa_error = false; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_log_rec_buf': /kisskb/src/fs/ntfs3/fslog.c:2267:22: note: byref variable will be forcibly initialized 2267 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2256:33: note: byref variable will be forcibly initialized 2256 | struct RECORD_PAGE_HDR *ph = NULL; | ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_rst_area': /kisskb/src/fs/ntfs3/fslog.c:2325:32: note: byref variable will be forcibly initialized 2325 | struct LFS_RECORD_HDR *rh = NULL; | ^~ /kisskb/src/drivers/mfd/da9052-i2c.c: In function 'da9052_i2c_fix': /kisskb/src/drivers/mfd/da9052-i2c.c:60:13: note: byref variable will be forcibly initialized 60 | int val; | ^~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_log_rec': /kisskb/src/drivers/mfd/da9052-i2c.c: In function 'da9052_i2c_disable_multiwrite': /kisskb/src/drivers/mfd/da9052-i2c.c:91:13: note: byref variable will be forcibly initialized 91 | int reg_val, ret; | ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2390:32: note: byref variable will be forcibly initialized 2390 | struct LFS_RECORD_HDR *rh = lcb->lrh; | ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'next_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1477:33: note: byref variable will be forcibly initialized 1477 | struct RECORD_PAGE_HDR *page = NULL; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_client_next_lsn': /kisskb/src/fs/ntfs3/fslog.c:2515:21: note: byref variable will be forcibly initialized 2515 | u64 current_lsn; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2505:32: note: byref variable will be forcibly initialized 2505 | struct LFS_RECORD_HDR *hdr; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/fs/ntfs3/fslog.c:8: /kisskb/src/fs/ntfs3/fslog.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'do_action': /kisskb/src/fs/ntfs3/fslog.c:3054:13: note: byref variable will be forcibly initialized 3054 | u64 t64; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3040:39: note: byref variable will be forcibly initialized 3040 | struct mft_inode *mi = NULL, *mi2_child = NULL; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3040:27: note: byref variable will be forcibly initialized 3040 | struct mft_inode *mi = NULL, *mi2_child = NULL; | ^~ /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/fs/ntfs3/fslog.c: In function 'log_replay': /kisskb/src/fs/ntfs3/fslog.c:4326:51: note: byref variable will be forcibly initialized 4326 | struct OPEN_ATTR_ENRTY_32 oe0; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3857:22: note: byref variable will be forcibly initialized 3857 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3856:41: note: byref variable will be forcibly initialized 3856 | struct RECORD_PAGE_HDR *sp = NULL; | ^~ /kisskb/src/fs/ntfs3/fslog.c:3762:13: note: byref variable will be forcibly initialized 3762 | u32 l_size = ni->vfs_inode.i_size; | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3757:21: note: byref variable will be forcibly initialized 3757 | struct lcb *lcb = NULL; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3756:30: note: byref variable will be forcibly initialized 3756 | struct NTFS_RESTART *rst = NULL; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3754:36: note: byref variable will be forcibly initialized 3754 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3754:30: note: byref variable will be forcibly initialized 3754 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3754:24: note: byref variable will be forcibly initialized 3754 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3754:19: note: byref variable will be forcibly initialized 3754 | CLST rno, lcn, lcn0, len0, clen; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3748:31: note: byref variable will be forcibly initialized 3748 | struct RESTART_TABLE *oatbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3746:31: note: byref variable will be forcibly initialized 3746 | struct RESTART_TABLE *trtbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3745:31: note: byref variable will be forcibly initialized 3745 | struct RESTART_TABLE *dptbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3742:22: note: byref variable will be forcibly initialized 3742 | u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3742:13: note: byref variable will be forcibly initialized 3742 | u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; | ^~~~~~~ /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/fs/ntfs3/fslog.c:3741:39: note: byref variable will be forcibly initialized 3741 | struct restart_info rst_info, rst_info2; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3741:29: note: byref variable will be forcibly initialized 3741 | struct restart_info rst_info, rst_info2; | ^~~~~~~~ In file included from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/base/bus.c:11: /kisskb/src/drivers/base/bus.c: In function 'bus_sort_breadthfirst': /kisskb/src/drivers/base/bus.c:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1024:32: note: byref variable will be forcibly initialized 1024 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/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/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_update': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:171:33: note: byref variable will be forcibly initialized 171 | union xfs_btree_rec rec; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/irq.c: In function 'handle_user_interrupt': /kisskb/src/drivers/misc/habanalabs/common/irq.c:275:27: note: byref variable will be forcibly initialized 275 | struct list_head *ts_reg_free_list_head = NULL; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:115:42: note: byref variable will be forcibly initialized 115 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_left_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:620:41: note: byref variable will be forcibly initialized 620 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:618:41: note: byref variable will be forcibly initialized 618 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_right_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:709:41: note: byref variable will be forcibly initialized 709 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:707:41: note: byref variable will be forcibly initialized 707 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_delete': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:229:33: note: byref variable will be forcibly initialized 229 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:228:41: note: byref variable will be forcibly initialized 228 | struct xfs_refcount_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_center_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:413:41: note: byref variable will be forcibly initialized 413 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_left_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:489:41: note: byref variable will be forcibly initialized 489 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_right_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:550:41: note: byref variable will be forcibly initialized 550 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:350:41: note: byref variable will be forcibly initialized 350 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:349:48: note: byref variable will be forcibly initialized 349 | struct xfs_refcount_irec rcext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:349:41: note: byref variable will be forcibly initialized 349 | struct xfs_refcount_irec rcext, tmp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:929:52: note: byref variable will be forcibly initialized 929 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:929:41: note: byref variable will be forcibly initialized 929 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:927:46: note: byref variable will be forcibly initialized 927 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:927:41: note: byref variable will be forcibly initialized 927 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1057:33: note: byref variable will be forcibly initialized 1057 | bool shape_changed; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1452:52: note: byref variable will be forcibly initialized 1452 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1452:41: note: byref variable will be forcibly initialized 1452 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1450:46: note: byref variable will be forcibly initialized 1450 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1450:41: note: byref variable will be forcibly initialized 1450 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1542:33: note: byref variable will be forcibly initialized 1542 | bool shape_changed; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1149:41: note: byref variable will be forcibly initialized 1149 | xfs_agblock_t new_agbno; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1146:42: note: byref variable will be forcibly initialized 1146 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_shared': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1299:41: note: byref variable will be forcibly initialized 1299 | int have; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1298:41: note: byref variable will be forcibly initialized 1298 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1297:41: note: byref variable will be forcibly initialized 1297 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_recover_cow_leftovers': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1688:41: note: byref variable will be forcibly initialized 1688 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1687:41: note: byref variable will be forcibly initialized 1687 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1686:41: note: byref variable will be forcibly initialized 1686 | struct list_head debris; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1684:42: note: byref variable will be forcibly initialized 1684 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1682:42: note: byref variable will be forcibly initialized 1682 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_has_record': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1778:33: note: byref variable will be forcibly initialized 1778 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1777:33: note: byref variable will be forcibly initialized 1777 | union xfs_btree_irec low; | ^~~ /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:186:14: note: byref variable will be forcibly initialized 186 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hard_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:214:14: note: byref variable will be forcibly initialized 214 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'status_show': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:279:14: note: byref variable will be forcibly initialized 279 | 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:325:23: note: byref variable will be forcibly initialized 325 | unsigned long value; | ^~~~~ /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]; | ^~~~~~~ /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/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_reg_read': /kisskb/src/drivers/mfd/da9150-core.c:201:13: note: byref variable will be forcibly initialized 201 | int val, ret; | ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_read_es_version': /kisskb/src/drivers/mfd/max77620.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_config_fps': /kisskb/src/drivers/mfd/max77620.c:320:14: note: byref variable will be forcibly initialized 320 | char fps_name[10]; | ^~~~~~~~ /kisskb/src/drivers/mfd/max77620.c:317:13: note: byref variable will be forcibly initialized 317 | u32 param_val; | ^~~~~~~~~ /kisskb/src/drivers/mfd/max77650.c: In function 'max77650_i2c_probe': /kisskb/src/drivers/mfd/max77650.c:158:22: note: byref variable will be forcibly initialized 158 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max77650.c:154:38: note: byref variable will be forcibly initialized 154 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/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:721:44: note: byref variable will be forcibly initialized 721 | struct cxl_mbox_get_partition_info 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:754:34: note: byref variable will be forcibly initialized 754 | 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; | ^~~~ /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; | ^~~~ 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/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:398:14: note: byref variable will be forcibly initialized 398 | char buf[4]; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'devm_cxl_port_enumerate_dports': /kisskb/src/drivers/cxl/core/pci.c:80:33: note: byref variable will be forcibly initialized 80 | struct cxl_walk_context ctx; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'match_add_dports': /kisskb/src/drivers/cxl/core/pci.c:39:13: note: byref variable will be forcibly initialized 39 | u32 lnkcap, port_num; | ^~~~~~ /kisskb/src/drivers/cxl/core/pci.c:37:33: note: byref variable will be forcibly initialized 37 | struct cxl_register_map map; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'wait_for_valid': /kisskb/src/drivers/cxl/core/pci.c:151:13: note: byref variable will be forcibly initialized 151 | u32 val; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_await_media_ready': /kisskb/src/drivers/cxl/core/pci.c:119:21: note: byref variable will be forcibly initialized 119 | u32 temp; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_set_mem_enable': /kisskb/src/drivers/cxl/core/pci.c:183:13: note: byref variable will be forcibly initialized 183 | u16 ctrl; | ^~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:98:28: note: byref variable will be forcibly initialized 98 | unsigned long long _res; | ^~~~ /kisskb/src/lib/kstrtox.c: In function '_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/drivers/cxl/core/pci.c: In function 'cxl_hdm_decode_init': /kisskb/src/drivers/cxl/core/pci.c:401:21: note: byref variable will be forcibly initialized 401 | u32 temp; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c:354:18: note: byref variable will be forcibly initialized 354 | u16 cap, ctrl; | ^~~~ /kisskb/src/drivers/cxl/core/pci.c:354:13: note: byref variable will be forcibly initialized 354 | u16 cap, ctrl; | ^~~ /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); | ^~~~~~~~~~~~~~~~ /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/drivers/cxl/core/pci.c: In function 'find_cdat_doe': /kisskb/src/drivers/cxl/core/pci.c:469:23: note: byref variable will be forcibly initialized 469 | unsigned long index; | ^~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:430:1: note: in expansion of macro 'kstrto_from_user' 430 | kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:422:1: note: in expansion of macro 'kstrto_from_user' 422 | kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'cxl_cdat_read_table': /kisskb/src/drivers/cxl/core/pci.c:552:67: note: byref variable will be forcibly initialized 552 | DECLARE_CDAT_DOE_TASK(CDAT_DOE_REQ(entry_handle), t); | ^ /kisskb/src/drivers/cxl/core/pci.c:506:22: note: in definition of macro 'DECLARE_CDAT_DOE_TASK' 506 | struct cdat_doe_task cdt = { \ | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:424:1: note: in expansion of macro 'kstrto_from_user' 424 | kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:158:28: note: byref variable will be forcibly initialized 158 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:199:19: note: byref variable will be forcibly initialized 199 | long long tmp; | ^~~ /kisskb/src/drivers/cxl/core/pci.c: In function 'read_cdat_data': /kisskb/src/drivers/cxl/core/pci.c:597:16: note: byref variable will be forcibly initialized 597 | size_t cdat_length; | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:261:19: note: byref variable will be forcibly initialized 261 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:427:1: note: in expansion of macro 'kstrto_from_user' 427 | kstrto_from_user(kstrtoint_from_user, kstrtoint, int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '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/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/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/fs/ntfs/namei.c: In function 'ntfs_lookup': /kisskb/src/fs/ntfs/namei.c:168:21: note: byref variable will be forcibly initialized 168 | struct qstr nls_name; | ^~~~~~~~ /kisskb/src/fs/ntfs/namei.c:95:20: note: byref variable will be forcibly initialized 95 | ntfs_name *name = NULL; | ^~~~ /kisskb/src/fs/ntfs/namei.c:94:19: note: byref variable will be forcibly initialized 94 | ntfschar *uname; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_dump_peer_log': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:246:14: note: byref variable will be forcibly initialized 246 | char loc_buf[BCM_VK_PEER_LOG_LINE_MAX]; | ^~~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:244:32: note: byref variable will be forcibly initialized 244 | struct bcm_vk_peer_log log; | ^~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'get_load_fw_name': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:840:23: note: byref variable will be forcibly initialized 840 | unsigned long dummy; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:837:32: note: byref variable will be forcibly initialized 837 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_load_image_by_type': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:555:20: note: byref variable will be forcibly initialized 555 | dma_addr_t boot_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:548:32: note: byref variable will be forcibly initialized 548 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_load_image': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:950:25: note: byref variable will be forcibly initialized 950 | struct vk_image image; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_shutdown': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:1615:21: note: byref variable will be forcibly initialized 1615 | u16 lnksta; | ^~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_probe': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:1285:14: note: byref variable will be forcibly initialized 1285 | char name[20]; | ^~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_handle_notf': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:297:29: note: byref variable will be forcibly initialized 297 | struct bcm_vk_alert alert; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c: In function 'bcm_vk_reset': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_dev.c:1142:25: note: byref variable will be forcibly initialized 1142 | struct vk_reset reset; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:63:33: note: byref variable will be forcibly initialized 63 | struct xfs_alloc_arg args; /* block allocation args */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:426:33: note: byref variable will be forcibly initialized 426 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:487:34: note: byref variable will be forcibly initialized 487 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/drivers/clk/clk-lochnagar.c: In function 'lochnagar_clk_get_parent': /kisskb/src/drivers/clk/clk-lochnagar.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int val; | ^~~ 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/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/misc/bcm-vk/bcm_vk_sg.c:5: /kisskb/src/drivers/misc/bcm-vk/bcm_vk_sg.c: In function '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/bcm-vk/bcm_vk_msg.c: In function 'bcm_vk_free_wkent': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:330:13: note: byref variable will be forcibly initialized 330 | int proc_cnt; | ^~~~~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c: In function 'bcm_vk_drain_all_pend': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:347:26: note: byref variable will be forcibly initialized 347 | struct list_head del_q; | ^~~~~ /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c: In function 'bcm_vk_read': /kisskb/src/drivers/misc/bcm-vk/bcm_vk_msg.c:1055:35: note: byref variable will be forcibly initialized 1055 | struct vk_msg_blk tmp_msg = entry->to_h_msg[0]; | ^~~~~~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:269:13: note: byref variable will be forcibly initialized 269 | int timeout; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:752:9: note: in expansion of macro 'wait_event' 752 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:999:43: note: byref variable will be forcibly initialized 999 | struct device_attach_data data = { | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-chain.h:13, from /kisskb/src/drivers/dma-buf/dma-fence-chain.c:10: /kisskb/src/drivers/dma-buf/dma-fence-chain.c: In function 'dma_fence_chain_init': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:238:9: note: in expansion of macro 'rcu_assign_pointer' 238 | rcu_assign_pointer(chain->prev, prev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'devm_cxl_add_passthrough_decoder': /kisskb/src/drivers/cxl/core/hdm.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned long index; | ^~~~~ /kisskb/src/drivers/cxl/core/hdm.c:54:13: note: byref variable will be forcibly initialized 54 | 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:88:38: note: byref variable will be forcibly initialized 88 | struct cxl_component_reg_map map; | ^~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'cxld_set_interleave': /kisskb/src/drivers/cxl/core/hdm.c:486:12: note: byref variable will be forcibly initialized 486 | u8 eiw; | ^~~ /kisskb/src/drivers/cxl/core/hdm.c:485:13: note: byref variable will be forcibly initialized 485 | u16 eig; | ^~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'devm_cxl_enumerate_decoders': /kisskb/src/drivers/cxl/core/hdm.c:814:21: note: byref variable will be forcibly initialized 814 | int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/cxl/core/hdm.c:793:13: note: byref variable will be forcibly initialized 793 | u64 dpa_base = 0; | ^~~~~~~~ /kisskb/src/drivers/cxl/core/hdm.c: In function 'cxl_decoder_commit': /kisskb/src/drivers/cxl/core/hdm.c:604:21: note: byref variable will be forcibly initialized 604 | u64 targets; | ^~~~~~~ /kisskb/src/drivers/cxl/core/hdm.c:574:13: note: byref variable will be forcibly initialized 574 | u32 ctrl; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1424:13: note: byref variable will be forcibly initialized 1424 | 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 'init_phys_pg_pack_from_userptr': /kisskb/src/drivers/misc/habanalabs/common/memory.c:852:20: note: byref variable will be forcibly initialized 852 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'mem_ioctl_no_mmu': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1995:25: note: byref variable will be forcibly initialized 1995 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1995:13: note: byref variable will be forcibly initialized 1995 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1993:27: note: byref variable will be forcibly initialized 1993 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1993:13: note: byref variable will be forcibly initialized 1993 | 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:804:31: note: byref variable will be forcibly initialized 804 | 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:1080:28: note: byref variable will be forcibly initialized 1080 | struct hl_userptr *userptr = NULL; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1077:36: note: byref variable will be forcibly initialized 1077 | 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:1289:36: note: byref variable will be forcibly initialized 1289 | 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:2168:17: note: byref variable will be forcibly initialized 2168 | int rc, dmabuf_fd = -EBADF; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2167:25: note: byref variable will be forcibly initialized 2167 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2167:13: note: byref variable will be forcibly initialized 2167 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2166:27: note: byref variable will be forcibly initialized 2166 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2166:13: note: byref variable will be forcibly initialized 2166 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2162:31: note: byref variable will be forcibly initialized 2162 | 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:2739:13: note: byref variable will be forcibly initialized 2739 | int i; | ^ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2738:26: note: byref variable will be forcibly initialized 2738 | struct hl_mem_in args; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2737:26: note: byref variable will be forcibly initialized 2737 | struct list_head free_list; | ^~~~~~~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:23: note: byref variable will be forcibly initialized 52 | unsigned char data = 0; | ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned char buf[9]; | ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:23: note: byref variable will be forcibly initialized 112 | unsigned char value; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/ntfs/super.c:12: /kisskb/src/fs/ntfs/super.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c: In function 'parse_options': /kisskb/src/fs/ntfs/super.c:219:30: note: byref variable will be forcibly initialized 219 | bool val = false; | ^~~ /kisskb/src/fs/ntfs/super.c:152:22: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:188:22: note: in expansion of macro 'NTFS_GETOPT_BOOL' 188 | else NTFS_GETOPT_BOOL("disable_sparse", disable_sparse) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:22: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:187:22: note: in expansion of macro 'NTFS_GETOPT_BOOL' 187 | else NTFS_GETOPT_BOOL("case_sensitive", case_sensitive) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:22: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:186:22: note: in expansion of macro 'NTFS_GETOPT_BOOL' 186 | else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:89:19: note: byref variable will be forcibly initialized 89 | char *p, *v, *ov; | ^ /kisskb/src/fs/ntfs/super.c: In function 'check_windows_hibernation_status': /kisskb/src/fs/ntfs/super.c:1258:20: note: byref variable will be forcibly initialized 1258 | ntfs_name *name = NULL; | ^~~~ /kisskb/src/fs/ntfs/super.c: In function 'load_and_init_usnjrnl': /kisskb/src/fs/ntfs/super.c:1431:20: note: byref variable will be forcibly initialized 1431 | ntfs_name *name = NULL; | ^~~~ /kisskb/src/fs/ntfs/super.c: In function 'load_and_init_quota': /kisskb/src/fs/ntfs/super.c:1353:20: note: byref variable will be forcibly initialized 1353 | ntfs_name *name = NULL; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/cxl/core/region.c:5: /kisskb/src/drivers/cxl/core/region.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-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/cxl/core/region.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs/super.c: In function 'load_system_files': /kisskb/src/fs/ntfs/super.c:1765:30: note: byref variable will be forcibly initialized 1765 | RESTART_PAGE_HEADER *rp; | ^~ /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/cxl/core/region.c: In function 'cxl_port_detach_region': /kisskb/src/drivers/cxl/core/region.c:885:31: note: byref variable will be forcibly initialized 885 | unsigned long index; | ^~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'alloc_region_ref': /kisskb/src/drivers/cxl/core/region.c:654:23: note: byref variable will be forcibly initialized 654 | unsigned long index; | ^~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'cxl_region_find_decoder': /kisskb/src/drivers/cxl/core/region.c:634:13: note: byref variable will be forcibly initialized 634 | int id = 0; | ^~ /kisskb/src/drivers/cxl/core/region.c: In function 'cxl_port_attach_region': /kisskb/src/drivers/cxl/core/region.c:764:23: note: byref variable will be forcibly initialized 764 | unsigned long index; | ^~~~~ 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/cxl/core/region.c: In function 'cxl_port_setup_targets': /kisskb/src/drivers/cxl/core/region.c:957:17: note: byref variable will be forcibly initialized 957 | u8 eiw, peiw; | ^~~~ /kisskb/src/drivers/cxl/core/region.c:957:12: note: byref variable will be forcibly initialized 957 | u8 eiw, peiw; | ^~~ /kisskb/src/drivers/cxl/core/region.c:956:18: note: byref variable will be forcibly initialized 956 | u16 eig, peig; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_sanity_checks': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1254:31: note: byref variable will be forcibly initialized 1254 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_wait_for_fence': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2449:21: note: byref variable will be forcibly initialized 2449 | int rc = 0, error; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2447:17: note: byref variable will be forcibly initialized 2447 | ktime_t timestamp_kt; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '_hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3074:43: note: byref variable will be forcibly initialized 3074 | 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/cxl/core/region.c: In function 'size_store': /kisskb/src/drivers/cxl/core/region.c:522:13: note: byref variable will be forcibly initialized 522 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3232:13: note: byref variable will be forcibly initialized 3232 | u64 completion_value; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'interleave_granularity_store': /kisskb/src/drivers/cxl/core/region.c:387:13: note: byref variable will be forcibly initialized 387 | u16 ig; | ^~ /kisskb/src/drivers/cxl/core/region.c:386:17: note: byref variable will be forcibly initialized 386 | int rc, val; | ^~~ /kisskb/src/drivers/cxl/core/region.c: In function 'interleave_ways_store': /kisskb/src/drivers/cxl/core/region.c:320:12: note: byref variable will be forcibly initialized 320 | u8 iw; | ^~ /kisskb/src/drivers/cxl/core/region.c:318:22: note: byref variable will be forcibly initialized 318 | unsigned int val, save; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3348:13: note: byref variable will be forcibly initialized 3348 | u64 timestamp = 0; | ^~~~~~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'commit_store': /kisskb/src/drivers/cxl/core/region.c:209:14: note: byref variable will be forcibly initialized 209 | bool commit; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:3347:13: note: byref variable will be forcibly initialized 3347 | u32 status = HL_WAIT_CS_STATUS_BUSY; | ^~~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'uuid_store': /kisskb/src/drivers/cxl/core/region.c:80:16: note: byref variable will be forcibly initialized 80 | uuid_t temp; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2939:13: note: byref variable will be forcibly initialized 2939 | s64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2937:32: note: byref variable will be forcibly initialized 2937 | 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:2525:32: note: byref variable will be forcibly initialized 2525 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/cxl/core/region.c: In function 'create_pmem_region_store': /kisskb/src/drivers/cxl/core/region.c:1637:13: note: byref variable will be forcibly initialized 1637 | int id, rc; | ^~ /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/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_parser': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:304:29: note: byref variable will be forcibly initialized 304 | struct hl_cs_parser parser; | ^~~~~~ /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/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_signal_wait': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2183:29: note: byref variable will be forcibly initialized 2183 | u32 id; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2108:13: note: byref variable will be forcibly initialized 2108 | u64 signal_seq; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2107:23: note: byref variable will be forcibly initialized 2107 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2097:29: note: byref variable will be forcibly initialized 2097 | 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:1440:22: note: byref variable will be forcibly initialized 1440 | bool is_kernel_allocated_cb; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1439:36: note: byref variable will be forcibly initialized 1439 | enum hl_queue_type queue_type; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1394:23: note: byref variable will be forcibly initialized 1394 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1390:29: note: byref variable will be forcibly initialized 1390 | struct hl_cs_chunk *cs_chunk_array; | ^~~~~~~~~~~~~~ /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/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ctx_switch': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1645:48: note: byref variable will be forcibly initialized 1645 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1590:13: note: byref variable will be forcibly initialized 1590 | 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:1911:27: note: byref variable will be forcibly initialized 1911 | struct hl_hw_sob *hw_sob; | ^~~~~~ /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; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2362:13: note: byref variable will be forcibly initialized 2362 | u16 sob_initial_count = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2361:50: note: byref variable will be forcibly initialized 2361 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2361:36: note: byref variable will be forcibly initialized 2361 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2361:17: note: byref variable will be forcibly initialized 2361 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2358:13: note: byref variable will be forcibly initialized 2358 | u64 cs_seq = ULONG_MAX; | ^~~~~~ 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/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_msi_info_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:771:13: note: byref variable will be forcibly initialized 771 | u64 result; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_qc_issue_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_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/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_template, | ^~~~~~~~~~~~~~~~~~~ /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:1389:14: note: byref variable will be forcibly initialized 1389 | char btl_ver[32]; | ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_qc_complete_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_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/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_tf_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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_load, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_exec_command_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_bmdma_status': /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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_eh_link_autopsy': /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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/perf.h: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/libata.h:466:1: note: in expansion of macro 'TRACE_EVENT' 466 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /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/libata.h:466:1: note: in expansion of macro 'TRACE_EVENT' 466 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_eh_action_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_port_eh_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/libata.h:605:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 605 | DECLARE_EVENT_CLASS(ata_port_eh_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/libata.h:605:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 605 | DECLARE_EVENT_CLASS(ata_port_eh_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_sff_hsm_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_transfer_data_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_sff_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/libata.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 722 | DECLARE_EVENT_CLASS(ata_sff_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/libata.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 722 | DECLARE_EVENT_CLASS(ata_sff_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_issue_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/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_qc_complete_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/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'extract_fw_sub_versions': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:59:24: note: byref variable will be forcibly initialized 59 | char major[8], minor[8], *first_dot, *second_dot; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:59:14: note: byref variable will be forcibly initialized 59 | char major[8], minor[8], *first_dot, *second_dot; | ^~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_tf_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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_load, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_read_device_fw_version': /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_bmdma_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2032:14: note: byref variable will be forcibly initialized 2032 | char btl_ver[32]; | ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:466:1: note: in expansion of macro 'TRACE_EVENT' 466 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_template, | ^~~~~~~~~~~~~~~~~~~ /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:232:32: note: byref variable will be forcibly initialized 232 | const struct firmware *fw; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_port_eh_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/libata.h:605:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 605 | DECLARE_EVENT_CLASS(ata_port_eh_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_template, | ^~~~~~~~~~~~~~~~~~~ /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:263:13: note: byref variable will be forcibly initialized 263 | u32 tmp, expected_ack_val, pi; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:261:20: note: byref variable will be forcibly initialized 261 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_sff_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/libata.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 722 | DECLARE_EVENT_CLASS(ata_sff_template, | ^~~~~~~~~~~~~~~~~~~ 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/ata/libata-core.c:29: /kisskb/src/drivers/ata/libata-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:362:13: note: byref variable will be forcibly initialized 362 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:361:29: note: byref variable will be forcibly initialized 361 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:385:13: note: byref variable will be forcibly initialized 385 | 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:424:13: note: byref variable will be forcibly initialized 424 | 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:468:13: note: byref variable will be forcibly initialized 468 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:467:29: note: byref variable will be forcibly initialized 467 | 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:697:13: note: byref variable will be forcibly initialized 697 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:694:20: note: byref variable will be forcibly initialized 694 | 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:842:13: note: byref variable will be forcibly initialized 842 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:841:20: note: byref variable will be forcibly initialized 841 | 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:887:13: note: byref variable will be forcibly initialized 887 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:882:20: note: byref variable will be forcibly initialized 882 | 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:930:13: note: byref variable will be forcibly initialized 930 | u64 result; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_link_reset_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/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_begin_template, | ^~~~~~~~~~~~~~~~~~~ /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:982:13: note: byref variable will be forcibly initialized 982 | u64 result; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_link_reset_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/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_begin_template, | ^~~~~~~~~~~~~~~~~~~ /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:1053:13: note: byref variable will be forcibly initialized 1053 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1052:24: note: byref variable will be forcibly initialized 1052 | enum pll_index used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1051:29: note: byref variable will be forcibly initialized 1051 | struct cpucp_packet pkt; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'perf_trace_ata_link_reset_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/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_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/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_end_template, | ^~~~~~~~~~~~~~~~~~~ /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:1084:13: note: byref variable will be forcibly initialized 1084 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1083:29: note: byref variable will be forcibly initialized 1083 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dram_replaced_row_get': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function 'trace_event_raw_event_ata_link_reset_end_template': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1111:13: note: byref variable will be forcibly initialized 1111 | u64 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/events/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1109:20: note: byref variable will be forcibly initialized 1109 | 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': In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/libata.h:750, from /kisskb/src/drivers/ata/libata-core.c:62: /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_qc_issue_template': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1150:13: note: byref variable will be forcibly initialized 1150 | u64 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/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/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1149:29: note: byref variable will be forcibly initialized 1149 | struct cpucp_packet pkt; | ^~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/libata.h:182:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 182 | DECLARE_EVENT_CLASS(ata_qc_issue_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_qc_complete_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/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_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/libata.h:249:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 249 | DECLARE_EVENT_CLASS(ata_qc_complete_template, | ^~~~~~~~~~~~~~~~~~~ /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:1171:29: note: byref variable will be forcibly initialized 1171 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_eh_link_autopsy_qc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/libata.h:466:1: note: in expansion of macro 'TRACE_EVENT' 466 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/libata.h:466:1: note: in expansion of macro 'TRACE_EVENT' 466 | TRACE_EVENT(ata_eh_link_autopsy_qc, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_port_eh_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/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/libata.h:605:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 605 | DECLARE_EVENT_CLASS(ata_port_eh_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/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/libata.h:605:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 605 | DECLARE_EVENT_CLASS(ata_port_eh_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_sff_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/libata.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 722 | DECLARE_EVENT_CLASS(ata_sff_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/libata.h:722:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 722 | DECLARE_EVENT_CLASS(ata_sff_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_tf_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/trace/bpf_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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_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/trace/bpf_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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_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: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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_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: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/libata.h:318:1: note: in expansion of macro 'TRACE_EVENT' 318 | TRACE_EVENT(ata_tf_load, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_send_msg': /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_bmdma_status': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(ata_bmdma_status, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2410:30: note: byref variable will be forcibly initialized 2410 | struct lkd_msg_comms msg; | ^~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_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/libata.h:634:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 634 | DECLARE_EVENT_CLASS(ata_sff_hsm_template, | ^~~~~~~~~~~~~~~~~~~ /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:2214:32: note: byref variable will be forcibly initialized 2214 | const struct firmware *fw; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_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/libata.h:371:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 371 | DECLARE_EVENT_CLASS(ata_exec_command_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_eh_link_autopsy': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/libata.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(ata_eh_link_autopsy, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_eh_action_template': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_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/libata.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(ata_eh_action_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2874:13: note: byref variable will be forcibly initialized 2874 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2873:13: note: byref variable will be forcibly initialized 2873 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_link_reset_begin_template': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2872:29: note: byref variable will be forcibly initialized 2872 | struct cpucp_packet pkt; | ^~~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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: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/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_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: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/libata.h:525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 525 | DECLARE_EVENT_CLASS(ata_link_reset_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_link_reset_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_set_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/events/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_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: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/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_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: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/libata.h:561:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 561 | DECLARE_EVENT_CLASS(ata_link_reset_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2905:13: note: byref variable will be forcibly initialized 2905 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2904:29: note: byref variable will be forcibly initialized 2904 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/ata/libata-core.c: In function '__bpf_trace_ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_pp_status': /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_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/libata.h:680:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 680 | DECLARE_EVENT_CLASS(ata_transfer_data_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_max_power': /kisskb/src/drivers/nvme/host/core.c:4651:13: note: byref variable will be forcibly initialized 4651 | u32 csts; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2928:13: note: byref variable will be forcibly initialized 2928 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2927:29: note: byref variable will be forcibly initialized 2927 | 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:2947:29: note: byref variable will be forcibly initialized 2947 | struct cpucp_packet pkt; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:30: /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_async_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/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_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/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_complete_rq': /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/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /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/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_blacklisted': /kisskb/src/drivers/nvme/host/core.c: In function 'perf_trace_nvme_sq': /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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:4107:23: note: byref variable will be forcibly initialized 4107 | unsigned char model_rev[ATA_ID_FW_REV_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:4106:23: note: byref variable will be forcibly initialized 4106 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:30: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/ata/libata-core.c:29: /kisskb/src/drivers/ata/libata-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/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /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/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_std_hardreset': /kisskb/src/drivers/ata/libata-core.c:3633:14: note: byref variable will be forcibly initialized 3633 | bool online; | ^~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_same_device': /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_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/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3688:23: note: byref variable will be forcibly initialized 3688 | unsigned char serial[2][ATA_ID_SERNO_LEN + 1]; | ^~~~~~ /kisskb/src/drivers/ata/libata-core.c:3687:23: note: byref variable will be forcibly initialized 3687 | unsigned char model[2][ATA_ID_PROD_LEN + 1]; | ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_mps_to_sectors': /kisskb/src/drivers/ata/libata-core.c: In function 'pci_test_config_bits': /kisskb/src/drivers/nvme/host/core.c:3015:59: note: byref variable will be forcibly initialized 3015 | u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; | ^~~ /kisskb/src/drivers/ata/libata-core.c:6021:21: note: byref variable will be forcibly initialized 6021 | u32 tmp32 = 0; | ^~~~~ /kisskb/src/drivers/ata/libata-core.c:6015:21: note: byref variable will be forcibly initialized 6015 | u16 tmp16 = 0; | ^~~~~ /kisskb/src/drivers/ata/libata-core.c:6009:20: note: byref variable will be forcibly initialized 6009 | u8 tmp8 = 0; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:30: /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_setup_cmd': /kisskb/src/drivers/ata/libata-core.c: In function 'ata_parse_force_one': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_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/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:6223:26: note: byref variable will be forcibly initialized 6223 | char *id, *val, *endp; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_async_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/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_complete_rq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_parse_force_param': /kisskb/src/drivers/nvme/host/core.c: In function '__bpf_trace_nvme_sq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:6318:38: note: byref variable will be forcibly initialized 6318 | struct ata_force_ent te = { .port = -1, .device = -1 }; | ^~ /kisskb/src/drivers/ata/libata-core.c:6317:29: note: byref variable will be forcibly initialized 6317 | const char *reason = ""; | ^~~~~~ /kisskb/src/drivers/ata/libata-core.c:6301:25: note: byref variable will be forcibly initialized 6301 | char *p, *cur, *next; | ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_force_xfermask': /kisskb/src/drivers/ata/libata-core.c:428:52: note: byref variable will be forcibly initialized 428 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:428:40: note: byref variable will be forcibly initialized 428 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:428:30: note: byref variable will be forcibly initialized 428 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_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: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/nvme/host/core.c:605:9: note: in expansion of macro 'wait_event' 605 | wait_event(ctrl->state_wq, | ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_down_spd_limit': /kisskb/src/drivers/ata/libata-core.c:3076:13: note: byref variable will be forcibly initialized 3076 | u32 sstatus, spd, mask; | ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_down_xfermask_limit': /kisskb/src/drivers/ata/libata-core.c:3206:44: note: byref variable will be forcibly initialized 3206 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3206:32: note: byref variable will be forcibly initialized 3206 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3206:22: note: byref variable will be forcibly initialized 3206 | unsigned int pio_mask, mwdma_mask, udma_mask; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3204:14: note: byref variable will be forcibly initialized 3204 | char buf[32]; | ^~~ 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/ata/libata-core.c:29: /kisskb/src/drivers/ata/libata-core.c: In function 'ata_exec_internal_sg': /kisskb/src/drivers/ata/libata-core.c:1484:36: note: byref variable will be forcibly initialized 1484 | 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/drivers/ata/libata-core.c: In function 'ata_exec_internal': /kisskb/src/drivers/ata/libata-core.c:1650:41: note: byref variable will be forcibly initialized 1650 | struct scatterlist *psg = NULL, sg; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_init_params': /kisskb/src/drivers/ata/libata-core.c:4381:29: note: byref variable will be forcibly initialized 4381 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_log_page': /kisskb/src/drivers/ata/libata-core.c:1966:29: note: byref variable will be forcibly initialized 1966 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_aen': /kisskb/src/drivers/nvme/host/core.c:1564:13: note: byref variable will be forcibly initialized 1564 | u32 result, supported_aens = ctrl->oaes & NVME_AEN_SUPPORTED; | ^~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_read_native_max_address': /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_identify_ns_descs': /kisskb/src/drivers/ata/libata-core.c:1159:29: note: byref variable will be forcibly initialized 1159 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/nvme/host/core.c:1358:14: note: byref variable will be forcibly initialized 1358 | bool csi_seen = false; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_set_max_sectors': /kisskb/src/drivers/ata/libata-core.c:1210:29: note: byref variable will be forcibly initialized 1210 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_xfermode': /kisskb/src/drivers/ata/libata-core.c:4297:29: note: byref variable will be forcibly initialized 4297 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_set_feature': /kisskb/src/drivers/ata/libata-core.c:4343:29: note: byref variable will be forcibly initialized 4343 | struct ata_taskfile tf; | ^~ 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/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_read_id': In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/drivers/ata/libata-core.c:1765:29: note: byref variable will be forcibly initialized 1765 | struct ata_taskfile tf; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ns_info_from_identify': /kisskb/src/drivers/nvme/host/core.c:1443:28: note: byref variable will be forcibly initialized 1443 | struct nvme_id_ns *id; | ^~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_reread_id': /kisskb/src/drivers/ata/libata-core.c:3732:22: note: byref variable will be forcibly initialized 3732 | unsigned int class = dev->class; | ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_set_queue_count': /kisskb/src/drivers/nvme/host/core.c:1533:13: note: byref variable will be forcibly initialized 1533 | u32 result; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_apst': /kisskb/src/drivers/ata/libata-core.c: In function 'ata_hpa_resize': /kisskb/src/drivers/ata/libata-core.c:1269:13: note: byref variable will be forcibly initialized 1269 | u64 native_sectors; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2512:56: note: byref variable will be forcibly initialized 2512 | u64 total_latency_us, exit_latency_us, transition_ms; | ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2481:18: note: byref variable will be forcibly initialized 2481 | unsigned last_lt_index = UINT_MAX; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_config_lba': In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:18: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/drivers/ata/libata-core.c:2369:14: note: byref variable will be forcibly initialized 2369 | char ncq_desc[24]; | ^~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:234:31: note: byref variable will be forcibly initialized 234 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_pr_command': /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_read_buf': /kisskb/src/drivers/ata/libata-core.c: In function 'ata_dev_configure': /kisskb/src/drivers/nvme/host/core.c:2114:12: note: byref variable will be forcibly initialized 2114 | u8 data[16] = { 0, }; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/ata/libata-core.c:2687:21: note: byref variable will be forcibly initialized 2687 | u32 sntf; | ^~~~ /kisskb/src/drivers/ata/libata-core.c:2541:14: note: byref variable will be forcibly initialized 2541 | char modelbuf[ATA_ID_PROD_LEN+1]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:2540:14: note: byref variable will be forcibly initialized 2540 | char fwrevbuf[ATA_ID_FW_REV_LEN+1]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:2539:14: note: byref variable will be forcibly initialized 2539 | char revbuf[7]; /* XYZ-99\0 */ | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_shutdown_ctrl': /kisskb/src/drivers/nvme/host/core.c:2346:13: note: byref variable will be forcibly initialized 2346 | u32 csts; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_ready': /kisskb/src/drivers/nvme/host/core.c:2231:13: note: byref variable will be forcibly initialized 2231 | u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; | ^~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:255:25: note: byref variable will be forcibly initialized 255 | struct resource res; | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_ctrl': /kisskb/src/drivers/nvme/host/core.c:2304:21: note: byref variable will be forcibly initialized 2304 | u32 crto; | ^~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_bus_probe': /kisskb/src/drivers/ata/libata-core.c:2891:28: note: byref variable will be forcibly initialized 2891 | struct ata_device *dev; | ^~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_phys_link_online': /kisskb/src/drivers/ata/libata-core.c:4885:13: note: byref variable will be forcibly initialized 4885 | u32 sstatus; | ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'sata_print_link_status': /kisskb/src/drivers/ata/libata-core.c:3020:22: note: byref variable will be forcibly initialized 3020 | u32 sstatus, scontrol, tmp; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-core.c:3020:13: note: byref variable will be forcibly initialized 3020 | u32 sstatus, scontrol, tmp; | ^~~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_std_postreset': /kisskb/src/drivers/ata/libata-core.c:3656:13: note: byref variable will be forcibly initialized 3656 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/libata-core.c: In function 'ata_phys_link_offline': /kisskb/src/drivers/ata/libata-core.c:4909:13: note: byref variable will be forcibly initialized 4909 | u32 sstatus; | ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_timestamp': /kisskb/src/drivers/nvme/host/core.c:2376:16: note: byref variable will be forcibly initialized 2376 | __le64 ts; | ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_change_uevent': /kisskb/src/drivers/nvme/host/core.c:4611:15: note: byref variable will be forcibly initialized 4611 | char *envp[2] = { envdata, NULL }; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_free_cels': /kisskb/src/drivers/nvme/host/core.c:4849:23: note: byref variable will be forcibly initialized 4849 | unsigned long i; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_fast_io_fail_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3662:13: note: byref variable will be forcibly initialized 3662 | int fast_io_fail_tmo, err; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_loss_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3604:13: note: byref variable will be forcibly initialized 3604 | int ctrl_loss_tmo, err; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb': /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_reconnect_delay_store': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1000:34: note: byref variable will be forcibly initialized 1000 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/nvme/host/core.c:3634:22: note: byref variable will be forcibly initialized 3634 | unsigned int v; | ^ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_update_secondary_sbs': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1036:42: note: byref variable will be forcibly initialized 1036 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1032:34: note: byref variable will be forcibly initialized 1032 | LIST_HEAD (buffer_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/xfs/libxfs/xfs_sb.c:1029:33: note: byref variable will be forcibly initialized 1029 | xfs_agnumber_t agno = 1; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_aen_uevent': /kisskb/src/drivers/nvme/host/core.c:4618:15: note: byref variable will be forcibly initialized 4618 | char *envp[2] = { NULL, NULL }; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb_buf': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1096:34: note: byref variable will be forcibly initialized 1096 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'send_mode_select': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:537:31: note: byref variable will be forcibly initialized 537 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:536:23: note: byref variable will be forcibly initialized 536 | unsigned char cdb[MAX_COMMAND_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/scsi/scsi.h:10, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:22: /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:535:19: note: byref variable will be forcibly initialized 535 | 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/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1223:34: note: byref variable will be forcibly initialized 1223 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_get_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1245:34: note: byref variable will be forcibly initialized 1245 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_update_ns_info_block': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c: In function 'rdac_bus_attach': /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:729:14: note: byref variable will be forcibly initialized 729 | char array_id[UNIQUE_ID_LEN]; | ^~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_rdac.c:728:14: note: byref variable will be forcibly initialized 728 | char array_name[ARRAY_LABEL_LEN]; | ^~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:1985:28: note: byref variable will be forcibly initialized 1985 | struct nvme_id_ns *id; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_write_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:853:33: note: byref variable will be forcibly initialized 853 | struct xfs_sb sb; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:787:33: note: byref variable will be forcibly initialized 787 | struct xfs_sb sb; | ^~ 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/nvme/host/core.c: In function 'nvme_init_identify': /kisskb/src/drivers/nvme/host/core.c:3076:30: note: byref variable will be forcibly initialized 3076 | struct nvme_id_ctrl *id; | ^~ /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/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/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:4400:19: note: byref variable will be forcibly initialized 4400 | LIST_HEAD(rm_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/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4544:19: note: byref variable will be forcibly initialized 4544 | LIST_HEAD(ns_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/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c:12: /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:4429:37: note: byref variable will be forcibly initialized 4429 | struct nvme_command cmd = { | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_sequential': /kisskb/src/drivers/nvme/host/core.c:4462:30: note: byref variable will be forcibly initialized 4462 | struct nvme_id_ctrl *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/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/buffer_head.h:12, from /kisskb/src/fs/ntfs3/inode.c:8: /kisskb/src/fs/ntfs3/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_read_mft': /kisskb/src/fs/ntfs3/inode.c:43:36: note: byref variable will be forcibly initialized 43 | struct REPARSE_DATA_BUFFER rp; // 0x18 bytes | ^~ /kisskb/src/fs/ntfs3/inode.c:33:33: note: byref variable will be forcibly initialized 33 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:120:27: note: byref variable will be forcibly initialized 120 | struct klist_iter i; | ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:155:27: note: byref variable will be forcibly initialized 155 | struct klist_iter i; | ^ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_get_block_vbo': /kisskb/src/fs/ntfs3/inode.c:532:14: note: byref variable will be forcibly initialized 532 | bool new; | ^~~ /kisskb/src/fs/ntfs3/inode.c:531:24: note: byref variable will be forcibly initialized 531 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/inode.c:531:19: note: byref variable will be forcibly initialized 531 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'reset_log_file': /kisskb/src/fs/ntfs3/inode.c:976:30: note: byref variable will be forcibly initialized 976 | struct page *page; | ^~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_create_inode': /kisskb/src/fs/ntfs3/inode.c:1492:30: note: byref variable will be forcibly initialized 1492 | CLST alen; | ^~~~ /kisskb/src/fs/ntfs3/inode.c:1191:18: note: byref variable will be forcibly initialized 1191 | u16 t16, nsize = 0, aid = 0; | ^~~~~ /kisskb/src/fs/ntfs3/inode.c:1189:14: note: byref variable will be forcibly initialized 1189 | CLST vcn; | ^~~ /kisskb/src/fs/ntfs3/inode.c:1188:16: note: byref variable will be forcibly initialized 1188 | __le32 security_id = SECURITY_ID_INVALID; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1178:14: note: byref variable will be forcibly initialized 1178 | CLST ino = 0; | ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_unlink_inode': /kisskb/src/fs/ntfs3/inode.c:1693:13: note: byref variable will be forcibly initialized 1693 | int undo_remove; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1692:30: note: byref variable will be forcibly initialized 1692 | struct NTFS_DE *de, *de2 = NULL; | ^~~ In file included from /kisskb/src/drivers/mfd/max8998-irq.c:11: /kisskb/src/drivers/mfd/max8998-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/max8998-irq.c: In function 'max8998_irq_thread': /kisskb/src/drivers/mfd/max8998-irq.c:154:12: note: byref variable will be forcibly initialized 154 | u8 irq_reg[MAX8998_NUM_IRQ_REGS]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c: In function 'xfs_trans_log_inode': /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c:169:34: note: byref variable will be forcibly initialized 169 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/ntfs/unistr.c: In function 'ntfs_nlstoucs': /kisskb/src/fs/ntfs/unistr.c:250:17: note: byref variable will be forcibly initialized 250 | wchar_t wc; | ^~ 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:1378:34: note: byref variable will be forcibly initialized 1378 | (&(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", | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/rwmmio.h:97, from /kisskb/src/lib/trace_readwrite.c:13: /kisskb/src/lib/trace_readwrite.c: In function 'perf_trace_rwmmio_rw_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'perf_trace_rwmmio_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/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_read, | ^~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'perf_trace_rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_read, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rwmmio.h:97, from /kisskb/src/lib/trace_readwrite.c:13: /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_rw_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_read, | ^~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_post_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_read, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/rwmmio.h:97, from /kisskb/src/lib/trace_readwrite.c:13: /kisskb/src/lib/trace_readwrite.c: In function '__bpf_trace_rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_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/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/inode.c: In function 'parse_options': /kisskb/src/fs/autofs/inode.c:139:13: note: byref variable will be forcibly initialized 139 | int pipefd = -1; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:138:13: note: byref variable will be forcibly initialized 138 | int option; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:137:21: note: byref variable will be forcibly initialized 137 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/lib/trace_readwrite.c: In function '__bpf_trace_rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_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/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_read, | ^~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function '__bpf_trace_rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_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/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_read, | ^~~~~~~~~~~ /kisskb/src/fs/autofs/inode.c: In function 'autofs_fill_super': /kisskb/src/fs/autofs/inode.c:229:14: note: byref variable will be forcibly initialized 229 | bool pgrp_set = false; | ^~~~~~~~ /kisskb/src/fs/autofs/inode.c:228:13: note: byref variable will be forcibly initialized 228 | int pgrp = 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/security.c:8: /kisskb/src/drivers/misc/habanalabs/common/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; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_iter_next': /kisskb/src/drivers/dma-buf/dma-resv.c:482:27: note: byref variable will be forcibly initialized 482 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_reserve_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:223:9: note: in expansion of macro 'rcu_assign_pointer' 223 | rcu_assign_pointer(obj->fences, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:698:30: note: byref variable will be forcibly initialized 698 | struct dma_resv_iter cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:538:16: note: in expansion of macro 'rcu_replace_pointer' 538 | list = rcu_replace_pointer(dst->fences, list, dma_resv_held(dst)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:510:30: note: byref variable will be forcibly initialized 510 | struct dma_resv_iter cursor; | ^~~~~~ 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:559:30: note: byref variable will be forcibly initialized 559 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_singleton': /kisskb/src/drivers/dma-buf/dma-resv.c:614:18: note: byref variable will be forcibly initialized 614 | unsigned count; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:613:28: note: byref variable will be forcibly initialized 613 | struct dma_fence **fences; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:664:30: note: byref variable will be forcibly initialized 664 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/dma-buf/dma-resv.c:722:30: note: byref variable will be forcibly initialized 722 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:739:30: note: byref variable will be forcibly initialized 739 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:738:25: note: byref variable will be forcibly initialized 738 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:737:31: note: byref variable will be forcibly initialized 737 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_agno_agino': /kisskb/src/fs/xfs/libxfs/xfs_types.c:87:33: note: byref variable will be forcibly initialized 87 | xfs_agino_t last; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:86:33: note: byref variable will be forcibly initialized 86 | xfs_agino_t first; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_icount_range': /kisskb/src/fs/xfs/libxfs/xfs_types.c:174:33: note: byref variable will be forcibly initialized 174 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_icount': /kisskb/src/fs/xfs/libxfs/xfs_types.c:190:38: note: byref variable will be forcibly initialized 190 | unsigned long long min, max; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:190:33: note: byref variable will be forcibly initialized 190 | unsigned long long min, max; | ^~~ /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/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/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/jffs2/write.c: In function 'jffs2_do_unlink': /kisskb/src/fs/jffs2/write.c:553:18: note: byref variable will be forcibly initialized 553 | uint32_t alloclen; | ^~~~~~~~ /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/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/scsi/device_handler/scsi_dh_hp_sw.c: In function 'hp_sw_tur': /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:84:31: note: byref variable will be forcibly initialized 84 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:83:23: note: byref variable will be forcibly initialized 83 | unsigned char cmd[6] = { TEST_UNIT_READY }; | ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c: In function 'hp_sw_start_stop': /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:120:31: note: byref variable will be forcibly initialized 120 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_hp_sw.c:119:23: note: byref variable will be forcibly initialized 119 | unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; | ^~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:31: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:31: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:31: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:31: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/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:472:45: note: byref variable will be forcibly initialized 472 | const unsigned long mreg = data->main_status_buf[i]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap-irq.c:9: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:89:13: note: byref variable will be forcibly initialized 89 | u32 val; | ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1185:45: note: byref variable will be forcibly initialized 1185 | struct regmap_irq_chip_data **ptr, *d; | ^ /kisskb/src/drivers/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/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; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/drivers/scsi/libsas/sas_expander.c:11: /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:127:28: note: byref variable will be forcibly initialized 127 | struct scatterlist resp_sg; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:126:28: note: byref variable will be forcibly initialized 126 | struct scatterlist req_sg; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1726:21: note: byref variable will be forcibly initialized 1726 | int phy_change_count = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1803:13: note: byref variable will be forcibly initialized 1803 | int phy_id = -1; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1802:13: note: byref variable will be forcibly initialized 1802 | int ex_change_count = -1; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_configure_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1480:13: note: byref variable will be forcibly initialized 1480 | int present; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1479:13: note: byref variable will be forcibly initialized 1479 | int index; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_set_ex_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:183:12: note: byref variable will be forcibly initialized 183 | u8 sas_addr[SAS_ADDR_SIZE]; | ^~~~~~~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:276:35: note: byref variable will be forcibly initialized 276 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_check_level_subtractive_boundary': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1127:28: note: byref variable will be forcibly initialized 1127 | u8 s2[SAS_ADDR_SIZE]; | ^~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1118:12: note: byref variable will be forcibly initialized 1118 | u8 sub_addr[SAS_ADDR_SIZE] = {0, }; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_ex_discover_end_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:798:50: note: byref variable will be forcibly initialized 798 | struct sas_phy_linkrates rates = { | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_rediscover_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1976:14: note: byref variable will be forcibly initialized 1976 | char msg[80] = ""; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1975:12: note: byref variable will be forcibly initialized 1975 | u8 sas_addr[SAS_ADDR_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1974:30: note: byref variable will be forcibly initialized 1974 | enum sas_device_type type = SAS_PHY_UNUSED; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_ex_revalidate_domain': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2096:28: note: byref variable will be forcibly initialized 2096 | int i = 0, phy_id; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2091:31: note: byref variable will be forcibly initialized 2091 | struct domain_device *dev = NULL; | ^~~ 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/decoder.c:8: /kisskb/src/drivers/misc/habanalabs/common/decoder.c: In function '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/lpc_ich.c: In function 'lpc_ich_init_spi': /kisskb/src/drivers/mfd/lpc_ich.c:1232:23: note: byref variable will be forcibly initialized 1232 | u32 spi_base, rcba; | ^~~~ /kisskb/src/drivers/mfd/lpc_ich.c:1232:13: note: byref variable will be forcibly initialized 1232 | u32 spi_base, rcba; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_acpi_space': /kisskb/src/drivers/mfd/lpc_ich.c:903:12: note: byref variable will be forcibly initialized 903 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_pmc_space': /kisskb/src/drivers/mfd/lpc_ich.c:940:12: note: byref variable will be forcibly initialized 940 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_wdt': /kisskb/src/drivers/mfd/lpc_ich.c:1082:13: note: byref variable will be forcibly initialized 1082 | u32 base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_data': /kisskb/src/drivers/mfd/wl1273-core.c:56:24: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_write_cmd': /kisskb/src/drivers/mfd/wl1273-core.c:41:12: note: byref variable will be forcibly initialized 41 | u8 buf[] = { (param >> 8) & 0xff, param & 0xff }; | ^~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_gpio_space': /kisskb/src/drivers/mfd/lpc_ich.c:930:12: note: byref variable will be forcibly initialized 930 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_gpio': /kisskb/src/drivers/mfd/lpc_ich.c:1005:13: note: byref variable will be forcibly initialized 1005 | u32 base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_fm_read_reg': /kisskb/src/drivers/mfd/wl1273-core.c:24:12: note: byref variable will be forcibly initialized 24 | u8 b[2]; | ^ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_set_writeable': /kisskb/src/drivers/mfd/lpc_ich.c:1201:13: note: byref variable will be forcibly initialized 1201 | u32 bcr; | ^~~ /kisskb/src/drivers/mfd/wl1273-core.c: In function 'wl1273_core_probe': /kisskb/src/drivers/mfd/wl1273-core.c:163:29: note: byref variable will be forcibly initialized 163 | struct wl1273_core *core; | ^~~~ /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_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_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_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/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_rmt_stale': /kisskb/src/fs/xfs/xfs_attr_inactive.c:40:33: note: byref variable will be forcibly initialized 40 | int nmap; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:39:33: note: byref variable will be forcibly initialized 39 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_leaf_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:87:41: note: byref variable will be forcibly initialized 87 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_node_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:223:51: note: byref variable will be forcibly initialized 223 | struct xfs_da3_icnode_hdr phdr; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:141:35: note: byref variable will be forcibly initialized 141 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:140:34: note: byref variable will be forcibly initialized 140 | struct xfs_buf *child_bp; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1587:22: note: byref variable will be forcibly initialized 1587 | char reg_name[10]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1561:13: note: byref variable will be forcibly initialized 1561 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1559:41: note: byref variable will be forcibly initialized 1559 | struct clk_si5341_output_config config[SI5341_MAX_NUM_OUTPUTS]; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1556:21: note: byref variable will be forcibly initialized 1556 | const char *synth_clock_names[SI5341_NUM_SYNTH]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_root_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:259:34: note: byref variable will be forcibly initialized 259 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:330:34: note: byref variable will be forcibly initialized 330 | struct xfs_trans *trans; | ^~~~~ 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/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_attrib_max_logins_per_lun_store': /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/target/sbp/sbp_target.c:2252:23: note: byref variable will be forcibly initialized 2252 | unsigned long val; | ^~~ /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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/target/sbp/sbp_target.c:12: /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_attrib_max_reconnect_timeout_store': /kisskb/src/drivers/target/sbp/sbp_target.c:2217:23: note: byref variable will be forcibly initialized 2217 | unsigned long val; | ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_attrib_mgt_orb_timeout_store': /kisskb/src/drivers/target/sbp/sbp_target.c:2182:23: note: byref variable will be forcibly initialized 2182 | unsigned long val; | ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_init_nodeacl': /kisskb/src/drivers/target/sbp/sbp_target.c:1950:13: note: byref variable will be forcibly initialized 1950 | u64 guid = 0; | ^~~~ 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/drivers/target/sbp/sbp_target.c: In function 'sbp_tpg_directory_id_store': /kisskb/src/include/trace/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/target/sbp/sbp_target.c:2107:23: note: byref variable will be forcibly initialized 2107 | unsigned long val; | ^~~ /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/drivers/target/sbp/sbp_target.c: In function 'sbp_make_tport': /kisskb/src/include/trace/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/drivers/target/sbp/sbp_target.c:2054:13: note: byref variable will be forcibly initialized 2054 | u64 guid = 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: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/drivers/target/sbp/sbp_target.c: In function 'sbp_mgt_get_req': /kisskb/src/include/trace/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/drivers/target/sbp/sbp_target.c:915:18: note: byref variable will be forcibly initialized 915 | int tag, 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: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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/target/sbp/sbp_target.c:12: /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'session_reconnect_expired': /kisskb/src/drivers/target/sbp/sbp_target.c:620:19: note: byref variable will be forcibly initialized 620 | LIST_HEAD(login_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/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:486:21: note: byref variable will be forcibly initialized 486 | u32 reg[2]; | ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'read_peer_guid': /kisskb/src/drivers/target/sbp/sbp_target.c:56:22: note: byref variable will be forcibly initialized 56 | __be32 high, low; | ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c:56:16: note: byref variable will be forcibly initialized 56 | __be32 high, low; | ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_management_request_reconnect': /kisskb/src/drivers/target/sbp/sbp_target.c:496:13: note: byref variable will be forcibly initialized 496 | u64 guid; | ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_handle_command': /kisskb/src/drivers/target/sbp/sbp_target.c:1198:33: note: byref variable will be forcibly initialized 1198 | enum dma_data_direction data_dir; | ^~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c:1197:13: note: byref variable will be forcibly initialized 1197 | u32 data_length; | ^~~~~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_make_tpg': /kisskb/src/drivers/target/sbp/sbp_target.c:1989:23: note: byref variable will be forcibly initialized 1989 | unsigned long tpgt; | ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_session_create': /kisskb/src/drivers/target/sbp/sbp_target.c:186:14: note: byref variable will be forcibly initialized 186 | char guid_str[17]; | ^~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_management_request_login': /kisskb/src/drivers/target/sbp/sbp_target.c:269:33: note: byref variable will be forcibly initialized 269 | int login_response_len, ret; | ^~~ /kisskb/src/drivers/target/sbp/sbp_target.c:267:13: note: byref variable will be forcibly initialized 267 | u64 guid; | ^~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_mgt_agent_process': /kisskb/src/drivers/target/sbp/sbp_target.c:1456:13: note: byref variable will be forcibly initialized 1456 | int status_data_len = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/target/sbp/sbp_target.c: In function 'sbp_rw_data': /kisskb/src/drivers/target/sbp/sbp_target.c:1248:32: note: byref variable will be forcibly initialized 1248 | struct sg_mapping_iter iter; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_parse_and_nag_about_error': /kisskb/src/drivers/mfd/si476x-cmd.c:175:12: note: byref variable will be forcibly initialized 175 | u8 buffer[2]; | ^~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'scan_nres_bitmap': /kisskb/src/fs/ntfs3/index.c:380:16: note: byref variable will be forcibly initialized 380 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/index.c:379:25: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/index.c:379:19: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/index.c:379:14: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_send_command': /kisskb/src/include/linux/wait.h:303: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/mfd/si476x-cmd.c:313:22: note: in expansion of macro 'wait_event_timeout' 313 | if (!wait_event_timeout(core->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/mfd/si476x-cmd.c:298:14: note: in expansion of macro 'wait_event_timeout' 298 | if (!wait_event_timeout(core->command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:267:13: note: byref variable will be forcibly initialized 267 | u8 data[CMD_MAX_ARGS_COUNT + 1]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_free': /kisskb/src/fs/ntfs3/index.c:477:33: note: byref variable will be forcibly initialized 477 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_func_info': /kisskb/src/drivers/mfd/si476x-cmd.c:408:13: note: byref variable will be forcibly initialized 408 | u8 resp[CMD_FUNC_INFO_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_set_property': /kisskb/src/drivers/mfd/si476x-cmd.c:439:18: note: byref variable will be forcibly initialized 439 | const u8 args[CMD_SET_PROPERTY_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:438:18: note: byref variable will be forcibly initialized 438 | u8 resp[CMD_SET_PROPERTY_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_get_property': /kisskb/src/drivers/mfd/si476x-cmd.c:466:18: note: byref variable will be forcibly initialized 466 | const u8 args[CMD_GET_PROPERTY_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:465:18: note: byref variable will be forcibly initialized 465 | u8 resp[CMD_GET_PROPERTY_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_dig_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:527:18: note: byref variable will be forcibly initialized 527 | const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:526:18: note: byref variable will be forcibly initialized 526 | u8 resp[CMD_DIG_AUDIO_PIN_CFG_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_create_allocate': /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_zif_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:576:18: note: byref variable will be forcibly initialized 576 | const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:575:18: note: byref variable will be forcibly initialized 575 | u8 resp[CMD_ZIF_PIN_CFG_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1340:26: note: byref variable will be forcibly initialized 1340 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/index.c:1339:14: note: byref variable will be forcibly initialized 1339 | CLST alen; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ic_link_gpo_ctl_pin_cfg': /kisskb/src/fs/ntfs3/index.c:1334:24: note: byref variable will be forcibly initialized 1334 | struct ATTRIB *alloc; | ^~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:633:18: note: byref variable will be forcibly initialized 633 | const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:632:18: note: byref variable will be forcibly initialized 632 | u8 resp[CMD_IC_LINK_GPO_CTL_PIN_CFG_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1333:24: note: byref variable will be forcibly initialized 1333 | struct ATTRIB *bitmap; | ^~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_ana_audio_pin_cfg': /kisskb/src/drivers/mfd/si476x-cmd.c:664:18: note: byref variable will be forcibly initialized 664 | const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:663:18: note: byref variable will be forcibly initialized 663 | u8 resp[CMD_ANA_AUDIO_PIN_CFG_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_rsq_status': /kisskb/src/drivers/mfd/si476x-cmd.c:745:18: note: byref variable will be forcibly initialized 745 | const u8 args[CMD_AM_RSQ_STATUS_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:744:18: note: byref variable will be forcibly initialized 744 | u8 resp[CMD_AM_RSQ_STATUS_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:793:18: note: byref variable will be forcibly initialized 793 | const u8 args[CMD_FM_ACF_STATUS_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:792:18: note: byref variable will be forcibly initialized 792 | u8 resp[CMD_FM_ACF_STATUS_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_acf_status': /kisskb/src/drivers/mfd/si476x-cmd.c:829:18: note: byref variable will be forcibly initialized 829 | const u8 args[CMD_AM_ACF_STATUS_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:828:18: note: byref variable will be forcibly initialized 828 | u8 resp[CMD_AM_ACF_STATUS_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_add_allocate': /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_status': /kisskb/src/drivers/mfd/si476x-cmd.c:908:18: note: byref variable will be forcibly initialized 908 | const u8 args[CMD_FM_RDS_STATUS_NARGS] = { | ^~~~ /kisskb/src/fs/ntfs3/index.c:1393:27: note: byref variable will be forcibly initialized 1393 | struct mft_inode *mi; | ^~ /kisskb/src/drivers/mfd/si476x-cmd.c:907:18: note: byref variable will be forcibly initialized 907 | u8 resp[CMD_FM_RDS_STATUS_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1392:24: note: byref variable will be forcibly initialized 1392 | struct ATTRIB *bmp, *alloc; | ^~~ /kisskb/src/fs/ntfs3/index.c:1391:23: note: byref variable will be forcibly initialized 1391 | u64 bmp_size, bmp_size_v; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1390:13: note: byref variable will be forcibly initialized 1390 | u64 data_size; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1389:16: note: byref variable will be forcibly initialized 1389 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_shrink': /kisskb/src/fs/ntfs3/index.c:1954:24: note: byref variable will be forcibly initialized 1954 | size_t used = MINUS_ONE_T; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1932:33: note: byref variable will be forcibly initialized 1932 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rds_blockcount': /kisskb/src/drivers/mfd/si476x-cmd.c:972:18: note: byref variable will be forcibly initialized 972 | const u8 args[CMD_FM_RDS_BLOCKCOUNT_NARGS] = { | ^~~~ /kisskb/src/fs/ntfs3/index.c:1929:18: note: byref variable will be forcibly initialized 1929 | u64 bpb, new_data; | ^~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:971:18: note: byref variable will be forcibly initialized 971 | u8 resp[CMD_FM_RDS_BLOCKCOUNT_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1929:13: note: byref variable will be forcibly initialized 1929 | u64 bpb, new_data; | ^~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_diversity': /kisskb/src/drivers/mfd/si476x-cmd.c:998:18: note: byref variable will be forcibly initialized 998 | const u8 args[CMD_FM_PHASE_DIVERSITY_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:997:18: note: byref variable will be forcibly initialized 997 | u8 resp[CMD_FM_PHASE_DIVERSITY_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_phase_div_status': /kisskb/src/drivers/mfd/si476x-cmd.c:1022:12: note: byref variable will be forcibly initialized 1022 | u8 resp[CMD_FM_PHASE_DIV_STATUS_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a30': /kisskb/src/drivers/mfd/si476x-cmd.c:1280:18: note: byref variable will be forcibly initialized 1280 | const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1279:18: note: byref variable will be forcibly initialized 1279 | u8 resp[CMD_FM_RSQ_STATUS_A30_NRESP]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1124:18: note: byref variable will be forcibly initialized 1124 | const u8 args[CMD_POWER_DOWN_A20_NARGS] = { | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/mfd/si476x-cmd.c:1123:12: note: byref variable will be forcibly initialized 1123 | u8 resp[CMD_POWER_DOWN_A20_NRESP]; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:140:21: note: byref variable will be forcibly initialized 140 | const char *mode; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'hdr_insert_de': /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a20': /kisskb/src/fs/ntfs3/index.c:754:13: note: byref variable will be forcibly initialized 754 | int diff; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1225:18: note: byref variable will be forcibly initialized 1225 | const u8 args[CMD_FM_RSQ_STATUS_A30_NARGS] = { | ^~~~ /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/mfd/si476x-cmd.c:1224:18: note: byref variable will be forcibly initialized 1224 | u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; | ^~~~ /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/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:204:46: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:204:13: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c:203:14: note: byref variable will be forcibly initialized 203 | char name[32]; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:201:28: note: byref variable will be forcibly initialized 201 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1093:18: note: byref variable will be forcibly initialized 1093 | const u8 args[CMD_POWER_UP_A20_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1090:18: note: byref variable will be forcibly initialized 1090 | u8 resp[CMD_POWER_UP_A20_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:715:18: note: byref variable will be forcibly initialized 715 | const u8 args[CMD_INTB_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:714:18: note: byref variable will be forcibly initialized 714 | u8 resp[CMD_INTB_PIN_CFG_A20_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1374:12: note: byref variable will be forcibly initialized 1374 | u8 resp[CMD_AGC_STATUS_NRESP_A20]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'bmp_buf_get': /kisskb/src/fs/ntfs3/index.c:211:33: note: byref variable will be forcibly initialized 211 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/index.c:210:14: note: byref variable will be forcibly initialized 210 | CLST vcn = off >> sbi->cluster_bits; | ^~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_down_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1112:12: note: byref variable will be forcibly initialized 1112 | u8 resp[CMD_POWER_DOWN_A10_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_rsq_status_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1172:18: note: byref variable will be forcibly initialized 1172 | const u8 args[CMD_FM_RSQ_STATUS_A10_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1171:18: note: byref variable will be forcibly initialized 1171 | u8 resp[CMD_FM_RSQ_STATUS_A10_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_power_up_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1070:18: note: byref variable will be forcibly initialized 1070 | const u8 args[CMD_POWER_UP_A10_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1067:18: note: byref variable will be forcibly initialized 1067 | u8 resp[CMD_POWER_UP_A10_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_intb_pin_cfg_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:699:18: note: byref variable will be forcibly initialized 699 | const u8 args[CMD_INTB_PIN_CFG_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:698:18: note: byref variable will be forcibly initialized 698 | u8 resp[CMD_INTB_PIN_CFG_A10_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_agc_status_a10': /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_used': /kisskb/src/fs/ntfs3/index.c:320:24: note: byref variable will be forcibly initialized 320 | struct bmp_buf bbuf; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1402:12: note: byref variable will be forcibly initialized 1402 | u8 resp[CMD_AGC_STATUS_NRESP_A10]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_free': /kisskb/src/fs/ntfs3/index.c:340:24: note: byref variable will be forcibly initialized 340 | struct bmp_buf bbuf; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_used_bit': /kisskb/src/fs/ntfs3/index.c:524:33: note: byref variable will be forcibly initialized 524 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_clear_stc': /kisskb/src/drivers/mfd/si476x-cmd.c:350:39: note: byref variable will be forcibly initialized 350 | struct si476x_rsq_status_args args = { | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mfd/si476x-cmd.c:12: /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_cmd_tune_seek_freq': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:384:17: note: in expansion of macro 'wait_event_killable' 384 | wait_event_killable(core->tuning, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:876:18: note: byref variable will be forcibly initialized 876 | const u8 args[CMD_FM_SEEK_START_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:875:18: note: byref variable will be forcibly initialized 875 | u8 resp[CMD_FM_SEEK_START_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_seek_start': /kisskb/src/drivers/mfd/si476x-cmd.c:1052:18: note: byref variable will be forcibly initialized 1052 | const u8 args[CMD_AM_SEEK_START_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1051:18: note: byref variable will be forcibly initialized 1051 | u8 resp[CMD_AM_SEEK_START_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_root': /kisskb/src/fs/ntfs3/index.c:926:33: note: byref variable will be forcibly initialized 926 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1155:18: note: byref variable will be forcibly initialized 1155 | const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1154:18: note: byref variable will be forcibly initialized 1154 | u8 resp[CMD_AM_TUNE_FREQ_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a20': /kisskb/src/drivers/mfd/si476x-cmd.c:1358:18: note: byref variable will be forcibly initialized 1358 | const u8 args[CMD_FM_TUNE_FREQ_A20_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1357:18: note: byref variable will be forcibly initialized 1357 | u8 resp[CMD_FM_TUNE_FREQ_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_am_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1139:18: note: byref variable will be forcibly initialized 1139 | const u8 args[CMD_AM_TUNE_FREQ_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1138:18: note: byref variable will be forcibly initialized 1138 | u8 resp[CMD_AM_TUNE_FREQ_NRESP]; | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c: In function 'si476x_core_cmd_fm_tune_freq_a10': /kisskb/src/drivers/mfd/si476x-cmd.c:1340:18: note: byref variable will be forcibly initialized 1340 | const u8 args[CMD_FM_TUNE_FREQ_A10_NARGS] = { | ^~~~ /kisskb/src/drivers/mfd/si476x-cmd.c:1339:18: note: byref variable will be forcibly initialized 1339 | u8 resp[CMD_FM_TUNE_FREQ_NRESP]; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_free_children': /kisskb/src/fs/ntfs3/index.c:1990:27: note: byref variable will be forcibly initialized 1990 | struct indx_node *n = NULL; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_entry_to_replace': /kisskb/src/fs/ntfs3/index.c:2046:27: note: byref variable will be forcibly initialized 2046 | struct indx_node *n; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find': /kisskb/src/fs/ntfs3/index.c:1045:27: note: byref variable will be forcibly initialized 1045 | struct indx_node *node; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_sort': /kisskb/src/fs/ntfs3/index.c:1104:27: note: byref variable will be forcibly initialized 1104 | struct indx_node *n = NULL; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_raw': /kisskb/src/fs/ntfs3/index.c:1217:16: note: byref variable will be forcibly initialized 1217 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/index.c:1214:27: note: byref variable will be forcibly initialized 1214 | struct indx_node *n = NULL; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_entry': /kisskb/src/fs/ntfs3/index.c:1814:25: note: byref variable will be forcibly initialized 1814 | struct NTFS_DE *e; | ^ /kisskb/src/fs/ntfs3/index.c:1813:13: note: byref variable will be forcibly initialized 1813 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_root': /kisskb/src/fs/ntfs3/index.c:1474:26: note: byref variable will be forcibly initialized 1474 | __le64 *sub_vbn, t_vbn; | ^~~~~ /kisskb/src/fs/ntfs3/index.c:1473:14: note: byref variable will be forcibly initialized 1473 | CLST new_vbn; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c:1470:24: note: byref variable will be forcibly initialized 1470 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1469:27: note: byref variable will be forcibly initialized 1469 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_buffer': /kisskb/src/fs/ntfs3/index.c:1688:16: note: byref variable will be forcibly initialized 1688 | __le64 t_vbn, *sub_vbn; | ^~~~~ /kisskb/src/fs/ntfs3/index.c:1687:14: note: byref variable will be forcibly initialized 1687 | CLST new_vbn; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_delete_entry': /kisskb/src/fs/ntfs3/index.c:2143:27: note: byref variable will be forcibly initialized 2143 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c:2142:24: note: byref variable will be forcibly initialized 2142 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/index.c:2138:29: note: byref variable will be forcibly initialized 2138 | struct NTFS_DE *e, *re, *next, *prev, *me; | ^~ /kisskb/src/fs/ntfs3/index.c:2138:25: note: byref variable will be forcibly initialized 2138 | struct NTFS_DE *e, *re, *next, *prev, *me; | ^ /kisskb/src/fs/ntfs3/index.c:2133:18: note: byref variable will be forcibly initialized 2133 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_update_dup': /kisskb/src/fs/ntfs3/index.c:2522:27: note: byref variable will be forcibly initialized 2522 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c:2518:25: note: byref variable will be forcibly initialized 2518 | struct NTFS_DE *e = NULL; | ^ /kisskb/src/fs/ntfs3/index.c:2517:18: note: byref variable will be forcibly initialized 2517 | int err, diff; | ^~~~ /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/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'send_trespass_cmd': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:241:31: note: byref variable will be forcibly initialized 241 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:239:23: note: byref variable will be forcibly initialized 239 | unsigned char cdb[MAX_COMMAND_SIZE]; | ^~~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:24: note: byref variable will be forcibly initialized 49 | char *filter, *sep, *tok; | ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c: In function 'clariion_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:38: note: byref variable will be forcibly initialized 426 | unsigned int hr = 0, st = 0, argc; | ^~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:30: note: byref variable will be forcibly initialized 426 | unsigned int hr = 0, st = 0, argc; | ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_emc.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int hr = 0, st = 0, argc; | ^~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/assoc_array.c:11: /kisskb/src/lib/assoc_array.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/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/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:328:25: note: byref variable will be forcibly initialized 328 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:134:25: note: byref variable will be forcibly initialized 134 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_device_reset_handler': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:496:25: note: byref variable will be forcibly initialized 496 | struct scsi_lun lun; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_handle_sas_errors': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:567:19: note: byref variable will be forcibly initialized 567 | LIST_HEAD(done); | ^~~~ /kisskb/src/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/scsi/libsas/sas_scsi_host.c: In function 'sas_request_addr': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1258:32: note: byref variable will be forcibly initialized 1258 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:729:19: note: byref variable will be forcibly initialized 729 | LIST_HEAD(eh_work_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/scsi/libsas/sas_scsi_host.c: In function 'sas_execute_ssp_tmf': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1133:29: note: byref variable will be forcibly initialized 1133 | struct sas_ssp_task ssp_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_query_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1181:25: note: byref variable will be forcibly initialized 1181 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1175:29: note: byref variable will be forcibly initialized 1175 | struct sas_tmf_task tmf_task = { | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_abort_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1197:25: note: byref variable will be forcibly initialized 1197 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:1191:29: note: byref variable will be forcibly initialized 1191 | struct sas_tmf_task tmf_task = { | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_map_blocks': /kisskb/src/fs/xfs/xfs_aops.c:282:33: note: byref variable will be forcibly initialized 282 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_aops.c:281:33: note: byref variable will be forcibly initialized 281 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_setfilesize': /kisskb/src/fs/xfs/xfs_aops.c:52:34: note: byref variable will be forcibly initialized 52 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_end_io': /kisskb/src/fs/xfs/xfs_aops.c:160:33: note: byref variable will be forcibly initialized 160 | struct list_head tmp; | ^~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_stop': /kisskb/src/drivers/mfd/si476x-i2c.c:231:47: note: byref variable will be forcibly initialized 231 | struct si476x_power_down_args args = { | ^~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_status': /kisskb/src/drivers/mfd/si476x-i2c.c:468:12: note: byref variable will be forcibly initialized 468 | u8 response; | ^~~~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_drain_rds_fifo': /kisskb/src/drivers/mfd/si476x-i2c.c:366:41: note: byref variable will be forcibly initialized 366 | struct si476x_rds_status_report report; | ^~~~~~ /kisskb/src/drivers/mfd/si476x-i2c.c: In function 'si476x_core_get_revision_info': /kisskb/src/drivers/mfd/si476x-i2c.c:621:33: note: byref variable will be forcibly initialized 621 | struct si476x_func_info info; | ^~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_list.c:7: /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list_lookup': /kisskb/src/fs/xfs/xfs_attr_list.c:212:42: note: byref variable will be forcibly initialized 212 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:206:41: note: byref variable will be forcibly initialized 206 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr3_leaf_list_int': /kisskb/src/fs/xfs/xfs_attr_list.c:393:41: note: byref variable will be forcibly initialized 393 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_leaf_list': /kisskb/src/fs/xfs/xfs_attr_list.c:487:42: note: byref variable will be forcibly initialized 487 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list': /kisskb/src/fs/xfs/xfs_attr_list.c:290:42: note: byref variable will be forcibly initialized 290 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:287:41: note: byref variable will be forcibly initialized 287 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma-buf/st-dma-fence.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'thread_signal_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:498:17: note: in expansion of macro 'rcu_assign_pointer' 498 | rcu_assign_pointer(t->fences[t->id], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:461:17: note: in expansion of macro 'rcu_assign_pointer' 461 | rcu_assign_pointer(t->fences[t->id], f1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:34: note: byref variable will be forcibly initialized 453 | struct simple_cb cb; | ^~ /kisskb/src/drivers/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; | ^~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_tur': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:492:31: note: byref variable will be forcibly initialized 492 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:129:12: note: byref variable will be forcibly initialized 129 | u8 cdb[MAX_COMMAND_SIZE]; | ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'submit_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:158:23: note: byref variable will be forcibly initialized 158 | unsigned char stpg_data[8]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:157:12: note: byref variable will be forcibly initialized 157 | u8 cdb[MAX_COMMAND_SIZE]; | ^~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_stpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:767:31: note: byref variable will be forcibly initialized 767 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ 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; | ^~~~~ 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/ntfs/logfile.c:11: /kisskb/src/fs/ntfs/logfile.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:744:13: note: byref variable will be forcibly initialized 744 | 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:4575:13: note: byref variable will be forcibly initialized 4575 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4574:29: note: byref variable will be forcibly initialized 4574 | 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:4516:13: note: byref variable will be forcibly initialized 4516 | u64 result; | ^~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:516:31: note: byref variable will be forcibly initialized 516 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3090:13: note: byref variable will be forcibly initialized 3090 | u32 tmp, timeout; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3088:20: note: byref variable will be forcibly initialized 3088 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_rtpg_work': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:864:19: note: byref variable will be forcibly initialized 864 | LIST_HEAD(qdata_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/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:17: note: byref variable will be forcibly initialized 444 | va_list vargs; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_check_vpd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:367:17: note: in expansion of macro 'rcu_assign_pointer' 367 | rcu_assign_pointer(h->pg, pg); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:323:13: note: byref variable will be forcibly initialized 323 | int rel_port = -1, group_id; | ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:23: note: byref variable will be forcibly initialized 272 | cpumask_var_t isolated; | ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_offline': /kisskb/src/drivers/base/cpu.c:242:23: note: byref variable will be forcibly initialized 242 | cpumask_var_t offline; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_set_ddr_bar_base': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:527:38: note: byref variable will be forcibly initialized 527 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_set_params': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:36: note: byref variable will be forcibly initialized 1051 | unsigned int optimize = 0, argc; | ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_iatu': /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1051:22: note: byref variable will be forcibly initialized 1051 | unsigned int optimize = 0, argc; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:561:39: note: byref variable will be forcibly initialized 561 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:560:38: note: byref variable will be forcibly initialized 560 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:8: /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_detach': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1231:9: note: in expansion of macro 'rcu_assign_pointer' 1231 | rcu_assign_pointer(h->pg, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c: In function 'alua_bus_attach': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/device_handler/scsi_dh_alua.c:1203:9: note: in expansion of macro 'rcu_assign_pointer' 1203 | rcu_assign_pointer(h->pg, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_dma_packet': /kisskb/src/fs/ntfs/logfile.c: In function 'ntfs_check_logfile': /kisskb/src/fs/ntfs/logfile.c:480:30: note: byref variable will be forcibly initialized 480 | RESTART_PAGE_HEADER *rstr2_ph = NULL; | ^~~~~~~~ /kisskb/src/fs/ntfs/logfile.c:479:30: note: byref variable will be forcibly initialized 479 | RESTART_PAGE_HEADER *rstr1_ph = NULL; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3772:28: note: byref variable will be forcibly initialized 3772 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/fs/ntfs/logfile.c:474:24: note: byref variable will be forcibly initialized 474 | LSN rstr1_lsn, rstr2_lsn; | ^~~~~~~~~ /kisskb/src/fs/ntfs/logfile.c:474:13: note: byref variable will be forcibly initialized 474 | LSN rstr1_lsn, rstr2_lsn; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_cb': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3907:21: note: byref variable will be forcibly initialized 3907 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_print_irq_info': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4499:14: note: byref variable will be forcibly initialized 4499 | 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:511:14: note: byref variable will be forcibly initialized 511 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_early_init': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:613:13: note: byref variable will be forcibly initialized 613 | u32 fw_boot_status, val; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:612:25: note: byref variable will be forcibly initialized 612 | resource_size_t pci_bar_size; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_test_queue': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3174:20: note: byref variable will be forcibly initialized 3174 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3173:24: note: byref variable will be forcibly initialized 3173 | u32 fence_val, tmp; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3172:20: note: byref variable will be forcibly initialized 3172 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3352:28: note: byref variable will be forcibly initialized 3352 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3997:13: note: byref variable will be forcibly initialized 3997 | 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:4072:13: note: byref variable will be forcibly initialized 4072 | u64 handle; | ^~~~~~ /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:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:9: note: in expansion of macro 'wait_event_killable' 439 | wait_event_killable(wq->queue, wq->name.name == NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:21: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/autofs/waitq.c:306:35: note: byref variable will be forcibly initialized 306 | struct autofs_wait_queue *wq; | ^~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_alloc_user_request': /kisskb/src/drivers/nvme/host/ioctl.c:97:41: note: byref variable will be forcibly initialized 97 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c:96:39: note: byref variable will be forcibly initialized 96 | struct iovec *iov = fast_iov; | ^~~ /kisskb/src/drivers/nvme/host/ioctl.c:95:38: note: byref variable will be forcibly initialized 95 | struct iovec fast_iov[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:140:15: note: byref variable will be forcibly initialized 140 | void *meta = NULL; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:167:29: note: byref variable will be forcibly initialized 167 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:166:29: note: byref variable will be forcibly initialized 166 | struct nvme_user_io io; | ^~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:248:13: note: byref variable will be forcibly initialized 248 | u64 result; | ^~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c:246:29: note: byref variable will be forcibly initialized 246 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:245:34: note: byref variable will be forcibly initialized 245 | struct nvme_passthru_cmd cmd; | ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:293:29: note: byref variable will be forcibly initialized 293 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:292:36: note: byref variable will be forcibly initialized 292 | struct nvme_passthru_cmd64 cmd; | ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_uring_cmd_io': /kisskb/src/drivers/nvme/host/ioctl.c:412:15: note: byref variable will be forcibly initialized 412 | void *meta = NULL; | ^~~~ /kisskb/src/drivers/nvme/host/ioctl.c:408:29: note: byref variable will be forcibly initialized 408 | struct nvme_command c; | ^ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_pristine': /kisskb/src/fs/jffs2/gc.c:713:34: note: byref variable will be forcibly initialized 713 | uint32_t dummy; | ^~~~~ /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/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/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/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_hole': /kisskb/src/fs/jffs2/gc.c:1029:24: note: byref variable will be forcibly initialized 1029 | size_t readlen; | ^~~~~~~ /kisskb/src/fs/jffs2/gc.c:1020:18: note: byref variable will be forcibly initialized 1020 | uint32_t alloclen, ilen; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:1017:32: note: byref variable will be forcibly initialized 1017 | struct jffs2_raw_inode ri; | ^~ /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/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/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_write_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:194:18: note: byref variable will be forcibly initialized 194 | u32 cmd, data; | ^~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_dirent': /kisskb/src/fs/jffs2/gc.c:855:18: note: byref variable will be forcibly initialized 855 | uint32_t alloclen; | ^~~~~~~~ /kisskb/src/fs/jffs2/gc.c:854:33: note: byref variable will be forcibly initialized 854 | struct jffs2_raw_dirent rd; | ^~ /kisskb/src/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_read_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:118:18: note: byref variable will be forcibly initialized 118 | u32 cmd, data; | ^~~~ /kisskb/src/fs/jffs2/gc.c: In function 'jffs2_garbage_collect_deletion_dirent': /kisskb/src/fs/jffs2/gc.c:910:24: note: byref variable will be forcibly initialized 910 | size_t retlen; | ^~~~~~ 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/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/drivers/ata/libata-scsi.c: In function 'ata_mselect_caching': /kisskb/src/drivers/ata/libata-scsi.c:3560:12: note: byref variable will be forcibly initialized 3560 | u8 mpage[CACHE_MPAGE_LEN]; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_mselect_control': /kisskb/src/drivers/ata/libata-scsi.c:3613:12: note: byref variable will be forcibly initialized 3613 | u8 mpage[CONTROL_MPAGE_LEN]; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'atapi_fixup_inquiry': /kisskb/src/drivers/ata/libata-scsi.c:2544:12: note: byref variable will be forcibly initialized 2544 | u8 buf[4]; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_dev_supports_fua': /kisskb/src/drivers/ata/libata-scsi.c:2237:51: note: byref variable will be forcibly initialized 2237 | unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; | ^~ /kisskb/src/drivers/ata/libata-scsi.c:2237:23: note: byref variable will be forcibly initialized 2237 | unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsiop_inq_std': /kisskb/src/drivers/ata/libata-scsi.c:1836:12: note: byref variable will be forcibly initialized 1836 | u8 hdr[] = { | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_assign_ofnode': /kisskb/src/drivers/ata/libata-scsi.c:4242:21: note: byref variable will be forcibly initialized 4242 | u32 val; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_gen_passthru_sense': /kisskb/src/drivers/ata/libata-scsi.c:889:28: note: byref variable will be forcibly initialized 889 | u8 sense_key, asc, ascq; | ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:889:23: note: byref variable will be forcibly initialized 889 | u8 sense_key, asc, ascq; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c:889:12: note: byref variable will be forcibly initialized 889 | u8 sense_key, asc, ascq; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_zbc_out_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3473:13: note: byref variable will be forcibly initialized 3473 | u32 n_block; | ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3472:13: note: byref variable will be forcibly initialized 3472 | u64 block; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_zbc_in_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3390:13: note: byref variable will be forcibly initialized 3390 | u32 n_block; | ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3389:13: note: byref variable will be forcibly initialized 3389 | u64 block; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_gen_ata_sense': /kisskb/src/drivers/ata/libata-scsi.c:985:28: note: byref variable will be forcibly initialized 985 | u8 sense_key, asc, ascq; | ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:985:23: note: byref variable will be forcibly initialized 985 | u8 sense_key, asc, ascq; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c:985:12: note: byref variable will be forcibly initialized 985 | u8 sense_key, asc, ascq; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_report_zones_complete': /kisskb/src/drivers/ata/libata-scsi.c:3322:32: note: byref variable will be forcibly initialized 3322 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_mode_select_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3668:12: note: byref variable will be forcibly initialized 3668 | u8 buffer[64]; | ^~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3666:13: note: byref variable will be forcibly initialized 3666 | u16 fp = (u16)-1; | ^~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_verify_xlat': /kisskb/src/drivers/ata/libata-scsi.c:1386:13: note: byref variable will be forcibly initialized 1386 | u32 n_block; | ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:1385:13: note: byref variable will be forcibly initialized 1385 | u64 block; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_write_same_xlat': /kisskb/src/drivers/ata/libata-scsi.c:3146:13: note: byref variable will be forcibly initialized 3146 | u32 n_block; | ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:3145:13: note: byref variable will be forcibly initialized 3145 | u64 block; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_rw_xlat': /kisskb/src/drivers/ata/libata-scsi.c:1535:13: note: byref variable will be forcibly initialized 1535 | u32 n_block; | ^~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:1534:13: note: byref variable will be forcibly initialized 1534 | u64 block; | ^~~~~ /kisskb/src/fs/ntfs3/lznt.c: In function 'decompress_chunk': /kisskb/src/fs/ntfs3/lznt.c:235:16: note: byref variable will be forcibly initialized 235 | size_t offset, length; | ^~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_cmd_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:371:31: note: byref variable will be forcibly initialized 371 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c:368:12: note: byref variable will be forcibly initialized 368 | u8 args[4], *argbuf = NULL; | ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:367:12: note: byref variable will be forcibly initialized 367 | u8 scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:366:12: note: byref variable will be forcibly initialized 366 | u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_task_ioctl': /kisskb/src/drivers/ata/libata-scsi.c:476:31: note: byref variable will be forcibly initialized 476 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c:475:12: note: byref variable will be forcibly initialized 475 | u8 args[7]; | ^~~~ /kisskb/src/drivers/ata/libata-scsi.c:474:12: note: byref variable will be forcibly initialized 474 | u8 scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c:473:12: note: byref variable will be forcibly initialized 473 | u8 sensebuf[SCSI_SENSE_BUFFERSIZE]; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_park_store': /kisskb/src/drivers/ata/libata-scsi.c:134:18: note: byref variable will be forcibly initialized 134 | long int input; | ^~~~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_get_identity': /kisskb/src/drivers/ata/libata-scsi.c:329:14: note: byref variable will be forcibly initialized 329 | char buf[40]; | ^~~ /kisskb/src/drivers/ata/libata-scsi.c: In function 'ata_scsi_simulate': /kisskb/src/drivers/ata/libata-scsi.c:4070:30: note: byref variable will be forcibly initialized 4070 | struct ata_scsi_args args; | ^~~~ /kisskb/src/lib/packing.c: In function 'packing': /kisskb/src/lib/packing.c:193:29: note: byref variable will be forcibly initialized 193 | u64 pval; | ^~~~ /kisskb/src/lib/packing.c:178:29: note: byref variable will be forcibly initialized 178 | u64 pval; | ^~~~ /kisskb/src/lib/packing.c:135:21: note: byref variable will be forcibly initialized 135 | u8 box_mask; | ^~~~~~~~ /kisskb/src/lib/packing.c:134:36: note: byref variable will be forcibly initialized 134 | int box_start_bit, box_end_bit, box_addr; | ^~~~~~~~~~~ /kisskb/src/lib/packing.c:134:21: note: byref variable will be forcibly initialized 134 | int box_start_bit, box_end_bit, box_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pgr_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1164:14: note: byref variable will be forcibly initialized 1164 | bool flag, oldflag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'alua_support_store': /kisskb/src/drivers/target/target_core_configfs.c:1125:14: note: byref variable will be forcibly initialized 1125 | bool flag, oldflag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_zeroes_data_store': /kisskb/src/drivers/target/target_core_configfs.c:976:14: note: byref variable will be forcibly initialized 976 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'force_pr_aptpl_store': /kisskb/src/drivers/target/target_core_configfs.c:931:14: note: byref variable will be forcibly initialized 931 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_rest_reord_store': /kisskb/src/drivers/target/target_core_configfs.c:953:14: note: byref variable will be forcibly initialized 953 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'is_nonrot_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:592:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 592 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(is_nonrot); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'enforce_pr_isids_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:591:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 591 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(enforce_pr_isids); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_verify_store': /kisskb/src/drivers/target/target_core_configfs.c:902:14: note: byref variable will be forcibly initialized 902 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_format_store': /kisskb/src/drivers/target/target_core_configfs.c:865:14: note: byref variable will be forcibly initialized 865 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_pr_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:590:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 590 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_3pc_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:589:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 589 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_3pc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_caw_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:588:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 588 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpws_store': /kisskb/src/drivers/target/target_core_configfs.c:766:14: note: byref variable will be forcibly initialized 766 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tpu_store': /kisskb/src/drivers/target/target_core_configfs.c:736:14: note: byref variable will be forcibly initialized 736 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_tas_store': /kisskb/src/drivers/target/target_core_configfs.c:711:14: note: byref variable will be forcibly initialized 711 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_write_cache_store': /kisskb/src/drivers/target/target_core_configfs.c:659:14: note: byref variable will be forcibly initialized 659 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_fua_write_store': /kisskb/src/drivers/target/target_core_configfs.c:577:14: note: byref variable will be forcibly initialized 577 | bool flag; \ | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:587:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_BOOL' 587 | DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_fua_write); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_model_alias_store': /kisskb/src/drivers/target/target_core_configfs.c:630:14: note: byref variable will be forcibly initialized 630 | bool flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_write_same_len_store': /kisskb/src/drivers/target/target_core_configfs.c:556:13: note: byref variable will be forcibly initialized 556 | u32 val; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:570:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' 570 | DEF_CONFIGFS_ATTRIB_STORE_U32(max_write_same_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_alignment_store': /kisskb/src/drivers/target/target_core_configfs.c:556:13: note: byref variable will be forcibly initialized 556 | u32 val; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:569:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' 569 | DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity_alignment); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'unmap_granularity_store': /kisskb/src/drivers/target/target_core_configfs.c:556:13: note: byref variable will be forcibly initialized 556 | u32 val; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:568:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' 568 | DEF_CONFIGFS_ATTRIB_STORE_U32(unmap_granularity); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_unmap_block_desc_count_store': /kisskb/src/drivers/target/target_core_configfs.c:556:13: note: byref variable will be forcibly initialized 556 | u32 val; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:567:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' 567 | DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_block_desc_count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'max_unmap_lba_count_store': /kisskb/src/drivers/target/target_core_configfs.c:556:13: note: byref variable will be forcibly initialized 556 | u32 val; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:566:1: note: in expansion of macro 'DEF_CONFIGFS_ATTRIB_STORE_U32' 566 | DEF_CONFIGFS_ATTRIB_STORE_U32(max_unmap_lba_count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'queue_depth_store': /kisskb/src/drivers/target/target_core_configfs.c:1015:13: note: byref variable will be forcibly initialized 1015 | u32 val; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'optimal_sectors_store': /kisskb/src/drivers/target/target_core_configfs.c:1051:13: note: byref variable will be forcibly initialized 1051 | u32 val; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'block_size_store': /kisskb/src/drivers/target/target_core_configfs.c:1081:13: note: byref variable will be forcibly initialized 1081 | u32 val; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'pi_prot_type_store': /kisskb/src/drivers/target/target_core_configfs.c:797:13: note: byref variable will be forcibly initialized 797 | u32 flag; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'emulate_ua_intlck_ctrl_store': /kisskb/src/drivers/target/target_core_configfs.c:681:13: note: byref variable will be forcibly initialized 681 | u32 val; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_company_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1516:13: note: byref variable will be forcibly initialized 1516 | u32 val; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_members_show': /kisskb/src/drivers/target/target_core_configfs.c:3080:23: note: byref variable will be forcibly initialized 3080 | unsigned char buf[TG_PT_GROUP_NAME_BUF] = { }; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_lu_gp_members_show': /kisskb/src/drivers/target/target_core_configfs.c:2682:23: note: byref variable will be forcibly initialized 2682 | unsigned char buf[LU_GROUP_NAME_BUF] = { }; | ^~~ /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-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/target/target_core_configfs.c: In function 'target_dev_lba_map_store': /kisskb/src/drivers/target/target_core_configfs.c:2482:42: note: byref variable will be forcibly initialized 2482 | unsigned long segment_size = -1, segment_mult = -1; | ^~~~~~~~~~~~ /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/target/target_core_configfs.c:2482:23: note: byref variable will be forcibly initialized 2482 | unsigned long segment_size = -1, segment_mult = -1; | ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2481:39: note: byref variable will be forcibly initialized 2481 | unsigned long start_lba = -1, end_lba = -1; | ^~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2481:23: note: byref variable will be forcibly initialized 2481 | unsigned long start_lba = -1, end_lba = -1; | ^~~~~~~~~ /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/target/target_core_configfs.c:2480:31: note: byref variable will be forcibly initialized 2480 | int ret = 0, num = 0, pg_id, alua_state; | ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2478:14: note: byref variable will be forcibly initialized 2478 | char state; | ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2477:15: note: byref variable will be forcibly initialized 2477 | char *map_entries, *orig, *ptr; | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:2476:26: note: byref variable will be forcibly initialized 2476 | struct list_head lba_list; | ^~~~~~~~ /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/target/target_core_configfs.c: In function 'target_dev_alua_lu_gp_store': /kisskb/src/drivers/target/target_core_configfs.c:2354:23: note: byref variable will be forcibly initialized 2354 | unsigned char buf[LU_GROUP_NAME_BUF] = { }; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_unit_serial_store': /kisskb/src/drivers/target/target_core_configfs.c:1565:23: note: byref variable will be forcibly initialized 1565 | unsigned char buf[INQUIRY_VPD_SERIAL_LEN] = { }; | ^~~ /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/target/target_core_configfs.c: In function 'target_wwn_revision_store': /kisskb/src/drivers/target/target_core_configfs.c:1458:23: note: byref variable will be forcibly initialized 1458 | unsigned char buf[INQUIRY_REVISION_LEN + 2]; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_product_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1402:23: note: byref variable will be forcibly initialized 1402 | unsigned char buf[INQUIRY_MODEL_LEN + 2]; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vendor_id_store': /kisskb/src/drivers/target/target_core_configfs.c:1346:23: note: byref variable will be forcibly initialized 1346 | unsigned char buf[INQUIRY_VENDOR_LEN + 2]; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_dev_info_show': /kisskb/src/drivers/target/target_core_configfs.c:2197:13: note: byref variable will be forcibly initialized 2197 | int bl = 0; | ^~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_aptpl_metadata_store': /kisskb/src/drivers/target/target_core_configfs.c:1985:54: note: byref variable will be forcibly initialized 1985 | int ret = -1, res_holder = 0, all_tg_pt = 0, arg, token; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1982:28: note: byref variable will be forcibly initialized 1982 | unsigned long long tmp_ll; | ^~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1981:21: note: byref variable will be forcibly initialized 1981 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:1980:28: note: byref variable will be forcibly initialized 1980 | char *orig, *ptr, *opts; | ^~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_write_cmd': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:379:13: note: byref variable will be forcibly initialized 379 | u32 data, cmd; | ^~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_read_cmd': /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_pr_res_pr_registered_i_pts_show': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:316:13: note: byref variable will be forcibly initialized 316 | u32 data, cmd; | ^~~~ /kisskb/src/drivers/target/target_core_configfs.c:1857:14: note: byref variable will be forcibly initialized 1857 | char i_buf[PR_REG_ISID_ID_LEN]; | ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c:1856:23: note: byref variable will be forcibly initialized 1856 | unsigned char buf[384]; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_core_dev_pr_show_spc3_res': /kisskb/src/drivers/target/target_core_configfs.c:1733:14: note: byref variable will be forcibly initialized 1733 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_scsi_target_device_show': /kisskb/src/drivers/target/target_core_configfs.c:1655:23: note: byref variable will be forcibly initialized 1655 | unsigned char buf[VPD_TMP_BUF_SIZE]; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1691:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 1691 | DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_scsi_target_device, 0x20); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_target_port_show': /kisskb/src/drivers/target/target_core_configfs.c:1655:23: note: byref variable will be forcibly initialized 1655 | unsigned char buf[VPD_TMP_BUF_SIZE]; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1689:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 1689 | DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_target_port, 0x10); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_assoc_logical_unit_show': /kisskb/src/drivers/target/target_core_configfs.c:1655:23: note: byref variable will be forcibly initialized 1655 | unsigned char buf[VPD_TMP_BUF_SIZE]; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:1687:1: note: in expansion of macro 'DEF_DEV_WWN_ASSOC_SHOW' 1687 | DEF_DEV_WWN_ASSOC_SHOW(vpd_assoc_logical_unit, 0x00); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_wwn_vpd_protocol_identifier_show': /kisskb/src/drivers/target/target_core_configfs.c:1626:23: note: byref variable will be forcibly initialized 1626 | unsigned char buf[VPD_TMP_BUF_SIZE] = { }; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_tg_pt_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:3047:23: note: byref variable will be forcibly initialized 3047 | unsigned long tg_pt_gp_id; | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_write_metadata_store': /kisskb/src/drivers/target/target_core_configfs.c:2962:23: note: byref variable will be forcibly initialized 2962 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_active_optimized_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2948:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2948 | ALUA_SUPPORTED_STATE_ATTR(active_optimized, ALUA_AO_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_active_nonoptimized_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2949:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2949 | ALUA_SUPPORTED_STATE_ATTR(active_nonoptimized, ALUA_AN_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_standby_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2947:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2947 | ALUA_SUPPORTED_STATE_ATTR(standby, ALUA_S_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_unavailable_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2946:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2946 | ALUA_SUPPORTED_STATE_ATTR(unavailable, ALUA_U_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_lba_dependent_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2945:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2945 | ALUA_SUPPORTED_STATE_ATTR(lba_dependent, ALUA_LBD_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_offline_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2944:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2944 | ALUA_SUPPORTED_STATE_ATTR(offline, ALUA_O_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_support_transitioning_store': /kisskb/src/drivers/target/target_core_configfs.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long tmp; \ | ^~~ /kisskb/src/drivers/target/target_core_configfs.c:2943:1: note: in expansion of macro 'ALUA_SUPPORTED_STATE_ATTR' 2943 | ALUA_SUPPORTED_STATE_ATTR(transitioning, ALUA_T_SUP); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_status_store': /kisskb/src/drivers/target/target_core_configfs.c:2865:23: note: byref variable will be forcibly initialized 2865 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_hba_mode_store': /kisskb/src/drivers/target/target_core_configfs.c:3415:23: note: byref variable will be forcibly initialized 3415 | unsigned long mode_flag; | ^~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_tg_pt_gp_alua_access_state_store': /kisskb/src/drivers/target/target_core_configfs.c:2814:23: note: byref variable will be forcibly initialized 2814 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_lu_gp_lu_gp_id_store': /kisskb/src/drivers/target/target_core_configfs.c:2648:23: note: byref variable will be forcibly initialized 2648 | unsigned long lu_gp_id; | ^~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c: In function 'target_core_call_addhbatotarget': /kisskb/src/drivers/target/target_core_configfs.c:3477:23: note: byref variable will be forcibly initialized 3477 | unsigned long plugin_dep_id = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_configfs.c:3476:14: note: byref variable will be forcibly initialized 3476 | char buf[TARGET_CORE_NAME_MAX_LEN] = { }; | ^~~ /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/fs/xfs/xfs_bmap_util.c: In function 'xfs_unmap_extent': /kisskb/src/fs/xfs/xfs_bmap_util.c:912:34: note: byref variable will be forcibly initialized 912 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_rmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:1379:41: note: byref variable will be forcibly initialized 1379 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1372:41: note: byref variable will be forcibly initialized 1372 | struct xfs_bmbt_irec tirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1371:41: note: byref variable will be forcibly initialized 1371 | struct xfs_bmbt_irec uirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1370:41: note: byref variable will be forcibly initialized 1370 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap_report_one': /kisskb/src/fs/xfs/xfs_bmap_util.c:307:33: note: byref variable will be forcibly initialized 307 | bool shared = false; | ^~~~~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs_rename': /kisskb/src/fs/ntfs3/namei.c:243:23: note: byref variable will be forcibly initialized 243 | bool is_same, is_bad; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_leaves': /kisskb/src/fs/xfs/xfs_bmap_util.c:233:33: note: byref variable will be forcibly initialized 233 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:232:33: note: byref variable will be forcibly initialized 232 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs3_get_parent': /kisskb/src/fs/ntfs3/namei.c:341:33: note: byref variable will be forcibly initialized 341 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_blocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:261:33: note: byref variable will be forcibly initialized 261 | xfs_extlen_t btblocks = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_forks': /kisskb/src/fs/xfs/xfs_bmap_util.c:1503:33: note: byref variable will be forcibly initialized 1503 | xfs_extnum_t junk; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1502:33: note: byref variable will be forcibly initialized 1502 | xfs_filblks_t taforkblks = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1501:33: note: byref variable will be forcibly initialized 1501 | xfs_filblks_t aforkblks = 0; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:418:33: note: byref variable will be forcibly initialized 418 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:38: note: byref variable will be forcibly initialized 416 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:33: note: byref variable will be forcibly initialized 416 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_punch_delalloc_range': /kisskb/src/fs/xfs/xfs_bmap_util.c:599:33: note: byref variable will be forcibly initialized 599 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:598:38: note: byref variable will be forcibly initialized 598 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:598:33: note: byref variable will be forcibly initialized 598 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:597:33: note: byref variable will be forcibly initialized 597 | xfs_fileoff_t end_fsb = start_fsb + length; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_can_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:649:33: note: byref variable will be forcibly initialized 649 | int nimaps = 1; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:645:33: note: byref variable will be forcibly initialized 645 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:723:34: note: byref variable will be forcibly initialized 723 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_alloc_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:789:33: note: byref variable will be forcibly initialized 789 | xfs_bmbt_irec_t imaps[1], *imapp; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:788:34: note: byref variable will be forcibly initialized 788 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c:786:33: note: byref variable will be forcibly initialized 786 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:974:33: note: byref variable will be forcibly initialized 974 | int done = 0, error; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_collapse_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1111:33: note: byref variable will be forcibly initialized 1111 | bool done = false; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1109:33: note: byref variable will be forcibly initialized 1109 | xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1107:34: note: byref variable will be forcibly initialized 1107 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_insert_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1181:33: note: byref variable will be forcibly initialized 1181 | bool done = false; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1179:33: note: byref variable will be forcibly initialized 1179 | xfs_fileoff_t next_fsb = NULLFSBLOCK; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1176:34: note: byref variable will be forcibly initialized 1176 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extents': /kisskb/src/fs/xfs/xfs_bmap_util.c:1640:48: note: byref variable will be forcibly initialized 1640 | int src_log_flags, target_log_flags; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1640:33: note: byref variable will be forcibly initialized 1640 | int src_log_flags, target_log_flags; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1638:34: note: byref variable will be forcibly initialized 1638 | struct xfs_trans *tp; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/random.h:7, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/random.h:7, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_device.c:14: /kisskb/src/drivers/target/target_core_device.c: In function 'target_alloc_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c:804:9: note: in expansion of macro 'rcu_assign_pointer' 804 | rcu_assign_pointer(xcopy_lun->lun_se_dev, dev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_device.c: In function 'core_dev_setup_virtual_lun0': /kisskb/src/drivers/target/target_core_device.c:1039:14: note: byref variable will be forcibly initialized 1039 | char buf[] = "rd_pages=8,rd_nullio=1,rd_dummy=1"; | ^~~ /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; | ^~~~~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:9: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:527:29: note: byref variable will be forcibly initialized 527 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:29: note: byref variable will be forcibly initialized 495 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:29: note: byref variable will be forcibly initialized 646 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:29: note: byref variable will be forcibly initialized 600 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:29: note: byref variable will be forcibly initialized 570 | struct fence_chains fc; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:9: note: in expansion of macro 'wait_var_event_timeout' 468 | wait_var_event_timeout(&data.children, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:26: note: byref variable will be forcibly initialized 440 | struct find_race data; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:340:27: note: byref variable will be forcibly initialized 340 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:29: note: byref variable will be forcibly initialized 339 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:296:27: note: byref variable will be forcibly initialized 296 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:29: note: byref variable will be forcibly initialized 295 | struct fence_chains fc; | ^~ /kisskb/src/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/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/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/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); | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/tifm.h:12, from /kisskb/src/drivers/misc/tifm_core.c:8: /kisskb/src/drivers/misc/tifm_core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/tifm_core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs/quota.c: In function 'ntfs_mark_quotas_out_of_date': /kisskb/src/fs/ntfs/quota.c:27:20: note: byref variable will be forcibly initialized 27 | const le32 qid = QUOTA_DEFAULTS_ID; | ^~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc-t10dif.c:48:9: note: in expansion of macro 'rcu_assign_pointer' 48 | rcu_assign_pointer(crct10dif_tfm, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:25: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/syscon.c:49:13: note: byref variable will be forcibly initialized 49 | u32 reg_io_width; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/syscon.c:17: /kisskb/src/drivers/mfd/syscon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:234:32: note: byref variable will be forcibly initialized 234 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/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/scsi/libsas/sas_ata.c: In function 'sas_get_ata_command_set': In file included from /kisskb/src/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/drivers/scsi/libsas/sas_ata.c:620:29: note: byref variable will be forcibly initialized 620 | struct ata_taskfile tf; | ^~ /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/lib/libcrc32c.c:40:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 40 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_ata.c: In function 'sas_ata_printk': /kisskb/src/drivers/scsi/libsas/sas_ata.c:345:17: note: byref variable will be forcibly initialized 345 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_ata.c:344:26: note: byref variable will be forcibly initialized 344 | struct va_format vaf; | ^~~ In file included from /kisskb/src/drivers/scsi/libsas/sas_ata.c:12: /kisskb/src/drivers/scsi/libsas/sas_ata.c: In function 'sas_ata_strategy_handler': /kisskb/src/drivers/scsi/libsas/sas_ata.c:751:32: note: byref variable will be forcibly initialized 751 | ASYNC_DOMAIN_EXCLUSIVE(async); | ^~~~~ /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), \ | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/drivers/scsi/libsas/sas_ata.c:10: /kisskb/src/drivers/scsi/libsas/sas_ata.c: In function 'sas_ata_eh': /kisskb/src/drivers/scsi/libsas/sas_ata.c:797:27: note: byref variable will be forcibly initialized 797 | LIST_HEAD(sata_q); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_round_robin_path': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:291:9: note: in expansion of macro 'rcu_assign_pointer' 291 | rcu_assign_pointer(head->current_path[node], found); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function '__nvme_find_path': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:238:17: note: in expansion of macro 'rcu_assign_pointer' 238 | rcu_assign_pointer(head->current_path[node], found); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_read_ana_log': /kisskb/src/drivers/nvme/host/multipath.c:669:13: note: byref variable will be forcibly initialized 669 | u32 nr_change_groups = 0; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/backing-dev.h:12, from /kisskb/src/drivers/nvme/host/multipath.c:6: /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_clear_current_path': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:152:25: note: in expansion of macro 'rcu_assign_pointer' 152 | rcu_assign_pointer(head->current_path[node], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_revalidate_paths': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c:184:17: note: in expansion of macro 'rcu_assign_pointer' 184 | rcu_assign_pointer(head->current_path[node], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_update': /kisskb/src/drivers/nvme/host/multipath.c:717:13: note: byref variable will be forcibly initialized 717 | u32 nr_change_groups = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/multipath.c: In function 'nvme_mpath_add_disk': /kisskb/src/drivers/nvme/host/multipath.c:807:44: note: byref variable will be forcibly initialized 807 | struct nvme_ana_group_desc desc = { | ^~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'fw_err': /kisskb/src/drivers/firewire/core-card.c:31:17: note: byref variable will be forcibly initialized 31 | va_list args; \ | ^~~~ /kisskb/src/drivers/firewire/core-card.c:40:1: note: in expansion of macro 'define_fw_printk_level' 40 | define_fw_printk_level(fw_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c:30:26: note: byref variable will be forcibly initialized 30 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/firewire/core-card.c:40:1: note: in expansion of macro 'define_fw_printk_level' 40 | define_fw_printk_level(fw_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/erase.c: In function 'jffs2_block_check_erase': /kisskb/src/drivers/firewire/core-card.c: In function 'fw_notice': /kisskb/src/drivers/firewire/core-card.c:31:17: note: byref variable will be forcibly initialized 31 | va_list args; \ | ^~~~ /kisskb/src/drivers/firewire/core-card.c:41:1: note: in expansion of macro 'define_fw_printk_level' 41 | define_fw_printk_level(fw_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/erase.c:315:16: note: byref variable will be forcibly initialized 315 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/firewire/core-card.c:30:26: note: byref variable will be forcibly initialized 30 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/firewire/core-card.c:41:1: note: in expansion of macro 'define_fw_printk_level' 41 | define_fw_printk_level(fw_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jffs2/erase.c:313:15: note: byref variable will be forcibly initialized 313 | void *ebuf; | ^~~~ /kisskb/src/drivers/firewire/core-card.c: In function 'allocate_broadcast_channel': /kisskb/src/drivers/firewire/core-card.c:260:22: note: byref variable will be forcibly initialized 260 | int channel, bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/firewire/core-card.c:260:13: note: byref variable will be forcibly initialized 260 | int channel, bandwidth = 0; | ^~~~~~~ /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/firewire/core-card.c: In function 'bm_work': /kisskb/src/drivers/firewire/core-card.c:299:16: note: byref variable will be forcibly initialized 299 | __be32 transaction_data[2]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/as3722.c: In function 'as3722_check_device_id': /kisskb/src/drivers/mfd/as3722.c:200:13: note: byref variable will be forcibly initialized 200 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:9: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:10: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_merge_complex': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:313:14: note: in expansion of macro 'dma_fence_unwrap_merge' 313 | f5 = dma_fence_unwrap_merge(f3, f4, dma_fence_get_stub()); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:313:14: note: in expansion of macro 'dma_fence_unwrap_merge' 313 | f5 = dma_fence_unwrap_merge(f3, f4, dma_fence_get_stub()); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:308:14: note: in expansion of macro 'dma_fence_unwrap_merge' 308 | f4 = dma_fence_unwrap_merge(f2, f1); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:308:14: note: in expansion of macro 'dma_fence_unwrap_merge' 308 | f4 = dma_fence_unwrap_merge(f2, f1); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:303:14: note: in expansion of macro 'dma_fence_unwrap_merge' 303 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:303:14: note: in expansion of macro 'dma_fence_unwrap_merge' 303 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:292:33: note: byref variable will be forcibly initialized 292 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/fs/ntfs3/record.c: In function 'mi_pack_runs': /kisskb/src/fs/ntfs3/record.c:546:14: note: byref variable will be forcibly initialized 546 | CLST plen; | ^~~~ In file included from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:10: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_merge': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:257:14: note: in expansion of macro 'dma_fence_unwrap_merge' 257 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:257:14: note: in expansion of macro 'dma_fence_unwrap_merge' 257 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:244:33: note: byref variable will be forcibly initialized 244 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'mock_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:50:17: note: byref variable will be forcibly initialized 50 | va_list valist; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:120:33: note: byref variable will be forcibly initialized 120 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:200:33: note: byref variable will be forcibly initialized 200 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:160:33: note: byref variable will be forcibly initialized 160 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/nvme/host/zns.c: In function 'nvme_ns_report_zones': /kisskb/src/drivers/nvme/host/zns.c:184:16: note: byref variable will be forcibly initialized 184 | size_t buflen; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/misc/enclosure.c:12: /kisskb/src/drivers/misc/enclosure.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:33: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:21: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:538:23: note: byref variable will be forcibly initialized 538 | dev_t dev = sbi->sb->s_dev; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c:510:22: note: byref variable will be forcibly initialized 510 | unsigned int type; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c:508:21: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:426:15: note: byref variable will be forcibly initialized 426 | dev_t devid; | ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c:425:21: note: byref variable will be forcibly initialized 425 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:29: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:626:13: note: byref variable will be forcibly initialized 626 | s32 irq_on; | ^~~~~~ /kisskb/src/drivers/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/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:834:15: note: byref variable will be forcibly initialized 834 | dev_t uio_dev = 0; | ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:572:13: note: byref variable will be forcibly initialized 572 | s32 event_count; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/iqs62x.c:19: /kisskb/src/drivers/mfd/iqs62x.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int val; | ^~~ /kisskb/src/drivers/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/message/fusion/mptbase.c: In function 'mpt_print_ioc_summary': /kisskb/src/drivers/message/fusion/mptbase.c:6812:14: note: byref variable will be forcibly initialized 6812 | char expVer[32]; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetPortFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3247:34: note: byref variable will be forcibly initialized 3247 | PortFacts_t get_pfacts; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIocFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3073:34: note: byref variable will be forcibly initialized 3073 | IOCFacts_t get_facts; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendPortEnable': /kisskb/src/drivers/message/fusion/mptbase.c:3455:34: note: byref variable will be forcibly initialized 3455 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3454:34: note: byref variable will be forcibly initialized 3454 | PortEnable_t port_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendEventNotification': /kisskb/src/drivers/message/fusion/mptbase.c:6291:33: note: byref variable will be forcibly initialized 6291 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6290:33: note: byref variable will be forcibly initialized 6290 | EventNotification_t evn; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_iocstatus_info_config': /kisskb/src/drivers/message/fusion/mptbase.c:8147:14: note: byref variable will be forcibly initialized 8147 | char extend_desc[EVENT_DESCR_STR_SZ]; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_iocinfo_proc_show': /kisskb/src/drivers/message/fusion/mptbase.c:6703:26: note: byref variable will be forcibly initialized 6703 | char expVer[32]; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'seq_mpt_print_ioc_summary': /kisskb/src/drivers/message/fusion/mptbase.c:6847:14: note: byref variable will be forcibly initialized 6847 | char expVer[32]; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendIocInit': /kisskb/src/drivers/message/fusion/mptbase.c:3331:34: note: byref variable will be forcibly initialized 3331 | MPIDefaultReply_t init_reply; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3330:34: note: byref variable will be forcibly initialized 3330 | IOCInit_t ioc_init; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_do_upload': /kisskb/src/drivers/message/fusion/mptbase.c:3572:34: note: byref variable will be forcibly initialized 3572 | u8 reply[sizeof(FWUploadReply_t)]; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_target_alloc': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:565:28: note: byref variable will be forcibly initialized 565 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2316:23: note: byref variable will be forcibly initialized 2316 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2315:28: note: byref variable will be forcibly initialized 2315 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'PrimeIocFifos': /kisskb/src/drivers/message/fusion/mptbase.c:4432:20: note: byref variable will be forcibly initialized 4432 | dma_addr_t alloc_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_bus_reset': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:759:23: note: byref variable will be forcibly initialized 759 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_info': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:499:17: note: byref variable will be forcibly initialized 499 | char ahc_info[256]; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_run_command': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1408:36: note: byref variable will be forcibly initialized 1408 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_disable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:228:13: note: byref variable will be forcibly initialized 228 | u16 command_reg; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_enable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:238:13: note: byref variable will be forcibly initialized 238 | u16 command_reg; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_queue_lck': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:526:23: note: byref variable will be forcibly initialized 526 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_release_simq': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2011:16: note: byref variable will be forcibly initialized 2011 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_dt': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2413:23: note: byref variable will be forcibly initialized 2413 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2411:22: note: byref variable will be forcibly initialized 2411 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2409:22: note: byref variable will be forcibly initialized 2409 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2408:28: note: byref variable will be forcibly initialized 2408 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2403:34: note: byref variable will be forcibly initialized 2403 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_offset': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2382:23: note: byref variable will be forcibly initialized 2382 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2381:22: note: byref variable will be forcibly initialized 2381 | unsigned int period = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2380:22: note: byref variable will be forcibly initialized 2380 | unsigned int ppr_options = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2379:28: note: byref variable will be forcibly initialized 2379 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2374:34: note: byref variable will be forcibly initialized 2374 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_set_period': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2336:23: note: byref variable will be forcibly initialized 2336 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2335:22: note: byref variable will be forcibly initialized 2335 | unsigned int ppr_options = tinfo->goal.ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2334:28: note: byref variable will be forcibly initialized 2334 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2329:34: note: byref variable will be forcibly initialized 2329 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_get_signalling': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2500:23: note: byref variable will be forcibly initialized 2500 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.h:63, from /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:123: /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_queue_recovery_cmd': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:2291:44: note: byref variable will be forcibly initialized 2291 | 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/scsi/aic7xxx/aic7xxx_osm.c:2047:23: note: byref variable will be forcibly initialized 2047 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_dmamap_load': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:869:27: note: byref variable will be forcibly initialized 869 | bus_dma_segment_t stack_sg; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_detach': /kisskb/src/drivers/message/fusion/mptbase.c:2079:14: note: byref variable will be forcibly initialized 2079 | char pname[64]; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1796:29: note: byref variable will be forcibly initialized 1796 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_freeze_simq': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1993:23: note: byref variable will be forcibly initialized 1993 | unsigned long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_initialize_scsi_bus': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1162:42: note: byref variable will be forcibly initialized 1162 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1160:36: note: byref variable will be forcibly initialized 1160 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1129:23: note: byref variable will be forcibly initialized 1129 | unsigned long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_register_host': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1074:17: note: byref variable will be forcibly initialized 1074 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1071:17: note: byref variable will be forcibly initialized 1071 | char buf[80]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_isr': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1570:17: note: byref variable will be forcibly initialized 1570 | u_long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_send_async': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1595:43: note: byref variable will be forcibly initialized 1595 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c: In function 'ahc_linux_device_queue_depth': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.c:1376:29: note: byref variable will be forcibly initialized 1376 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_is_discovery_complete': /kisskb/src/drivers/message/fusion/mptbase.c:287:20: note: byref variable will be forcibly initialized 287 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:285:21: note: byref variable will be forcibly initialized 285 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:284:36: note: byref variable will be forcibly initialized 284 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetLanConfigPages': /kisskb/src/drivers/message/fusion/mptbase.c:4947:34: note: byref variable will be forcibly initialized 4947 | dma_addr_t page1_dma; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4945:34: note: byref variable will be forcibly initialized 4945 | dma_addr_t page0_dma; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4943:34: note: byref variable will be forcibly initialized 4943 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:4942:34: note: byref variable will be forcibly initialized 4942 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_GetScsiPortSettings': /kisskb/src/drivers/message/fusion/mptbase.c:5365:34: note: byref variable will be forcibly initialized 5365 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5364:34: note: byref variable will be forcibly initialized 5364 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5363:34: note: byref variable will be forcibly initialized 5363 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_readScsiDevicePageHeaders': /kisskb/src/drivers/message/fusion/mptbase.c:5583:34: note: byref variable will be forcibly initialized 5583 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5582:34: note: byref variable will be forcibly initialized 5582 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_1': /kisskb/src/drivers/message/fusion/mptbase.c:6153:34: note: byref variable will be forcibly initialized 6153 | dma_addr_t ioc1_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6152:34: note: byref variable will be forcibly initialized 6152 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6151:34: note: byref variable will be forcibly initialized 6151 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_4': /kisskb/src/drivers/message/fusion/mptbase.c:6098:34: note: byref variable will be forcibly initialized 6098 | dma_addr_t ioc4_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6097:34: note: byref variable will be forcibly initialized 6097 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6096:34: note: byref variable will be forcibly initialized 6096 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIoUnitPage2': /kisskb/src/drivers/message/fusion/mptbase.c:5295:34: note: byref variable will be forcibly initialized 5295 | dma_addr_t page_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5293:34: note: byref variable will be forcibly initialized 5293 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5292:34: note: byref variable will be forcibly initialized 5292 | ConfigPageHeader_t hdr; | ^~~ In file included from /kisskb/src/fs/ntfs/usnjrnl.c:18: /kisskb/src/fs/ntfs/usnjrnl.c: In function 'get_current_ntfs_time': /kisskb/src/fs/ntfs/time.h:52:27: note: byref variable will be forcibly initialized 52 | struct timespec64 ts; | ^~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_get_manufacturing_pg_0': /kisskb/src/drivers/message/fusion/mptbase.c:6240:33: note: byref variable will be forcibly initialized 6240 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6239:33: note: byref variable will be forcibly initialized 6239 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:6238:33: note: byref variable will be forcibly initialized 6238 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg0': /kisskb/src/drivers/message/fusion/mptbase.c:5743:41: note: byref variable will be forcibly initialized 5743 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5742:41: note: byref variable will be forcibly initialized 5742 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5741:41: note: byref variable will be forcibly initialized 5741 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_get_num_paths': /kisskb/src/drivers/message/fusion/mptbase.c:5810:41: note: byref variable will be forcibly initialized 5810 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5809:41: note: byref variable will be forcibly initialized 5809 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5808:41: note: byref variable will be forcibly initialized 5808 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg1': /kisskb/src/drivers/message/fusion/mptbase.c:5883:41: note: byref variable will be forcibly initialized 5883 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5879:41: note: byref variable will be forcibly initialized 5879 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5878:41: note: byref variable will be forcibly initialized 5878 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5877:41: note: byref variable will be forcibly initialized 5877 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_3': /kisskb/src/drivers/message/fusion/mptbase.c:6039:34: note: byref variable will be forcibly initialized 6039 | dma_addr_t ioc3_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6038:34: note: byref variable will be forcibly initialized 6038 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6037:34: note: byref variable will be forcibly initialized 6037 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_inactive_raid_volumes': /kisskb/src/drivers/message/fusion/mptbase.c:5657:41: note: byref variable will be forcibly initialized 5657 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5654:41: note: byref variable will be forcibly initialized 5654 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5653:41: note: byref variable will be forcibly initialized 5653 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5652:41: note: byref variable will be forcibly initialized 5652 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_findImVolumes': /kisskb/src/drivers/message/fusion/mptbase.c:5968:34: note: byref variable will be forcibly initialized 5968 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5967:34: note: byref variable will be forcibly initialized 5967 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5966:34: note: byref variable will be forcibly initialized 5966 | dma_addr_t ioc2_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_attach': /kisskb/src/drivers/message/fusion/mptbase.c:1768:26: note: byref variable will be forcibly initialized 1768 | u8 pcixcmd; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mptbase_reply': /kisskb/src/drivers/message/fusion/mptbase.c:631:13: note: byref variable will be forcibly initialized 631 | int evHandlers; | ^~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585: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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_buf.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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:758:25: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/include/linux/rhashtable.h:701:39: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_remove_fast_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:25: note: in expansion of macro 'rcu_assign_pointer' 1045 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_readbuf': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:258:33: note: byref variable will be forcibly initialized 258 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:253:33: note: byref variable will be forcibly initialized 253 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:252:33: note: byref variable will be forcibly initialized 252 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:249:34: note: byref variable will be forcibly initialized 249 | struct xfs_buf *bp = NULL; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_uncached': /kisskb/src/fs/xfs/xfs_buf.c:945:31: note: byref variable will be forcibly initialized 945 | DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_buf.c:944:34: note: byref variable will be forcibly initialized 944 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_shrink_scan': /kisskb/src/fs/xfs/xfs_buf.c:1912:19: note: byref variable will be forcibly initialized 1912 | 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/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_block_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:145:34: note: byref variable will be forcibly initialized 145 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:358:33: note: byref variable will be forcibly initialized 358 | xfs_dir2_off_t curoff; /* current overall offset */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:357:33: note: byref variable will be forcibly initialized 357 | xfs_dablk_t rablk = 0; /* current readahead block */ | ^~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:353:34: note: byref variable will be forcibly initialized 353 | struct xfs_buf *bp = NULL; /* data block buffer */ | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_find_insert': /kisskb/src/fs/xfs/xfs_buf.c:613:34: note: byref variable will be forcibly initialized 613 | struct xfs_buf *new_bp; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_map': /kisskb/src/fs/xfs/xfs_buf.c:681:34: note: byref variable will be forcibly initialized 681 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_readdir': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:515:33: note: byref variable will be forcibly initialized 515 | int isblock; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:514:33: note: byref variable will be forcibly initialized 514 | unsigned int lock_mode; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function '_xfs_buf_ioapply': /kisskb/src/fs/xfs/xfs_buf.c:1532:25: note: byref variable will be forcibly initialized 1532 | int size; | ^~~~ /kisskb/src/fs/xfs/xfs_buf.c:1531:25: note: byref variable will be forcibly initialized 1531 | int offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c:1529:25: note: byref variable will be forcibly initialized 1529 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_map': /kisskb/src/fs/xfs/xfs_buf.c:805:34: note: byref variable will be forcibly initialized 805 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_readahead_map': /kisskb/src/fs/xfs/xfs_buf.c:887:34: note: byref variable will be forcibly initialized 887 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_uncached': /kisskb/src/fs/xfs/xfs_buf.c:909:34: note: byref variable will be forcibly initialized 909 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit_buffers': /kisskb/src/fs/xfs/xfs_buf.c:2149:33: note: byref variable will be forcibly initialized 2149 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_drain': /kisskb/src/fs/xfs/xfs_buf.c:1832:19: note: byref variable will be forcibly initialized 1832 | 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/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit': /kisskb/src/fs/xfs/xfs_buf.c:2238:34: note: byref variable will be forcibly initialized 2238 | LIST_HEAD (wait_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/xfs/xfs_buf.c: In function 'xfs_buf_delwri_pushbuf': /kisskb/src/fs/xfs/xfs_buf.c:2283:34: note: byref variable will be forcibly initialized 2283 | LIST_HEAD (submit_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/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/clk/clk-max77686.c: In function 'max77686_clk_is_prepared': /kisskb/src/drivers/clk/clk-max77686.c:124:13: note: byref variable will be forcibly initialized 124 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/clk-max77686.c:12: /kisskb/src/drivers/clk/clk-max77686.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-max77686.c: In function 'max77686_clk_probe': /kisskb/src/drivers/clk/clk-max77686.c:213:29: note: byref variable will be forcibly initialized 213 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_main.c: In function 'snic_dev_wait': /kisskb/src/drivers/scsi/snic/snic_main.c:179:18: note: byref variable will be forcibly initialized 179 | int ret, done; | ^~~~ 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/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1079:34: note: byref variable will be forcibly initialized 1079 | struct fuse_forget_link *head = fiq->forget_list_head.next; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'request_wait_answer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:407:9: note: in expansion of macro 'wait_event' 407 | wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:386:23: note: in expansion of macro 'wait_event_killable' 386 | err = wait_event_killable(req->waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:372:23: note: in expansion of macro 'wait_event_interruptible' 372 | err = wait_event_interruptible(req->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:631:9: note: in expansion of macro '___wait_event' 631 | ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:639:25: note: in expansion of macro '__wait_event_killable_exclusive' 639 | __ret = __wait_event_killable_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:21: note: in expansion of macro 'wait_event_killable_exclusive' 115 | if (wait_event_killable_exclusive(fc->blocked_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/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_notify_poll': /kisskb/src/fs/fuse/dev.c:1420:44: note: byref variable will be forcibly initialized 1420 | struct fuse_notify_poll_wakeup_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1441:44: note: byref variable will be forcibly initialized 1441 | struct fuse_notify_inval_inode_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1469:21: note: byref variable will be forcibly initialized 1469 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1466:44: note: byref variable will be forcibly initialized 1466 | struct fuse_notify_inval_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:960:31: note: byref variable will be forcibly initialized 960 | void *buf = mapaddr + offset; | ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1606:30: note: byref variable will be forcibly initialized 1606 | struct page *page; | ^~~~ /kisskb/src/fs/fuse/dev.c:1562:38: note: byref variable will be forcibly initialized 1562 | struct fuse_notify_store_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1741:28: note: byref variable will be forcibly initialized 1741 | struct fuse_mount *fm; | ^~ /kisskb/src/fs/fuse/dev.c:1740:41: note: byref variable will be forcibly initialized 1740 | struct fuse_notify_retrieve_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1517:21: note: byref variable will be forcibly initialized 1517 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1514:39: note: byref variable will be forcibly initialized 1514 | struct fuse_notify_delete_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1853:32: note: byref variable will be forcibly initialized 1853 | struct fuse_out_header oh; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1967:32: note: byref variable will be forcibly initialized 1967 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1945:32: note: byref variable will be forcibly initialized 1945 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1051:34: note: byref variable will be forcibly initialized 1051 | struct fuse_interrupt_in arg; | ^~~ /kisskb/src/fs/fuse/dev.c:1050:31: note: byref variable will be forcibly initialized 1050 | struct fuse_in_header ih; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct fuse_forget_in arg = { | ^~~ /kisskb/src/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/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1137:18: note: byref variable will be forcibly initialized 1137 | unsigned count; | ^~~~~ /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; | ^~~~~ 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/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/scsi/aacraid/linit.c:20: /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'aac_safw_rescan_worker': /kisskb/src/include/linux/wait.h: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/scsi/aacraid/aacraid.h:2665:9: note: in expansion of macro 'wait_event' 2665 | wait_event(dev->scsi_host_ptr->host_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'aac_show_unique_id': /kisskb/src/drivers/scsi/aacraid/linit.c:582:23: note: byref variable will be forcibly initialized 582 | unsigned char sn[16]; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1239:23: note: in expansion of macro 'wait_event_interruptible_exclusive' 1239 | err = wait_event_interruptible_exclusive(fiq->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:294:22: note: byref variable will be forcibly initialized 294 | unsigned int id = 0; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1351:32: note: byref variable will be forcibly initialized 1351 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1373:32: note: byref variable will be forcibly initialized 1373 | struct fuse_copy_state cs; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:2129:27: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2200:27: note: byref variable will be forcibly initialized 2200 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2190:9: note: in expansion of macro 'wait_event' 2190 | wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/drivers/scsi/aacraid/linit.c:20: /kisskb/src/drivers/scsi/aacraid/linit.c: In function '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/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; | ^~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_wwn_cmd_completion_affinity_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:1007:13: note: byref variable will be forcibly initialized 1007 | int compl_val; | ^~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_tpg_base_enable_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:830:14: note: byref variable will be forcibly initialized 830 | bool 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/target/target_core_fabric_configfs.c:14: /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/hwmon.c: In function 'nvme_get_temp_thresh': /kisskb/src/drivers/nvme/host/hwmon.c:23:13: note: byref variable will be forcibly initialized 23 | u32 status; | ^~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_lun': /kisskb/src/drivers/target/target_core_fabric_configfs.c:747:28: note: byref variable will be forcibly initialized 747 | unsigned long long unpacked_lun; | ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_make_mappedlun': /kisskb/src/drivers/target/target_core_fabric_configfs.c:275:13: note: byref variable will be forcibly initialized 275 | int ret = 0; | ^~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c:274:28: note: byref variable will be forcibly initialized 274 | unsigned long long mapped_lun; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_fabric_configfs.c: In function 'target_fabric_mappedlun_write_protect_store': /kisskb/src/drivers/target/target_core_fabric_configfs.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned long wp; | ^~ /kisskb/src/fs/ntfs3/run.c: In function 'run_is_mapped_full': /kisskb/src/fs/ntfs3/run.c:169:16: note: byref variable will be forcibly initialized 169 | size_t i; | ^ /kisskb/src/fs/ntfs3/run.c: In function 'run_lookup_entry': /kisskb/src/fs/ntfs3/run.c:195:16: note: byref variable will be forcibly initialized 195 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate_head': /kisskb/src/fs/ntfs3/run.c:230:16: note: byref variable will be forcibly initialized 230 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate': /kisskb/src/fs/ntfs3/run.c:265:16: note: byref variable will be forcibly initialized 265 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_add_entry': /kisskb/src/fs/ntfs3/run.c:319:22: note: byref variable will be forcibly initialized 319 | size_t used, index; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/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/fs/ntfs3/run.c: In function 'run_collapse_range': /kisskb/src/fs/ntfs3/run.c:491:16: note: byref variable will be forcibly initialized 491 | size_t index, eat; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_insert_range': /kisskb/src/fs/ntfs3/run.c:557:16: note: byref variable will be forcibly initialized 557 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_pack': /kisskb/src/fs/ntfs3/run.c:825:16: note: byref variable will be forcibly initialized 825 | size_t i; | ^ /kisskb/src/fs/ntfs3/run.c: In function 'run_unpack_ex': /kisskb/src/fs/ntfs3/run.c:1053:16: note: byref variable will be forcibly initialized 1053 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c:1052:29: note: byref variable will be forcibly initialized 1052 | CLST next_vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/run.c:1052:24: note: byref variable will be forcibly initialized 1052 | CLST next_vcn, lcn, len; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/firewire/core-cdev.c:9: /kisskb/src/drivers/firewire/core-cdev.c: In function 'fw_device_op_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/firewire/core-cdev.c:1776:9: note: in expansion of macro 'wait_event' 1776 | wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); | ^~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'dequeue_event': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h: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/core-cdev.c:299:15: note: in expansion of macro 'wait_event_interruptible' 299 | ret = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'dispatch_ioctl': /kisskb/src/drivers/firewire/core-cdev.c:1637:25: note: byref variable will be forcibly initialized 1637 | union ioctl_arg buffer; | ^~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_get_cycle_timer2': /kisskb/src/drivers/firewire/core-cdev.c:1214:13: note: byref variable will be forcibly initialized 1214 | u32 cycle_time = 0; | ^~~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c:1213:27: note: byref variable will be forcibly initialized 1213 | struct timespec64 ts = {0, 0}; | ^~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_get_cycle_timer': /kisskb/src/drivers/firewire/core-cdev.c:1243:41: note: byref variable will be forcibly initialized 1243 | struct fw_cdev_get_cycle_timer2 ct2; | ^~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_send_stream_packet': /kisskb/src/drivers/firewire/core-cdev.c:1480:37: note: byref variable will be forcibly initialized 1480 | struct fw_cdev_send_request request; | ^~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'iso_resource_work': /kisskb/src/drivers/firewire/core-cdev.c:1260:34: note: byref variable will be forcibly initialized 1260 | int generation, channel, bandwidth, todo; | ^~~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c:1260:25: note: byref variable will be forcibly initialized 1260 | int generation, channel, bandwidth, todo; | ^~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_queue_iso': /kisskb/src/drivers/firewire/core-cdev.c:1078:11: note: byref variable will be forcibly initialized 1078 | } u; | ^ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_send_response': /kisskb/src/drivers/firewire/core-cdev.c:812:33: note: byref variable will be forcibly initialized 812 | struct client_resource *resource; | ^~~~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_allocate': /kisskb/src/drivers/firewire/core-cdev.c:766:34: note: byref variable will be forcibly initialized 766 | struct fw_address_region region; | ^~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fs_parse_param': /kisskb/src/fs/ntfs3/super.c:280:32: note: byref variable will be forcibly initialized 280 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/firewire/core-cdev.c: In function 'ioctl_get_info': /kisskb/src/drivers/firewire/core-cdev.c:435:40: note: byref variable will be forcibly initialized 435 | struct fw_cdev_event_bus_reset bus_reset; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_export_get_inode': /kisskb/src/fs/ntfs3/super.c:607:24: note: byref variable will be forcibly initialized 607 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_printk': /kisskb/src/fs/ntfs3/super.c:55:17: note: byref variable will be forcibly initialized 55 | va_list args; | ^~~~ /kisskb/src/fs/ntfs3/super.c:54:26: note: byref variable will be forcibly initialized 54 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_init_from_boot': /kisskb/src/fs/ntfs3/super.c:811:21: note: byref variable will be forcibly initialized 811 | u32 mb0, gb0; | ^~~ /kisskb/src/fs/ntfs3/super.c:687:13: note: byref variable will be forcibly initialized 687 | u32 mb, gb, boot_sector_size, sct_per_clst, record_size; | ^~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_inode_printk': /kisskb/src/fs/ntfs3/super.c:87:26: note: byref variable will be forcibly initialized 87 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs3/super.c:86:17: note: byref variable will be forcibly initialized 86 | va_list args; | ^~~~ /kisskb/src/drivers/nvme/host/auth.c: In function 'nvme_auth_dhchap_setup_host_response': /kisskb/src/drivers/nvme/host/auth.c:428:12: note: byref variable will be forcibly initialized 428 | u8 buf[4], *challenge = chap->c1; | ^~~ In file included from /kisskb/src/drivers/nvme/host/auth.c:10: /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/drivers/nvme/host/auth.c:427:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 427 | SHASH_DESC_ON_STACK(shash, chap->shash_tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fill_super': /kisskb/src/fs/ntfs3/super.c:906:24: note: byref variable will be forcibly initialized 906 | struct MFT_REF ref; | ^~~ /kisskb/src/drivers/nvme/host/auth.c: In function 'nvme_auth_dhchap_setup_ctrl_response': /kisskb/src/fs/ntfs3/super.c:900:24: note: byref variable will be forcibly initialized 900 | CLST vcn, lcn, len; | ^~~ /kisskb/src/drivers/nvme/host/auth.c:515:12: note: byref variable will be forcibly initialized 515 | u8 buf[4], *challenge = chap->c2; | ^~~ /kisskb/src/fs/ntfs3/super.c:900:19: note: byref variable will be forcibly initialized 900 | CLST vcn, lcn, len; | ^~~ In file included from /kisskb/src/drivers/nvme/host/auth.c:10: /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/drivers/nvme/host/auth.c:513:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 513 | SHASH_DESC_ON_STACK(shash, chap->shash_tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/super.c:900:14: note: byref variable will be forcibly initialized 900 | CLST vcn, lcn, len; | ^~~ /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/drivers/ata/libata-eh.c: In function '__ata_ehi_push_desc': /kisskb/src/drivers/ata/libata-eh.c:185:17: note: byref variable will be forcibly initialized 185 | va_list args; | ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_ehi_push_desc': /kisskb/src/drivers/ata/libata-eh.c:206:17: note: byref variable will be forcibly initialized 206 | va_list args; | ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_port_desc': /kisskb/src/drivers/ata/libata-eh.c:248:17: note: byref variable will be forcibly initialized 248 | va_list args; | ^~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_park_issue_cmd': /kisskb/src/drivers/ata/libata-eh.c:2894:29: note: byref variable will be forcibly initialized 2894 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/scsi/libsas/sas_host_smp.c: In function 'try_test_sas_gpio_gp_bit': /kisskb/src/drivers/scsi/libsas/sas_host_smp.c:103:12: note: byref variable will be forcibly initialized 103 | u8 bit; | ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_maybe_retry_flush': /kisskb/src/drivers/ata/libata-eh.c:3167:29: note: byref variable will be forcibly initialized 3167 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1408:29: note: byref variable will be forcibly initialized 1408 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/scsi/libsas/sas_host_smp.c: In function 'sas_phy_control': /kisskb/src/drivers/scsi/libsas/sas_host_smp.c:186:34: note: byref variable will be forcibly initialized 186 | struct sas_phy_linkrates rates; | ^~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_link_report': /kisskb/src/drivers/ata/libata-eh.c:2293:22: note: byref variable will be forcibly initialized 2293 | char cdb_buf[70] = ""; | ^~~~~~~ /kisskb/src/drivers/ata/libata-eh.c:2292:22: note: byref variable will be forcibly initialized 2292 | char data_buf[20] = ""; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c:2218:14: note: byref variable will be forcibly initialized 2218 | char tries_buf[6] = ""; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_speed_down_verdict': /kisskb/src/drivers/ata/libata-eh.c:1739:39: note: byref variable will be forcibly initialized 1739 | struct speed_down_verdict_arg arg; | ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_speed_down': /kisskb/src/drivers/ata/libata-eh.c:1799:13: note: byref variable will be forcibly initialized 1799 | int xfer_ok = 0; | ^~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_schedule_probe': /kisskb/src/drivers/ata/libata-eh.c:3427:13: note: byref variable will be forcibly initialized 3427 | int trials = 0; | ^~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_tur': /kisskb/src/drivers/ata/libata-eh.c:1378:29: note: byref variable will be forcibly initialized 1378 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c:1377:12: note: byref variable will be forcibly initialized 1377 | u8 cdb[ATAPI_CDB_LEN] = { TEST_UNIT_READY, 0, 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_request_sense': /kisskb/src/drivers/ata/libata-eh.c:1462:29: note: byref variable will be forcibly initialized 1462 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-eh.c:1459:12: note: byref variable will be forcibly initialized 1459 | u8 cdb[ATAPI_CDB_LEN] = | ^~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_link_autopsy': /kisskb/src/drivers/ata/libata-eh.c:1924:13: note: byref variable will be forcibly initialized 1924 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'atapi_eh_clear_ua': /kisskb/src/drivers/ata/libata-eh.c:3117:20: note: byref variable will be forcibly initialized 3117 | u8 sense_key = 0; | ^~~~~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_reset': /kisskb/src/drivers/ata/libata-eh.c:2456:13: note: byref variable will be forcibly initialized 2456 | u32 sstatus; | ^~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6397-irq.c:9: /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:87:22: note: byref variable will be forcibly initialized 87 | unsigned int status = 0; | ^~~~~~ /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_eh_recover': /kisskb/src/drivers/ata/libata-eh.c:3552:28: note: byref variable will be forcibly initialized 3552 | struct ata_device *dev; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/ata/libata-eh.c:15: /kisskb/src/drivers/ata/libata-eh.c: In function 'ata_scsi_error': /kisskb/src/drivers/ata/libata-eh.c:534:19: note: byref variable will be forcibly initialized 534 | LIST_HEAD(eh_work_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/fs/xfs/xfs_discard.c: In function 'xfs_trim_extents': /kisskb/src/fs/xfs/xfs_discard.c:68:33: note: byref variable will be forcibly initialized 68 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:67:33: note: byref variable will be forcibly initialized 67 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:37:33: note: byref variable will be forcibly initialized 37 | int i; | ^ /kisskb/src/fs/xfs/xfs_discard.c:33:34: note: byref variable will be forcibly initialized 33 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_ioc_trim': /kisskb/src/fs/xfs/xfs_discard.c:160:33: note: byref variable will be forcibly initialized 160 | uint64_t blocks_trimmed = 0; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_discard.c:157:33: note: byref variable will be forcibly initialized 157 | struct fstrim_range range; | ^~~~~ In file included from /kisskb/src/drivers/uio/uio_pruss.c:10: /kisskb/src/drivers/uio/uio_pruss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_error.c: In function 'xfs_errortag_attr_store': /kisskb/src/fs/xfs/xfs_error.c:94:33: note: byref variable will be forcibly initialized 94 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_get_common_config': /kisskb/src/drivers/clk/clk-renesas-pcie.c:141:27: note: byref variable will be forcibly initialized 141 | unsigned int amp, ssc; | ^~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c:141:22: note: byref variable will be forcibly initialized 141 | unsigned int amp, ssc; | ^~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_get_output_config': /kisskb/src/drivers/clk/clk-renesas-pcie.c:108:13: note: byref variable will be forcibly initialized 108 | u32 sr; | ^~ /kisskb/src/drivers/clk/clk-renesas-pcie.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned char name[5] = "DIF0"; | ^~~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_probe': /kisskb/src/drivers/clk/clk-renesas-pcie.c:218:23: note: byref variable will be forcibly initialized 218 | unsigned char name[5] = "DIF0"; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/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:914:32: note: byref variable will be forcibly initialized 914 | 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/misc/isl29003.c: In function 'isl29003_store_mode': /kisskb/src/drivers/misc/isl29003.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_resolution': /kisskb/src/drivers/misc/isl29003.c:233:23: note: byref variable will be forcibly initialized 233 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_range': /kisskb/src/drivers/misc/isl29003.c:197:23: note: byref variable will be forcibly initialized 197 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_power_state': /kisskb/src/drivers/misc/isl29003.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long val; | ^~~ 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/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6358-irq.c:16: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:144:22: note: byref variable will be forcibly initialized 144 | unsigned int irq_status, sta_reg, status; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:185:30: note: byref variable will be forcibly initialized 185 | unsigned int bit, i, top_irq_status = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/mfd/mt6358-irq.c:15: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c: In function 'ahc_dump_target_state': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:140:35: note: byref variable will be forcibly initialized 140 | struct ahc_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c: In function 'ahc_proc_write_seeprom': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:193:16: note: byref variable will be forcibly initialized 193 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:191:35: note: byref variable will be forcibly initialized 191 | struct seeprom_descriptor sd; | ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c: In function 'ahc_linux_show_info': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_proc.c:293:17: note: byref variable will be forcibly initialized 293 | char ahc_info[256]; | ^~~~~~~~ /kisskb/src/fs/jffs2/writev.c: In function 'jffs2_flash_direct_write': /kisskb/src/fs/jffs2/writev.c:39:29: note: byref variable will be forcibly initialized 39 | struct kvec vecs[1]; | ^~~~ /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/firewire/core-device.c: In function 'search_leaf': /kisskb/src/drivers/firewire/core-device.c:53:32: note: byref variable will be forcibly initialized 53 | int last_key = 0, key, value; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:53:27: note: byref variable will be forcibly initialized 53 | int last_key = 0, key, value; | ^~~ /kisskb/src/drivers/firewire/core-device.c:52:32: note: byref variable will be forcibly initialized 52 | struct fw_csr_iterator ci; | ^~ /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/firewire/core-device.c: In function 'get_ids': /kisskb/src/drivers/firewire/core-device.c:123:18: note: byref variable will be forcibly initialized 123 | int key, value; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:123:13: note: byref variable will be forcibly initialized 123 | int key, value; | ^~~ /kisskb/src/drivers/firewire/core-device.c:122:32: note: byref variable will be forcibly initialized 122 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'unit_match': /kisskb/src/drivers/firewire/core-device.c:163:13: note: byref variable will be forcibly initialized 163 | int id[] = {0, 0, 0, 0}; | ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:30: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'get_modalias': /kisskb/src/drivers/firewire/core-device.c:200:13: note: byref variable will be forcibly initialized 200 | int id[] = {0, 0, 0, 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/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/firewire/core-device.c: In function 'fw_unit_uevent': /kisskb/src/drivers/firewire/core-device.c:212:14: note: byref variable will be forcibly initialized 212 | char modalias[64]; | ^~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_text_leaf': /kisskb/src/drivers/firewire/core-device.c:287:14: note: byref variable will be forcibly initialized 287 | char dummy_buf[2]; | ^~~~~~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'show_immediate': /kisskb/src/drivers/firewire/core-device.c:255:18: note: byref variable will be forcibly initialized 255 | int key, value, ret = -ENOENT; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:255:13: note: byref variable will be forcibly initialized 255 | int key, value, ret = -ENOENT; | ^~~ /kisskb/src/drivers/firewire/core-device.c:253:32: note: byref variable will be forcibly initialized 253 | struct fw_csr_iterator ci; | ^~ /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/firewire/core-device.c: In function 'set_broadcast_channel': /kisskb/src/drivers/firewire/core-device.c:927:16: note: byref variable will be forcibly initialized 927 | __be32 data; | ^~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'reread_config_rom': /kisskb/src/drivers/firewire/core-device.c:1105:13: note: byref variable will be forcibly initialized 1105 | u32 q; | ^ /kisskb/src/drivers/firewire/core-device.c: In function 'read_config_rom': /kisskb/src/drivers/firewire/core-device.c:556:21: note: byref variable will be forcibly initialized 556 | u32 dummy; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c: In function 'create_units': /kisskb/src/drivers/firewire/core-device.c:691:18: note: byref variable will be forcibly initialized 691 | int key, value, i; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:691:13: note: byref variable will be forcibly initialized 691 | int key, value, i; | ^~~ /kisskb/src/drivers/firewire/core-device.c:689:32: note: byref variable will be forcibly initialized 689 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_sprintf': /kisskb/src/drivers/firewire/core-device.c:422:18: note: byref variable will be forcibly initialized 422 | int key, value; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:422:13: note: byref variable will be forcibly initialized 422 | int key, value; | ^~~ /kisskb/src/drivers/firewire/core-device.c:421:32: note: byref variable will be forcibly initialized 421 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'units_show': /kisskb/src/drivers/firewire/core-device.c:446:18: note: byref variable will be forcibly initialized 446 | int key, value, i = 0; | ^~~~~ /kisskb/src/drivers/firewire/core-device.c:446:13: note: byref variable will be forcibly initialized 446 | int key, value, i = 0; | ^~~ /kisskb/src/drivers/firewire/core-device.c:445:32: note: byref variable will be forcibly initialized 445 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/core-device.c: In function 'fw_device_refresh': /kisskb/src/drivers/firewire/core-device.c:1133:14: note: byref variable will be forcibly initialized 1133 | bool changed; | ^~~~~~~ /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/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/ntfs3/xattr.c:8: /kisskb/src/fs/ntfs3/xattr.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_read_ea': /kisskb/src/fs/ntfs3/xattr.c:117:34: note: byref variable will be forcibly initialized 117 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:79:33: note: byref variable will be forcibly initialized 79 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_list_ea': /kisskb/src/fs/ntfs3/xattr.c:162:25: note: byref variable will be forcibly initialized 162 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:161:31: note: byref variable will be forcibly initialized 161 | const struct EA_INFO *info; | ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_ea': /kisskb/src/fs/ntfs3/xattr.c:206:13: note: byref variable will be forcibly initialized 206 | u32 off, len; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:204:25: note: byref variable will be forcibly initialized 204 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:203:31: note: byref variable will be forcibly initialized 203 | const struct EA_INFO *info; | ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_acl_ex': /kisskb/src/fs/ntfs3/xattr.c:493:16: note: byref variable will be forcibly initialized 493 | size_t req; | ^~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_ea': /kisskb/src/fs/ntfs3/xattr.c:278:13: note: byref variable will be forcibly initialized 278 | u64 new_sz; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:277:26: note: byref variable will be forcibly initialized 277 | struct runs_tree ea_run; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:276:27: note: byref variable will be forcibly initialized 276 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/xattr.c:275:33: note: byref variable will be forcibly initialized 275 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/xattr.c:272:13: note: byref variable will be forcibly initialized 272 | u32 off, size; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:270:25: note: byref variable will be forcibly initialized 270 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:268:31: note: byref variable will be forcibly initialized 268 | const struct EA_INFO *info; | ^~~~ /kisskb/src/fs/ntfs3/xattr.c:267:24: note: byref variable will be forcibly initialized 267 | struct EA_INFO ea_info; | ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_locate_pr_reg': /kisskb/src/drivers/target/target_core_pr.c:1201:23: note: byref variable will be forcibly initialized 1201 | unsigned char buf[PR_REG_ISID_LEN] = { }; | ^~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_acl_ex': /kisskb/src/fs/ntfs3/xattr.c:556:17: note: byref variable will be forcibly initialized 556 | umode_t mode; | ^~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_update_aptpl_buf': /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_getxattr': /kisskb/src/fs/ntfs3/xattr.c:819:24: note: byref variable will be forcibly initialized 819 | size_t sd_size = 0; | ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1862:33: note: byref variable will be forcibly initialized 1862 | unsigned char tmp[512], isid_buf[32]; | ^~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:818:54: note: byref variable will be forcibly initialized 818 | struct SECURITY_DESCRIPTOR_RELATIVE *sd = NULL; | ^~ /kisskb/src/drivers/target/target_core_pr.c:1862:23: note: byref variable will be forcibly initialized 1862 | unsigned char tmp[512], isid_buf[32]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/firewire/core-iso.c:10: /kisskb/src/drivers/firewire/core-iso.c: In 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/ntfs3/xattr.c: In function 'ntfs_setxattr': /kisskb/src/fs/ntfs3/xattr.c:945:22: note: byref variable will be forcibly initialized 945 | bool inserted; | ^~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:944:24: note: byref variable will be forcibly initialized 944 | __le32 security_id; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'query_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3260:31: note: byref variable will be forcibly initialized 3260 | struct aac_query_disk qd; | ^~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_channel': /kisskb/src/drivers/firewire/core-iso.c:246:16: note: byref variable will be forcibly initialized 246 | __be32 data[2]; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'force_delete_disk': /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_init_acl': /kisskb/src/fs/ntfs3/xattr.c:697:41: note: byref variable will be forcibly initialized 697 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:697:27: note: byref variable will be forcibly initialized 697 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3301:32: note: byref variable will be forcibly initialized 3301 | struct aac_delete_disk dd; | ^~ /kisskb/src/drivers/firewire/core-iso.c: In function 'manage_bandwidth': /kisskb/src/drivers/firewire/core-iso.c:208:16: note: byref variable will be forcibly initialized 208 | __be32 data[2]; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'delete_disk': /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_write_aptpl_to_file': /kisskb/src/drivers/scsi/aacraid/aachba.c:3326:32: note: byref variable will be forcibly initialized 3326 | struct aac_delete_disk dd; | ^~ /kisskb/src/drivers/target/target_core_pr.c:1962:16: note: byref variable will be forcibly initialized 1962 | loff_t pos = 0; | ^~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_save_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:1018:16: note: byref variable will be forcibly initialized 1018 | __le32 value; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:1063:16: note: byref variable will be forcibly initialized 1063 | __le32 value[3]; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c:1062:16: note: byref variable will be forcibly initialized 1062 | size_t sz; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/aacraid/aachba.c:22: /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/orangefs/protocol.h:2, from /kisskb/src/fs/orangefs/file.c:13: /kisskb/src/fs/orangefs/file.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pri_read_full_status': /kisskb/src/drivers/target/target_core_pr.c:3877:13: note: byref variable will be forcibly initialized 3877 | int format_code = 0, pr_res_type = 0, pr_res_scope = 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/scsi/aacraid/aachba.c:22: /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_dump_registration': /kisskb/src/drivers/target/target_core_pr.c:1021:14: note: byref variable will be forcibly initialized 1021 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_add_registration': /kisskb/src/drivers/target/target_core_pr.c:1021:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/target/target_core_pr.c:1021:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_aptpl_reserve': /kisskb/src/drivers/target/target_core_pr.c:897:14: note: byref variable will be forcibly initialized 897 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_check_aptpl_registration': /kisskb/src/drivers/target/target_core_pr.c:929:23: note: byref variable will be forcibly initialized 929 | unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; | ^~~~~~ /kisskb/src/drivers/target/target_core_pr.c:928:23: note: byref variable will be forcibly initialized 928 | unsigned char i_port[PR_APTPL_MAX_IPORT_LEN] = { }; | ^~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_complete_pro_release': /kisskb/src/drivers/target/target_core_pr.c:2440:14: note: byref variable will be forcibly initialized 2440 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_free_registration': /kisskb/src/drivers/target/target_core_pr.c:1282:14: note: byref variable will be forcibly initialized 1282 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pro_reserve': /kisskb/src/drivers/target/target_core_pr.c:2267:14: note: byref variable will be forcibly initialized 2267 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function '__core_scsi3_complete_pro_preempt': /kisskb/src/drivers/target/target_core_pr.c:2750:14: note: byref variable will be forcibly initialized 2750 | char i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_safw_ciss_luns': /kisskb/src/drivers/scsi/aacraid/aachba.c:1831:29: note: byref variable will be forcibly initialized 1831 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_issue_safw_bmic_identify': In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_pro_preempt': /kisskb/src/drivers/scsi/aacraid/aachba.c:1783:29: note: byref variable will be forcibly initialized 1783 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/target/target_core_pr.c:2815:19: note: byref variable will be forcibly initialized 2815 | LIST_HEAD(preempt_and_abort_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/scsi/aacraid/aachba.c: In function 'aac_get_safw_attr_all_targets': /kisskb/src/drivers/scsi/aacraid/aachba.c:1934:38: note: byref variable will be forcibly initialized 1934 | struct aac_ciss_identify_pd *identify_resp = NULL; | ^~~~~~~~~~~~~ /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/target/target_core_pr.c: In function 'core_scsi3_decode_spec_i_port': /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; | ^~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1483:19: note: byref variable will be forcibly initialized 1483 | u32 tpdl, tid_len = 0; | ^~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:1481:33: note: byref variable will be forcibly initialized 1481 | char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c:1481:15: note: byref variable will be forcibly initialized 1481 | char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_pr.c:14: /kisskb/src/drivers/target/target_core_pr.c:1477:19: note: byref variable will be forcibly initialized 1477 | LIST_HEAD(tid_dest_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/mfd/altera-sysmgr.c:16: /kisskb/src/drivers/mfd/altera-sysmgr.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_emulate_pro_register': /kisskb/src/drivers/target/target_core_pr.c:2044:23: note: byref variable will be forcibly initialized 2044 | unsigned char isid_buf[PR_REG_ISID_LEN] = { }; | ^~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c: In function 'core_scsi3_emulate_pro_register_and_move': /kisskb/src/drivers/target/target_core_pr.c:3140:22: note: byref variable will be forcibly initialized 3140 | u32 tid_len, tmp_tid_len; | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_pr.c:3139:33: note: byref variable will be forcibly initialized 3139 | char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~ /kisskb/src/drivers/target/target_core_pr.c:3139:15: note: byref variable will be forcibly initialized 3139 | char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN] = { }; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_expose_phy_device': /kisskb/src/drivers/scsi/aacraid/aachba.c:436:14: note: byref variable will be forcibly initialized 436 | char inq_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_name_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:557:30: note: byref variable will be forcibly initialized 557 | char d[sizeof(((struct inquiry_data *)NULL)->inqd_pid)]; | ^ /kisskb/src/drivers/scsi/aacraid/aachba.c:556:45: note: byref variable will be forcibly initialized 556 | struct inquiry_data inq; | ^~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_fs_get_parent': /kisskb/src/fs/xfs/xfs_export.c:210:34: note: byref variable will be forcibly initialized 210 | struct xfs_inode *cip; | ^~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_nfs_get_inode': /kisskb/src/fs/xfs/xfs_export.c:112:34: note: byref variable will be forcibly initialized 112 | xfs_inode_t *ip; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_serial_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:1096:30: note: byref variable will be forcibly initialized 1096 | char sp[13]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:1012:44: note: byref variable will be forcibly initialized 1012 | struct tvpd_page83 vpdpage83data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_adapter_info': /kisskb/src/drivers/scsi/aacraid/aachba.c:2141:22: note: byref variable will be forcibly initialized 2141 | char buffer[16]; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_scsi_cmd': /kisskb/src/drivers/scsi/aacraid/aachba.c:3117:34: note: byref variable will be forcibly initialized 3117 | aac_modep10_data mpd10; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3039:32: note: byref variable will be forcibly initialized 3039 | aac_modep_data mpd; | ^~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3012:22: note: byref variable will be forcibly initialized 3012 | char cp[8]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:2973:22: note: byref variable will be forcibly initialized 2973 | char cp[13]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:2887:37: note: byref variable will be forcibly initialized 2887 | struct inquiry_data inq_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_pci_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1006:29: note: byref variable will be forcibly initialized 1006 | struct aac_pci_info pci_info; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'check_revision': /kisskb/src/drivers/scsi/aacraid/commctrl.c:453:15: note: byref variable will be forcibly initialized 453 | char *driver_version = aac_driver_version; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:452:25: note: byref variable will be forcibly initialized 452 | struct revision response; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_hba_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1020:29: note: byref variable will be forcibly initialized 1020 | struct aac_hba_info hbainfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'ioctl_send_fib': /kisskb/src/drivers/scsi/aacraid/commctrl.c:81:28: note: byref variable will be forcibly initialized 81 | dma_addr_t daddr; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'next_getadapter_fib': /kisskb/src/drivers/scsi/aacraid/commctrl.c:254:41: note: byref variable will be forcibly initialized 254 | struct compat_fib_ioctl cf; | ^~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:246:26: note: byref variable will be forcibly initialized 246 | struct fib_ioctl f; | ^ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_raw_srb': /kisskb/src/drivers/scsi/aacraid/commctrl.c:948:38: note: byref variable will be forcibly initialized 948 | struct aac_srb_reply reply; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:494:15: note: byref variable will be forcibly initialized 494 | void *sg_list[HBA_MAX_SG_EMBEDDED]; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:489:13: note: byref variable will be forcibly initialized 489 | u32 fibsize = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_reset_adapter': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1047:30: note: byref variable will be forcibly initialized 1047 | struct aac_reset_iop reset; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/firewire.h:6, from /kisskb/src/drivers/firewire/core-topology.c:10: /kisskb/src/drivers/firewire/core-topology.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'for_each_fw_node': /kisskb/src/drivers/firewire/core-topology.c:316:26: note: byref variable will be forcibly initialized 316 | struct list_head list; | ^~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'update_tree': /kisskb/src/drivers/firewire/core-topology.c:409:33: note: byref variable will be forcibly initialized 409 | struct list_head list0, list1; | ^~~~~ /kisskb/src/drivers/firewire/core-topology.c:409:26: note: byref variable will be forcibly initialized 409 | struct list_head list0, list1; | ^~~~~ /kisskb/src/drivers/firewire/core-topology.c: In function 'build_tree': /kisskb/src/drivers/firewire/core-topology.c:177:28: note: byref variable will be forcibly initialized 177 | int i, port_count, child_port_count, phy_id, parent_count, stack_depth; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-topology.c:177:16: note: byref variable will be forcibly initialized 177 | int i, port_count, child_port_count, phy_id, parent_count, stack_depth; | ^~~~~~~~~~ /kisskb/src/drivers/firewire/core-topology.c:175:26: note: byref variable will be forcibly initialized 175 | struct list_head stack, *h; | ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:27: note: byref variable will be forcibly initialized 148 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:193:27: note: byref variable will be forcibly initialized 193 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:375:27: note: byref variable will be forcibly initialized 375 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:460:27: note: byref variable will be forcibly initialized 460 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:608:16: note: byref variable will be forcibly initialized 608 | uuid_t hostid; | ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:605:13: note: byref variable will be forcibly initialized 605 | int token, ret = 0; | ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:604:25: note: byref variable will be forcibly initialized 604 | char *options, *o, *p; | ^ /kisskb/src/drivers/nvme/host/fabrics.c:603:21: note: byref variable will be forcibly initialized 603 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_wait_for_io_completion': /kisskb/src/drivers/scsi/aacraid/comminit.c:285:20: note: byref variable will be forcibly initialized 285 | int i = 0, active; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_alloc_comm': /kisskb/src/drivers/scsi/aacraid/comminit.c:63:20: note: byref variable will be forcibly initialized 63 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_comm_init': /kisskb/src/drivers/scsi/aacraid/comminit.c:372:14: note: byref variable will be forcibly initialized 372 | u32 *headers; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_init_adapter': /kisskb/src/drivers/scsi/aacraid/comminit.c:512:13: note: byref variable will be forcibly initialized 512 | u32 status[5]; | ^~~~~~ /kisskb/src/drivers/misc/sram.c: In function 'atmel_securam_wait': /kisskb/src/drivers/misc/sram.c:343:13: note: byref variable will be forcibly initialized 343 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/misc/sram.c:14: /kisskb/src/drivers/misc/sram.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/misc/sram.c:14: /kisskb/src/drivers/misc/sram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/sram.c: In function 'sram_reserve_regions': /kisskb/src/drivers/misc/sram.c:198:33: note: byref variable will be forcibly initialized 198 | struct resource child_res; | ^~~~~~~~~ /kisskb/src/drivers/misc/sram.c:180:21: note: byref variable will be forcibly initialized 180 | const char *label; | ^~~~~ /kisskb/src/drivers/misc/sram.c:178:26: note: byref variable will be forcibly initialized 178 | struct list_head reserve_list; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:98:35: note: byref variable will be forcibly initialized 98 | struct timespec64 ts = { | ^~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1260:31: note: byref variable will be forcibly initialized 1260 | struct fuse_access_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'get_security_context': /kisskb/src/fs/fuse/dir.c:476:21: note: byref variable will be forcibly initialized 476 | const char *name; | ^~~~ /kisskb/src/fs/fuse/dir.c:474:13: note: byref variable will be forcibly initialized 474 | u32 ctxlen, total_len = sizeof(*header); | ^~~~~~ /kisskb/src/fs/fuse/dir.c:473:15: note: byref variable will be forcibly initialized 473 | 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:219:27: note: byref variable will be forcibly initialized 219 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c:218:39: note: byref variable will be forcibly initialized 218 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:1078:30: note: byref variable will be forcibly initialized 1078 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1077:32: note: byref variable will be forcibly initialized 1077 | struct fuse_getattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:709:13: note: byref variable will be forcibly initialized 709 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:708:15: note: byref variable will be forcibly initialized 708 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:703:31: note: byref variable will be forcibly initialized 703 | struct fuse_entry_out outarg; | ^~~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_symlink': /kisskb/src/fs/fuse/dir.c:832:19: note: byref variable will be forcibly initialized 832 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:779:30: note: byref variable will be forcibly initialized 779 | struct fuse_mknod_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:808:30: note: byref variable will be forcibly initialized 808 | struct fuse_mkdir_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:545:13: note: byref variable will be forcibly initialized 545 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:544:15: note: byref variable will be forcibly initialized 544 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:541:31: note: byref variable will be forcibly initialized 541 | struct fuse_entry_out outentry; | ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:540:30: note: byref variable will be forcibly initialized 540 | struct fuse_open_out outopen; | ^~~~~~~ /kisskb/src/fs/fuse/dir.c:539:31: note: byref variable will be forcibly initialized 539 | struct fuse_create_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:424:23: note: byref variable will be forcibly initialized 424 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/dir.c:423:31: note: byref variable will be forcibly initialized 423 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:1021:29: note: byref variable will be forcibly initialized 1021 | struct fuse_link_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:939:32: note: byref variable will be forcibly initialized 939 | struct fuse_rename2_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1568:9: note: in expansion of macro 'wait_event' 1568 | wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); | ^~~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_flush_times': /kisskb/src/fs/fuse/dir.c:1618:30: note: byref variable will be forcibly initialized 1618 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c: In function 'ahc_linux_pci_dev_remove': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:146:16: note: byref variable will be forcibly initialized 146 | u_long s; | ^ /kisskb/src/fs/fuse/dir.c:1617:32: note: byref variable will be forcibly initialized 1617 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c: In function 'ahc_linux_pci_dev_probe': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:181:26: note: byref variable will be forcibly initialized 181 | char buf[80]; | ^~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1658:30: note: byref variable will be forcibly initialized 1658 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1657:32: note: byref variable will be forcibly initialized 1657 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c: In function 'ahc_pci_read_config': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:268:26: note: byref variable will be forcibly initialized 268 | uint32_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:262:26: note: byref variable will be forcibly initialized 262 | uint16_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:255:25: note: byref variable will be forcibly initialized 255 | uint8_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c: In function 'ahc_pci_map_registers': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:367:26: note: byref variable will be forcibly initialized 367 | uint8_t __iomem *maddr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c:366:25: note: byref variable will be forcibly initialized 366 | resource_size_t base; | ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_info': /kisskb/src/drivers/message/fusion/mptscsih.c:1271:13: note: byref variable will be forcibly initialized 1271 | int size = 0; | ^~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_search_running_cmds': /kisskb/src/drivers/message/fusion/mptscsih.c:1082:26: note: byref variable will be forcibly initialized 1082 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_AddSGE': /kisskb/src/drivers/message/fusion/mptscsih.c:190:18: note: byref variable will be forcibly initialized 190 | int newIndex; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_synchronize_cache': /kisskb/src/drivers/message/fusion/mptscsih.c:3012:34: note: byref variable will be forcibly initialized 3012 | INTERNAL_CMD iocmd; | ^~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_debug_level_store': /kisskb/src/drivers/message/fusion/mptscsih.c:3208:13: note: byref variable will be forcibly initialized 3208 | int val = 0; | ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:21: note: byref variable will be forcibly initialized 109 | const char *maximum_speed; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:21: note: byref variable will be forcibly initialized 136 | const char *maximum_speed; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_dr_mode': /kisskb/src/drivers/usb/common/common.c:192:21: note: byref variable will be forcibly initialized 192 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_role_switch_default_mode': /kisskb/src/drivers/usb/common/common.c:212:21: note: byref variable will be forcibly initialized 212 | const char *str; | ^~~ In file included from /kisskb/src/drivers/usb/common/common.c:13: /kisskb/src/drivers/usb/common/common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:21: note: byref variable will be forcibly initialized 280 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:32: note: byref variable will be forcibly initialized 279 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_update_otg_caps': /kisskb/src/drivers/usb/common/common.c:345:13: note: byref variable will be forcibly initialized 345 | u32 otg_rev; | ^~~~~~~ In file included from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_setup_msix': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:958:37: note: byref variable will be forcibly initialized 958 | struct irq_affinity desc = { | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_init_sas_add': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:681:13: note: byref variable will be forcibly initialized 681 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:680:37: note: byref variable will be forcibly initialized 680 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:679:36: note: byref variable will be forcibly initialized 679 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:673:12: note: byref variable will be forcibly initialized 673 | u8 sas_add[8]; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_set_phy_settings_ven_117c_12G': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:891:13: note: byref variable will be forcibly initialized 891 | int phymask = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:890:46: note: byref variable will be forcibly initialized 890 | struct pm8001_mpi3_phy_pg_trx_config phycfg_ext; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:889:46: note: byref variable will be forcibly initialized 889 | struct pm8001_mpi3_phy_pg_trx_config phycfg_int; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_get_phy_settings_info': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:767:37: note: byref variable will be forcibly initialized 767 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:766:36: note: byref variable will be forcibly initialized 766 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_pci_probe': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:1079:17: note: byref variable will be forcibly initialized 1079 | u32 pci_reg; | ^~~~~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/snic/snic_ctl.c:5: /kisskb/src/drivers/scsi/snic/snic_ctl.c: In function 'snic_get_conf': /kisskb/src/drivers/scsi/snic/snic_ctl.c:219:36: note: byref variable will be forcibly initialized 219 | 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/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/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/lib/error-inject.c: In function 'populate_error_injection_list': /kisskb/src/lib/error-inject.c:70:42: note: byref variable will be forcibly initialized 70 | unsigned long entry, offset = 0, size = 0; | ^~~~ /kisskb/src/lib/error-inject.c:70:30: note: byref variable will be forcibly initialized 70 | unsigned long entry, offset = 0, size = 0; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_is_parity_write_stream': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5912:43: note: byref variable will be forcibly initialized 5912 | struct pqi_scsi_dev_raid_map_data rmd; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getpciinfo_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6502:31: note: byref variable will be forcibly initialized 6502 | cciss_pci_info_struct pciinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getdrivver_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6524:13: note: byref variable will be forcibly initialized 6524 | u32 version; | ^~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_if_ctrl_blocked': /kisskb/src/include/linux/wait.h: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/scsi/smartpqi/smartpqi_init.c:387:9: note: in expansion of macro 'wait_event' 387 | wait_event(ctrl_info->block_requests_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_acknowledge_event': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3527:46: note: byref variable will be forcibly initialized 3527 | struct pqi_event_acknowledge_request request; | ^~~~~~~ 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/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_submit_raid_request_synchronous': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4567:36: note: byref variable will be forcibly initialized 4567 | 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/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_config_table_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7646:43: note: byref variable will be forcibly initialized 7646 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_host_memory_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8833:43: note: byref variable will be forcibly initialized 8833 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_send_scsi_raid_request': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:714:33: note: byref variable will be forcibly initialized 714 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:713:38: note: byref variable will be forcibly initialized 713 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_identify_physical_device': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:774:38: note: byref variable will be forcibly initialized 774 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:772:33: note: byref variable will be forcibly initialized 772 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_raid_io_error': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3130:31: note: byref variable will be forcibly initialized 3130 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_for_pqi_mode_ready': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3049:13: note: byref variable will be forcibly initialized 3049 | u64 signature; | ^~~~~~~~~ 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/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lun_reset': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6266:36: note: byref variable will be forcibly initialized 6266 | 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/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_event_queue': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4788:43: note: byref variable will be forcibly initialized 4788 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4787:42: note: byref variable will be forcibly initialized 4787 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_queue_group': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4834:43: note: byref variable will be forcibly initialized 4834 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4833:42: note: byref variable will be forcibly initialized 4833 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_advanced_raid_bypass_config': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:828:38: note: byref variable will be forcibly initialized 828 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:827:33: note: byref variable will be forcibly initialized 827 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_configure_events': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5004:47: note: byref variable will be forcibly initialized 5004 | struct pqi_general_management_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_phys_luns': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1167:15: note: byref variable will be forcibly initialized 1167 | void *rpl_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_device_lists': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1236:34: note: byref variable will be forcibly initialized 1236 | struct report_lun_header report_lun_header; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_keep_device_offline': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1691:36: note: byref variable will be forcibly initialized 1691 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1690:38: note: byref variable will be forcibly initialized 1690 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1689:31: note: byref variable will be forcibly initialized 1689 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1685:33: note: byref variable will be forcibly initialized 1685 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_device_capability': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4668:43: note: byref variable will be forcibly initialized 4668 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4667:42: note: byref variable will be forcibly initialized 4667 | struct pqi_general_admin_request request; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_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/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_config_table': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7975:46: note: byref variable will be forcibly initialized 7975 | struct pqi_config_table_section_info feature_section_info; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_show_volume_status': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1772:14: note: byref variable will be forcibly initialized 1772 | char unknown_state_buffer[sizeof(unknown_state_str) + 10]; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_unique_id_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7006:12: note: byref variable will be forcibly initialized 7006 | u8 unique_id[16]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lunid_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7045:12: note: byref variable will be forcibly initialized 7045 | u8 lunid[8]; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_dev_info': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1984:14: note: byref variable will be forcibly initialized 1984 | char buffer[PQI_DEV_INFO_BUFFER_LENGTH]; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_device_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2163:19: note: byref variable will be forcibly initialized 2163 | LIST_HEAD(delete_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/scsi/smartpqi/smartpqi_init.c:2162:19: note: byref variable will be forcibly initialized 2162 | 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/scsi/smartpqi/smartpqi_init.c:2161:30: note: byref variable will be forcibly initialized 2161 | struct pqi_scsi_dev *matching_device; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_scsi_devices': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2347:37: note: byref variable will be forcibly initialized 2347 | struct report_log_lun_list *logdev_list = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2346:50: note: byref variable will be forcibly initialized 2346 | struct report_phys_lun_16byte_wwid_list *physdev_list = NULL; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2345:19: note: byref variable will be forcibly initialized 2345 | LIST_HEAD(new_device_list_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/scsi/smartpqi/smartpqi_init.c: In function 'pqi_path_info_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7083:12: note: byref variable will be forcibly initialized 7083 | u8 phys_connector[2]; | ^~~~~~~~~~~~~~ /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/scsi/smartpqi/smartpqi_init.c: In function 'pqi_pci_remove': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:9010:13: note: byref variable will be forcibly initialized 9010 | u16 vendor_id; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_alloc_mem': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8703:20: note: byref variable will be forcibly initialized 8703 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_alloc_io_resources': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5124:20: note: byref variable will be forcibly initialized 5124 | dma_addr_t sg_chain_buffer_dma_handle; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_write_current_time_to_host_wellness': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1022:19: note: byref variable will be forcibly initialized 1022 | struct tm tm; | ^~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_sas_ncq_prio_enable_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7318:12: note: byref variable will be forcibly initialized 7318 | u8 ncq_prio_enable = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_r6_writes_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6954:12: note: byref variable will be forcibly initialized 6954 | u8 set_r6_writes = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_r5_writes_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6927:12: note: byref variable will be forcibly initialized 6927 | u8 set_r5_writes = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_stream_detection_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6900:12: note: byref variable will be forcibly initialized 6900 | u8 set_stream_detection = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c: In function 'lzx_postprocess': /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:185:12: note: byref variable will be forcibly initialized 185 | u8 saved_bytes[6]; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lockup_action_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6870:14: note: byref variable will be forcibly initialized 6870 | char action_name_buffer[32]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c: In function 'lzx_decompress': /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:612:21: note: byref variable will be forcibly initialized 612 | u32 block_size; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:611:21: note: byref variable will be forcibly initialized 611 | int block_type; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:599:13: note: byref variable will be forcibly initialized 599 | u32 recent_offsets[LZX_NUM_RECENT_OFFSETS] = {1, 1, 1}; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/lib/lzx_decompress.c:598:32: note: byref variable will be forcibly initialized 598 | struct input_bitstream is; | ^~ /kisskb/src/fs/xfs/xfs_extent_busy.c: In function 'xfs_extent_busy_wait_all': /kisskb/src/fs/xfs/xfs_extent_busy.c:598:33: note: byref variable will be forcibly initialized 598 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_passthru_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6616:32: note: byref variable will be forcibly initialized 6616 | struct ciss_error_info ciss_error_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6615:36: note: byref variable will be forcibly initialized 6615 | struct pqi_raid_error_info pqi_error_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6614:38: note: byref variable will be forcibly initialized 6614 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6613:30: note: byref variable will be forcibly initialized 6613 | IOCTL_Command_struct iocommand; | ^~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_write_tpg_metadata': /kisskb/src/drivers/target/target_core_alua.c:858:16: note: byref variable will be forcibly initialized 858 | loff_t pos = 0; | ^~~ 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/drivers/firewire/core-transaction.c:9: /kisskb/src/drivers/firewire/core-transaction.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/core-transaction.c: In function 'fw_run_transaction': /kisskb/src/drivers/firewire/core-transaction.c:420:31: note: byref variable will be forcibly initialized 420 | struct fw_transaction t; | ^ /kisskb/src/drivers/firewire/core-transaction.c:419:42: note: byref variable will be forcibly initialized 419 | struct transaction_callback_data d; | ^ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r1_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5368:14: note: byref variable will be forcibly initialized 5368 | bool chained; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function '__target_attach_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1808:9: note: in expansion of macro 'rcu_assign_pointer' 1808 | rcu_assign_pointer(lun->lun_tg_pt_gp, tg_pt_gp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r56_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5406:14: note: byref variable will be forcibly initialized 5406 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5442:14: note: byref variable will be forcibly initialized 5442 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_raid_bypass_submit_scsi_cmd': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2943:36: note: byref variable will be forcibly initialized 2943 | struct pqi_encryption_info encryption_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_do_port_transition': /kisskb/src/drivers/target/target_core_alua.c:1062:13: note: byref variable will be forcibly initialized 1062 | int primary, valid_states, rc = 0; | ^~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'target_emulate_set_target_port_groups': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_raid_sg_list': /kisskb/src/drivers/target/target_core_alua.c:278:32: note: byref variable will be forcibly initialized 278 | int alua_access_state, primary = 0, valid_states; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5332:14: note: byref variable will be forcibly initialized 5332 | bool chained; | ^~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_set_lba_map': /kisskb/src/drivers/target/target_core_alua.c:1335:26: note: byref variable will be forcibly initialized 1335 | struct list_head old_lba_map_list; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_alua.c:13: /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_free_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1756:25: note: in expansion of macro 'rcu_assign_pointer' 1756 | rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'target_detach_tg_pt_gp': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c:1848:17: note: in expansion of macro 'rcu_assign_pointer' 1848 | rcu_assign_pointer(lun->lun_tg_pt_gp, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_tg_pt_gp_info': /kisskb/src/drivers/target/target_core_alua.c:1905:23: note: byref variable will be forcibly initialized 1905 | unsigned char buf[TG_PT_GROUP_NAME_BUF]; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_access_type': /kisskb/src/drivers/target/target_core_alua.c:1999:23: note: byref variable will be forcibly initialized 1999 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_nonop_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2037:23: note: byref variable will be forcibly initialized 2037 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_trans_delay_msecs': /kisskb/src/drivers/target/target_core_alua.c:2068:23: note: byref variable will be forcibly initialized 2068 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_implicit_trans_secs': /kisskb/src/drivers/target/target_core_alua.c:2099:23: note: byref variable will be forcibly initialized 2099 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_preferred_bit': /kisskb/src/drivers/target/target_core_alua.c:2130:23: note: byref variable will be forcibly initialized 2130 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_offline_bit': /kisskb/src/drivers/target/target_core_alua.c:2163:23: note: byref variable will be forcibly initialized 2163 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_status': /kisskb/src/drivers/target/target_core_alua.c:2200:23: note: byref variable will be forcibly initialized 2200 | unsigned long tmp; | ^~~ /kisskb/src/drivers/target/target_core_alua.c: In function 'core_alua_store_secondary_write_metadata': /kisskb/src/drivers/target/target_core_alua.c:2232:23: note: byref variable will be forcibly initialized 2232 | unsigned long 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/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:8987:14: note: byref variable will be forcibly initialized 8987 | char monitored_sobs[MONITOR_SOB_STRING_SIZE] = {0}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8986:17: note: byref variable will be forcibly initialized 8986 | scratch_buf2[BIN_REG_STRING_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8985:14: note: byref variable will be forcibly initialized 8985 | char scratch_buf1[BIN_REG_STRING_SIZE], | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/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/scsi/aacraid/commsup.c:22: /kisskb/src/drivers/scsi/aacraid/commsup.c: In function '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_handle_ecc_event': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7135:19: note: byref variable will be forcibly initialized 7135 | u8 index, memory_wrapper_idx = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7134:30: note: byref variable will be forcibly initialized 7134 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7134:13: note: byref variable will be forcibly initialized 7134 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7133:40: note: byref variable will be forcibly initialized 7133 | struct ecc_info_extract_params params; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_queue_get': /kisskb/src/drivers/scsi/aacraid/commsup.c:423:28: note: byref variable will be forcibly initialized 423 | struct aac_entry * entry = NULL; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_fib_adapter_complete': /kisskb/src/drivers/scsi/aacraid/commsup.c:912:29: note: byref variable will be forcibly initialized 912 | u32 index; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:876:23: note: byref variable will be forcibly initialized 876 | unsigned long nointr = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_send_wellness_command': /kisskb/src/drivers/scsi/aacraid/commsup.c:2287:20: note: byref variable will be forcibly initialized 2287 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_send_safw_hostttime': /kisskb/src/drivers/scsi/aacraid/commsup.c:2359:14: note: byref variable will be forcibly initialized 2359 | char wellness_str[] = "TD\010\0\0\0\0\0\0\0\0\0DW\0\0ZZ"; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:2358:19: note: byref variable will be forcibly initialized 2358 | struct tm cur_tm; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c: In function 'aac_response_normal': /kisskb/src/drivers/scsi/aacraid/dpcsup.c:42:27: note: byref variable will be forcibly initialized 42 | struct aac_entry *entry; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c: In function 'aac_command_normal': /kisskb/src/drivers/scsi/aacraid/dpcsup.c:173:28: note: byref variable will be forcibly initialized 173 | struct fib fibctx; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c:161:27: note: byref variable will be forcibly initialized 161 | struct aac_entry *entry; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_command_thread': /kisskb/src/drivers/scsi/aacraid/commsup.c:2469:43: note: byref variable will be forcibly initialized 2469 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/drivers/scsi/aacraid/commsup.c:22: /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_src_reinit_aif_worker': /kisskb/src/include/linux/wait.h: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/scsi/aacraid/commsup.c:1947:9: note: in expansion of macro 'wait_event' 1947 | wait_event(dev->scsi_host_ptr->host_wait, | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:726:38: note: byref variable will be forcibly initialized 726 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_iatu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:755:39: note: byref variable will be forcibly initialized 755 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:754:38: note: byref variable will be forcibly initialized 754 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_test_queue': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4787:20: note: byref variable will be forcibly initialized 4787 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4786:24: note: byref variable will be forcibly initialized 4786 | u32 fence_val, tmp, timeout_usec; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4785:20: note: byref variable will be forcibly initialized 4785 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6443:13: note: byref variable will be forcibly initialized 6443 | u32 tmp, timeout, dma_offset; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6441:20: note: byref variable will be forcibly initialized 6441 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_nic_axi_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7391:14: note: byref variable will be forcibly initialized 7391 | char desc[64] = "", *type; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_tmr.c:13: /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_drain_tmr_list': /kisskb/src/drivers/target/target_core_tmr.c:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(drain_tmr_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/target/target_core_tmr.c: In function 'core_tmr_drain_state_list': /kisskb/src/drivers/target/target_core_tmr.c:263:19: note: byref variable will be forcibly initialized 263 | LIST_HEAD(drain_task_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/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7330:12: note: byref variable will be forcibly initialized 7330 | u8 razwi_type; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7329:13: note: byref variable will be forcibly initialized 7329 | u64 razwi_addr = 0; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_tmr.c: In function 'core_tmr_abort_task': /kisskb/src/drivers/target/target_core_tmr.c:110:19: note: byref variable will be forcibly initialized 110 | LIST_HEAD(aborted_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/misc/habanalabs/gaudi/gaudi.c:7328:14: note: byref variable will be forcibly initialized 7328 | char desc[64] = ""; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7327:26: note: byref variable will be forcibly initialized 7327 | u32 engine_id_1, engine_id_2; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7327:13: note: byref variable will be forcibly initialized 7327 | u32 engine_id_1, engine_id_2; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_debugfs_read_dma': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6017:20: note: byref variable will be forcibly initialized 6017 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_last_pqes_on_err': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6937:20: note: byref variable will be forcibly initialized 6937 | u64 pq_ci, addr[PQ_FETCHER_CACHE_SIZE]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err_generic': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7037:14: note: byref variable will be forcibly initialized 7037 | 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:7230:14: note: byref variable will be forcibly initialized 7230 | char desc[32]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:904:13: note: byref variable will be forcibly initialized 904 | 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:1047:20: note: byref variable will be forcibly initialized 1047 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1044:32: note: byref variable will be forcibly initialized 1044 | const struct firmware *fw; | ^~ /kisskb/src/drivers/firewire/ohci.c: In function 'ohci_set_config_rom': /kisskb/src/drivers/firewire/ohci.c:2444:20: note: byref variable will be forcibly initialized 2444 | dma_addr_t next_config_rom_bus; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_add_arm_monitor_pkt': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8551:12: note: byref variable will be forcibly initialized 8551 | u8 mask; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_gen_wait_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8782:13: note: byref variable will be forcibly initialized 8782 | u64 fence_addr = 0; | ^~~~~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'handle_dead_contexts': /kisskb/src/drivers/firewire/ohci.c:1662:14: note: byref variable will be forcibly initialized 1662 | char name[8]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_master_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1206:39: note: byref variable will be forcibly initialized 1206 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_early_init': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:804:13: note: byref variable will be forcibly initialized 804 | u32 fw_boot_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:803:25: note: byref variable will be forcibly initialized 803 | resource_size_t pci_bar_size; | ^~~~~~~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'log_ar_at_event': /kisskb/src/drivers/firewire/ohci.c:475:14: note: byref variable will be forcibly initialized 475 | char specific[12]; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:710:14: note: byref variable will be forcibly initialized 710 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_slave_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1255:39: note: byref variable will be forcibly initialized 1255 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'context_add_buffer': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_eqe': /kisskb/src/drivers/firewire/ohci.c:1098:20: note: byref variable will be forcibly initialized 1098 | dma_addr_t bus_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7661:52: note: byref variable will be forcibly initialized 7661 | u64 data = le64_to_cpu(eq_entry->data[0]), event_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7661:13: note: byref variable will be forcibly initialized 7661 | u64 data = le64_to_cpu(eq_entry->data[0]), event_mask = 0; | ^~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'handle_ar_packet': /kisskb/src/drivers/firewire/ohci.c:800:26: note: byref variable will be forcibly initialized 800 | struct fw_packet p; | ^ /kisskb/src/drivers/firewire/ohci.c: In function 'handle_local_rom': /kisskb/src/drivers/firewire/ohci.c:1515:26: note: byref variable will be forcibly initialized 1515 | struct fw_packet response; | ^~~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'handle_local_lock': /kisskb/src/drivers/firewire/ohci.c:1544:26: note: byref variable will be forcibly initialized 1544 | __be32 *payload, lock_old; | ^~~~~~~~ /kisskb/src/drivers/firewire/ohci.c:1542:26: note: byref variable will be forcibly initialized 1542 | struct fw_packet response; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4971:28: note: byref variable will be forcibly initialized 4971 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'at_context_queue_packet': /kisskb/src/drivers/firewire/ohci.c:1288:20: note: byref variable will be forcibly initialized 1288 | dma_addr_t d_bus, payload_bus; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5420:13: note: byref variable will be forcibly initialized 5420 | u64 handle; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5214:28: note: byref variable will be forcibly initialized 5214 | 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:5338:21: note: byref variable will be forcibly initialized 5338 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5505:13: note: byref variable will be forcibly initialized 5505 | u64 handle; | ^~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'queue_iso_transmit': /kisskb/src/drivers/firewire/ohci.c:3196:20: note: byref variable will be forcibly initialized 3196 | dma_addr_t d_bus, page_bus; | ^~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'queue_iso_packet_per_buffer': /kisskb/src/drivers/firewire/ohci.c:3299:20: note: byref variable will be forcibly initialized 3299 | dma_addr_t d_bus, page_bus; | ^~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'queue_iso_buffer_fill': /kisskb/src/drivers/firewire/ohci.c:3379:20: note: byref variable will be forcibly initialized 3379 | dma_addr_t d_bus, page_bus; | ^~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'ar_context_tasklet': /kisskb/src/drivers/firewire/ohci.c:926:40: note: byref variable will be forcibly initialized 926 | unsigned int end_buffer_index, end_buffer_offset; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/ohci.c: In function 'ar_context_init': /kisskb/src/drivers/firewire/ohci.c:975:22: note: byref variable will be forcibly initialized 975 | struct page *pages[AR_BUFFERS + AR_WRAPAROUND_PAGES]; | ^~~~~ /kisskb/src/drivers/firewire/ohci.c:974:20: note: byref variable will be forcibly initialized 974 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/drivers/scsi/snic/vnic_wq.h:9, from /kisskb/src/drivers/scsi/snic/snic_res.h:9, from /kisskb/src/drivers/scsi/snic/snic.h:18, from /kisskb/src/drivers/scsi/snic/snic_io.c:15: /kisskb/src/drivers/scsi/snic/snic_io.c: In function 'svnic_cq_service': /kisskb/src/drivers/scsi/snic/vnic_cq.h:55:18: note: byref variable will be forcibly initialized 55 | u8 type, color; | ^~~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:55:12: note: byref variable will be forcibly initialized 55 | u8 type, color; | ^~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:54:23: note: byref variable will be forcibly initialized 54 | u16 q_number, completed_index; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/snic/vnic_cq.h:54:13: note: byref variable will be forcibly initialized 54 | u16 q_number, completed_index; | ^~~~~~~~ /kisskb/src/drivers/scsi/snic/snic_io.c: In function 'snic_dump_desc': /kisskb/src/drivers/scsi/snic/snic_io.c:448:14: note: byref variable will be forcibly initialized 448 | char line[LINE_BUFSZ] = { '\0' }; | ^~~~ /kisskb/src/drivers/ata/libata-transport.c: In function 'show_ata_dev_ering': /kisskb/src/drivers/ata/libata-transport.c:547:35: note: byref variable will be forcibly initialized 547 | struct ata_show_ering_arg arg = { buf, 0 }; | ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_stats': /kisskb/src/drivers/misc/xilinx_sdfec.c:917:29: note: byref variable will be forcibly initialized 917 | struct xsdfec_stats user_stats; | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_irq': /kisskb/src/drivers/misc/xilinx_sdfec.c:383:27: note: byref variable will be forcibly initialized 383 | struct xsdfec_irq irq; | ^~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_set_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:410:29: note: byref variable will be forcibly initialized 410 | struct xsdfec_turbo turbo; | ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_status': /kisskb/src/drivers/misc/xilinx_sdfec.c:295:30: note: byref variable will be forcibly initialized 295 | struct xsdfec_status status; | ^~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_get_turbo': /kisskb/src/drivers/misc/xilinx_sdfec.c:438:29: note: byref variable will be forcibly initialized 438 | struct xsdfec_turbo turbo_params; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_table_write': /kisskb/src/drivers/misc/xilinx_sdfec.c:608:22: note: byref variable will be forcibly initialized 608 | struct page *pages[MAX_NUM_PAGES]; | ^~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_parse_of': /kisskb/src/drivers/misc/xilinx_sdfec.c:1048:13: note: byref variable will be forcibly initialized 1048 | u32 dout_word_include; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1047:13: note: byref variable will be forcibly initialized 1047 | u32 dout_width; | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1046:13: note: byref variable will be forcibly initialized 1046 | u32 din_word_include; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1045:13: note: byref variable will be forcibly initialized 1045 | u32 din_width; | ^~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1044:21: note: byref variable will be forcibly initialized 1044 | const char *fec_code; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_osm.h:63, from /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:43: /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_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/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_download_instr': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6958:23: note: byref variable will be forcibly initialized 6958 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6955:37: note: byref variable will be forcibly initialized 6955 | const struct patch *cur_patch; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6930:29: note: byref variable will be forcibly initialized 6930 | union ins_formats instr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_loadseq': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6795:17: note: byref variable will be forcibly initialized 6795 | uint8_t download_consts[7]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6792:17: note: byref variable will be forcibly initialized 6792 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6788:29: note: byref variable will be forcibly initialized 6788 | const struct patch *cur_patch; | ^~~~~~~~~ In file included from /kisskb/src/fs/jffs2/wbuf.c:17: /kisskb/src/fs/jffs2/wbuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6787:17: note: byref variable will be forcibly initialized 6787 | u_int end_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6786:17: note: byref variable will be forcibly initialized 6786 | u_int begin_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6785:20: note: byref variable will be forcibly initialized 6785 | struct cs cs_table[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_wbuf_recover': /kisskb/src/fs/jffs2/wbuf.c:283:35: note: byref variable will be forcibly initialized 283 | uint32_t start, end, ofs, len; | ^~~ /kisskb/src/fs/jffs2/wbuf.c:279:16: note: byref variable will be forcibly initialized 279 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function '__jffs2_flush_wbuf': /kisskb/src/fs/jffs2/wbuf.c:584:16: note: byref variable will be forcibly initialized 584 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_check_oob_empty': /kisskb/src/fs/jffs2/wbuf.c:1038:28: note: byref variable will be forcibly initialized 1038 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_update_pending_scbs': /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_check_nand_cleanmarker': /kisskb/src/fs/jffs2/wbuf.c:1079:28: note: byref variable will be forcibly initialized 1079 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2681:36: note: byref variable will be forcibly initialized 2681 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_write_nand_cleanmarker': /kisskb/src/fs/jffs2/wbuf.c:1104:28: note: byref variable will be forcibly initialized 1104 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_flash_writev': /kisskb/src/fs/jffs2/wbuf.c:799:16: note: byref variable will be forcibly initialized 799 | size_t wbuf_retlen, donelen = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_build_transfer_msg': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2952:17: note: byref variable will be forcibly initialized 2952 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2951:17: note: byref variable will be forcibly initialized 2951 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:2950:17: note: byref variable will be forcibly initialized 2950 | u_int period; | ^~~~~~ /kisskb/src/fs/jffs2/wbuf.c: In function 'jffs2_flash_write': /kisskb/src/fs/jffs2/wbuf.c:944:21: note: byref variable will be forcibly initialized 944 | struct kvec vecs[1]; | ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_dump_card_state': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:7104:17: note: byref variable will be forcibly initialized 7104 | u_int cur_col; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_parse_msg': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3791:33: note: byref variable will be forcibly initialized 3791 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3790:33: note: byref variable will be forcibly initialized 3790 | u_int bus_width; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3789:33: note: byref variable will be forcibly initialized 3789 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3788:33: note: byref variable will be forcibly initialized 3788 | u_int period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3691:31: note: byref variable will be forcibly initialized 3691 | u_int bus_width; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3615:34: note: byref variable will be forcibly initialized 3615 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3614:34: note: byref variable will be forcibly initialized 3614 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3613:34: note: byref variable will be forcibly initialized 3613 | u_int period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_message_phase': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3212:29: note: byref variable will be forcibly initialized 3212 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_reset_channel': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6561:44: note: byref variable will be forcibly initialized 6561 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:6419:29: note: byref variable will be forcibly initialized 6419 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_proto_violation': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:3115:29: note: byref variable will be forcibly initialized 3115 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_seqint': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:980:28: note: byref variable will be forcibly initialized 980 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c: In function 'ahc_handle_scsiint': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1773:37: note: byref variable will be forcibly initialized 1773 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1746:44: note: byref variable will be forcibly initialized 1746 | struct ahc_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_core.c:1610:37: note: byref variable will be forcibly initialized 1610 | struct ahc_devinfo devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_dev_found_notify': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:632:36: note: byref variable will be forcibly initialized 632 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/pm8001/pm8001_sas.c:42: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_ccb_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.h:745:13: note: byref variable will be forcibly initialized 745 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_mem_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:121:20: note: byref variable will be forcibly initialized 121 | dma_addr_t mem_dma_handle; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_phy_control': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:167:36: note: byref variable will be forcibly initialized 167 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_scan_start': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:271:36: note: byref variable will be forcibly initialized 271 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_I_T_nexus_event_handler': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:879:44: note: byref variable will be forcibly initialized 879 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /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/scsi/pm8001/pm8001_sas.c: In function 'pm8001_lu_reset': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:924:36: note: byref variable will be forcibly initialized 924 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /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/scsi/pm8001/pm8001_sas.c: In function 'pm8001_abort_task': /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_write': /kisskb/src/drivers/mfd/rave-sp.c:286:23: note: byref variable will be forcibly initialized 286 | unsigned char crc[RAVE_SP_CHECKSUM_SIZE]; | ^~~ /kisskb/src/drivers/mfd/rave-sp.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned char frame[RAVE_SP_TX_BUFFER_SIZE]; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1032:52: note: byref variable will be forcibly initialized 1032 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1031:52: note: byref variable will be forcibly initialized 1031 | DECLARE_COMPLETION_ONSTACK(completion_reset); | ^~~~~~~~~~~~~~~~ /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/scsi/pm8001/pm8001_sas.c:993:30: note: byref variable will be forcibly initialized 993 | struct sas_task_slow slow_task; | ^~~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_emulated_get_status': /kisskb/src/drivers/mfd/rave-sp.c:678:12: note: byref variable will be forcibly initialized 678 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_rdu1_get_status': /kisskb/src/drivers/mfd/rave-sp.c:667:12: note: byref variable will be forcibly initialized 667 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_receive_event': /kisskb/src/drivers/mfd/rave-sp.c:391:12: note: byref variable will be forcibly initialized 391 | u8 cmd[] = { | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_setds_completion': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1163:36: note: byref variable will be forcibly initialized 1163 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /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/mfd/rave-sp.c: In function 'rave_sp_receive_frame': /kisskb/src/drivers/mfd/rave-sp.c:445:12: note: byref variable will be forcibly initialized 445 | u8 crc_calculated[RAVE_SP_CHECKSUM_SIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_get_status': /kisskb/src/drivers/mfd/rave-sp.c:697:31: note: byref variable will be forcibly initialized 697 | struct rave_sp_status status; | ^~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_probe': /kisskb/src/drivers/mfd/rave-sp.c:773:13: note: byref variable will be forcibly initialized 773 | u32 baud; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:29: note: byref variable will be forcibly initialized 26 | struct fuse_open_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2609:30: note: byref variable will be forcibly initialized 2609 | struct fuse_bmap_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2608:29: note: byref variable will be forcibly initialized 2608 | struct fuse_bmap_in inarg; | ^~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_itmf_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1297:25: note: byref variable will be forcibly initialized 1297 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1416:24: note: byref variable will be forcibly initialized 1416 | size_t start; | ^~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_queue_icmnd_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:157:25: note: byref variable will be forcibly initialized 157 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_register_polled_file': /kisskb/src/fs/fuse/file.c:2749:41: note: byref variable will be forcibly initialized 2749 | struct rb_node **link, *parent; | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2764:30: note: byref variable will be forcibly initialized 2764 | struct fuse_poll_out outarg; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:462:9: note: in expansion of macro 'wait_event' 462 | wait_event(fi->page_waitq, !fuse_page_is_writeback(inode, index)); | ^~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_pages_realloc': /kisskb/src/fs/fuse/file.c:2022:32: note: byref variable will be forcibly initialized 2022 | struct fuse_page_desc *descs; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_truncate': /kisskb/src/fs/fuse/file.c:2830:22: note: byref variable will be forcibly initialized 2830 | struct iattr attr; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:1298:18: note: byref variable will be forcibly initialized 1298 | XA_STATE(xas, &rac->mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ 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/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2644:31: note: byref variable will be forcibly initialized 2644 | struct fuse_lseek_out outarg; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/snic/snic_scsi.c:8: /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_issue_hba_reset': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2216:36: note: byref variable will be forcibly initialized 2216 | 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_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/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_abort_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1495:36: note: byref variable will be forcibly initialized 1495 | DECLARE_COMPLETION_ONSTACK(tm_done); | ^~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_dr_clean_single_req': /kisskb/src/drivers/scsi/snic/snic_scsi.c:1717:36: note: byref variable will be forcibly initialized 1717 | DECLARE_COMPLETION_ONSTACK(tm_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/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2536:27: note: byref variable will be forcibly initialized 2536 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2517:28: note: byref variable will be forcibly initialized 2517 | struct fuse_lk_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2516:27: note: byref variable will be forcibly initialized 2516 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/drivers/scsi/snic/snic_scsi.c: In function 'snic_send_dr_and_wait': /kisskb/src/drivers/scsi/snic/snic_scsi.c:2012:36: note: byref variable will be forcibly initialized 2012 | DECLARE_COMPLETION_ONSTACK(tm_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/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:485:30: note: byref variable will be forcibly initialized 485 | struct fuse_flush_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:544:30: note: byref variable will be forcibly initialized 544 | struct fuse_fsync_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/fs/fuse/file.c:1484:24: note: byref variable will be forcibly initialized 1484 | size_t nbytes = min(count, nmax); | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2853:16: note: byref variable will be forcibly initialized 2853 | loff_t pos = 0; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:2849:36: note: byref variable will be forcibly initialized 2849 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1558:37: note: byref variable will be forcibly initialized 1558 | struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); | ^~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3067:31: note: byref variable will be forcibly initialized 3067 | struct fuse_write_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:3058:40: note: byref variable will be forcibly initialized 3058 | struct fuse_copy_file_range_in inarg = { | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_signal_discovery_scan': /kisskb/src/drivers/nvme/host/fc.c:506:15: note: byref variable will be forcibly initialized 506 | char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; | ^~~~ /kisskb/src/drivers/nvme/host/fc.c:505:14: note: byref variable will be forcibly initialized 505 | char tgtaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_TRADDR=...*/ | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:504:14: note: byref variable will be forcibly initialized 504 | char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ | ^~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1260:37: note: byref variable will be forcibly initialized 1260 | struct fuse_io_args ia = {}; | ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2249:34: note: byref variable will be forcibly initialized 2249 | struct fuse_fill_wb_data data; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_nvme_discovery_store': /kisskb/src/drivers/nvme/host/fc.c:3796:19: note: byref variable will be forcibly initialized 3796 | LIST_HEAD(local_disc_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/nvme/host/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/host/fc.c:3671:13: note: byref variable will be forcibly initialized 3671 | u64 token64; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3689:21: note: byref variable will be forcibly initialized 3689 | substring_t wwn = { name, &name[sizeof(name)-1] }; | ^~~ /kisskb/src/drivers/nvme/host/fc.c:3688:14: note: byref variable will be forcibly initialized 3688 | char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:974:15: note: in expansion of macro '___wait_event' 974 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1034:9: note: in expansion of macro '__wait_event_lock_irq' 1034 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3256:9: note: in expansion of macro 'wait_event_lock_irq' 3256 | wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/nvme.h:13, from /kisskb/src/drivers/nvme/host/fc.c:13: /kisskb/src/drivers/nvme/host/fc.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1124:29: note: byref variable will be forcibly initialized 1124 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1931:27: note: byref variable will be forcibly initialized 1931 | union nvme_result result; | ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2900:22: note: byref variable will be forcibly initialized 2900 | unsigned int nr_io_queues; | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_recreate_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2972:22: note: byref variable will be forcibly initialized 2972 | unsigned int nr_io_queues; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/random.h:7, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3735:32: note: byref variable will be forcibly initialized 3735 | struct nvmet_fc_traddr raddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3734:32: note: byref variable will be forcibly initialized 3734 | struct nvmet_fc_traddr laddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_add_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:593:9: note: in expansion of macro 'rcu_assign_pointer' 593 | rcu_assign_pointer(lun->lun_se_dev, dev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_remove_lun': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_tpg.c:642:17: note: in expansion of macro 'rcu_assign_pointer' 642 | rcu_assign_pointer(lun->lun_se_dev, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_tpg.c:13: /kisskb/src/drivers/target/target_core_tpg.c: In function 'core_tpg_deregister': /kisskb/src/drivers/target/target_core_tpg.c:507:19: note: byref variable will be forcibly initialized 507 | LIST_HEAD(node_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/scsi/aic7xxx/aic7xxx_pci.c: In function 'configure_termination': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1550:21: note: byref variable will be forcibly initialized 1550 | int enablePRI_high; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1549:21: note: byref variable will be forcibly initialized 1549 | int enablePRI_low; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1548:21: note: byref variable will be forcibly initialized 1548 | int enableSEC_high; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1547:21: note: byref variable will be forcibly initialized 1547 | int enableSEC_low; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1546:21: note: byref variable will be forcibly initialized 1546 | int eeprom_present; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1545:21: note: byref variable will be forcibly initialized 1545 | int externalcable_present; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1544:21: note: byref variable will be forcibly initialized 1544 | int internal68_present; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1543:21: note: byref variable will be forcibly initialized 1543 | int internal50_present; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'check_extport': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:1255:36: note: byref variable will be forcibly initialized 1255 | struct seeprom_descriptor sd; | ^~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'ahc_pci_config': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:709:18: note: byref variable will be forcibly initialized 709 | u_int sxfrctl1; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c: In function 'ahc_pci_resume': /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:2028:25: note: byref variable will be forcibly initialized 2028 | u_int sxfrctl1; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic7xxx_pci.c:2027:44: note: byref variable will be forcibly initialized 2027 | struct seeprom_descriptor sd; | ^~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_deliver_producer': /kisskb/src/drivers/scsi/aacraid/rx.c:402:23: note: byref variable will be forcibly initialized 402 | unsigned long nointr = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c:401:13: note: byref variable will be forcibly initialized 401 | u32 Index; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_restart_adapter': /kisskb/src/drivers/scsi/aacraid/rx.c:474:13: note: byref variable will be forcibly initialized 474 | u32 var = 0; | ^~~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_check_health': /kisskb/src/drivers/scsi/aacraid/rx.c:348:35: note: byref variable will be forcibly initialized 348 | dma_addr_t paddr, baddr; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c:348:28: note: byref variable will be forcibly initialized 348 | dma_addr_t paddr, baddr; | ^~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_spi_device_pg1': /kisskb/src/drivers/message/fusion/mptspi.c:859:36: note: byref variable will be forcibly initialized 859 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:858:32: note: byref variable will be forcibly initialized 858 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:856:20: note: byref variable will be forcibly initialized 856 | dma_addr_t pg1_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_width': /kisskb/src/drivers/message/fusion/mptspi.c:1084:43: note: byref variable will be forcibly initialized 1084 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_hold_mcs': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1056:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1056 | MPTSPI_SIMPLE_TRANSPORT_PARM(hold_mcs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_pcomp_en': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1057:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1057 | MPTSPI_SIMPLE_TRANSPORT_PARM(pcomp_en) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rti': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1055:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1055 | MPTSPI_SIMPLE_TRANSPORT_PARM(rti) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rd_strm': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1053:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1053 | MPTSPI_SIMPLE_TRANSPORT_PARM(rd_strm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_wr_flow': /kisskb/src/drivers/message/fusion/mptspi.c:1039:43: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1054:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1054 | MPTSPI_SIMPLE_TRANSPORT_PARM(wr_flow) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_qas': /kisskb/src/drivers/message/fusion/mptspi.c:1061:43: note: byref variable will be forcibly initialized 1061 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_spi_device_pg0': /kisskb/src/drivers/message/fusion/mptspi.c:523:36: note: byref variable will be forcibly initialized 523 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:522:32: note: byref variable will be forcibly initialized 522 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:520:20: note: byref variable will be forcibly initialized 520 | dma_addr_t spi_dev_pg0_dma; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_parameters': /kisskb/src/drivers/message/fusion/mptspi.c:598:43: note: byref variable will be forcibly initialized 598 | struct _CONFIG_PAGE_SCSI_DEVICE_0 spi_dev_pg0; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_dt': /kisskb/src/drivers/message/fusion/mptspi.c:993:43: note: byref variable will be forcibly initialized 993 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_iu': /kisskb/src/drivers/message/fusion/mptspi.c:1016:43: note: byref variable will be forcibly initialized 1016 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_offset': /kisskb/src/drivers/message/fusion/mptspi.c:936:43: note: byref variable will be forcibly initialized 936 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_period': /kisskb/src/drivers/message/fusion/mptspi.c:961:43: note: byref variable will be forcibly initialized 961 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_dv_renegotiate_work': /kisskb/src/drivers/message/fusion/mptspi.c:1263:43: note: byref variable will be forcibly initialized 1263 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/message/fusion/mptspi.c:47: /kisskb/src/drivers/message/fusion/mptspi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_slave_destroy': /kisskb/src/drivers/message/fusion/mptspi.c:810:51: note: byref variable will be forcibly initialized 810 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/cacheinfo.c:10: /kisskb/src/drivers/base/cacheinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:137:21: note: byref variable will be forcibly initialized 137 | u32 line_size; | ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:549:38: note: byref variable will be forcibly initialized 549 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_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; | ^~ /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/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fsync': /kisskb/src/fs/xfs/xfs_file.c:147:33: note: byref variable will be forcibly initialized 147 | int log_flushed = 0; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_remap_range': /kisskb/src/fs/xfs/xfs_file.c:1115:33: note: byref variable will be forcibly initialized 1115 | loff_t remapped = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_dax_layouts': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c:830:16: note: in expansion of macro '___wait_var_event' 830 | return ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_layouts': /kisskb/src/fs/xfs/xfs_file.c:841:33: note: byref variable will be forcibly initialized 841 | bool retry; | ^~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_unaligned': /kisskb/src/fs/xfs/xfs_file.c:576:33: note: byref variable will be forcibly initialized 576 | unsigned int iolock = XFS_IOLOCK_SHARED; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_aligned': /kisskb/src/fs/xfs/xfs_file.c:523:33: note: byref variable will be forcibly initialized 523 | unsigned int iolock = XFS_IOLOCK_SHARED; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_buffered_write': /kisskb/src/fs/xfs/xfs_file.c:745:41: note: byref variable will be forcibly initialized 745 | struct xfs_icwalk icw = {0}; | ^~~ /kisskb/src/fs/xfs/xfs_file.c:708:33: note: byref variable will be forcibly initialized 708 | unsigned int iolock; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fallocate': /kisskb/src/fs/xfs/xfs_file.c:1046:30: note: byref variable will be forcibly initialized 1046 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/xfs/xfs_file.c:896:33: note: byref variable will be forcibly initialized 896 | uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; | ^~~~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_insert_inode_locked': /kisskb/src/fs/nilfs2/inode.c:316:32: note: byref variable will be forcibly initialized 316 | struct nilfs_iget_args args = { | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate_bmap': /kisskb/src/fs/nilfs2/inode.c:813:15: note: byref variable will be forcibly initialized 813 | __u64 b; | ^ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_new_inode': /kisskb/src/fs/nilfs2/inode.c:332:15: note: byref variable will be forcibly initialized 332 | ino_t ino; | ^~~ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_read_inode': /kisskb/src/fs/nilfs2/inode.c:472:29: note: byref variable will be forcibly initialized 472 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_ilookup': /kisskb/src/fs/nilfs2/inode.c:572:32: note: byref variable will be forcibly initialized 572 | struct nilfs_iget_args args = { | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_locked': /kisskb/src/fs/nilfs2/inode.c:583:32: note: byref variable will be forcibly initialized 583 | struct nilfs_iget_args args = { | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_for_gc': /kisskb/src/fs/nilfs2/inode.c:615:32: note: byref variable will be forcibly initialized 615 | struct nilfs_iget_args args = { | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_attach_btree_node_cache': /kisskb/src/fs/nilfs2/inode.c:654:32: note: byref variable will be forcibly initialized 654 | struct nilfs_iget_args args; | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_iget_for_shadow': /kisskb/src/fs/nilfs2/inode.c:717:32: note: byref variable will be forcibly initialized 717 | struct nilfs_iget_args args = { | ^~~~ /kisskb/src/fs/nilfs2/inode.c: In function '__nilfs_mark_inode_dirty': /kisskb/src/fs/nilfs2/inode.c:1069:29: note: byref variable will be forcibly initialized 1069 | struct buffer_head *ibh; | ^~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_get_block': /kisskb/src/fs/nilfs2/inode.c:95:47: note: byref variable will be forcibly initialized 95 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/inode.c:80:15: note: byref variable will be forcibly initialized 80 | __u64 blknum = 0; | ^~~~~~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_truncate': /kisskb/src/fs/nilfs2/inode.c:844:39: note: byref variable will be forcibly initialized 844 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_setattr': /kisskb/src/fs/nilfs2/inode.c:938:39: note: byref variable will be forcibly initialized 938 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_evict_inode': /kisskb/src/fs/nilfs2/inode.c:900:39: note: byref variable will be forcibly initialized 900 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_dirty_inode': /kisskb/src/fs/nilfs2/inode.c:1099:39: note: byref variable will be forcibly initialized 1099 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/inode.c: In function 'nilfs_fiemap': /kisskb/src/fs/nilfs2/inode.c:1145:23: note: byref variable will be forcibly initialized 1145 | __u64 blkphy; | ^~~~~~ /kisskb/src/fs/nilfs2/inode.c:1125:18: note: byref variable will be forcibly initialized 1125 | sector_t delalloc_blkoff; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_resolve_seqaddr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9455:15: note: byref variable will be forcibly initialized 9455 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9453:29: note: byref variable will be forcibly initialized 9453 | const struct patch *cur_patch; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:43: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_download_instr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9482:29: note: byref variable will be forcibly initialized 9482 | union ins_formats instr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_update_neg_table': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4075:25: note: byref variable will be forcibly initialized 4075 | uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_loadseq': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9272:17: note: byref variable will be forcibly initialized 9272 | uint8_t download_consts[DOWNLOAD_CONST_COUNT]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9266:17: note: byref variable will be forcibly initialized 9266 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9261:29: note: byref variable will be forcibly initialized 9261 | const struct patch *cur_patch; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9260:17: note: byref variable will be forcibly initialized 9260 | u_int end_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9259:17: note: byref variable will be forcibly initialized 9259 | u_int begin_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9258:20: note: byref variable will be forcibly initialized 9258 | struct cs cs_table[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7937:15: note: byref variable will be forcibly initialized 7937 | u_int saved_scbptr; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_find_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7925:15: note: byref variable will be forcibly initialized 7925 | u_int saved_scbptr; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_build_transfer_msg': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4500:17: note: byref variable will be forcibly initialized 4500 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4499:17: note: byref variable will be forcibly initialized 4499 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4498:17: note: byref variable will be forcibly initialized 4498 | u_int period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_dump_card_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9640:26: note: byref variable will be forcibly initialized 9640 | u_int cur_col; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_sequencer_start': /kisskb/src/include/trace/perf.h: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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_start, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_search_qinfifo': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8215:23: note: byref variable will be forcibly initialized 8215 | u_int tid_tail; | ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'perf_trace_target_cmd_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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ /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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8214:23: note: byref variable will be forcibly initialized 8214 | u_int tid_head; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_sequencer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_start, | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'trace_event_raw_event_target_cmd_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ /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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_stat_timer': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8788:17: note: byref variable will be forcibly initialized 8788 | u_long s; | ^ /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/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_chip_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7376:38: note: byref variable will be forcibly initialized 7376 | struct ahd_devinfo devinfo; | ^~~~~~~ /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]; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/target.h:220, from /kisskb/src/drivers/target/target_core_transport.c:41: /kisskb/src/drivers/target/target_core_transport.c: In function '__bpf_trace_target_sequencer_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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_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/target.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(target_sequencer_start, | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__bpf_trace_target_cmd_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/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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_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/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/target.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(target_cmd_complete, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function '__transport_register_session': /kisskb/src/drivers/target/target_core_transport.c:369:23: note: byref variable will be forcibly initialized 369 | unsigned char buf[PR_REG_ISID_LEN]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8931:36: note: byref variable will be forcibly initialized 8931 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_bios_version_show': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:483:37: note: byref variable will be forcibly initialized 483 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:40: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:482:36: note: byref variable will be forcibly initialized 482 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/pm8001/pm8001_ctl.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_logging_level_store': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:348:13: note: byref variable will be forcibly initialized 348 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'non_fatal_count_store': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:617:13: note: byref variable will be forcibly initialized 617 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_update_pending_scbs': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4206:36: note: byref variable will be forcibly initialized 4206 | struct ahd_devinfo devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:40: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_update_flash': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:721:36: note: byref variable will be forcibly initialized 721 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_set_nvmd': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:685:36: note: byref variable will be forcibly initialized 685 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_cmd_interrupted': /kisskb/src/drivers/target/target_core_transport.c:854:13: note: byref variable will be forcibly initialized 854 | int post_ret; | ^~~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'translate_sense_reason': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_default_config': /kisskb/src/drivers/target/target_core_transport.c:3438:22: note: byref variable will be forcibly initialized 3438 | u8 key, asc, ascq; | ^~~~ /kisskb/src/drivers/target/target_core_transport.c:3438:17: note: byref variable will be forcibly initialized 3438 | u8 key, asc, ascq; | ^~~ /kisskb/src/drivers/target/target_core_transport.c:3438:12: note: byref variable will be forcibly initialized 3438 | u8 key, asc, ascq; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7558:38: note: byref variable will be forcibly initialized 7558 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_complete_ok_work': /kisskb/src/drivers/target/target_core_transport.c:2524:21: note: byref variable will be forcibly initialized 2524 | int post_ret = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_cfgdata': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7637:38: note: byref variable will be forcibly initialized 7637 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_msg': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5291:33: note: byref variable will be forcibly initialized 5291 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5290:33: note: byref variable will be forcibly initialized 5290 | u_int bus_width; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5289:33: note: byref variable will be forcibly initialized 5289 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5288:33: note: byref variable will be forcibly initialized 5288 | u_int period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5192:31: note: byref variable will be forcibly initialized 5192 | u_int bus_width; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5119:34: note: byref variable will be forcibly initialized 5119 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5118:34: note: byref variable will be forcibly initialized 5118 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5117:34: note: byref variable will be forcibly initialized 5117 | u_int period; | ^~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_ts_to_str': /kisskb/src/drivers/target/target_core_transport.c:3068:15: note: byref variable will be forcibly initialized 3068 | char *str = NULL; | ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_request_failure': /kisskb/src/drivers/target/target_core_transport.c:1999:22: note: byref variable will be forcibly initialized 1999 | int ret = 0, post_ret; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_message_phase': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4679:29: note: byref variable will be forcibly initialized 4679 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2876:23: note: byref variable will be forcibly initialized 2876 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_generic_free_cmd': /kisskb/src/drivers/target/target_core_transport.c:2924:31: note: byref variable will be forcibly initialized 2924 | bool aborted = false, tas = false; | ^~~ /kisskb/src/drivers/target/target_core_transport.c:2924:14: note: byref variable will be forcibly initialized 2924 | bool aborted = false, tas = false; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c:2922:36: note: byref variable will be forcibly initialized 2922 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /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/target/target_core_transport.c: In function 'transport_wait_for_tasks': /kisskb/src/drivers/target/target_core_transport.c:3235:36: note: byref variable will be forcibly initialized 3235 | bool ret, aborted = false, tas = false; | ^~~ /kisskb/src/drivers/target/target_core_transport.c:3235:19: note: byref variable will be forcibly initialized 3235 | bool ret, aborted = false, tas = false; | ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c:3234:23: note: byref variable will be forcibly initialized 3234 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_reset_channel': In file included from /kisskb/src/include/linux/net.h:19, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_wait_for_sess_cmds': /kisskb/src/include/linux/wait.h:303: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/target/target_core_transport.c:3158:23: note: in expansion of macro 'wait_event_timeout' 3158 | ret = wait_event_timeout(se_sess->cmd_count_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8761:44: note: byref variable will be forcibly initialized 8761 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8615:29: note: byref variable will be forcibly initialized 8615 | struct ahd_devinfo caminfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_nonpkt_busfree': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3017:29: note: byref variable will be forcibly initialized 3017 | struct ahd_devinfo devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_qf_do_work': /kisskb/src/drivers/target/target_core_transport.c:973:19: note: byref variable will be forcibly initialized 973 | LIST_HEAD(qf_cmd_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/target/target_core_transport.c: In function 'transport_dump_vpd_proto_id': /kisskb/src/drivers/target/target_core_transport.c:1039:23: note: byref variable will be forcibly initialized 1039 | unsigned char buf[VPD_TMP_BUF_SIZE]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_proto_violation': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3291:29: note: byref variable will be forcibly initialized 3291 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_assoc': /kisskb/src/drivers/target/target_core_transport.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned char buf[VPD_TMP_BUF_SIZE]; | ^~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident_type': /kisskb/src/drivers/target/target_core_transport.c:1156:23: note: byref variable will be forcibly initialized 1156 | unsigned char buf[VPD_TMP_BUF_SIZE]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_seqint': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2290:52: note: byref variable will be forcibly initialized 2290 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2230:36: note: byref variable will be forcibly initialized 2230 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2153:36: note: byref variable will be forcibly initialized 2153 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2044:36: note: byref variable will be forcibly initialized 2044 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:1905:45: note: byref variable will be forcibly initialized 1905 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/target/target_core_transport.c: In function 'transport_dump_vpd_ident': /kisskb/src/drivers/target/target_core_transport.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned char buf[VPD_TMP_BUF_SIZE]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_transmission_error': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2664:17: note: byref variable will be forcibly initialized 2664 | u_int cur_col; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_scsiint': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2487:44: note: byref variable will be forcibly initialized 2487 | struct ahd_devinfo devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/net.h:23, from /kisskb/src/drivers/target/target_core_transport.c:13: /kisskb/src/drivers/target/target_core_transport.c: In function 'target_put_cmd_and_wait': /kisskb/src/drivers/target/target_core_transport.c:2889:36: note: byref variable will be forcibly initialized 2889 | DECLARE_COMPLETION_ONSTACK(compl); | ^~~~~ /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/firewire/sbp2.c: In function 'sbp2_lun2int': /kisskb/src/drivers/firewire/sbp2.c:759:25: note: byref variable will be forcibly initialized 759 | struct scsi_lun eight_bytes_lun; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6996:26: note: byref variable will be forcibly initialized 6996 | uint8_t fstat; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6995:26: note: byref variable will be forcibly initialized 6995 | uint8_t current_sensing; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_send_orb': /kisskb/src/drivers/firewire/sbp2.c:493:29: note: byref variable will be forcibly initialized 493 | struct sbp2_pointer orb_pointer; | ^~~~~~~~~~~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_cancel_orbs': /kisskb/src/drivers/firewire/sbp2.c:516:26: note: byref variable will be forcibly initialized 516 | struct list_head list; | ^~~~ /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/firewire/sbp2.c: In function 'sbp2_agent_reset': /kisskb/src/drivers/firewire/sbp2.c:649:16: note: byref variable will be forcibly initialized 649 | __be32 d = 0; | ^ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_set_busy_timeout': /kisskb/src/drivers/firewire/sbp2.c:787:16: note: byref variable will be forcibly initialized 787 | __be32 d = cpu_to_be32(SBP2_CYCLE_LIMIT | SBP2_RETRY_LIMIT); | ^ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_login': /kisskb/src/drivers/firewire/sbp2.c:804:36: note: byref variable will be forcibly initialized 804 | struct sbp2_login_response response; | ^~~~~~~~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_status_write': /kisskb/src/drivers/firewire/sbp2.c:412:28: note: byref variable will be forcibly initialized 412 | struct sbp2_status status; | ^~~~~~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_scan_logical_unit_dir': /kisskb/src/drivers/firewire/sbp2.c:1008:18: note: byref variable will be forcibly initialized 1008 | int key, value; | ^~~~~ /kisskb/src/drivers/firewire/sbp2.c:1008:13: note: byref variable will be forcibly initialized 1008 | int key, value; | ^~~ /kisskb/src/drivers/firewire/sbp2.c:1007:32: note: byref variable will be forcibly initialized 1007 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_scan_unit_dir': /kisskb/src/drivers/firewire/sbp2.c:1022:18: note: byref variable will be forcibly initialized 1022 | int key, value; | ^~~~~ /kisskb/src/drivers/firewire/sbp2.c:1022:13: note: byref variable will be forcibly initialized 1022 | int key, value; | ^~~ /kisskb/src/drivers/firewire/sbp2.c:1021:32: note: byref variable will be forcibly initialized 1021 | struct fw_csr_iterator ci; | ^~ /kisskb/src/drivers/firewire/sbp2.c: In function 'sbp2_probe': /kisskb/src/drivers/firewire/sbp2.c:1129:20: note: byref variable will be forcibly initialized 1129 | u32 model, firmware_revision; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firewire/sbp2.c:1129:13: note: byref variable will be forcibly initialized 1129 | u32 model, firmware_revision; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c: In function 'ahd_configure_termination': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c:641:18: note: byref variable will be forcibly initialized 641 | uint8_t termctl; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c: In function 'ahd_check_extport': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c:506:28: note: byref variable will be forcibly initialized 506 | struct vpd_config vpd; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_target_alloc': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:615:34: note: byref variable will be forcibly initialized 615 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:613:28: note: byref variable will be forcibly initialized 613 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:611:23: note: byref variable will be forcibly initialized 611 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2358:23: note: byref variable will be forcibly initialized 2358 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2357:28: note: byref variable will be forcibly initialized 2357 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_bus_reset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:865:23: note: byref variable will be forcibly initialized 865 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:45: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_dev_reset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:775:36: note: byref variable will be forcibly initialized 775 | 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/scsi/aic7xxx/aic79xx_osm.c:774:23: note: byref variable will be forcibly initialized 774 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:773:35: note: byref variable will be forcibly initialized 773 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_info': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:554:17: note: byref variable will be forcibly initialized 554 | char ahd_info[256]; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_run_command': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1543:23: note: byref variable will be forcibly initialized 1543 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1540:36: note: byref variable will be forcibly initialized 1540 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_initialize_scsi_bus': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1285:42: note: byref variable will be forcibly initialized 1285 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1283:36: note: byref variable will be forcibly initialized 1283 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1263:23: note: byref variable will be forcibly initialized 1263 | unsigned long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_hold_mcs': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2756:23: note: byref variable will be forcibly initialized 2756 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2754:22: note: byref variable will be forcibly initialized 2754 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2752:22: note: byref variable will be forcibly initialized 2752 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2751:28: note: byref variable will be forcibly initialized 2751 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2746:34: note: byref variable will be forcibly initialized 2746 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_pcomp_en': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2706:23: note: byref variable will be forcibly initialized 2706 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2704:22: note: byref variable will be forcibly initialized 2704 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2702:22: note: byref variable will be forcibly initialized 2702 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2701:28: note: byref variable will be forcibly initialized 2701 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2696:34: note: byref variable will be forcibly initialized 2696 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_rti': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2662:23: note: byref variable will be forcibly initialized 2662 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2660:22: note: byref variable will be forcibly initialized 2660 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2658:22: note: byref variable will be forcibly initialized 2658 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2657:28: note: byref variable will be forcibly initialized 2657 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2652:34: note: byref variable will be forcibly initialized 2652 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_rd_strm': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2590:23: note: byref variable will be forcibly initialized 2590 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2588:22: note: byref variable will be forcibly initialized 2588 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2586:22: note: byref variable will be forcibly initialized 2586 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2585:28: note: byref variable will be forcibly initialized 2585 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2580:34: note: byref variable will be forcibly initialized 2580 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_wr_flow': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2626:23: note: byref variable will be forcibly initialized 2626 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2624:22: note: byref variable will be forcibly initialized 2624 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2622:22: note: byref variable will be forcibly initialized 2622 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2621:28: note: byref variable will be forcibly initialized 2621 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2616:34: note: byref variable will be forcibly initialized 2616 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_qas': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2511:23: note: byref variable will be forcibly initialized 2511 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2509:22: note: byref variable will be forcibly initialized 2509 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2507:22: note: byref variable will be forcibly initialized 2507 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2506:28: note: byref variable will be forcibly initialized 2506 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2501:34: note: byref variable will be forcibly initialized 2501 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_dt': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2469:23: note: byref variable will be forcibly initialized 2469 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2467:22: note: byref variable will be forcibly initialized 2467 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2465:22: note: byref variable will be forcibly initialized 2465 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2464:28: note: byref variable will be forcibly initialized 2464 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2459:34: note: byref variable will be forcibly initialized 2459 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/lib/digsig.c: In function 'digsig_verify_rsa': /kisskb/src/lib/digsig.c:111:30: note: byref variable will be forcibly initialized 111 | unsigned int remaining = endp - datap; | ^~~~~~~~~ /kisskb/src/lib/digsig.c:74:24: note: byref variable will be forcibly initialized 74 | unsigned nret, l; | ^ /kisskb/src/lib/digsig.c:74:18: note: byref variable will be forcibly initialized 74 | unsigned nret, l; | ^~~~ /kisskb/src/lib/digsig.c:72:23: note: byref variable will be forcibly initialized 72 | unsigned long len; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_iu': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2550:23: note: byref variable will be forcibly initialized 2550 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2548:22: note: byref variable will be forcibly initialized 2548 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2546:22: note: byref variable will be forcibly initialized 2546 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2545:28: note: byref variable will be forcibly initialized 2545 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2540:34: note: byref variable will be forcibly initialized 2540 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_offset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2433:23: note: byref variable will be forcibly initialized 2433 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2431:22: note: byref variable will be forcibly initialized 2431 | unsigned int period = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2430:22: note: byref variable will be forcibly initialized 2430 | unsigned int ppr_options = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2429:28: note: byref variable will be forcibly initialized 2429 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2424:34: note: byref variable will be forcibly initialized 2424 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_period': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2379:23: note: byref variable will be forcibly initialized 2379 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2377:22: note: byref variable will be forcibly initialized 2377 | unsigned int ppr_options = tinfo->goal.ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2376:28: note: byref variable will be forcibly initialized 2376 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2371:34: note: byref variable will be forcibly initialized 2371 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/lib/digsig.c: In function 'digsig_verify': /kisskb/src/lib/digsig.c:207:14: note: byref variable will be forcibly initialized 207 | char name[20]; | ^~~~ /kisskb/src/lib/digsig.c:205:23: note: byref variable will be forcibly initialized 205 | unsigned char hash[SHA1_DIGEST_SIZE]; | ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_get_signalling': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2775:23: note: byref variable will be forcibly initialized 2775 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:45: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_queue_abort_cmd': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2328:44: note: byref variable will be forcibly initialized 2328 | 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/scsi/aic7xxx/aic79xx_osm.c:2139:23: note: byref variable will be forcibly initialized 2139 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_pci_read_config': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:500:26: note: byref variable will be forcibly initialized 500 | uint32_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:494:26: note: byref variable will be forcibly initialized 494 | uint16_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:487:25: note: byref variable will be forcibly initialized 487 | uint8_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_dmamap_load': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:972:27: note: byref variable will be forcibly initialized 972 | bus_dma_segment_t stack_sg; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_register_host': 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/fs/orangefs/inode.c:13: /kisskb/src/fs/orangefs/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1208:17: note: byref variable will be forcibly initialized 1208 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1205:17: note: byref variable will be forcibly initialized 1205 | char buf[80]; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1866:29: note: byref variable will be forcibly initialized 1866 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_isr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1655:17: note: byref variable will be forcibly initialized 1655 | u_long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_send_async': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1674:43: note: byref variable will be forcibly initialized 1674 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_device_queue_depth': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1509:29: note: byref variable will be forcibly initialized 1509 | struct ahd_devinfo devinfo; | ^~~~~~~ /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; | ^~~~ 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/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_set': /kisskb/src/fs/orangefs/inode.c:944:13: note: byref variable will be forcibly initialized 944 | u64 val = 0; | ^~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_fileattr_get': /kisskb/src/fs/orangefs/inode.c:923:13: note: byref variable will be forcibly initialized 923 | u64 val = 0; | ^~~ /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/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/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/fs/orangefs/inode.c: In function 'orangefs_writepages': /kisskb/src/fs/orangefs/inode.c:218:25: note: byref variable will be forcibly initialized 218 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/orangefs/inode.c: In function 'orangefs_direct_IO': /kisskb/src/fs/orangefs/inode.c:523:16: note: byref variable will be forcibly initialized 523 | loff_t pos = iocb->ki_pos; | ^~~ /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/fs/orangefs/inode.c: In function 'orangefs_update_time': /kisskb/src/fs/orangefs/inode.c:907:22: note: byref variable will be forcibly initialized 907 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity': /kisskb/src/drivers/target/target_core_sbc.c:38:23: note: byref variable will be forcibly initialized 38 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_emulate_readcapacity_16': /kisskb/src/drivers/target/target_core_sbc.c:82:23: note: byref variable will be forcibly initialized 82 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/target/target_core_sbc.c: In function 'compare_and_write_callback': /kisskb/src/drivers/target/target_core_sbc.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int miscmp_off = 0; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_sbc.c:449:32: note: byref variable will be forcibly initialized 449 | struct sg_mapping_iter m; | ^ /kisskb/src/drivers/target/target_core_sbc.c: In function 'sbc_parse_cdb': /kisskb/src/drivers/target/target_core_sbc.c:769:22: note: byref variable will be forcibly initialized 769 | unsigned int size; | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_ctrl_properties': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:254:36: note: byref variable will be forcibly initialized 254 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_pqi_capabilities': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:283:36: note: byref variable will be forcibly initialized 283 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_init_base_struct_addr': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:306:36: note: byref variable will be forcibly initialized 306 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_readtest': /kisskb/src/drivers/message/fusion/mptctl.c:1478:34: note: byref variable will be forcibly initialized 1478 | struct mpt_ioctl_test karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventquery': /kisskb/src/drivers/message/fusion/mptctl.c:1530:42: note: byref variable will be forcibly initialized 1530 | struct mpt_ioctl_eventquery karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventenable': /kisskb/src/drivers/message/fusion/mptctl.c:1560:42: note: byref variable will be forcibly initialized 1560 | struct mpt_ioctl_eventenable karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventreport': /kisskb/src/drivers/message/fusion/mptctl.c:1599:42: note: byref variable will be forcibly initialized 1599 | struct mpt_ioctl_eventreport karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_gettargetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:1368:37: note: byref variable will be forcibly initialized 1368 | struct mpt_ioctl_targetinfo karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_replace_fw': /kisskb/src/drivers/message/fusion/mptctl.c:1645:42: note: byref variable will be forcibly initialized 1645 | struct mpt_ioctl_replace_fw karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'kbuf_alloc_2_sgl': /kisskb/src/drivers/message/fusion/mptctl.c:1018:26: note: byref variable will be forcibly initialized 1018 | dma_addr_t pa; // phys addr | ^~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1741:25: note: byref variable will be forcibly initialized 1741 | dma_addr_t dma_addr_out; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:1740:25: note: byref variable will be forcibly initialized 1740 | dma_addr_t dma_addr_in; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1704:35: note: byref variable will be forcibly initialized 1704 | struct mpt_ioctl_command karg; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/message/fusion/mptsas.c:46: /kisskb/src/drivers/message/fusion/mptsas.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_fw_download': /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_device_pg0': /kisskb/src/drivers/message/fusion/mptctl.c:789:34: note: byref variable will be forcibly initialized 789 | int numfrags = 0; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:206:16: note: byref variable will be forcibly initialized 206 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:787:34: note: byref variable will be forcibly initialized 787 | dma_addr_t sgl_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:785:34: note: byref variable will be forcibly initialized 785 | struct buflist *buflist; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:163:16: note: byref variable will be forcibly initialized 163 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:751:34: note: byref variable will be forcibly initialized 751 | struct mpt_fw_xfer kfwdl; | ^~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_device_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2590:16: note: byref variable will be forcibly initialized 2590 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_reset': /kisskb/src/drivers/message/fusion/mptctl.c:709:37: note: byref variable will be forcibly initialized 709 | struct mpt_ioctl_diag_reset krinfo; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2589:20: note: byref variable will be forcibly initialized 2589 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2587:21: note: byref variable will be forcibly initialized 2587 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2586:36: note: byref variable will be forcibly initialized 2586 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_hostinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2332:33: note: byref variable will be forcibly initialized 2332 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2331:33: note: byref variable will be forcibly initialized 2331 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2330:33: note: byref variable will be forcibly initialized 2330 | hp_host_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_enclosure_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:1379:16: note: byref variable will be forcibly initialized 1379 | __le64 le_identifier; | ^~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2329:33: note: byref variable will be forcibly initialized 2329 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:1377:20: note: byref variable will be forcibly initialized 1377 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:1375:21: note: byref variable will be forcibly initialized 1375 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:1374:36: note: byref variable will be forcibly initialized 1374 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_by_fw': /kisskb/src/drivers/message/fusion/mptsas.c:651:33: note: byref variable will be forcibly initialized 651 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:650:31: note: byref variable will be forcibly initialized 650 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget': /kisskb/src/drivers/message/fusion/mptsas.c:788:33: note: byref variable will be forcibly initialized 788 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_get_enclosure_identifier': /kisskb/src/drivers/message/fusion/mptsas.c:2189:33: note: byref variable will be forcibly initialized 2189 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget_ir': /kisskb/src/drivers/message/fusion/mptsas.c:687:41: note: byref variable will be forcibly initialized 687 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:684:41: note: byref variable will be forcibly initialized 684 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:683:41: note: byref variable will be forcibly initialized 683 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:682:41: note: byref variable will be forcibly initialized 682 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_targetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2568:33: note: byref variable will be forcibly initialized 2568 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2567:33: note: byref variable will be forcibly initialized 2567 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2566:33: note: byref variable will be forcibly initialized 2566 | dma_addr_t page_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2564:33: note: byref variable will be forcibly initialized 2564 | hp_target_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_io_unit_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2389:20: note: byref variable will be forcibly initialized 2389 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2387:21: note: byref variable will be forcibly initialized 2387 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2386:36: note: byref variable will be forcibly initialized 2386 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function '__mptctl_ioctl': /kisskb/src/drivers/message/fusion/mptctl.c:627:22: note: byref variable will be forcibly initialized 627 | MPT_ADAPTER *iocp = NULL; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:622:34: note: byref variable will be forcibly initialized 622 | mpt_ioctl_header khdr; | ^~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_io_unit_pg1': /kisskb/src/drivers/message/fusion/mptsas.c:2467:20: note: byref variable will be forcibly initialized 2467 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2465:21: note: byref variable will be forcibly initialized 2465 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2464:36: note: byref variable will be forcibly initialized 2464 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2525:20: note: byref variable will be forcibly initialized 2525 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2523:21: note: byref variable will be forcibly initialized 2523 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2522:36: note: byref variable will be forcibly initialized 2522 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg1': /kisskb/src/drivers/message/fusion/mptsas.c:2753:20: note: byref variable will be forcibly initialized 2753 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2751:21: note: byref variable will be forcibly initialized 2751 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2750:36: note: byref variable will be forcibly initialized 2750 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2672:16: note: byref variable will be forcibly initialized 2672 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2670:20: note: byref variable will be forcibly initialized 2670 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2668:21: note: byref variable will be forcibly initialized 2668 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2667:36: note: byref variable will be forcibly initialized 2667 | ConfigExtendedPageHeader_t hdr; | ^~~ /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/message/fusion/mptsas.c: In function 'mptsas_get_linkerrors': /kisskb/src/drivers/message/fusion/mptsas.c:2033:20: note: byref variable will be forcibly initialized 2033 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2031:21: note: byref variable will be forcibly initialized 2031 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2030:36: note: byref variable will be forcibly initialized 2030 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_end_device': /kisskb/src/drivers/message/fusion/mptsas.c:1448:29: note: byref variable will be forcibly initialized 1448 | struct sas_identify identify; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3976:31: note: byref variable will be forcibly initialized 3976 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_adding_inactive_raid_components': /kisskb/src/drivers/message/fusion/mptsas.c:4260:41: note: byref variable will be forcibly initialized 4260 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4257:41: note: byref variable will be forcibly initialized 4257 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4255:41: note: byref variable will be forcibly initialized 4255 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4254:41: note: byref variable will be forcibly initialized 4254 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:4253:41: note: byref variable will be forcibly initialized 4253 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_exp_repmanufacture_info': /kisskb/src/drivers/message/fusion/mptsas.c:2872:20: note: byref variable will be forcibly initialized 2872 | dma_addr_t data_out_dma = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_one_phy': /kisskb/src/drivers/message/fusion/mptsas.c:3223:37: note: byref variable will be forcibly initialized 3223 | struct sas_identify identify; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_expanders': /kisskb/src/drivers/message/fusion/mptsas.c:3926:32: note: byref variable will be forcibly initialized 3926 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_event_add': /kisskb/src/drivers/message/fusion/mptsas.c:3448:16: note: byref variable will be forcibly initialized 3448 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_add': /kisskb/src/drivers/message/fusion/mptsas.c:3675:32: note: byref variable will be forcibly initialized 3675 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_link_status_event': /kisskb/src/drivers/message/fusion/mptsas.c:3711:16: note: byref variable will be forcibly initialized 3711 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_delete': /kisskb/src/drivers/message/fusion/mptsas.c:3544:32: note: byref variable will be forcibly initialized 3544 | struct mptsas_portinfo buffer; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_expander_event': /kisskb/src/drivers/message/fusion/mptsas.c:3634:16: note: byref variable will be forcibly initialized 3634 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_not_responding_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3802:31: note: byref variable will be forcibly initialized 3802 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:3800:32: note: byref variable will be forcibly initialized 3800 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_find_phyinfo_by_phys_disk_num': /kisskb/src/drivers/message/fusion/mptsas.c:4176:13: note: byref variable will be forcibly initialized 4176 | u64 sas_address = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_hotplug_work': /kisskb/src/drivers/message/fusion/mptsas.c:4335:31: note: byref variable will be forcibly initialized 4335 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_sas_event': /kisskb/src/drivers/message/fusion/mptsas.c:4600:13: note: byref variable will be forcibly initialized 4600 | u64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4597:37: note: byref variable will be forcibly initialized 4597 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_raid_event': /kisskb/src/drivers/message/fusion/mptsas.c:4669:29: note: byref variable will be forcibly initialized 4669 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4664:37: note: byref variable will be forcibly initialized 4664 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_ir2_event': /kisskb/src/drivers/message/fusion/mptsas.c:4968:29: note: byref variable will be forcibly initialized 4968 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4965:37: note: byref variable will be forcibly initialized 4965 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_broadcast_primitive_work': /kisskb/src/drivers/message/fusion/mptsas.c:4872:33: note: byref variable will be forcibly initialized 4872 | u8 issue_reset; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:35: note: byref variable will be forcibly initialized 353 | struct find_interface_arg argb; | ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:29: note: byref variable will be forcibly initialized 395 | struct each_dev_arg arg = {data, fn}; | ^~~ /kisskb/src/fs/jffs2/summary.c: In function 'jffs2_sum_write_data': /kisskb/src/fs/jffs2/summary.c:684:16: note: byref variable will be forcibly initialized 684 | size_t retlen; | ^~~~~~ /kisskb/src/fs/jffs2/summary.c:680:21: note: byref variable will be forcibly initialized 680 | struct kvec vecs[2]; | ^~~~ /kisskb/src/fs/jffs2/summary.c:677:34: note: byref variable will be forcibly initialized 677 | struct jffs2_raw_summary isum; | ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_dump_target_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:162:35: note: byref variable will be forcibly initialized 162 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_proc_write_seeprom': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:213:16: note: byref variable will be forcibly initialized 213 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_linux_show_info': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:278:17: note: byref variable will be forcibly initialized 278 | char ahd_info[256]; | ^~~~~~~~ /kisskb/src/fs/jffs2/summary.c: In function 'jffs2_sum_scan_sumnode': /kisskb/src/fs/jffs2/summary.c:576:35: note: byref variable will be forcibly initialized 576 | struct jffs2_unknown_node crcnode; | ^~~~~~~ /kisskb/src/fs/nilfs2/file.c: In function 'nilfs_page_mkwrite': /kisskb/src/fs/nilfs2/file.c:50:39: note: byref variable will be forcibly initialized 50 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_irq_status': /kisskb/src/drivers/ata/libata-sff.c:118:12: note: byref variable will be forcibly initialized 118 | u8 status; | ^~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_data_xfer': /kisskb/src/drivers/ata/libata-sff.c:547:31: note: byref variable will be forcibly initialized 547 | unsigned char pad[2] = { }; | ^~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_hardware_reset': /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_data_xfer32': /kisskb/src/drivers/ata/libata-sff.c:607:31: note: byref variable will be forcibly initialized 607 | unsigned char pad[4] = { }; | ^~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4434:17: note: byref variable will be forcibly initialized 4434 | uint8_t value[64]; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:47: /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_bus_reset': /kisskb/src/include/linux/wait.h: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/scsi/arcmsr/arcmsr_hba.c:4591:27: note: in expansion of macro 'wait_event_timeout' 4591 | timeout = wait_event_timeout(wait_q, (acb->acb_flags | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_alloc_io_queue': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:673:20: note: byref variable will be forcibly initialized 673 | dma_addr_t dma_coherent_handle; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_alloc_ccb_pool': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:754:20: note: byref variable will be forcibly initialized 754 | dma_addr_t dma_coherent_handle; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_set_iop_datetime': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3854:19: note: byref variable will be forcibly initialized 3854 | struct tm tm; | ^~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_lost_interrupt': /kisskb/src/drivers/ata/libata-sff.c:1637:12: note: byref variable will be forcibly initialized 1637 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_dev_classify': /kisskb/src/drivers/ata/libata-sff.c:1819:29: note: byref variable will be forcibly initialized 1819 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_sff_softreset': /kisskb/src/drivers/ata/libata-sff.c:1985:12: note: byref variable will be forcibly initialized 1985 | u8 err; | ^~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'sata_sff_hardreset': /kisskb/src/drivers/ata/libata-sff.c:2035:14: note: byref variable will be forcibly initialized 2035 | bool online; | ^~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_pci_sff_activate_host': /kisskb/src/drivers/ata/libata-sff.c:2356:20: note: byref variable will be forcibly initialized 2356 | u8 tmp8, mask = 0; | ^~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_remove': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:1653:18: note: byref variable will be forcibly initialized 1653 | uint16_t dev_id; | ^~~~~~ /kisskb/src/drivers/ata/libata-sff.c: In function 'ata_pci_init_one': /kisskb/src/drivers/ata/libata-sff.c:2446:26: note: byref variable will be forcibly initialized 2446 | struct ata_host *host = NULL; | ^~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_handle_virtual_command': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3189:31: note: byref variable will be forcibly initialized 3189 | unsigned char inqdata[36]; | ^~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_set_spd_needed': /kisskb/src/drivers/ata/libata-sata.c:466:13: note: byref variable will be forcibly initialized 466 | u32 scontrol; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_set_spd': /kisskb/src/drivers/ata/libata-sata.c:489:13: note: byref variable will be forcibly initialized 489 | u32 scontrol; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_debounce': /kisskb/src/drivers/ata/libata-sata.c:239:19: note: byref variable will be forcibly initialized 239 | u32 last, cur; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/drivers/input/serio/serport.c:12: /kisskb/src/drivers/input/serio/serport.c: In function 'serport_ldisc_read': /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serport.c:187:9: note: in expansion of macro 'wait_event_interruptible' 187 | wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c:300:23: note: byref variable will be forcibly initialized 300 | u32 scontrol, serror; | ^~~~~~ /kisskb/src/drivers/ata/libata-sata.c:300:13: note: byref variable will be forcibly initialized 300 | u32 scontrol, serror; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_scr_lpm': /kisskb/src/drivers/ata/libata-sata.c:372:13: note: byref variable will be forcibly initialized 372 | u32 scontrol; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_link_hardreset': /kisskb/src/drivers/ata/libata-sata.c:533:13: note: byref variable will be forcibly initialized 533 | u32 scontrol; | ^~~~~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'ata_ncq_prio_enable_store': /kisskb/src/drivers/ata/libata-sata.c:886:18: note: byref variable will be forcibly initialized 886 | long int input; | ^~~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'sata_async_notification': /kisskb/src/drivers/ata/libata-sata.c:1286:13: note: byref variable will be forcibly initialized 1286 | u32 sntf; | ^~~~ /kisskb/src/drivers/ata/libata-sata.c: In function 'ata_eh_analyze_ncq_error': /kisskb/src/drivers/ata/libata-sata.c:1420:13: note: byref variable will be forcibly initialized 1420 | int tag, rc; | ^~~ /kisskb/src/drivers/ata/libata-sata.c:1419:29: note: byref variable will be forcibly initialized 1419 | struct ata_taskfile tf; | ^~ 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/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/firewire/nosy.c:442:16: note: byref variable will be forcibly initialized 442 | u32 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/base/swnode.c:503:13: note: byref variable will be forcibly initialized 503 | u32 nargs_prop_val; | ^~~~~~~~~~~~~~ /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; | ^~~~ /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/fs.h:45, from /kisskb/src/arch/arm64/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/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:34: note: byref variable will be forcibly initialized 38 | unsigned long c, data, mask; | ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:37: note: byref variable will be forcibly initialized 31 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:31:37: note: byref variable will be forcibly initialized /kisskb/src/lib/strncpy_from_user.c:38:34: note: byref variable will be forcibly initialized 38 | unsigned long c, data, mask; | ^~~~ /kisskb/src/drivers/ata/libata-pata-timings.c: In function 'ata_timing_compute': /kisskb/src/drivers/ata/libata-pata-timings.c:120:27: note: byref variable will be forcibly initialized 120 | struct ata_timing p; | ^ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/usb/core/hub.c:3869:33: note: byref variable will be forcibly initialized 3869 | unsigned long resuming_ports; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/hub.c:15: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5504:15: note: byref variable will be forcibly initialized 5504 | char *envp[3] = { NULL, NULL, NULL }; | ^~~~ /kisskb/src/drivers/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/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1967:32: note: byref variable will be forcibly initialized 1967 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1983:32: note: byref variable will be forcibly initialized 1983 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2850:13: note: byref variable will be forcibly initialized 2850 | u32 ext_portstatus = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2849:13: note: byref variable will be forcibly initialized 2849 | u16 portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2848:13: note: byref variable will be forcibly initialized 2848 | u16 portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2947:25: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2947:13: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/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/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5902:41: note: byref variable will be forcibly initialized 5902 | struct usb_device_descriptor descriptor = udev->descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3485:17: note: byref variable will be forcibly initialized 3485 | u16 devstatus = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1127:33: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1127:21: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3799:33: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3799:21: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3417:41: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3417:29: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3650:37: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3650:25: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4540:25: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4540:13: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5301:33: note: byref variable will be forcibly initialized 5301 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': In file included from /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_ccb_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.h:745:13: note: byref variable will be forcibly initialized 745 | u32 tag; | ^~~ /kisskb/src/drivers/usb/core/hub.c:5429:38: note: byref variable will be forcibly initialized 5429 | struct usb_device_descriptor descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/usb/core/hub.c:5628:29: note: byref variable will be forcibly initialized 5628 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:33: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:21: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:25: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'mpi_uninit_check': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:711:13: note: byref variable will be forcibly initialized 711 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:13: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5758:29: note: byref variable will be forcibly initialized 5758 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5757:29: note: byref variable will be forcibly initialized 5757 | u16 status = 0; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5663:13: note: byref variable will be forcibly initialized 5663 | u16 hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5662:13: note: byref variable will be forcibly initialized 5662 | u16 hubstatus; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1380:24: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1380:13: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_linux_pci_dev_remove': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:107:16: note: byref variable will be forcibly initialized 107 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_linux_pci_dev_probe': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:139:26: note: byref variable will be forcibly initialized 139 | char buf[80]; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_init': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:650:13: note: byref variable will be forcibly initialized 650 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_pci_map_registers': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:338:33: note: byref variable will be forcibly initialized 338 | resource_size_t base2; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:294:26: note: byref variable will be forcibly initialized 294 | uint8_t __iomem *maddr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:293:25: note: byref variable will be forcibly initialized 293 | resource_size_t base; | ^~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_mpi_build_cmd': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1327:15: note: byref variable will be forcibly initialized 1327 | void *pMessage; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_dereg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4405:30: note: byref variable will be forcibly initialized 4405 | struct dereg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'send_task_abort': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4473:31: note: byref variable will be forcibly initialized 4473 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_ssp_tm_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4535:37: note: byref variable will be forcibly initialized 4535 | struct ssp_ini_tm_start_req sspTMCmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_get_nvmd_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4557:33: note: byref variable will be forcibly initialized 4557 | struct get_nvm_data_req nvmd_req; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_nvmd_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4650:33: note: byref variable will be forcibly initialized 4650 | struct set_nvm_data_req nvmd_req; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_dev_state_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4888:34: note: byref variable will be forcibly initialized 4888 | struct set_dev_state_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_sas_re_initialization': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4914:42: note: byref variable will be forcibly initialized 4914 | struct sas_re_initialization_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_ctl_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4427:34: note: byref variable will be forcibly initialized 4427 | struct local_phy_ctl_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_reg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4345:28: note: byref variable will be forcibly initialized 4345 | struct reg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_stop_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4327:29: note: byref variable will be forcibly initialized 4327 | struct phy_stop_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_start_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4294:30: note: byref variable will be forcibly initialized 4294 | struct phy_start_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_sata_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4190:13: note: byref variable will be forcibly initialized 4190 | u32 hdr_tag, ncg_tag = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4189:31: note: byref variable will be forcibly initialized 4189 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_ssp_io_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4139:37: note: byref variable will be forcibly initialized 4139 | struct ssp_ini_io_start_req ssp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_smp_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4075:24: note: byref variable will be forcibly initialized 4075 | struct smp_req smp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_hw_event_ack_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:3235:34: note: byref variable will be forcibly initialized 3235 | struct hw_event_ack_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_send_abort_all': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1756:31: note: byref variable will be forcibly initialized 1756 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1797:32: note: byref variable will be forcibly initialized 1797 | struct host_to_dev_fis fis; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1793:31: note: byref variable will be forcibly initialized 1793 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/nvme/common/auth.c: In function 'nvme_auth_gen_pubkey': /kisskb/src/drivers/nvme/common/auth.c:410:28: note: byref variable will be forcibly initialized 410 | struct scatterlist dst; | ^~~ /kisskb/src/drivers/nvme/common/auth.c:409:28: note: byref variable will be forcibly initialized 409 | struct crypto_wait wait; | ^~~~ /kisskb/src/drivers/nvme/common/auth.c: In function 'nvme_auth_gen_shared_secret': /kisskb/src/drivers/nvme/common/auth.c:436:33: note: byref variable will be forcibly initialized 436 | struct scatterlist src, dst; | ^~~ /kisskb/src/drivers/nvme/common/auth.c:436:28: note: byref variable will be forcibly initialized 436 | struct scatterlist src, dst; | ^~~ /kisskb/src/drivers/nvme/common/auth.c:435:28: note: byref variable will be forcibly initialized 435 | struct crypto_wait wait; | ^~~~ /kisskb/src/drivers/nvme/common/auth.c: In function 'nvme_auth_generate_key': /kisskb/src/drivers/nvme/common/auth.c:461:12: note: byref variable will be forcibly initialized 461 | u8 key_hash; | ^~~~~~~~ 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/drivers/scsi/pm8001/pm8001_hwi.c: In function 'mpi_sata_completion': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2277:13: note: byref variable will be forcibly initialized 2277 | u32 temp_sata_addr_hi; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2276:12: note: byref variable will be forcibly initialized 2276 | u8 sata_addr_hi[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2275:13: note: byref variable will be forcibly initialized 2275 | u32 temp_sata_addr_low; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:2274:12: note: byref variable will be forcibly initialized 2274 | u8 sata_addr_low[4]; | ^~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:1015:31: note: byref variable will be forcibly initialized 1015 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:1013:23: note: byref variable will be forcibly initialized 1013 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:916:35: note: byref variable will be forcibly initialized 916 | const struct qstr name = QSTR_INIT(".", 1); | ^~~~ /kisskb/src/fs/fuse/inode.c:915:39: note: byref variable will be forcibly initialized 915 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:906:23: note: byref variable will be forcibly initialized 906 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:998:34: note: byref variable will be forcibly initialized 998 | struct fuse_inode_handle parent; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:984:34: note: byref variable will be forcibly initialized 984 | struct fuse_inode_handle handle; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:526:32: note: byref variable will be forcibly initialized 526 | struct fuse_statfs_out outarg; | ^~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:498:27: note: byref variable will be forcibly initialized 498 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs_writes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:591:9: note: in expansion of macro 'wait_event' 591 | wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:582:9: note: in expansion of macro 'rcu_assign_pointer' 582 | rcu_assign_pointer(fc->curr_bucket, new_bucket); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs': /kisskb/src/fs/fuse/inode.c:602:31: note: byref variable will be forcibly initialized 602 | struct fuse_syncfs_in inarg; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:669:32: note: byref variable will be forcibly initialized 669 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_change_attributes': /kisskb/src/fs/fuse/inode.c:293:43: note: byref variable will be forcibly initialized 293 | struct timespec64 new_mtime = { | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c:245:27: note: byref variable will be forcibly initialized 245 | struct timespec64 old_mtime; | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1437:26: note: byref variable will be forcibly initialized 1437 | struct fuse_attr root_attr; | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:888:26: note: byref variable will be forcibly initialized 888 | struct fuse_attr attr; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_common': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1532:9: note: in expansion of macro 'rcu_assign_pointer' 1532 | rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4003:12: note: byref variable will be forcibly initialized 4003 | u8 bc; | ^~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4002:15: note: byref variable will be forcibly initialized 4002 | void *pMsg1 = NULL; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_fw_flash_update_build': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4737:36: note: byref variable will be forcibly initialized 4737 | struct fw_flash_Update_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_fw_flash_update_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4761:37: note: byref variable will be forcibly initialized 4761 | struct fw_flash_updata_info flash_update_info; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/strnlen_user.c: In function 'do_strnlen_user': /kisskb/src/lib/strnlen_user.c:41:31: note: byref variable will be forcibly initialized 41 | unsigned long data; | ^~~~ /kisskb/src/lib/strnlen_user.c:25:37: note: byref variable will be forcibly initialized 25 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/lib/strnlen_user.c: In function 'strnlen_user': /kisskb/src/lib/strnlen_user.c:25:37: note: byref variable will be forcibly initialized /kisskb/src/lib/strnlen_user.c:41:31: note: byref variable will be forcibly initialized 41 | unsigned long data; | ^~~~ /kisskb/src/drivers/scsi/aacraid/src.c: In function 'aac_src_soft_reset': /kisskb/src/drivers/scsi/aacraid/src.c:1093:13: note: byref variable will be forcibly initialized 1093 | u32 status[5]; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c: In function 'pqi_sas_smp_handler': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c:523:36: note: byref variable will be forcibly initialized 523 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ 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/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_fw_info': /kisskb/src/drivers/scsi/snic/vnic_dev.c:453:17: note: byref variable will be forcibly initialized 453 | u64 a0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:453:13: note: byref variable will be forcibly initialized 453 | u64 a0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_spec': /kisskb/src/drivers/scsi/snic/vnic_dev.c:478:17: note: byref variable will be forcibly initialized 478 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:478:13: note: byref variable will be forcibly initialized 478 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_stats_clear': /kisskb/src/drivers/scsi/snic/vnic_dev.c:510:21: note: byref variable will be forcibly initialized 510 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:510:13: note: byref variable will be forcibly initialized 510 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_stats_dump': /kisskb/src/drivers/scsi/snic/vnic_dev.c:518:17: note: byref variable will be forcibly initialized 518 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:518:13: note: byref variable will be forcibly initialized 518 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_close': /kisskb/src/drivers/scsi/snic/vnic_dev.c:537:21: note: byref variable will be forcibly initialized 537 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:537:13: note: byref variable will be forcibly initialized 537 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_enable_wait': /kisskb/src/drivers/scsi/snic/vnic_dev.c:545:21: note: byref variable will be forcibly initialized 545 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:545:13: note: byref variable will be forcibly initialized 545 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_disable': /kisskb/src/drivers/scsi/snic/vnic_dev.c:558:21: note: byref variable will be forcibly initialized 558 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:558:13: note: byref variable will be forcibly initialized 558 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_open': /kisskb/src/drivers/scsi/snic/vnic_dev.c:566:28: note: byref variable will be forcibly initialized 566 | u64 a0 = (u32)arg, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:566:13: note: byref variable will be forcibly initialized 566 | u64 a0 = (u32)arg, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_open_done': /kisskb/src/drivers/scsi/snic/vnic_dev.c:574:21: note: byref variable will be forcibly initialized 574 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:574:13: note: byref variable will be forcibly initialized 574 | u64 a0 = 0, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_notify_set': /kisskb/src/drivers/scsi/snic/vnic_dev.c:591:17: note: byref variable will be forcibly initialized 591 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:591:13: note: byref variable will be forcibly initialized 591 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_notify_unset': /kisskb/src/drivers/scsi/snic/vnic_dev.c:611:17: note: byref variable will be forcibly initialized 611 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:611:13: note: byref variable will be forcibly initialized 611 | u64 a0, a1; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c: In function 'svnic_dev_init': /kisskb/src/drivers/scsi/snic/vnic_dev.c:645:28: note: byref variable will be forcibly initialized 645 | u64 a0 = (u32)arg, a1 = 0; | ^~ /kisskb/src/drivers/scsi/snic/vnic_dev.c:645:13: note: byref variable will be forcibly initialized 645 | u64 a0 = (u32)arg, a1 = 0; | ^~ /kisskb/src/fs/nilfs2/dir.c: In function 'nilfs_inode_by_name': /kisskb/src/fs/nilfs2/dir.c:405:22: note: byref variable will be forcibly initialized 405 | struct page *page; | ^~~~ /kisskb/src/fs/xfs/xfs_filestream.c: In function 'xfs_filestream_lookup_ag': /kisskb/src/fs/xfs/xfs_filestream.c:277:42: note: byref variable will be forcibly initialized 277 | xfs_agnumber_t startag, ag = NULLAGNUMBER; | ^~ /kisskb/src/fs/befs/datastream.c: In function 'befs_find_brun_indirect': /kisskb/src/fs/befs/datastream.c:317:24: note: byref variable will be forcibly initialized 317 | befs_block_run indirect = data->indirect; | ^~~~~~~~ /kisskb/src/fs/befs/datastream.c: In function 'befs_find_brun_dblindirect': /kisskb/src/fs/befs/datastream.c:430:24: note: byref variable will be forcibly initialized 430 | befs_block_run indir_run; | ^~~~~~~~~ /kisskb/src/fs/befs/datastream.c: In function 'befs_read_datastream': /kisskb/src/fs/befs/datastream.c:53:24: note: byref variable will be forcibly initialized 53 | befs_block_run run; | ^~~ /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/ata/libahci.c: In function 'ahci_led_store': /kisskb/src/drivers/ata/libahci.c:1150:22: note: byref variable will be forcibly initialized 1150 | unsigned int state; | ^~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_stop': /kisskb/src/drivers/ata/libahci.c:2434:21: note: byref variable will be forcibly initialized 2434 | const char *emsg = NULL; | ^~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_init': /kisskb/src/drivers/ata/libahci.c:1226:21: note: byref variable will be forcibly initialized 1226 | const char *emsg = NULL; | ^~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_suspend': /kisskb/src/drivers/ata/libahci.c:2317:21: note: byref variable will be forcibly initialized 2317 | const char *emsg = NULL; | ^~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_dev_classify': /kisskb/src/drivers/ata/libahci.c:1294:29: note: byref variable will be forcibly initialized 1294 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_softreset': /kisskb/src/drivers/ata/libahci.c:1414:29: note: byref variable will be forcibly initialized 1414 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_do_hardreset': /kisskb/src/drivers/ata/libahci.c:1557:29: note: byref variable will be forcibly initialized 1557 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_hardreset': /kisskb/src/drivers/ata/libahci.c:1582:14: note: byref variable will be forcibly initialized 1582 | bool online; | ^~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_match_name': /kisskb/src/fs/f2fs/dir.c:272:29: note: byref variable will be forcibly initialized 272 | struct qstr cf = FSTR_TO_QSTR(&fname->cf_name); | ^~ /kisskb/src/fs/f2fs/dir.c:268:29: note: byref variable will be forcibly initialized 268 | struct fscrypt_name f; | ^ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_error_intr': /kisskb/src/drivers/ata/libahci.c:1711:13: note: byref variable will be forcibly initialized 1711 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/libahci.c: In function 'ahci_port_start': /kisskb/src/drivers/ata/libahci.c:2342:20: note: byref variable will be forcibly initialized 2342 | dma_addr_t mem_dma; | ^~~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_mkdir': /kisskb/src/drivers/base/devtmpfs.c:169:21: note: byref variable will be forcibly initialized 169 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_create': /kisskb/src/drivers/base/devtmpfs.c:229:30: note: byref variable will be forcibly initialized 229 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:215:21: note: byref variable will be forcibly initialized 215 | struct path path; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_rmdir': /kisskb/src/drivers/base/devtmpfs.c:248:21: note: byref variable will be forcibly initialized 248 | struct path parent; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_remove': /kisskb/src/drivers/base/devtmpfs.c:333:38: note: byref variable will be forcibly initialized 333 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:329:29: note: byref variable will be forcibly initialized 329 | struct path p = {.mnt = parent.mnt, .dentry = dentry}; | ^ /kisskb/src/drivers/base/devtmpfs.c:328:30: note: byref variable will be forcibly initialized 328 | struct kstat stat; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c:318:21: note: byref variable will be forcibly initialized 318 | struct path parent; | ^~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_setup_filename': /kisskb/src/fs/f2fs/dir.c:143:29: note: byref variable will be forcibly initialized 143 | struct fscrypt_name crypt_name; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_prepare_lookup': /kisskb/src/fs/f2fs/dir.c:162:29: note: byref variable will be forcibly initialized 162 | struct fscrypt_name crypt_name; | ^~~~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_create_node': /kisskb/src/drivers/base/devtmpfs.c:124:20: note: byref variable will be forcibly initialized 124 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:123:21: note: byref variable will be forcibly initialized 123 | const char *tmp = NULL; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_delete_node': /kisskb/src/drivers/base/devtmpfs.c:151:20: note: byref variable will be forcibly initialized 151 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:150:21: note: byref variable will be forcibly initialized 150 | const char *tmp = NULL; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_init': /kisskb/src/drivers/base/devtmpfs.c:459:13: note: byref variable will be forcibly initialized 459 | int err; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:458:14: note: byref variable will be forcibly initialized 458 | char opts[] = "mode=0755"; | ^~~~ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_block': /kisskb/src/fs/f2fs/dir.c:204:32: note: byref variable will be forcibly initialized 204 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/dir.c: In function 'find_in_level': /kisskb/src/fs/f2fs/dir.c:344:13: note: byref variable will be forcibly initialized 344 | int max_slots; | ^~~~~~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_find_entry': /kisskb/src/fs/f2fs/dir.c:438:30: note: byref variable will be forcibly initialized 438 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_has_enough_room': /kisskb/src/fs/f2fs/dir.c:674:32: note: byref variable will be forcibly initialized 674 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/drivers/ata/acard-ahci.c: In function 'acard_ahci_port_start': /kisskb/src/drivers/ata/acard-ahci.c:281:20: note: byref variable will be forcibly initialized 281 | dma_addr_t mem_dma; | ^~~~~~~ /kisskb/src/drivers/ata/acard-ahci.c: In function 'acard_ahci_pci_print_info': /kisskb/src/drivers/ata/acard-ahci.c:166:13: note: byref variable will be forcibly initialized 166 | u16 cc; | ^~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_make_empty_dir': /kisskb/src/fs/f2fs/dir.c:532:28: note: byref variable will be forcibly initialized 532 | struct fscrypt_str dotdot = FSTR_INIT("..", 2); | ^~~~~~ /kisskb/src/fs/f2fs/dir.c:531:28: note: byref variable will be forcibly initialized 531 | struct fscrypt_str dot = FSTR_INIT(".", 1); | ^~~ /kisskb/src/drivers/ata/acard-ahci.c: In function 'acard_ahci_init_one': /kisskb/src/drivers/ata/acard-ahci.c:357:37: note: byref variable will be forcibly initialized 357 | const struct ata_port_info *ppi[] = { &pi, NULL }; | ^~~ /kisskb/src/drivers/ata/acard-ahci.c:356:30: note: byref variable will be forcibly initialized 356 | struct ata_port_info pi = acard_ahci_port_info[board_id]; | ^~ /kisskb/src/fs/f2fs/dir.c: In function 'make_empty_dir': /kisskb/src/fs/f2fs/dir.c:546:32: note: byref variable will be forcibly initialized 546 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_add_regular_entry': /kisskb/src/fs/f2fs/dir.c:717:32: note: byref variable will be forcibly initialized 717 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_do_add_link': /kisskb/src/fs/f2fs/dir.c:826:22: note: byref variable will be forcibly initialized 826 | struct page *page = NULL; | ^~~~ /kisskb/src/fs/f2fs/dir.c:825:30: note: byref variable will be forcibly initialized 825 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_fill_dentries': /kisskb/src/fs/f2fs/dir.c:1002:25: note: byref variable will be forcibly initialized 1002 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/dir.c: In function 'f2fs_readdir': /kisskb/src/fs/f2fs/dir.c:1088:28: note: byref variable will be forcibly initialized 1088 | struct fscrypt_str fstr = FSTR_INIT(NULL, 0); | ^~~~ /kisskb/src/fs/f2fs/dir.c:1087:32: note: byref variable will be forcibly initialized 1087 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_report_luns': /kisskb/src/drivers/target/target_core_spc.c:1244:16: note: byref variable will be forcibly initialized 1244 | __be32 len; | ^~~ /kisskb/src/drivers/target/target_core_spc.c:1241:25: note: byref variable will be forcibly initialized 1241 | struct scsi_lun slun; | ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modeselect': /kisskb/src/drivers/target/target_core_spc.c:1150:23: note: byref variable will be forcibly initialized 1150 | unsigned char tbuf[SE_MODE_PAGE_BUF]; | ^~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_request_sense': /kisskb/src/drivers/target/target_core_spc.c:1208:23: note: byref variable will be forcibly initialized 1208 | unsigned char buf[SE_SENSE_BUF]; | ^~~ /kisskb/src/drivers/target/target_core_spc.c:1207:24: note: byref variable will be forcibly initialized 1207 | u8 ua_asc = 0, ua_ascq = 0; | ^~~~~~~ /kisskb/src/drivers/target/target_core_spc.c:1207:12: note: byref variable will be forcibly initialized 1207 | u8 ua_asc = 0, ua_ascq = 0; | ^~~~~~ /kisskb/src/drivers/target/target_core_spc.c: In function 'spc_emulate_modesense': /kisskb/src/drivers/target/target_core_spc.c:1021:23: note: byref variable will be forcibly initialized 1021 | unsigned char buf[SE_MODE_PAGE_BUF], *rbuf; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_ack_mmu_error': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:9729:13: note: byref variable will be forcibly initialized 9729 | u32 mmu_base; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'hl_arc_event_handle': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:8349:13: note: byref variable will be forcibly initialized 8349 | u64 payload; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2038:38: note: byref variable will be forcibly initialized 2038 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_init_iatu': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2067:39: note: byref variable will be forcibly initialized 2067 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2066:38: note: byref variable will be forcibly initialized 2066 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_test_queue': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6032:20: note: byref variable will be forcibly initialized 6032 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_ack_module_razwi_event_handler': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:7090:14: note: byref variable will be forcibly initialized 7090 | char initiator_name[64]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_send_job_to_kdma': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:5938:60: note: byref variable will be forcibly initialized 5938 | u32 comp_val, commit_mask, *polling_addr, timeout, status = 0; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_debugfs_read_dma': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:9061:20: note: byref variable will be forcibly initialized 9061 | dma_addr_t host_mem_dma_addr; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2460:13: note: byref variable will be forcibly initialized 2460 | u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_add_arm_monitor_pkt': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:9384:12: note: byref variable will be forcibly initialized 9384 | u8 mask; | ^~~~ 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/gaudi2/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi2/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2P.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:8: /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function '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/gaudi2/gaudi2.c: In function 'gaudi2_early_init': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2480:13: note: byref variable will be forcibly initialized 2480 | u32 fw_boot_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2479:25: note: byref variable will be forcibly initialized 2479 | resource_size_t pci_bar_size; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_set_tpc_binning_masks': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2158:13: note: byref variable will be forcibly initialized 2158 | u64 tpc_binning_mask; | ^~~~~~~~~~~~~~~~ /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; | ^~~~ 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/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/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/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:2023:14: note: byref variable will be forcibly initialized 2023 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_print_irq_info': /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_sliced_command': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6783:14: note: byref variable will be forcibly initialized 6783 | char desc[64] = ""; | ^~~~ /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/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_handle_qman_err_generic': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6964:14: note: byref variable will be forcibly initialized 6964 | char reg_desc[32]; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_handle_qman_err': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:7502:14: note: byref variable will be forcibly initialized 7502 | char desc[32]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_handle_mmu_spi_sei_err': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:7981:14: note: byref variable will be forcibly initialized 7981 | char desc[32]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_init_tpc': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:4529:35: note: byref variable will be forcibly initialized 4529 | struct iterate_module_ctx tpc_iter; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:4528:41: note: byref variable will be forcibly initialized 4528 | struct gaudi2_tpc_init_cfg_data init_cfg_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_is_device_idle': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6204:35: note: byref variable will be forcibly initialized 6204 | struct iterate_module_ctx tpc_iter = { | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6198:37: note: byref variable will be forcibly initialized 6198 | struct gaudi2_tpc_idle_data tpc_idle_data = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6195:14: note: byref variable will be forcibly initialized 6195 | bool is_idle = true, is_eng_idle; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_mmu_prepare': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6743:35: note: byref variable will be forcibly initialized 6743 | struct iterate_module_ctx tpc_iter = { | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:6742:36: note: byref variable will be forcibly initialized 6742 | struct gaudi2_tpc_mmu_data tpc_mmu_data; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c: In function 'gaudi2_mmu_invalidate_cache': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2.c:4862:42: note: byref variable will be forcibly initialized 4862 | struct gaudi2_cache_invld_params invld_params; | ^~~~~~~~~~~~ /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; | ^~~~~~~~~~~ /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; | ^~~~ /kisskb/src/drivers/input/mouse/appletouch.c: In function 'atp_complete_geyser_3_4': /kisskb/src/drivers/input/mouse/appletouch.c:657:34: note: byref variable will be forcibly initialized 657 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:657:29: note: byref variable will be forcibly initialized 657 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:657:24: note: byref variable will be forcibly initialized 657 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:657:19: note: byref variable will be forcibly initialized 657 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c: In function 'atp_complete_geyser_1_2': /kisskb/src/drivers/input/mouse/appletouch.c:517:34: note: byref variable will be forcibly initialized 517 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:517:29: note: byref variable will be forcibly initialized 517 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:517:24: note: byref variable will be forcibly initialized 517 | int x, y, x_z, y_z, x_f, y_f; | ^~~ /kisskb/src/drivers/input/mouse/appletouch.c:517:19: note: byref variable will be forcibly initialized 517 | int x, y, x_z, y_z, x_f, y_f; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/aic94xx/aic94xx_init.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_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; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'asd_free_queues': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:850:19: note: byref variable will be forcibly initialized 850 | LIST_HEAD(pending); | ^~~~~~~ /kisskb/src/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/scsi/aic94xx/aic94xx_init.c: In function 'asd_map_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:154:13: note: byref variable will be forcibly initialized 154 | u16 cmd_reg; | ^~~~~~~ /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; | ^~~~~~~~~ /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_write_iter': /kisskb/src/fs/orangefs/devorangefs-req.c:370:11: note: byref variable will be forcibly initialized 370 | } head; | ^~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_symlink': /kisskb/src/fs/nilfs2/namei.c:131:39: note: byref variable will be forcibly initialized 131 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_create': /kisskb/src/fs/nilfs2/namei.c:79:39: note: byref variable will be forcibly initialized 79 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/befs/btree.c: In function 'befs_find_key': /kisskb/src/fs/befs/btree.c:335:13: note: byref variable will be forcibly initialized 335 | u16 keylen; | ^~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mknod': /kisskb/src/fs/nilfs2/namei.c:107:39: note: byref variable will be forcibly initialized 107 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_do_unlink': /kisskb/src/fs/nilfs2/namei.c:263:22: note: byref variable will be forcibly initialized 263 | struct page *page; | ^~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_unlink': /kisskb/src/fs/nilfs2/namei.c:295:39: note: byref variable will be forcibly initialized 295 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/befs/btree.c: In function 'befs_bt_read_node': /kisskb/src/fs/befs/btree.c:194:14: note: byref variable will be forcibly initialized 194 | uint off = 0; | ^~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rmdir': /kisskb/src/fs/nilfs2/namei.c:317:39: note: byref variable will be forcibly initialized 317 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_mkdir': /kisskb/src/fs/nilfs2/namei.c:209:39: note: byref variable will be forcibly initialized 209 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_find': /kisskb/src/fs/befs/btree.c:250:20: note: byref variable will be forcibly initialized 250 | befs_off_t node_off; | ^~~~~~~~ /kisskb/src/fs/befs/btree.c:249:26: note: byref variable will be forcibly initialized 249 | befs_btree_super bt_super; | ^~~~~~~~ /kisskb/src/fs/befs/btree.c: In function 'befs_btree_read': /kisskb/src/fs/befs/btree.c:421:13: note: byref variable will be forcibly initialized 421 | u16 keylen; | ^~~~~~ /kisskb/src/fs/befs/btree.c:417:20: note: byref variable will be forcibly initialized 417 | befs_off_t node_off; | ^~~~~~~~ /kisskb/src/fs/befs/btree.c:416:26: note: byref variable will be forcibly initialized 416 | befs_btree_super bt_super; | ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_rename': /kisskb/src/fs/nilfs2/namei.c:377:30: note: byref variable will be forcibly initialized 377 | struct page *new_page; | ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c:354:39: note: byref variable will be forcibly initialized 354 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/namei.c:352:22: note: byref variable will be forcibly initialized 352 | struct page *old_page; | ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c:350:22: note: byref variable will be forcibly initialized 350 | struct page *dir_page = NULL; | ^~~~~~~~ /kisskb/src/fs/nilfs2/namei.c: In function 'nilfs_link': /kisskb/src/fs/nilfs2/namei.c:181:39: note: byref variable will be forcibly initialized 181 | struct nilfs_transaction_info ti; | ^~ In file included from /kisskb/src/drivers/ata/libahci_platform.c:17: /kisskb/src/drivers/ata/libahci_platform.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h: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/ata/libahci_platform.c:14: /kisskb/src/drivers/ata/libahci_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/ata/libahci_platform.c: In function 'ahci_platform_get_resources': /kisskb/src/drivers/ata/libahci_platform.c:481:29: note: byref variable will be forcibly initialized 481 | u32 port; | ^~~~ /kisskb/src/drivers/ata/libahci_platform.c: In function 'ahci_platform_init_host': /kisskb/src/drivers/ata/libahci_platform.c:577:37: note: byref variable will be forcibly initialized 577 | const struct ata_port_info *ppi[] = { &pi, NULL }; | ^~~ /kisskb/src/drivers/ata/libahci_platform.c:576:30: note: byref variable will be forcibly initialized 576 | struct ata_port_info pi = *pi_template; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'init_stack_slab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:103:17: note: in expansion of macro 'smp_store_release' 103 | smp_store_release(&next_slab_inited, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:88:13: note: in expansion of macro 'smp_load_acquire' 88 | if (smp_load_acquire(&next_slab_inited)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/stackdepot.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_snprint': /kisskb/src/lib/stackdepot.c:317:24: note: byref variable will be forcibly initialized 317 | unsigned long *entries; | ^~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_print': /kisskb/src/lib/stackdepot.c:335:24: note: byref variable will be forcibly initialized 335 | unsigned long *entries; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'depot_alloc_stack': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:130:25: note: in expansion of macro 'smp_store_release' 130 | smp_store_release(&next_slab_inited, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c: In function '__stack_depot_save': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:474:25: note: in expansion of macro 'smp_store_release' 474 | smp_store_release(bucket, new); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/preempt.h:10, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:78:45: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:448:36: note: in expansion of macro 'smp_load_acquire' 448 | if (unlikely(can_alloc && !smp_load_acquire(&next_slab_inited))) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:435:28: note: in expansion of macro 'smp_load_acquire' 435 | found = find_stack(smp_load_acquire(bucket), entries, | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:410:15: note: byref variable will be forcibly initialized 410 | void *prealloc = NULL; | ^~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_msg': /kisskb/src/fs/nilfs2/super.c:68:17: note: byref variable will be forcibly initialized 68 | va_list args; | ^~~~ /kisskb/src/fs/nilfs2/super.c:67:26: note: byref variable will be forcibly initialized 67 | struct va_format vaf; | ^~~ /kisskb/src/fs/nilfs2/super.c: In function 'parse_options': /kisskb/src/fs/nilfs2/super.c:722:21: note: byref variable will be forcibly initialized 722 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_parse_snapshot_option': /kisskb/src/fs/nilfs2/super.c:1198:28: note: byref variable will be forcibly initialized 1198 | unsigned long long val; | ^~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_identify': /kisskb/src/fs/nilfs2/super.c:1234:21: note: byref variable will be forcibly initialized 1234 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/nilfs2/super.c:1233:19: note: byref variable will be forcibly initialized 1233 | char *p, *options = data; | ^~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_statfs': /kisskb/src/fs/nilfs2/super.c:603:25: note: byref variable will be forcibly initialized 603 | u64 nmaxinodes, nfreeinodes; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:603:13: note: byref variable will be forcibly initialized 603 | u64 nmaxinodes, nfreeinodes; | ^~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:602:18: note: byref variable will be forcibly initialized 602 | sector_t nfreeblocks; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_set_log_cursor': /kisskb/src/fs/nilfs2/super.c:233:18: note: byref variable will be forcibly initialized 233 | sector_t nfreeblocks; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c: In function '__nilfs_error': /kisskb/src/fs/nilfs2/super.c:124:17: note: byref variable will be forcibly initialized 124 | va_list args; | ^~~~ /kisskb/src/fs/nilfs2/super.c:123:26: note: byref variable will be forcibly initialized 123 | struct va_format vaf; | ^~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_attach_checkpoint': /kisskb/src/fs/nilfs2/super.c:516:29: note: byref variable will be forcibly initialized 516 | struct buffer_head *bh_cp; | ^~~~~ /kisskb/src/fs/nilfs2/super.c:515:34: note: byref variable will be forcibly initialized 515 | struct nilfs_checkpoint *raw_cp; | ^~~~~~ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_fill_super': /kisskb/src/fs/nilfs2/super.c:1037:28: note: byref variable will be forcibly initialized 1037 | struct nilfs_root *fsroot; | ^~~~~~ /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/nilfs2/super.c: In function 'nilfs_attach_snapshot': /kisskb/src/fs/nilfs2/super.c:948:28: note: byref variable will be forcibly initialized 948 | struct nilfs_root *root; | ^~~~ /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_limit_write': /kisskb/src/fs/fuse/control.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long t; | ^ /kisskb/src/fs/nilfs2/super.c: In function 'nilfs_mount': /kisskb/src/fs/nilfs2/super.c:1273:24: note: byref variable will be forcibly initialized 1273 | struct dentry *root_dentry; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/super.c:1270:33: note: byref variable will be forcibly initialized 1270 | struct nilfs_super_data sd; | ^~ /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_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/drivers/misc/vcpu_stall_detector.c: In function 'vcpu_stall_detect_probe': /kisskb/src/drivers/misc/vcpu_stall_detector.c:140:13: note: byref variable will be forcibly initialized 140 | u32 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vcpu_stall_detector.c:139:13: note: byref variable will be forcibly initialized 139 | u32 clock_freq_hz = VCPU_STALL_DEFAULT_CLOCK_HZ; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/vcpu_stall_detector.c:137:26: note: byref variable will be forcibly initialized 137 | struct resource *r; | ^ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_dev_rmhs_complete_tm': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:1847:44: note: byref variable will be forcibly initialized 1847 | struct mpi3_iounit_control_request iou_ctrl; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_dev_rmhs_send_tm': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:1911:44: note: byref variable will be forcibly initialized 1911 | struct mpi3_scsi_task_mgmt_request tm_req; | ^~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_send_event_ack': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2045:39: note: byref variable will be forcibly initialized 2045 | struct mpi3_event_ack_request evtack_req; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/usb/phy/phy.c:13: /kisskb/src/drivers/usb/phy/phy.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:27: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_uevent': /kisskb/src/drivers/usb/phy/phy.c:152:14: note: byref variable will be forcibly initialized 152 | char uchger_type[50] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c:151:14: note: byref variable will be forcibly initialized 151 | char uchger_state[50] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'osintfc_mrioc_security_status': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:4452:13: note: byref variable will be forcibly initialized 4452 | u32 cap_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_process_op_reply_desc': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:2738:31: note: byref variable will be forcibly initialized 2738 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_issue_tm': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:3250:44: note: byref variable will be forcibly initialized 3250 | struct mpi3_scsi_task_mgmt_request tm_req; | ^~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_eh_target_reset': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:3647:12: note: byref variable will be forcibly initialized 3647 | u8 resp_code = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c: In function 'mpi3mr_eh_dev_reset': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_os.c:3715:12: note: byref variable will be forcibly initialized 3715 | u8 resp_code = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:21: note: byref variable will be forcibly initialized 30 | const char *phy_type; | ^~~~~~~~ /kisskb/src/drivers/mfd/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/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/target/target_core_ua.c:13: /kisskb/src/drivers/target/target_core_ua.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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; | ^ /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_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_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_unlink': /kisskb/src/fs/orangefs/namei.c:178:22: note: byref variable will be forcibly initialized 178 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/mfd/88pm80x.c: In function 'pm80x_init': /kisskb/src/drivers/mfd/88pm80x.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int val; | ^~~ In file included from /kisskb/src/include/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/f2fs/file.c:8: /kisskb/src/fs/f2fs/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_is_shared': /kisskb/src/fs/xfs/xfs_fsmap.c:201:41: note: byref variable will be forcibly initialized 201 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:200:41: note: byref variable will be forcibly initialized 200 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:253:41: note: byref variable will be forcibly initialized 253 | bool shared; | ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:251:41: note: byref variable will be forcibly initialized 251 | struct xfs_fsmap fmr; | ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_logdev': /kisskb/src/fs/xfs/xfs_fsmap.c:411:41: note: byref variable will be forcibly initialized 411 | struct xfs_rmap_irec rmap; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:373:41: note: byref variable will be forcibly initialized 373 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function '__xfs_getfsmap_datadev': /kisskb/src/fs/xfs/xfs_fsmap.c:588:41: note: byref variable will be forcibly initialized 588 | xfs_agnumber_t start_ag; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:585:42: note: byref variable will be forcibly initialized 585 | struct xfs_btree_cur *bt_cur = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt': /kisskb/src/fs/xfs/xfs_fsmap.c:762:41: note: byref variable will be forcibly initialized 762 | struct xfs_alloc_rec_incore akeys[2]; | ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap': /kisskb/src/fs/xfs/xfs_fsmap.c:854:41: note: byref variable will be forcibly initialized 854 | struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:853:41: note: byref variable will be forcibly initialized 853 | struct xfs_fsmap dkeys[2]; /* per-dev keys */ | ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:852:42: note: byref variable will be forcibly initialized 852 | struct xfs_trans *tp = NULL; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/f2fs/file.c:8: /kisskb/src/fs/f2fs/file.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_get_compress_option': /kisskb/src/fs/f2fs/file.c:3820:33: note: byref variable will be forcibly initialized 3820 | struct f2fs_comp_option option; | ^~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'try_to_fix_pino': /kisskb/src/fs/f2fs/file.c:238:15: note: byref variable will be forcibly initialized 238 | nid_t pino; | ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_sync_file': /kisskb/src/fs/f2fs/file.c:262:22: note: byref variable will be forcibly initialized 262 | unsigned int seq_id = 0; | ^~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'interrupt_coalescing_store': /kisskb/src/drivers/scsi/mvsas/mv_init.c:710:22: note: byref variable will be forcibly initialized 710 | unsigned int val = 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/scsi/mvsas/mv_sas.h:14, from /kisskb/src/drivers/scsi/mvsas/mv_init.c:11: /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_dirty_pages': /kisskb/src/fs/nilfs2/page.c:245:17: note: byref variable will be forcibly initialized 245 | pgoff_t index = 0; | ^~~~~ /kisskb/src/fs/nilfs2/page.c:243:24: note: byref variable will be forcibly initialized 243 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_copy_back_pages': /kisskb/src/fs/nilfs2/page.c:299:17: note: byref variable will be forcibly initialized 299 | pgoff_t start = 0; | ^~~~~ /kisskb/src/fs/nilfs2/page.c:297:28: note: byref variable will be forcibly initialized 297 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'mvs_alloc': /kisskb/src/drivers/scsi/mvsas/mv_init.c:220:14: note: byref variable will be forcibly initialized 220 | char pool_name[32]; | ^~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_release_compress_blocks': /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_clear_dirty_pages': /kisskb/src/fs/nilfs2/page.c:362:17: note: byref variable will be forcibly initialized 362 | pgoff_t index = 0; | ^~~~~ /kisskb/src/fs/nilfs2/page.c:360:24: note: byref variable will be forcibly initialized 360 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/file.c:3418:38: note: byref variable will be forcibly initialized 3418 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/nilfs2/page.c: In function 'nilfs_find_uncommitted_extent': /kisskb/src/fs/nilfs2/page.c:488:24: note: byref variable will be forcibly initialized 488 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_fitrim': /kisskb/src/fs/f2fs/file.c:2213:29: note: byref variable will be forcibly initialized 2213 | struct fstrim_range range; | ^~~~~ /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/fs/f2fs/file.c: In function 'f2fs_ioc_gc_range': /kisskb/src/drivers/input/mouse/psmouse-base.c:456:12: note: byref variable will be forcibly initialized 456 | u8 p; | ^ /kisskb/src/fs/f2fs/file.c:2455:30: note: byref variable will be forcibly initialized 2455 | struct f2fs_gc_range range; | ^~~~~ /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/fs/f2fs/file.c: In function 'f2fs_ioc_flush_device': /kisskb/src/fs/f2fs/file.c:2853:34: note: byref variable will be forcibly initialized 2853 | struct f2fs_flush_device range; | ^~~~~ /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/fs/f2fs/file.c: In function 'f2fs_defragment_range': /kisskb/src/fs/f2fs/file.c:2499:35: note: byref variable will be forcibly initialized 2499 | pgoff_t pg_start, pg_end, next_pgofs; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_defragment': /kisskb/src/fs/f2fs/file.c:2647:32: note: byref variable will be forcibly initialized 2647 | struct f2fs_defragment range; | ^~~~~ /kisskb/src/fs/f2fs/file.c: In function '__read_out_blkaddrs': /kisskb/src/fs/f2fs/file.c:1131:30: note: byref variable will be forcibly initialized 1131 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/file.c: In function '__roll_back_blkaddrs': /kisskb/src/fs/f2fs/file.c:1186:30: note: byref variable will be forcibly initialized 1186 | struct dnode_of_data dn; | ^~ /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/fs/f2fs/file.c: In function 'f2fs_ioc_resize_fs': /kisskb/src/fs/f2fs/file.c:3185:15: note: byref variable will be forcibly initialized 3185 | __u64 block_count; | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3492:26: note: byref variable will be forcibly initialized 3492 | blkcnt_t reserved; | ^~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_reserve_compress_blocks': /kisskb/src/fs/f2fs/file.c:3571:38: note: byref variable will be forcibly initialized 3571 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_sec_trim_file': /kisskb/src/fs/f2fs/file.c:3732:38: note: byref variable will be forcibly initialized 3732 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/file.c:3663:35: note: byref variable will be forcibly initialized 3663 | struct f2fs_sectrim_range range; | ^~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_set_compress_option': /kisskb/src/fs/f2fs/file.c:3848:33: note: byref variable will be forcibly initialized 3848 | struct f2fs_comp_option option; | ^~~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_alloc': /kisskb/src/lib/ref_tracker.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_free': /kisskb/src/lib/ref_tracker.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_vm_page_mkwrite': /kisskb/src/fs/f2fs/file.c:59:30: note: byref variable will be forcibly initialized 59 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_seek_block': /kisskb/src/fs/f2fs/file.c:419:30: note: byref variable will be forcibly initialized 419 | struct dnode_of_data dn; | ^~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'init_pci_device_addresses': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1099:17: note: byref variable will be forcibly initialized 1099 | u32 value; | ^~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:14: note: byref variable will be forcibly initialized 441 | char buf[100]; | ^~~ In file included from /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:41: /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm8001_ccb_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.h:745:13: note: byref variable will be forcibly initialized 745 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_hw_event_ack_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:3205:34: note: byref variable will be forcibly initialized 3205 | struct hw_event_ack_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_stop_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4821:29: note: byref variable will be forcibly initialized 4821 | struct phy_stop_req payload; | ^~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:758:25: note: byref variable will be forcibly initialized 758 | char buffer[6]; /* Any root hubs with > 31 ports? */ | ^~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'mpi_set_phy_profile_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4967:36: note: byref variable will be forcibly initialized 4967 | struct set_phy_profile_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4965:13: note: byref variable will be forcibly initialized 4965 | u32 tag, i, j = 0; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_ctl_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4910:34: note: byref variable will be forcibly initialized 4910 | struct local_phy_ctl_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4908:13: note: byref variable will be forcibly initialized 4908 | u32 tag; | ^~~ /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/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_encrypt_update': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1400:13: note: byref variable will be forcibly initialized 1400 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1398:29: note: byref variable will be forcibly initialized 1398 | struct kek_mgmt_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_reg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4839:28: note: byref variable will be forcibly initialized 4839 | struct reg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1691:26: note: byref variable will be forcibly initialized 1691 | struct list_head local_list; | ^~~~~~~~~~ /kisskb/src/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/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_start_req': /kisskb/src/fs/f2fs/file.c: In function 'f2fs_zero_range': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4783:30: note: byref variable will be forcibly initialized 4783 | struct phy_start_req payload; | ^~~~~~~ /kisskb/src/fs/f2fs/file.c:1502:46: note: byref variable will be forcibly initialized 1502 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:115:34: note: byref variable will be forcibly initialized 115 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:114:33: note: byref variable will be forcibly initialized 114 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_sas_protocol_timer_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1242:13: note: byref variable will be forcibly initialized 1242 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1240:34: note: byref variable will be forcibly initialized 1240 | SASProtocolTimerConfig_t SASConfigPage; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1239:33: note: byref variable will be forcibly initialized 1239 | struct set_ctrl_cfg_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_ssp_io_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4392:37: note: byref variable will be forcibly initialized 4392 | struct ssp_ini_io_start_req ssp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_sata_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4548:13: note: byref variable will be forcibly initialized 4548 | u32 hdr_tag, ncg_tag = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4547:31: note: byref variable will be forcibly initialized 4547 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_do_truncate_blocks': /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/fs/f2fs/file.c:673:30: note: byref variable will be forcibly initialized 673 | struct dnode_of_data dn; | ^~ /kisskb/src/drivers/usb/core/hcd.c:3041:28: note: byref variable will be forcibly initialized 3041 | struct usb_device *rhdev; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_smp_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4213:24: note: byref variable will be forcibly initialized 4213 | struct smp_req smp_cmd; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.h:113, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c:10: /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'perf_trace_pm80xx_request_issue': /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/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /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/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'perf_trace_pm80xx_request_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'perf_trace_pm80xx_mpi_build_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_cmd, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.h:113, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c:10: /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'trace_event_raw_event_pm80xx_request_issue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /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/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_file_write_iter': /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'trace_event_raw_event_pm80xx_request_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_complete, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c:4566:14: note: byref variable will be forcibly initialized 4566 | bool may_need_sync = true; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function 'trace_event_raw_event_pm80xx_mpi_build_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_cmd, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_truncate_hole': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/target/target_core_rd.c:16: /kisskb/src/drivers/target/target_core_rd.c: In function 'kmalloc_array': /kisskb/src/fs/f2fs/file.c:1040:38: note: byref variable will be forcibly initialized 1040 | struct dnode_of_data dn; | ^~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/f2fs/file.c: In function '__clone_blkaddrs': In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.h:113, from /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c:10: /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function '__bpf_trace_pm80xx_request_issue': /kisskb/src/fs/f2fs/file.c:1222:42: note: byref variable will be forcibly initialized 1222 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/file.c:1221:46: note: byref variable will be forcibly initialized 1221 | struct dnode_of_data dn; | ^~ /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:18:1: note: in expansion of macro 'TRACE_EVENT' 18 | TRACE_EVENT(pm80xx_request_issue, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2303:33: note: byref variable will be forcibly initialized 2303 | char buffer[6]; | ^~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function '__bpf_trace_pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_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/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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(pm80xx_request_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_tracepoints.c: In function '__bpf_trace_pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_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: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/drivers/scsi/pm8001/./pm80xx_tracepoints.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(pm80xx_mpi_build_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_execute_rw': /kisskb/src/drivers/target/target_core_rd.c:424:32: note: byref variable will be forcibly initialized 424 | struct sg_mapping_iter m; | ^ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_ioc_move_range': /kisskb/src/fs/f2fs/file.c:2838:32: note: byref variable will be forcibly initialized 2838 | struct f2fs_move_range range; | ^~~~~ /kisskb/src/drivers/target/target_core_rd.c: In function 'rd_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_rd.c:549:13: note: byref variable will be forcibly initialized 549 | int arg, token; | ^~~ /kisskb/src/drivers/target/target_core_rd.c:548:21: note: byref variable will be forcibly initialized 548 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/target/target_core_rd.c:547:28: note: byref variable will be forcibly initialized 547 | char *orig, *ptr, *opts; | ^~~~ /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:3148:17: note: byref variable will be forcibly initialized 3148 | pgoff_t m_next_extent; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/file.c:3147:32: note: byref variable will be forcibly initialized 3147 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_abort_all': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1786:31: note: byref variable will be forcibly initialized 1786 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'mpi_sata_completion': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:2378:12: note: byref variable will be forcibly initialized 2378 | u8 sata_addr_hi[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:2377:33: note: byref variable will be forcibly initialized 2377 | u32 temp_sata_addr_low, temp_sata_addr_hi; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:2377:13: note: byref variable will be forcibly initialized 2377 | u32 temp_sata_addr_low, temp_sata_addr_hi; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:2376:12: note: byref variable will be forcibly initialized 2376 | u8 sata_addr_low[4]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1827:32: note: byref variable will be forcibly initialized 1827 | struct host_to_dev_fis fis; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1823:31: note: byref variable will be forcibly initialized 1823 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4101:12: note: byref variable will be forcibly initialized 4101 | u8 bc; | ^~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4100:15: note: byref variable will be forcibly initialized 4100 | void *pMsg1 = NULL; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_thermal_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1197:13: note: byref variable will be forcibly initialized 1197 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1195:33: note: byref variable will be forcibly initialized 1195 | struct set_ctrl_cfg_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm8001_set_phy_profile_single': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:5011:36: note: byref variable will be forcibly initialized 5011 | struct set_phy_profile_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:5009:13: note: byref variable will be forcibly initialized 5009 | u32 tag, opc; | ^~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_locate_se_dev_e4_iter': /kisskb/src/drivers/target/target_core_xcopy.c:46:23: note: byref variable will be forcibly initialized 46 | unsigned char tmp_dev_wwn[XCOPY_NAA_IEEE_REGEX_LEN]; | ^~~~~~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_parse_xcopy_cmd': /kisskb/src/drivers/target/target_core_xcopy.c:793:24: note: byref variable will be forcibly initialized 793 | sense_reason_t ret = TCM_INVALID_PARAMETER_LIST; | ^~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_read_source': /kisskb/src/drivers/target/target_core_xcopy.c:591:23: note: byref variable will be forcibly initialized 591 | unsigned char cdb[16]; | ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:587:29: note: byref variable will be forcibly initialized 587 | struct xcopy_pt_cmd xpt_cmd; | ^~~~~~~ /kisskb/src/drivers/target/target_core_xcopy.c: In function 'target_xcopy_write_destination': /kisskb/src/drivers/target/target_core_xcopy.c:636:23: note: byref variable will be forcibly initialized 636 | unsigned char cdb[16]; | ^~~ /kisskb/src/drivers/target/target_core_xcopy.c:632:29: note: byref variable will be forcibly initialized 632 | struct xcopy_pt_cmd xpt_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_sw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:147:13: note: byref variable will be forcibly initialized 147 | u32 v; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.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/pci.h:32, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:19: note: byref variable will be forcibly initialized 345 | 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/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_hst_pcix_isr': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:961:13: note: byref variable will be forcibly initialized 961 | u32 ecc_status; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:960:13: note: byref variable will be forcibly initialized 960 | u32 pcix_status; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:959:13: note: byref variable will be forcibly initialized 959 | u16 status; | ^~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_alloc_escbs': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:308:16: note: byref variable will be forcibly initialized 308 | int i, escbs; | ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_hw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:610:13: note: byref variable will be forcibly initialized 610 | u32 v; | ^ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_post_ascb_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1190:19: note: byref variable will be forcibly initialized 1190 | 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/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_enable_phys': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1338:22: note: byref variable will be forcibly initialized 1338 | int num = 0, k; | ^ /kisskb/src/drivers/target/target_core_stat.c: In function 'target_stat_iport_port_ident_show': /kisskb/src/drivers/target/target_core_stat.c:1308:23: note: byref variable will be forcibly initialized 1308 | unsigned char buf[64]; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-if.c: In function 'isp1761_pci_init': /kisskb/src/drivers/usb/isp1760/isp1760-if.c:37:21: note: byref variable will be forcibly initialized 37 | u8 latency, limit; | ^~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-if.c:37:12: note: byref variable will be forcibly initialized 37 | u8 latency, limit; | ^~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-if.c: In function 'isp1760_plat_probe': /kisskb/src/drivers/usb/isp1760/isp1760-if.c:207:21: note: byref variable will be forcibly initialized 207 | u32 bus_width = 0; | ^~~~~~~~~ /kisskb/src/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; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:726:9: note: in expansion of macro 'wait_event' 726 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:776:9: note: in expansion of macro 'wait_event' 776 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:975:16: note: in expansion of macro 'wait_event_timeout' 975 | return wait_event_timeout(anchor->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/befs/inode.c: In function 'befs_check_inode': /kisskb/src/fs/befs/inode.c:23:25: note: byref variable will be forcibly initialized 23 | befs_inode_addr ino_num = fsrun_to_cpu(sb, raw_inode->inode_num); | ^~~~~~~ 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:914:32: note: byref variable will be forcibly initialized 914 | 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/ata/sata_dwc_460ex.c: In function 'dma_dwc_xfer_setup': /kisskb/src/drivers/ata/sata_dwc_460ex.c:332:33: note: byref variable will be forcibly initialized 332 | struct dma_slave_config sconf; | ^~~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_dma_get_channel_old': /kisskb/src/drivers/ata/sata_dwc_460ex.c:213:24: note: byref variable will be forcibly initialized 213 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'clear_serror': /kisskb/src/drivers/ata/sata_dwc_460ex.c:399:13: note: byref variable will be forcibly initialized 399 | u32 val; | ^~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_error_intr': /kisskb/src/drivers/ata/sata_dwc_460ex.c:423:13: note: byref variable will be forcibly initialized 423 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_bmdma_start_by_tag': /kisskb/src/drivers/ata/sata_dwc_460ex.c:966:13: note: byref variable will be forcibly initialized 966 | u32 reg; | ^~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_qc_issue': /kisskb/src/drivers/ata/sata_dwc_460ex.c:1018:13: note: byref variable will be forcibly initialized 1018 | u32 sactive; | ^~~~~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_isr': /kisskb/src/drivers/ata/sata_dwc_460ex.c:476:30: note: byref variable will be forcibly initialized 476 | uint intpr, sactive, sactive2, tag_mask; | ^~~~~~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c:476:21: note: byref variable will be forcibly initialized 476 | uint intpr, sactive, sactive2, tag_mask; | ^~~~~~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c: In function 'sata_dwc_probe': /kisskb/src/drivers/ata/sata_dwc_460ex.c:1145:26: note: byref variable will be forcibly initialized 1145 | struct resource *res; | ^~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c:1144:37: note: byref variable will be forcibly initialized 1144 | const struct ata_port_info *ppi[] = { &pi, NULL }; | ^~~ /kisskb/src/drivers/ata/sata_dwc_460ex.c:1143:30: note: byref variable will be forcibly initialized 1143 | struct ata_port_info pi = sata_dwc_port_info[0]; | ^~ /kisskb/src/drivers/ata/sata_dwc_460ex.c:1137:18: note: byref variable will be forcibly initialized 1137 | u32 idr, versionr; | ^~~~~~~~ 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; | ^~~~~ 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/target/target_core_file.c: In function 'fd_do_prot_fill': /kisskb/src/drivers/target/target_core_file.c:496:16: note: byref variable will be forcibly initialized 496 | loff_t pos = lba * se_dev->prot_length; | ^~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_init_prot': /kisskb/src/drivers/target/target_core_file.c:837:14: note: byref variable will be forcibly initialized 837 | char buf[FD_MAX_DEV_PROT_NAME]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/target/target_core_file.c:16: /kisskb/src/drivers/target/target_core_file.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/target/target_core_file.c:16: /kisskb/src/drivers/target/target_core_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/target/target_core_file.c: In function 'fd_execute_rw_aio': /kisskb/src/drivers/target/target_core_file.c:275:25: note: byref variable will be forcibly initialized 275 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_do_rw': /kisskb/src/drivers/target/target_core_file.c:323:16: note: byref variable will be forcibly initialized 323 | loff_t pos = (cmd->t_task_lba * block_size); | ^~~ /kisskb/src/drivers/target/target_core_file.c:320:25: note: byref variable will be forcibly initialized 320 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_execute_write_same': /kisskb/src/drivers/target/target_core_file.c:440:25: note: byref variable will be forcibly initialized 440 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/target/target_core_file.c:438:16: note: byref variable will be forcibly initialized 438 | loff_t pos = cmd->t_task_lba * se_dev->dev_attrib.block_size; | ^~~ /kisskb/src/drivers/target/target_core_file.c: In function 'fd_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_file.c:716:22: note: byref variable will be forcibly initialized 716 | int ret = 0, arg, token; | ^~~ /kisskb/src/drivers/target/target_core_file.c:715:21: note: byref variable will be forcibly initialized 715 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/target/target_core_file.c:714:36: note: byref variable will be forcibly initialized 714 | char *orig, *ptr, *arg_p, *opts; | ^~~~ 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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/mdt.c:10: /kisskb/src/fs/nilfs2/mdt.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_prep_ata': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:441:29: note: byref variable will be forcibly initialized 441 | u32 tag = tei->tag, hdr_tag; | ^~~~~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_submit_block': /kisskb/src/fs/nilfs2/mdt.c:118:15: note: byref variable will be forcibly initialized 118 | __u64 blknum = 0; | ^~~~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_read_block': /kisskb/src/fs/nilfs2/mdt.c:171:40: note: byref variable will be forcibly initialized 171 | struct buffer_head *first_bh, *bh; | ^~ /kisskb/src/fs/nilfs2/mdt.c:171:29: note: byref variable will be forcibly initialized 171 | struct buffer_head *first_bh, *bh; | ^~~~~~~~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_create_block': /kisskb/src/fs/nilfs2/mdt.c:73:39: note: byref variable will be forcibly initialized 73 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/mdt.c: In function 'nilfs_mdt_find_block': /kisskb/src/fs/nilfs2/mdt.c:289:15: note: byref variable will be forcibly initialized 289 | __u64 next; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_prep': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:705:13: note: byref variable will be forcibly initialized 705 | u32 tag = 0xdeadbeef, n_elem = 0; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c:703:35: note: byref variable will be forcibly initialized 703 | struct mvs_task_exec_info tei; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_queue_command': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:844:13: note: byref variable will be forcibly initialized 844 | u32 pass = 0; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_release_task': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1701:16: note: byref variable will be forcibly initialized 1701 | int i, phyno[WIDE_PORT_MAX_PHY], num; | ^~~~~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_imaxpct': /kisskb/src/fs/xfs/xfs_fsops.c:251:34: note: byref variable will be forcibly initialized 251 | struct xfs_trans *tp; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_fsops.c:6: /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xlog_shutdown_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/fs/xfs/xfs_log_priv.h:488:9: note: in expansion of macro 'wait_var_event' 488 | wait_var_event(&log->l_opstate, xlog_is_shutdown(log)); | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_fs_reserve_ag_blocks': /kisskb/src/fs/xfs/xfs_fsops.c:560:33: note: byref variable will be forcibly initialized 560 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_data_private': /kisskb/src/fs/xfs/xfs_fsops.c:98:34: note: byref variable will be forcibly initialized 98 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c:96:33: note: byref variable will be forcibly initialized 96 | bool lastag_extended; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:93:33: note: byref variable will be forcibly initialized 93 | xfs_agnumber_t nagimax = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:90:34: note: byref variable will be forcibly initialized 90 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_fs_unreserve_ag_blocks': /kisskb/src/fs/xfs/xfs_fsops.c:588:33: note: byref variable will be forcibly initialized 588 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'bank_reads8': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:323:13: note: byref variable will be forcibly initialized 323 | u32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_read': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:510:25: note: byref variable will be forcibly initialized 510 | struct ptd_le32 le32_ptd; | ^~~~~~~~ /kisskb/src/fs/befs/debug.c: In function 'befs_error': /kisskb/src/fs/befs/debug.c:32:17: note: byref variable will be forcibly initialized 32 | va_list args; | ^~~~ /kisskb/src/fs/befs/debug.c:31:26: note: byref variable will be forcibly initialized 31 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/target/target_core_iblock.c:17: /kisskb/src/drivers/target/target_core_iblock.c: In 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/befs/debug.c: In function 'befs_warning': /kisskb/src/fs/befs/debug.c:45:17: note: byref variable will be forcibly initialized 45 | va_list args; | ^~~~ /kisskb/src/fs/befs/debug.c:44:26: note: byref variable will be forcibly initialized 44 | struct va_format vaf; | ^~~ /kisskb/src/fs/befs/debug.c: In function 'befs_debug': /kisskb/src/fs/befs/debug.c:60:17: note: byref variable will be forcibly initialized 60 | va_list args; | ^~~~ /kisskb/src/fs/befs/debug.c:59:26: note: byref variable will be forcibly initialized 59 | struct va_format vaf; | ^~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_submit_bios': /kisskb/src/drivers/target/target_core_iblock.c:375:25: note: byref variable will be forcibly initialized 375 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_execute_rw': /kisskb/src/drivers/target/target_core_iblock.c:733:32: note: byref variable will be forcibly initialized 733 | struct sg_mapping_iter prot_miter; | ^~~~~~~~~~ /kisskb/src/drivers/target/target_core_iblock.c:727:25: note: byref variable will be forcibly initialized 727 | struct bio_list list; | ^~~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_execute_write_same': /kisskb/src/drivers/target/target_core_iblock.c:490:25: note: byref variable will be forcibly initialized 490 | struct bio_list list; | ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_write': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:539:25: note: byref variable will be forcibly initialized 539 | struct ptd_le32 ptd; | ^~~ /kisskb/src/drivers/target/target_core_iblock.c: In function 'iblock_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_iblock.c:581:23: note: byref variable will be forcibly initialized 581 | unsigned long tmp_readonly; | ^~~~~~~~~~~~ /kisskb/src/drivers/target/target_core_iblock.c:579:21: note: byref variable will be forcibly initialized 579 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/target/target_core_iblock.c:578:36: note: byref variable will be forcibly initialized 578 | char *orig, *ptr, *arg_p, *opts; | ^~~~ In file included from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:33: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_field_read': /kisskb/src/drivers/usb/isp1760/isp1760-core.h:61:22: note: byref variable will be forcibly initialized 61 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'enqueue_qtds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1125:20: note: byref variable will be forcibly initialized 1125 | struct ptd ptd; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'schedule_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1201:19: note: byref variable will be forcibly initialized 1201 | LIST_HEAD(urb_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_clear_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:273:13: note: byref variable will be forcibly initialized 273 | u32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait_swap': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:261:13: note: byref variable will be forcibly initialized 261 | u32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:249:13: note: byref variable will be forcibly initialized 249 | u32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'handle_done_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1355:20: note: byref variable will be forcibly initialized 1355 | struct ptd ptd; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_urb_enqueue': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1885:19: note: byref variable will be forcibly initialized 1885 | LIST_HEAD(new_qtds); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'errata2_function': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1559:20: note: byref variable will be forcibly initialized 1559 | struct ptd ptd; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_populate_adpinfo': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:461:38: note: byref variable will be forcibly initialized 461 | struct mpi3mr_bsg_in_adpinfo adpinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_get_change_count': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:381:36: note: byref variable will be forcibly initialized 381 | struct mpi3mr_change_count chgcnt; | ^~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_adp_reset': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:410:37: note: byref variable will be forcibly initialized 410 | struct mpi3mr_bsg_adp_reset adpreset; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_get_all_tgt_info': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:297:13: note: byref variable will be forcibly initialized 297 | u16 num_devices = 0, i = 0, size; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr.h:13, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:10: /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_enable_logdata': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:142:38: note: byref variable will be forcibly initialized 142 | struct mpi3mr_logdata_enable logdata_enable; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_pel_abort': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:25:42: note: byref variable will be forcibly initialized 25 | struct mpi3_pel_req_action_abort pel_abort_req; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_pel_enable': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:215:42: note: byref variable will be forcibly initialized 215 | struct mpi3mr_bsg_out_pel_enable pel_enable; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_process_mpt_cmds': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:961:26: note: byref variable will be forcibly initialized 961 | u8 block_io = 0, resp_code = 0, nvme_fmt = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'mpi3mr_bsg_request': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:1458:22: note: byref variable will be forcibly initialized 1458 | unsigned int reply_payload_rcv_len = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c: In function 'logging_level_store': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_app.c:1680:13: note: byref variable will be forcibly initialized 1680 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_print_ioc_info': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3467:14: note: byref variable will be forcibly initialized 3467 | char capabilities[100] = {0}; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3466:14: note: byref variable will be forcibly initialized 3466 | char protocol[50] = {0}; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3465:14: note: byref variable will be forcibly initialized 3465 | char personality[16]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr.h:13, from /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:10: /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:30: note: byref variable will be forcibly initialized 218 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'idle_state_store': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:292:13: note: byref variable will be forcibly initialized 292 | int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:38: /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_process_admin_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:416:13: note: byref variable will be forcibly initialized 416 | u64 reply_dma = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_irq_handler': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_process_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:492:13: note: byref variable will be forcibly initialized 492 | u64 reply_dma = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:453:44: note: byref variable will be forcibly initialized 453 | struct i2c_device_identity id; | ^~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_pel_wait_post': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:4400:41: note: byref variable will be forcibly initialized 4400 | struct mpi3_pel_req_action_wait pel_wait; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_iocfacts': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2598:20: note: byref variable will be forcibly initialized 2598 | dma_addr_t data_dma; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2596:39: note: byref variable will be forcibly initialized 2596 | struct mpi3_ioc_facts_request iocfacts_req; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_iocinit': /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/scsi/mpi3mr/mpi3mr_fw.c:3035:20: note: byref variable will be forcibly initialized 3035 | dma_addr_t data_dma; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3033:38: note: byref variable will be forcibly initialized 3033 | struct mpi3_ioc_init_request iocinit_req; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_pt_write': /kisskb/src/drivers/input/mouse/synaptics.c:632:12: note: byref variable will be forcibly initialized 632 | u8 rate_param = SYN_PS_CLIENT_CMD; /* indicates that we want pass-through port */ | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_print_pkg_ver': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2297:20: note: byref variable will be forcibly initialized 2297 | dma_addr_t data_dma; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2294:39: note: byref variable will be forcibly initialized 2294 | struct mpi3_ci_upload_request ci_upload; | ^~~~~~~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_create_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1799:48: note: byref variable will be forcibly initialized 1799 | struct mpi3_create_reply_queue_request create_req; | ^~~~~~~~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_create_op_req_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1932:50: note: byref variable will be forcibly initialized 1932 | struct mpi3_create_request_queue_request create_req; | ^~~~~~~~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_delete_op_reply_q': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:1603:48: note: byref variable will be forcibly initialized 1603 | struct mpi3_delete_reply_queue_request delq_req; | ^~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_set_disable_gesture': /kisskb/src/drivers/input/mouse/synaptics.c:1375:22: note: byref variable will be forcibly initialized 1375 | unsigned int value; | ^~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_event_notification': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3171:48: note: byref variable will be forcibly initialized 3171 | struct mpi3_event_notification_request evtnotify_req; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_issue_port_enable': /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_report_mt_data': /kisskb/src/drivers/input/mouse/synaptics.c:995:13: note: byref variable will be forcibly initialized 995 | int slot[2], nsemi, i; | ^~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3384:41: note: byref variable will be forcibly initialized 3384 | struct mpi3_port_enable_request pe_req; | ^~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:994:29: note: byref variable will be forcibly initialized 994 | struct input_mt_pos pos[2]; | ^~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_setup_resources': /kisskb/src/drivers/input/mouse/synaptics.c: In function 'synaptics_process_packet': /kisskb/src/drivers/input/mouse/synaptics.c:1068:35: note: byref variable will be forcibly initialized 1068 | struct synaptics_hw_state hw; | ^~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3552:13: note: byref variable will be forcibly initialized 3552 | u16 message_control; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_init_ioc': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3696:36: note: byref variable will be forcibly initialized 3696 | struct mpi3_ioc_facts_data facts_data; | ^~~~~~~~~~ /kisskb/src/drivers/input/mouse/synaptics.c: In function '__synaptics_init': /kisskb/src/drivers/input/mouse/synaptics.c:1665:38: note: byref variable will be forcibly initialized 1665 | struct synaptics_device_info info; | ^~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_reinit_ioc': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3847:36: note: byref variable will be forcibly initialized 3847 | struct mpi3_ioc_facts_data facts_data; | ^~~~~~~~~~ /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_reconnect': /kisskb/src/drivers/input/mouse/synaptics.c:1428:12: note: byref variable will be forcibly initialized 1428 | u8 param[2]; | ^~~~~ /kisskb/src/drivers/input/mouse/synaptics.c:1427:38: note: byref variable will be forcibly initialized 1427 | struct synaptics_device_info info; | ^~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_pel_get_seqnum_post': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:4443:57: note: byref variable will be forcibly initialized 4443 | struct mpi3_pel_req_action_get_sequence_numbers pel_getseq_req; | ^~~~~~~~~~~~~~ /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/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_sync_timestamp': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:2226:44: note: byref variable will be forcibly initialized 2226 | struct mpi3_iounit_control_request iou_ctrl; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c: In function 'mpi3mr_process_event_ack': /kisskb/src/drivers/scsi/mpi3mr/mpi3mr_fw.c:3238:39: note: byref variable will be forcibly initialized 3238 | struct mpi3_event_ack_request evtack_req; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_write_hbw_rr_to_all_mstr_if': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:3042:26: note: byref variable will be forcibly initialized 3042 | struct rr_config rr_cfg; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:3041:30: note: byref variable will be forcibly initialized 3041 | struct dup_block_ctx block_ctx; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_init_pb_tpc_arc': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2681:35: note: byref variable will be forcibly initialized 2681 | struct iterate_module_ctx tpc_iter; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2680:39: note: byref variable will be forcibly initialized 2680 | struct gaudi2_tpc_arc_pb_data tpc_arc_pb_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_ack_pb_tpc': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:3566:39: note: byref variable will be forcibly initialized 3566 | struct gaudi2_ack_pb_tpc_data data; | ^~~~ 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/gaudi2/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi2/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2P.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:8: /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_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/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_init_pb_tpc': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2599:35: note: byref variable will be forcibly initialized 2599 | struct iterate_module_ctx tpc_iter; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2597:35: note: byref variable will be forcibly initialized 2597 | struct gaudi2_tpc_pb_data tpc_pb_data; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_init_mmu_range_registers': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:3155:26: note: byref variable will be forcibly initialized 3155 | struct rr_config rr_cfg; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c: In function 'gaudi2_write_rr_to_all_lbw_rtrs': /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2814:26: note: byref variable will be forcibly initialized 2814 | struct rr_config rr_cfg; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi2/gaudi2_security.c:2813:30: note: byref variable will be forcibly initialized 2813 | struct dup_block_ctx block_ctx; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_ms_get_phy_params': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:763:36: note: byref variable will be forcibly initialized 763 | struct asd_manuf_phy_param dflt_phy_param; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_hwi_check_ocm_access': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:299:13: note: byref variable will be forcibly initialized 299 | u32 v; | ^ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_get_bios_chim': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:19: note: byref variable will be forcibly initialized 202 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:13: note: byref variable will be forcibly initialized 202 | u32 offs, size; | ^~~~ /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': /kisskb/src/drivers/usb/phy/phy-generic.c:211:13: note: byref variable will be forcibly initialized 211 | u32 clk_rate = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/btnode.c:13: /kisskb/src/fs/nilfs2/btnode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ms': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:859:19: note: byref variable will be forcibly initialized 859 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:859:13: note: byref variable will be forcibly initialized 859 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ctrl_a_user': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:974:39: note: byref variable will be forcibly initialized 974 | struct asd_ctrla_phy_settings dflt_ps; | ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:971:19: note: byref variable will be forcibly initialized 971 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:971:13: note: byref variable will be forcibly initialized 971 | u32 offs, size; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-ali1535.c: In function 'ali1535_setup': /kisskb/src/drivers/i2c/busses/i2c-ali1535.c:131:23: note: byref variable will be forcibly initialized 131 | unsigned char temp; | ^~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:176:25: note: byref variable will be forcibly initialized 176 | struct iov_iter ii; | ^~ /kisskb/src/fs/fuse/ioctl.c:169:31: note: byref variable will be forcibly initialized 169 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:375:31: note: byref variable will be forcibly initialized 375 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:374:30: note: byref variable will be forcibly initialized 374 | struct fuse_ioctl_in inarg; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:438:24: note: byref variable will be forcibly initialized 438 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:437:22: note: byref variable will be forcibly initialized 437 | unsigned int flags; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:476:24: note: byref variable will be forcibly initialized 476 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:475:22: note: byref variable will be forcibly initialized 475 | unsigned int flags = fa->flags; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/usb/core/message.c:8: /kisskb/src/drivers/usb/core/message.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:28: note: byref variable will be forcibly initialized 51 | struct api_context ctx; | ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:13: note: byref variable will be forcibly initialized 93 | int length; | ^~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:13: note: byref variable will be forcibly initialized 875 | int rc; | ^~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_insert': /kisskb/src/fs/nilfs2/bmap.c:101:15: note: byref variable will be forcibly initialized 101 | __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1]; | ^~~~ /kisskb/src/fs/nilfs2/bmap.c:100:15: note: byref variable will be forcibly initialized 100 | __u64 keys[NILFS_BMAP_SMALL_HIGH + 1]; | ^~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_delete': /kisskb/src/fs/nilfs2/bmap.c:156:15: note: byref variable will be forcibly initialized 156 | __u64 ptrs[NILFS_BMAP_LARGE_LOW + 1]; | ^~~~ /kisskb/src/fs/nilfs2/bmap.c:155:15: note: byref variable will be forcibly initialized 155 | __u64 keys[NILFS_BMAP_LARGE_LOW + 1]; | ^~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_do_truncate': /kisskb/src/fs/nilfs2/bmap.c:253:15: note: byref variable will be forcibly initialized 253 | __u64 lastkey; | ^~~~~~~ /kisskb/src/fs/nilfs2/bmap.c: In function 'nilfs_bmap_lookup_at_level': /kisskb/src/fs/nilfs2/bmap.c:65:18: note: byref variable will be forcibly initialized 65 | sector_t blocknr; | ^~~~~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_show_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:795:23: note: byref variable will be forcibly initialized 795 | unsigned char host_id[16]; | ^~~~~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_set_configfs_dev_params': /kisskb/src/drivers/target/target_core_pscsi.c:720:22: note: byref variable will be forcibly initialized 720 | int ret = 0, arg, token; | ^~~ /kisskb/src/drivers/target/target_core_pscsi.c:719:21: note: byref variable will be forcibly initialized 719 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c:718:28: note: byref variable will be forcibly initialized 718 | char *orig, *ptr, *opts; | ^~~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_serial': /kisskb/src/drivers/target/target_core_pscsi.c:185:23: note: byref variable will be forcibly initialized 185 | unsigned char cdb[MAX_COMMAND_SIZE], *buf; | ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_tape_read_blocksize': /kisskb/src/drivers/target/target_core_pscsi.c:136:23: note: byref variable will be forcibly initialized 136 | unsigned char cdb[MAX_COMMAND_SIZE], *buf; | ^~~ /kisskb/src/drivers/target/target_core_pscsi.c: In function 'pscsi_get_inquiry_vpd_device_ident': /kisskb/src/drivers/target/target_core_pscsi.c:219:23: note: byref variable will be forcibly initialized 219 | unsigned char cdb[MAX_COMMAND_SIZE], *buf, *page_83; | ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'parse_options': /kisskb/src/fs/befs/linuxvfs.c:696:13: note: byref variable will be forcibly initialized 696 | int option; | ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c:695:21: note: byref variable will be forcibly initialized 695 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_utf2nls': /kisskb/src/fs/befs/linuxvfs.c:510:19: note: byref variable will be forcibly initialized 510 | unicode_t uni; | ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_readdir': /kisskb/src/fs/befs/linuxvfs.c:250:29: note: byref variable will be forcibly initialized 250 | int nlsnamelen; | ^~~~~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:249:31: note: byref variable will be forcibly initialized 249 | char *nlsname; | ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:223:14: note: byref variable will be forcibly initialized 223 | char keybuf[BEFS_NAME_LEN + 1]; | ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c:222:16: note: byref variable will be forcibly initialized 222 | size_t keysize; | ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:220:20: note: byref variable will be forcibly initialized 220 | befs_off_t value; | ^~~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_nls2utf': /kisskb/src/fs/befs/linuxvfs.c:587:17: note: byref variable will be forcibly initialized 587 | wchar_t uni; | ^~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_lookup': /kisskb/src/fs/befs/linuxvfs.c:179:15: note: byref variable will be forcibly initialized 179 | char *utfname; | ^~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:178:13: note: byref variable will be forcibly initialized 178 | int utfnamelen; | ^~~~~~~~~~ /kisskb/src/fs/befs/linuxvfs.c:176:20: note: byref variable will be forcibly initialized 176 | befs_off_t offset; | ^~~~~~ /kisskb/src/fs/befs/linuxvfs.c: In function 'befs_get_block': /kisskb/src/fs/befs/linuxvfs.c:137:24: note: byref variable will be forcibly initialized 137 | befs_block_run run = BAD_IADDR; | ^~~ /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/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_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/drivers/usb/phy/phy-tegra-usb.c: In function 'tegra_usb_phy_parse_pmc': /kisskb/src/drivers/usb/phy/phy-tegra-usb.c:1282:32: note: byref variable will be forcibly initialized 1282 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/phy/phy-tegra-usb.c: In function 'read_utmi_param': /kisskb/src/drivers/usb/phy/phy-tegra-usb.c:1166:13: note: byref variable will be forcibly initialized 1166 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/i3c/master/mipi-i3c-hci/core.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_i2c_xfers': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:337:36: note: byref variable will be forcibly initialized 337 | 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/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_priv_xfers': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:278:36: note: byref variable will be forcibly initialized 278 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/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:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-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/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_send_ccc_cmd': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:199:36: note: byref variable will be forcibly initialized 199 | 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/i3c/master/mipi-i3c-hci/core.c: In function 'i3c_hci_bus_init': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/core.c:129:32: note: byref variable will be forcibly initialized 129 | struct i3c_device_info info; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/core/driver.c:28: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:24: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:13: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:22: note: byref variable will be forcibly initialized 50 | unsigned int bInterfaceClass = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:13: note: byref variable will be forcibly initialized 49 | u32 idProduct = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:13: note: byref variable will be forcibly initialized 48 | u32 idVendor = 0; | ^~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:13: note: byref variable will be forcibly initialized 156 | u32 idProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:13: note: byref variable will be forcibly initialized 155 | u32 idVendor; | ^~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1440:29: note: byref variable will be forcibly initialized 1440 | u16 devstat; | ^~~~~~~ In file included from /kisskb/src/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/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_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_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/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_phy_enable': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:219:13: note: byref variable will be forcibly initialized 219 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_phy_disable': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:197:13: note: byref variable will be forcibly initialized 197 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_stp_reset': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:70:13: note: byref variable will be forcibly initialized 70 | u32 reg, tmp; | ^~~ In file included from /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:12: /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_show_pcie_usage': /kisskb/src/drivers/scsi/mvsas/mv_chips.h:229:13: note: byref variable will be forcibly initialized 229 | u16 link_stat, link_spd; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_chip_reset': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:147:13: note: byref variable will be forcibly initialized 147 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_init': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:242:13: note: byref variable will be forcibly initialized 242 | u32 tmp, cctl; | ^~~ /kisskb/src/drivers/input/mouse/focaltech.c: In function 'focaltech_read_size': /kisskb/src/drivers/input/mouse/focaltech.c:377:14: note: byref variable will be forcibly initialized 377 | char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/focaltech.c: In function 'focaltech_switch_protocol': /kisskb/src/drivers/input/mouse/focaltech.c:268:23: note: byref variable will be forcibly initialized 268 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/usb/mon/mon_main.c: In function 'mon_init': /kisskb/src/drivers/usb/mon/mon_main.c:353:17: note: byref variable will be forcibly initialized 353 | int rc, id; | ^~ /kisskb/src/drivers/mfd/lp873x.c: In function 'lp873x_probe': /kisskb/src/drivers/mfd/lp873x.c:32:22: note: byref variable will be forcibly initialized 32 | unsigned int otpid; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_ack_error_value_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:561:14: note: byref variable will be forcibly initialized 561 | char kbuf[MMU_KBUF_SIZE]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_asid_va_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:493:14: note: byref variable will be forcibly initialized 493 | 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:434:46: note: byref variable will be forcibly initialized 434 | 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:416:13: note: byref variable will be forcibly initialized 416 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:215:14: note: byref variable will be forcibly initialized 215 | char dma_dir[4][30] = {"DMA_BIDIRECTIONAL", "DMA_TO_DEVICE", | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_lookup_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:365:20: note: byref variable will be forcibly initialized 365 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_access_mem': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:805:28: note: byref variable will be forcibly initialized 805 | 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:932:13: note: byref variable will be forcibly initialized 932 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'vm_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:256:13: note: byref variable will be forcibly initialized 256 | int i; | ^ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1386:14: note: byref variable will be forcibly initialized 1386 | 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:1272:14: note: byref variable will be forcibly initialized 1272 | 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:1057:14: note: byref variable will be forcibly initialized 1057 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:907:13: note: byref variable will be forcibly initialized 907 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:905:14: note: byref variable will be forcibly initialized 905 | 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:850:14: note: byref variable will be forcibly initialized 850 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:849:13: note: byref variable will be forcibly initialized 849 | u64 value64, addr = entry->addr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1405:13: note: byref variable will be forcibly initialized 1405 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:879:13: note: byref variable will be forcibly initialized 879 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:878:13: note: byref variable will be forcibly initialized 878 | 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:1352:13: note: byref variable will be forcibly initialized 1352 | u32 size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_monitor_dump_trigger': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1013:19: note: byref variable will be forcibly initialized 1013 | 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:958:13: note: byref variable will be forcibly initialized 958 | 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:1293:13: note: byref variable will be forcibly initialized 1293 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_device_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1228:14: note: byref variable will be forcibly initialized 1228 | char data[30] = {0}; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_set_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1081:13: note: byref variable will be forcibly initialized 1081 | u32 value; | ^~~~~ /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:1201:13: note: byref variable will be forcibly initialized 1201 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led1_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1182:13: note: byref variable will be forcibly initialized 1182 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led0_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1163:13: note: byref variable will be forcibly initialized 1163 | u32 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:1112:13: note: byref variable will be forcibly initialized 1112 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1111:14: note: byref variable will be forcibly initialized 1111 | char tmp_buf[32]; | ^~~~~~~ /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:1139:13: note: byref variable will be forcibly initialized 1139 | u64 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/scsi/esas2r/esas2r_log.c: In function 'esas2r_log': /kisskb/src/drivers/scsi/esas2r/esas2r_log.c:192:17: note: byref variable will be forcibly initialized 192 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_log.c: In function 'esas2r_log_dev': /kisskb/src/drivers/scsi/esas2r/esas2r_log.c:220:17: note: byref variable will be forcibly initialized 220 | va_list args; | ^~~~ In file included from /kisskb/src/fs/f2fs/inode.c:14: /kisskb/src/fs/f2fs/inode.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1943:11: note: byref variable will be forcibly initialized 1943 | } desc; | ^~~~ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_inode_chksum': /kisskb/src/fs/f2fs/inode.c:150:15: note: byref variable will be forcibly initialized 150 | __u32 dummy_cs = 0; | ^~~~~~~~ /kisskb/src/fs/f2fs/inode.c:148:16: note: byref variable will be forcibly initialized 148 | __le32 gen = ri->i_generation; | ^~~ /kisskb/src/fs/f2fs/inode.c:147:16: note: byref variable will be forcibly initialized 147 | __le32 ino = node->footer.ino; | ^~~ /kisskb/src/fs/f2fs/inode.c: In function 'f2fs_handle_failed_inode': /kisskb/src/fs/f2fs/inode.c:875:26: note: byref variable will be forcibly initialized 875 | struct node_info ni; | ^~ /kisskb/src/drivers/mfd/lp87565.c: In function 'lp87565_probe': /kisskb/src/drivers/mfd/lp87565.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int otpid; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c: In function 'ali15x3_setup': /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:124:23: note: byref variable will be forcibly initialized 124 | unsigned char temp; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:123:13: note: byref variable will be forcibly initialized 123 | u16 a; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/nilfs2/btree.c:10: /kisskb/src/fs/nilfs2/btree.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_find_near': /kisskb/src/fs/nilfs2/btree.c:1002:20: note: byref variable will be forcibly initialized 1002 | int level, ncmax; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1733:29: note: byref variable will be forcibly initialized 1733 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_dirty_buffers': /kisskb/src/fs/nilfs2/btree.c:2148:17: note: byref variable will be forcibly initialized 2148 | pgoff_t index = 0; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2146:24: note: byref variable will be forcibly initialized 2146 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/nilfs2/btree.c:2145:26: note: byref variable will be forcibly initialized 2145 | struct list_head lists[NILFS_BTREE_LEVEL_MAX]; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_v': /kisskb/src/fs/nilfs2/btree.c:2231:13: note: byref variable will be forcibly initialized 2231 | int ncmax, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2230:34: note: byref variable will be forcibly initialized 2230 | union nilfs_bmap_ptr_req req; | ^~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_assign_p': /kisskb/src/fs/nilfs2/btree.c:2188:13: note: byref variable will be forcibly initialized 2188 | int ncmax, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_update_v': /kisskb/src/fs/nilfs2/btree.c:1905:13: note: byref variable will be forcibly initialized 1905 | int ncmax, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_update_v': /kisskb/src/fs/nilfs2/btree.c:1940:13: note: byref variable will be forcibly initialized 1940 | int ncmax; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_propagate_v': /kisskb/src/fs/nilfs2/btree.c:2029:13: note: byref variable will be forcibly initialized 2029 | int ncmax; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:2025:13: note: byref variable will be forcibly initialized 2025 | int maxlevel = 0, ret; | ^~~~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_commit_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1794:15: note: byref variable will be forcibly initialized 1794 | __u64 tmpptr; | ^~~~~~ /kisskb/src/fs/nilfs2/btree.c: In function '__nilfs_btree_get_block': /kisskb/src/fs/nilfs2/btree.c:477:18: note: byref variable will be forcibly initialized 477 | sector_t submit_ptr = 0; | ^~~~~~~~~~ /kisskb/src/fs/nilfs2/btree.c:476:34: note: byref variable will be forcibly initialized 476 | struct buffer_head *bh, *ra_bh; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:476:29: note: byref variable will be forcibly initialized 476 | struct buffer_head *bh, *ra_bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_do_lookup': /kisskb/src/fs/nilfs2/btree.c:545:20: note: byref variable will be forcibly initialized 545 | int level, index, found, ncmax, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:543:43: note: byref variable will be forcibly initialized 543 | struct nilfs_btree_readahead_info p, *ra; | ^ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_lookup_contig': /kisskb/src/fs/nilfs2/btree.c:704:43: note: byref variable will be forcibly initialized 704 | struct nilfs_btree_readahead_info p; | ^ /kisskb/src/fs/nilfs2/btree.c:703:40: note: byref variable will be forcibly initialized 703 | int ret, cnt, index, maxlevel, ncmax; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:701:18: note: byref variable will be forcibly initialized 701 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/nilfs2/btree.c:700:15: note: byref variable will be forcibly initialized 700 | __u64 ptr, ptr2; | ^~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_insert': /kisskb/src/fs/nilfs2/btree.c:1055:28: note: byref variable will be forcibly initialized 1055 | int pindex, level, ncmax, ncblk, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1052:29: note: byref variable will be forcibly initialized 1052 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_insert': /kisskb/src/fs/nilfs2/btree.c:1224:13: note: byref variable will be forcibly initialized 1224 | int level, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1223:33: note: byref variable will be forcibly initialized 1223 | struct nilfs_bmap_stats stats; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_prepare_delete': /kisskb/src/fs/nilfs2/btree.c:1429:43: note: byref variable will be forcibly initialized 1429 | int pindex, dindex, level, ncmin, ncmax, ncblk, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1426:29: note: byref variable will be forcibly initialized 1426 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_delete': /kisskb/src/fs/nilfs2/btree.c:1576:13: note: byref variable will be forcibly initialized 1576 | int level, ret; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1574:33: note: byref variable will be forcibly initialized 1574 | struct nilfs_bmap_stats stats; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_mark': /kisskb/src/fs/nilfs2/btree.c:2320:15: note: byref variable will be forcibly initialized 2320 | __u64 ptr; | ^~~ /kisskb/src/fs/nilfs2/btree.c:2318:29: note: byref variable will be forcibly initialized 2318 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_gather_data': /kisskb/src/fs/nilfs2/btree.c:1680:29: note: byref variable will be forcibly initialized 1680 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_check_delete': /kisskb/src/fs/nilfs2/btree.c:1640:29: note: byref variable will be forcibly initialized 1640 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/btree.c: In function 'nilfs_btree_convert_and_insert': /kisskb/src/fs/nilfs2/btree.c:1862:33: note: byref variable will be forcibly initialized 1862 | struct nilfs_bmap_stats stats; | ^~~~~ /kisskb/src/fs/nilfs2/btree.c:1861:40: note: byref variable will be forcibly initialized 1861 | union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; | ^~~~ /kisskb/src/fs/nilfs2/btree.c:1861:34: note: byref variable will be forcibly initialized 1861 | union nilfs_bmap_ptr_req dreq, nreq, *di, *ni; | ^~~~ /kisskb/src/fs/nilfs2/btree.c:1860:29: note: byref variable will be forcibly initialized 1860 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c: In function 'esas2r_disc_passthru_dev_addr': /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c:888:34: note: byref variable will be forcibly initialized 888 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_dump_pci_cfg': /kisskb/src/drivers/ata/sata_mv.c:1271:23: note: byref variable will be forcibly initialized 1271 | unsigned char linebuf[38]; | ^~~~~~~ /kisskb/src/drivers/ata/sata_mv.c:1270:13: note: byref variable will be forcibly initialized 1270 | u32 dw = 0; | ^~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_dump_mem': /kisskb/src/drivers/ata/sata_mv.c:1254:23: note: byref variable will be forcibly initialized 1254 | unsigned char linebuf[38]; | ^~~~~~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_err_intr': /kisskb/src/drivers/ata/sata_mv.c:2636:45: note: byref variable will be forcibly initialized 2636 | u32 edma_err_cause, eh_freeze_mask, serr = 0; | ^~~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_hardreset': /kisskb/src/drivers/ata/sata_mv.c:3627:14: note: byref variable will be forcibly initialized 3627 | bool online; | ^~~~~~ /kisskb/src/drivers/ata/sata_mv.c:3626:13: note: byref variable will be forcibly initialized 3626 | u32 sstatus; | ^~~~~~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_qc_issue_fis': /kisskb/src/drivers/ata/sata_mv.c:2285:13: note: byref variable will be forcibly initialized 2285 | u32 fis[5]; | ^~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/ata/sata_mv.c:41: /kisskb/src/drivers/ata/sata_mv.c: 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/ata/sata_mv.c: In function 'mv_platform_probe': /kisskb/src/drivers/ata/sata_mv.c:4132:22: note: byref variable will be forcibly initialized 4132 | char port_number[16]; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/sata_mv.c:4051:13: note: byref variable will be forcibly initialized 4051 | int n_ports = 0, irq = 0; | ^~~~~~~ /kisskb/src/drivers/ata/sata_mv.c:4046:37: note: byref variable will be forcibly initialized 4046 | const struct ata_port_info *ppi[] = | ^~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_print_info': /kisskb/src/drivers/ata/sata_mv.c:4330:12: note: byref variable will be forcibly initialized 4330 | u8 scc; | ^~~ /kisskb/src/drivers/ata/sata_mv.c: In function 'mv_pci_init_one': /kisskb/src/drivers/ata/sata_mv.c:4370:37: note: byref variable will be forcibly initialized 4370 | const struct ata_port_info *ppi[] = { &mv_port_info[board_idx], NULL }; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'current_master_store': /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:192:22: note: byref variable will be forcibly initialized 192 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_readreg': /kisskb/src/drivers/media/tuners/fc0011.c:86:24: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/fc0011.c:85:12: note: byref variable will be forcibly initialized 85 | u8 dummy; | ^~~~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_writereg': /kisskb/src/drivers/media/tuners/fc0011.c:70:24: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg = { .addr = priv->addr, | ^~~ /kisskb/src/drivers/media/tuners/fc0011.c:69:12: note: byref variable will be forcibly initialized 69 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_set_params': /kisskb/src/drivers/media/tuners/fc0011.c:173:12: note: byref variable will be forcibly initialized 173 | u8 regs[FC11_NR_REGS] = { }; | ^~~~ /kisskb/src/drivers/media/tuners/fc0011.c:172:29: note: byref variable will be forcibly initialized 172 | u8 fa, fp, vco_sel, vco_cal; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_get_timestamp': /kisskb/src/drivers/usb/mon/mon_text.c:184:27: note: byref variable will be forcibly initialized 184 | struct timespec64 now; | ^~~ /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); | ^~~~~~~~~~~~~ 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; | ^~~~~ /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 }; | ^~~~~~ /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_u': /kisskb/src/drivers/usb/mon/mon_text.c:438:29: note: byref variable will be forcibly initialized 438 | struct mon_text_ptr ptr; | ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_read_t': /kisskb/src/drivers/usb/mon/mon_text.c:399:29: note: byref variable will be forcibly initialized 399 | struct mon_text_ptr ptr; | ^~~ /kisskb/src/drivers/usb/mon/mon_text.c: In function 'mon_text_add': /kisskb/src/drivers/usb/mon/mon_text.c:704:14: note: byref variable will be forcibly initialized 704 | char name[NAMESZ]; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/scsi.h:333, from /kisskb/src/drivers/scsi/scsi.c:73: /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_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/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_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/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_dispatch_cmd_error': /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/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'perf_trace_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/scsi.h:252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 252 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_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/scsi.h:252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 252 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /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/drivers/scsi/scsi.c: In function 'perf_trace_scsi_eh_wakeup': /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/scsi.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /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/scsi.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:333, from /kisskb/src/drivers/scsi/scsi.c:73: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_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/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ /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/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ /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/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_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/scsi.h:252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 252 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/scsi.h:333, from /kisskb/src/drivers/scsi/scsi.c:73: /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_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/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_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/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_cmd_done_timeout_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/scsi.h:252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 252 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_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/scsi.h:252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 252 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_eh_wakeup': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/scsi.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/scsi.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function '__bpf_trace_scsi_dispatch_cmd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_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: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/scsi.h:202:1: note: in expansion of macro 'TRACE_EVENT' 202 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_vpd_inquiry': /kisskb/src/drivers/scsi/scsi.c:296:23: note: byref variable will be forcibly initialized 296 | unsigned char cmd[16]; | ^~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_get_vpd_size': /kisskb/src/drivers/scsi/scsi.c:326:23: note: byref variable will be forcibly initialized 326 | unsigned char vpd_header[SCSI_VPD_HEADER_SIZE] __aligned(4); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:511:31: note: byref variable will be forcibly initialized 511 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi.c:510:23: note: byref variable will be forcibly initialized 510 | unsigned char cmd[16]; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi.c:41: /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_update_vpd_page': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c:447:19: note: in expansion of macro 'rcu_replace_pointer' 447 | vpd_buf = rcu_replace_pointer(*sdev_vpd_buf, vpd_buf, | ^~~~~~~~~~~~~~~~~~~ /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/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:593:22: note: byref variable will be forcibly initialized 593 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:592:23: note: byref variable will be forcibly initialized 592 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:639:21: note: byref variable will be forcibly initialized 639 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:708:22: note: byref variable will be forcibly initialized 708 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:706:23: note: byref variable will be forcibly initialized 706 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:750:21: note: byref variable will be forcibly initialized 750 | struct path path; | ^~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:262:21: note: byref variable will be forcibly initialized 262 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1289:25: note: byref variable will be forcibly initialized 1289 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1288:27: note: byref variable will be forcibly initialized 1288 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1300:27: note: byref variable will be forcibly initialized 1300 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1352:25: note: byref variable will be forcibly initialized 1352 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /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_open': /kisskb/src/fs/open.c:1328:25: note: byref variable will be forcibly initialized 1328 | struct open_how how = build_open_how(flags, mode); | ^~~ In file included from /kisskb/src/fs/read_write.c:13: /kisskb/src/fs/read_write.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:506:25: note: byref variable will be forcibly initialized 506 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:505:22: note: byref variable will be forcibly initialized 505 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:501:21: note: byref variable will be forcibly initialized 501 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:382:25: note: byref variable will be forcibly initialized 382 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:381:22: note: byref variable will be forcibly initialized 381 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:484:25: note: byref variable will be forcibly initialized 484 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:483:22: note: byref variable will be forcibly initialized 483 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:717:22: note: byref variable will be forcibly initialized 717 | struct kiocb kiocb; | ^~~~~ /kisskb/src/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/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/fs/read_write.c:746:30: note: userspace variable will be forcibly initialized 746 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:905:25: note: byref variable will be forcibly initialized 905 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:904:23: note: byref variable will be forcibly initialized 904 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:903:22: note: byref variable will be forcibly initialized 903 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:942:24: note: byref variable will be forcibly initialized 942 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:922:25: note: byref variable will be forcibly initialized 922 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:921:23: note: byref variable will be forcibly initialized 921 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:920:22: note: byref variable will be forcibly initialized 920 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:966:24: note: byref variable will be forcibly initialized 966 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1182:16: note: byref variable will be forcibly initialized 1182 | loff_t out_pos; | ^~~~~~~ /kisskb/src/fs/read_write.c:1181:16: note: byref variable will be forcibly initialized 1181 | loff_t pos; | ^~~ /kisskb/src/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/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1286:16: note: byref variable will be forcibly initialized 1286 | loff_t pos; | ^~~ /kisskb/src/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/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1305:16: note: byref variable will be forcibly initialized 1305 | loff_t pos; | ^~~ /kisskb/src/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/fs/read_write.c: In function '__kernel_read': /kisskb/src/drivers/input/mouse/alps.c:2605:23: note: byref variable will be forcibly initialized 2605 | unsigned char param[4] = {0}; | ^~~~~ /kisskb/src/fs/read_write.c:411:25: note: byref variable will be forcibly initialized 411 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:410:22: note: byref variable will be forcibly initialized 410 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:406:21: note: byref variable will be forcibly initialized 406 | struct kvec iov = { | ^~~ /kisskb/src/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/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:602:24: note: byref variable will be forcibly initialized 602 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:626:24: note: byref variable will be forcibly initialized 626 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1671:16: note: byref variable will be forcibly initialized 1671 | loff_t count = iov_iter_count(from); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1403:18: note: byref variable will be forcibly initialized 1403 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1551:16: note: byref variable will be forcibly initialized 1551 | loff_t pos_out; | ^~~~~~~ /kisskb/src/fs/read_write.c:1550:16: note: byref variable will be forcibly initialized 1550 | loff_t pos_in; | ^~~~~~ /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]; | ^~~~ 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/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]; | ^~~ /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/input/mouse/alps.c: In function 'alps_hw_init_ss4_v2': /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/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/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/ata/sata_sis.c: In function 'get_scr_cfg_addr': /kisskb/src/drivers/ata/sata_sis.c:104:12: note: byref variable will be forcibly initialized 104 | u8 pmr; | ^~~ /kisskb/src/drivers/ata/sata_sis.c: In function 'sis_init_one': /kisskb/src/drivers/ata/sata_sis.c:187:12: note: byref variable will be forcibly initialized 187 | u8 pmr; | ^~~ /kisskb/src/drivers/ata/sata_sis.c:186:21: note: byref variable will be forcibly initialized 186 | u32 genctl, val; | ^~~ /kisskb/src/drivers/ata/sata_sis.c:186:13: note: byref variable will be forcibly initialized 186 | u32 genctl, val; | ^~~~~~ /kisskb/src/drivers/ata/sata_sis.c:185:26: note: byref variable will be forcibly initialized 185 | struct ata_host *host; | ^~~~ /kisskb/src/drivers/ata/sata_sis.c:184:37: note: byref variable will be forcibly initialized 184 | const struct ata_port_info *ppi[] = { &pi, &pi }; | ^~~ /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; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/core/config.c:6: /kisskb/src/drivers/usb/core/config.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_endpoint': /kisskb/src/drivers/usb/core/config.c:263:13: note: byref variable will be forcibly initialized 263 | int n, i, j, retval; | ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_interface': /kisskb/src/drivers/usb/core/config.c:507:16: note: byref variable will be forcibly initialized 507 | int i, n; | ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_configuration': /kisskb/src/drivers/usb/core/config.c:618:38: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:618:12: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:612:19: note: byref variable will be forcibly initialized 612 | int i, j, n; | ^ /kisskb/src/drivers/i2c/busses/i2c-amd756.c: In function 'amd756_probe': /kisskb/src/drivers/i2c/busses/i2c-amd756.c:318:12: note: byref variable will be forcibly initialized 318 | u8 temp; | ^~~~ /kisskb/src/drivers/i3c/device.c: In function 'i3c_device_match_id': /kisskb/src/drivers/i3c/device.c:214:32: note: byref variable will be forcibly initialized 214 | struct i3c_device_info devinfo; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_health_unmount': /kisskb/src/fs/xfs/xfs_health.c:30:33: note: byref variable will be forcibly initialized 30 | unsigned int checked = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:29:33: note: byref variable will be forcibly initialized 29 | unsigned int sick = 0; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c:28:33: note: byref variable will be forcibly initialized 28 | xfs_agnumber_t agno; | ^~~~ /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/fs/xfs/xfs_health.c: In function 'xfs_fsop_geom_health': /kisskb/src/fs/xfs/xfs_health.c:313:41: note: byref variable will be forcibly initialized 313 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:312:41: note: byref variable will be forcibly initialized 312 | unsigned int sick; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_ag_geom_health': /kisskb/src/fs/xfs/xfs_health.c:349:41: note: byref variable will be forcibly initialized 349 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:348:41: note: byref variable will be forcibly initialized 348 | unsigned int sick; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_bulkstat_health': /kisskb/src/fs/xfs/xfs_health.c:383:41: note: byref variable will be forcibly initialized 383 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:382:41: note: byref variable will be forcibly initialized 382 | unsigned int sick; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_fix_dma': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:992:28: note: byref variable will be forcibly initialized 992 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'io_type_enabled': /kisskb/src/drivers/usb/host/pci-quirks.c:719:13: note: byref variable will be forcibly initialized 719 | u16 cmd; | ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'sb800_prefetch': /kisskb/src/drivers/usb/host/pci-quirks.c:196:13: note: byref variable will be forcibly initialized 196 | u16 misc; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_get_dev_identify_frame': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:811:13: note: byref variable will be forcibly initialized 811 | u32 id_frame[7]; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_get_att_identify_frame': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:825:13: note: byref variable will be forcibly initialized 825 | u32 id_frame[7]; | ^~~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_find_chipset_info': /kisskb/src/drivers/usb/host/pci-quirks.c:210:33: note: byref variable will be forcibly initialized 210 | struct amd_chipset_info info; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_make_prd': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:788:28: note: byref variable will be forcibly initialized 788 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_quirk_pll': /kisskb/src/drivers/usb/host/pci-quirks.c:342:40: note: byref variable will be forcibly initialized 342 | u32 addr, addr_low, addr_high, val; | ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c:342:13: note: byref variable will be forcibly initialized 342 | u32 addr, addr_low, addr_high, val; | ^~~~ In file included from /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:12: /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_show_pcie_usage': /kisskb/src/drivers/scsi/mvsas/mv_chips.h:229:13: note: byref variable will be forcibly initialized 229 | u16 link_stat, link_spd; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_enable_intel_xhci_ports': /kisskb/src/drivers/usb/host/pci-quirks.c:1041:25: note: byref variable will be forcibly initialized 1041 | u32 ports_available; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_pt_check_port': /kisskb/src/drivers/usb/host/pci-quirks.c:552:23: note: byref variable will be forcibly initialized 552 | unsigned char value, port_shift; | ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_asmedia_wait_write': /kisskb/src/drivers/usb/host/pci-quirks.c:466:23: note: byref variable will be forcibly initialized 466 | unsigned char value; | ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'uhci_check_and_reset_hc': /kisskb/src/drivers/usb/host/pci-quirks.c:674:13: note: byref variable will be forcibly initialized 674 | u16 legsup; | ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'quirk_usb_disable_ehci': /kisskb/src/drivers/usb/host/pci-quirks.c:932:29: note: byref variable will be forcibly initialized 932 | u32 hcc_params, cap, val; | ^~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:14: note: byref variable will be forcibly initialized 162 | char name[20]; | ^~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_check_delalloc': /kisskb/src/fs/xfs/xfs_icache.c:1781:33: note: byref variable will be forcibly initialized 1781 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_icache.c:1780:33: note: byref variable will be forcibly initialized 1780 | struct xfs_bmbt_irec got; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_ioctl.c:6: /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget_cache_miss': /kisskb/src/fs/xfs/xfs_icache.c:601:42: note: byref variable will be forcibly initialized 601 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget': /kisskb/src/fs/xfs/xfs_icache.c:711:34: note: byref variable will be forcibly initialized 711 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icache_inode_is_allocated': /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getlabel': /kisskb/src/fs/xfs/xfs_icache.c:798:34: note: byref variable will be forcibly initialized 798 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:1746:33: note: byref variable will be forcibly initialized 1746 | char label[XFSLABEL_MAX + 1]; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_calc_byte_xor_cksum': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:99:13: note: byref variable will be forcibly initialized 99 | u32 cksum = seed; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'i2c_mux_gpio_set': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:28:24: note: byref variable will be forcibly initialized 28 | DECLARE_BITMAP(values, BITS_PER_TYPE(val)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_scan_inode': /kisskb/src/fs/xfs/xfs_icache.c:1431:33: note: byref variable will be forcibly initialized 1431 | unsigned int lockflags = 0; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icwalk_ag': /kisskb/src/fs/xfs/xfs_icache.c:1661:35: note: byref variable will be forcibly initialized 1661 | struct xfs_inode *batch[XFS_LOOKUP_BATCH]; | ^~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_stop': /kisskb/src/fs/xfs/xfs_icache.c:1355:33: note: byref variable will be forcibly initialized 1355 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_scrub_metadata': /kisskb/src/fs/xfs/xfs_ioctl.c:1641:41: note: byref variable will be forcibly initialized 1641 | struct xfs_scrub_metadata scrub; | ^~~~~ In file included from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_ioctl.c:6: /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsbulkstat_one_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:637:41: note: byref variable will be forcibly initialized 637 | struct xfs_bstat bs1; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsinumbers_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:650:41: note: byref variable will be forcibly initialized 650 | struct xfs_inogrp ig1; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_flash_rev': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1043:12: note: byref variable will be forcibly initialized 1043 | u8 bytes[256]; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioctl_setattr_get_trans': /kisskb/src/fs/xfs/xfs_ioctl.c:1193:34: note: byref variable will be forcibly initialized 1193 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_image_type': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1108:12: note: byref variable will be forcibly initialized 1108 | u8 bytes[256]; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_setlabel': /kisskb/src/fs/xfs/xfs_ioctl.c:1769:33: note: byref variable will be forcibly initialized 1769 | char label[XFSLABEL_MAX + 1]; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_inumbers': /kisskb/src/fs/xfs/xfs_ioctl.c:895:41: note: byref variable will be forcibly initialized 895 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_write': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1262:12: note: byref variable will be forcibly initialized 1262 | u8 sas_address_bytes[8]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:671:33: note: byref variable will be forcibly initialized 671 | xfs_ino_t lastino; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:665:33: note: byref variable will be forcibly initialized 665 | struct xfs_fsop_bulkreq bulkreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_bulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:844:41: note: byref variable will be forcibly initialized 844 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgeometry': /kisskb/src/fs/xfs/xfs_ioctl.c:934:33: note: byref variable will be forcibly initialized 934 | struct xfs_fsop_geom fsgeo; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_get_defaults': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1379:12: note: byref variable will be forcibly initialized 1379 | u8 sas_addr[8]; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_ag_geometry': /kisskb/src/fs/xfs/xfs_ioctl.c:959:33: note: byref variable will be forcibly initialized 959 | struct xfs_ag_geometry ageo; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgetxattra': /kisskb/src/fs/xfs/xfs_ioctl.c:1030:33: note: byref variable will be forcibly initialized 1030 | struct fileattr fa; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getfsmap': /kisskb/src/fs/xfs/xfs_ioctl.c:1515:33: note: byref variable will be forcibly initialized 1515 | __u32 last_flags = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1512:33: note: byref variable will be forcibly initialized 1512 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_find_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:66:33: note: byref variable will be forcibly initialized 66 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:63:33: note: byref variable will be forcibly initialized 63 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:62:33: note: byref variable will be forcibly initialized 62 | int hsize; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_handle_to_dentry': /kisskb/src/fs/xfs/xfs_ioctl.c:152:33: note: byref variable will be forcibly initialized 152 | struct xfs_fid64 fid; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:151:33: note: byref variable will be forcibly initialized 151 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_open_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:198:33: note: byref variable will be forcibly initialized 198 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_readlink_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:271:33: note: byref variable will be forcibly initialized 271 | __u32 olen; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:446:44: note: byref variable will be forcibly initialized 446 | struct xfs_fsop_attrlist_handlereq al_hreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:586:40: note: byref variable will be forcibly initialized 586 | xfs_fsop_attrmulti_handlereq_t am_hreq; | ^~~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_error': /kisskb/src/drivers/usb/mon/mon_bin.c:635:27: note: byref variable will be forcibly initialized 635 | struct timespec64 ts; | ^~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_new_inode': /kisskb/src/fs/f2fs/namei.c:29:15: note: byref variable will be forcibly initialized 29 | nid_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_file_ioctl': /kisskb/src/fs/xfs/xfs_ioctl.c:2133:41: note: byref variable will be forcibly initialized 2133 | struct xfs_icwalk icw; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2132:41: note: byref variable will be forcibly initialized 2132 | struct xfs_fs_eofblocks eofb; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2114:39: note: byref variable will be forcibly initialized 2114 | xfs_error_injection_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2088:33: note: byref variable will be forcibly initialized 2088 | xfs_growfs_rt_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2074:39: note: byref variable will be forcibly initialized 2074 | struct xfs_growfs_log in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2060:40: note: byref variable will be forcibly initialized 2060 | struct xfs_growfs_data in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2044:36: note: byref variable will be forcibly initialized 2044 | xfs_fsop_resblks_t out; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2016:36: note: byref variable will be forcibly initialized 2016 | uint64_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2015:36: note: byref variable will be forcibly initialized 2015 | xfs_fsop_resblks_t inout; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2005:35: note: byref variable will be forcibly initialized 2005 | xfs_fsop_counts_t out; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1992:41: note: byref variable will be forcibly initialized 1992 | struct xfs_swapext sxp; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1979:41: note: byref variable will be forcibly initialized 1979 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1971:41: note: byref variable will be forcibly initialized 1971 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1964:41: note: byref variable will be forcibly initialized 1964 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1914:41: note: byref variable will be forcibly initialized 1914 | struct dioattr da; | ^~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_event': /kisskb/src/drivers/usb/mon/mon_bin.c:489:27: note: byref variable will be forcibly initialized 489 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/usb/mon/mon_bin.c:14: /kisskb/src/drivers/usb/mon/mon_bin.c: In 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/f2fs/namei.c: In function 'f2fs_unlink': /kisskb/src/fs/f2fs/namei.c:601:22: note: byref variable will be forcibly initialized 601 | struct page *page; | ^~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_symlink': /kisskb/src/fs/f2fs/namei.c:675:28: note: byref variable will be forcibly initialized 675 | struct fscrypt_str disk_link; | ^~~~~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c: In function 'mon_bin_ioctl': /kisskb/src/drivers/usb/mon/mon_bin.c:1082:39: note: byref variable will be forcibly initialized 1082 | struct mon_bin_mfetch mfetch; | ^~~~~~ /kisskb/src/drivers/usb/mon/mon_bin.c:1066:36: note: byref variable will be forcibly initialized 1066 | struct mon_bin_get getb; | ^~~~ /kisskb/src/fs/f2fs/namei.c: In function '__recover_dot_dentries': /kisskb/src/fs/f2fs/namei.c:457:22: note: byref variable will be forcibly initialized 457 | struct page *page; | ^~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_lookup': /kisskb/src/fs/f2fs/namei.c:518:30: note: byref variable will be forcibly initialized 518 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/namei.c:513:22: note: byref variable will be forcibly initialized 513 | struct page *page; | ^~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_cross_rename': /kisskb/src/fs/f2fs/namei.c:1144:33: note: byref variable will be forcibly initialized 1144 | struct page *old_page, *new_page; | ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1144:22: note: byref variable will be forcibly initialized 1144 | struct page *old_page, *new_page; | ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1143:37: note: byref variable will be forcibly initialized 1143 | struct page *old_dir_page, *new_dir_page; | ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:1143:22: note: byref variable will be forcibly initialized 1143 | struct page *old_dir_page, *new_dir_page; | ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_rename': /kisskb/src/fs/f2fs/namei.c:955:33: note: byref variable will be forcibly initialized 955 | struct page *old_page, *new_page = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:955:22: note: byref variable will be forcibly initialized 955 | struct page *old_page, *new_page = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c:954:22: note: byref variable will be forcibly initialized 954 | struct page *old_dir_page = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/namei.c:953:23: note: byref variable will be forcibly initialized 953 | struct inode *whiteout = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_update_extension_list': /kisskb/src/fs/f2fs/namei.c:273:22: note: byref variable will be forcibly initialized 273 | char buf[F2FS_MAX_EXTENSION][F2FS_EXTENSION_LEN]; | ^~~ /kisskb/src/fs/f2fs/namei.c: In function 'f2fs_get_parent': /kisskb/src/fs/f2fs/namei.c:440:22: note: byref variable will be forcibly initialized 440 | struct page *page; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c: In function 'asd_link_reset_err_tasklet': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c:276:21: note: byref variable will be forcibly initialized 276 | int num = 1; | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c: In function 'asd_control_phy': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c:896:13: note: byref variable will be forcibly initialized 896 | int res = 1; | ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_lookup_contig': /kisskb/src/fs/nilfs2/direct.c:56:18: note: byref variable will be forcibly initialized 56 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_insert': /kisskb/src/fs/nilfs2/direct.c:108:34: note: byref variable will be forcibly initialized 108 | union nilfs_bmap_ptr_req req; | ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_delete': /kisskb/src/fs/nilfs2/direct.c:144:34: note: byref variable will be forcibly initialized 144 | union nilfs_bmap_ptr_req req; | ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_assign_v': /kisskb/src/fs/nilfs2/direct.c:294:34: note: byref variable will be forcibly initialized 294 | union nilfs_bmap_ptr_req req; | ^~~ /kisskb/src/fs/nilfs2/direct.c: In function 'nilfs_direct_propagate': /kisskb/src/fs/nilfs2/direct.c:259:41: note: byref variable will be forcibly initialized 259 | struct nilfs_palloc_req oldreq, newreq; | ^~~~~~ /kisskb/src/fs/nilfs2/direct.c:259:33: note: byref variable will be forcibly initialized 259 | struct nilfs_palloc_req oldreq, newreq; | ^~~~~~ /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; | ^~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/crc64-rocksoft.c:42:9: note: in expansion of macro 'rcu_assign_pointer' 42 | rcu_assign_pointer(crc64_rocksoft_tfm, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c:12: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c:12: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/dma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ata/sata_svw.c: In function 'k2_sata_init_one': /kisskb/src/drivers/ata/sata_svw.c:411:37: note: byref variable will be forcibly initialized 411 | const struct ata_port_info *ppi[] = | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_readreg': /kisskb/src/drivers/media/tuners/fc0012.c:29:24: note: byref variable will be forcibly initialized 29 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_writereg': /kisskb/src/drivers/media/tuners/fc0012.c:14:24: note: byref variable will be forcibly initialized 14 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:13:12: note: byref variable will be forcibly initialized 13 | u8 buf[2] = {reg, val}; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_attach': /kisskb/src/drivers/media/tuners/fc0012.c:433:12: note: byref variable will be forcibly initialized 433 | u8 chip_id; | ^~~~~~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0012.c:343:23: note: byref variable will be forcibly initialized 343 | unsigned char tmp; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_set_params': /kisskb/src/drivers/media/tuners/fc0012.c:125:46: note: byref variable will be forcibly initialized 125 | unsigned char reg[7], am, pm, multi, tmp; | ^~~ 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:24: /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:24: /kisskb/src/drivers/base/arch_topology.c: In function 'trace_event_raw_event_thermal_pressure_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal_pressure.h:29, from /kisskb/src/drivers/base/arch_topology.c:24: /kisskb/src/drivers/base/arch_topology.c: In function '__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:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'topology_clear_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:102:25: note: in expansion of macro 'rcu_assign_pointer' 102 | rcu_assign_pointer(per_cpu(sft_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_set_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:79:25: note: in expansion of macro 'rcu_assign_pointer' 79 | rcu_assign_pointer(per_cpu(sft_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_parse_cpu_capacity': /kisskb/src/drivers/base/arch_topology.c:302:13: note: byref variable will be forcibly initialized 302 | u32 cpu_capacity; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_core': /kisskb/src/drivers/base/arch_topology.c:502:14: note: byref variable will be forcibly initialized 502 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_cluster': /kisskb/src/drivers/base/arch_topology.c:551:14: note: byref variable will be forcibly initialized 551 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_socket': /kisskb/src/drivers/base/arch_topology.c:618:14: note: byref variable will be forcibly initialized 618 | char name[20]; | ^~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_readreg': /kisskb/src/drivers/media/tuners/fc0013.c:29:24: note: byref variable will be forcibly initialized 29 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_writereg': /kisskb/src/drivers/media/tuners/fc0013.c:16:24: note: byref variable will be forcibly initialized 16 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/fc0013.c:15:12: note: byref variable will be forcibly initialized 15 | u8 buf[2] = {reg, val}; | ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_rc_cal_add': /kisskb/src/drivers/media/tuners/fc0013.c:119:12: note: byref variable will be forcibly initialized 119 | u8 rc_cal; | ^~~~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_vhf_track': /kisskb/src/drivers/media/tuners/fc0013.c:182:12: note: byref variable will be forcibly initialized 182 | u8 tmp; | ^~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0013.c:502:23: note: byref variable will be forcibly initialized 502 | unsigned char tmp; | ^~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1582:17: note: byref variable will be forcibly initialized 1582 | va_list args; | ^~~~ /kisskb/src/drivers/media/tuners/fc0013.c: In function 'fc0013_set_params': /kisskb/src/drivers/media/tuners/fc0013.c:216:46: note: byref variable will be forcibly initialized 216 | unsigned char reg[7], am, pm, multi, tmp; | ^~~ /kisskb/src/drivers/input/mouse/byd.c: In function 'byd_reset_touchpad': /kisskb/src/drivers/input/mouse/byd.c:342:12: note: byref variable will be forcibly initialized 342 | u8 param[4]; | ^~~~~ /kisskb/src/drivers/input/mouse/byd.c: In function 'byd_detect': /kisskb/src/drivers/input/mouse/byd.c:438:12: note: byref variable will be forcibly initialized 438 | u8 param[4] = {0x03, 0x00, 0x00, 0x00}; | ^~~~~ /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/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:21: note: byref variable will be forcibly initialized 384 | int idx; | ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy': /kisskb/src/drivers/scsi/hosts.c:601:13: note: byref variable will be forcibly initialized 601 | int cnt = 0; | ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:735:41: note: byref variable will be forcibly initialized 735 | struct scsi_host_busy_iter_data iter_data = { | ^~~~~~~~~ /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/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/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]; | ^~~~ /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]; | ^~~~ /kisskb/src/drivers/usb/core/buffer.c: In function 'hcd_buffer_create': /kisskb/src/drivers/usb/core/buffer.c:67:25: note: byref variable will be forcibly initialized 67 | char name[16]; | ^~~~ 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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/dat.c:11: /kisskb/src/fs/nilfs2/dat.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_mark_dirty': /kisskb/src/fs/nilfs2/dat.c:264:33: note: byref variable will be forcibly initialized 264 | struct nilfs_palloc_req req; | ^~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_move': /kisskb/src/fs/nilfs2/dat.c:315:29: note: byref variable will be forcibly initialized 315 | struct buffer_head *entry_bh; | ^~~~~~~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_translate': /kisskb/src/fs/nilfs2/dat.c:385:29: note: byref variable will be forcibly initialized 385 | struct buffer_head *entry_bh, *bh; | ^~~~~~~~ /kisskb/src/fs/nilfs2/dat.c: In function 'nilfs_dat_get_vinfo': /kisskb/src/fs/nilfs2/dat.c:422:29: note: byref variable will be forcibly initialized 422 | struct buffer_head *entry_bh; | ^~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_device_uevent': /kisskb/src/drivers/i3c/master.c:279:32: note: byref variable will be forcibly initialized 279 | struct i3c_device_info devinfo; | ^~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'modalias_show': /kisskb/src/drivers/i3c/master.c:248:32: note: byref variable will be forcibly initialized 248 | struct i3c_device_info devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/i3c/master.c:10: /kisskb/src/drivers/i3c/master.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/i3c/master.c:10: /kisskb/src/drivers/i3c/master.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_entdaa_locked': /kisskb/src/drivers/i3c/master.c:796:28: note: byref variable will be forcibly initialized 796 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:795:33: note: byref variable will be forcibly initialized 795 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_enec_disec_locked': /kisskb/src/drivers/i3c/master.c:813:28: note: byref variable will be forcibly initialized 813 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:812:33: note: byref variable will be forcibly initialized 812 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_defslvs_locked': /kisskb/src/drivers/i3c/master.c:900:28: note: byref variable will be forcibly initialized 900 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:897:33: note: byref variable will be forcibly initialized 897 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getpid_locked': /kisskb/src/drivers/i3c/master.c:1147:28: note: byref variable will be forcibly initialized 1147 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1146:33: note: byref variable will be forcibly initialized 1146 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getbcr_locked': /kisskb/src/drivers/i3c/master.c:1177:28: note: byref variable will be forcibly initialized 1177 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1176:33: note: byref variable will be forcibly initialized 1176 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getdcr_locked': /kisskb/src/drivers/i3c/master.c:1202:28: note: byref variable will be forcibly initialized 1202 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1201:33: note: byref variable will be forcibly initialized 1201 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmxds_locked': /kisskb/src/drivers/i3c/master.c:1080:28: note: byref variable will be forcibly initialized 1080 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1079:33: note: byref variable will be forcibly initialized 1079 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmrl_locked': /kisskb/src/drivers/i3c/master.c:1008:28: note: byref variable will be forcibly initialized 1008 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1006:33: note: byref variable will be forcibly initialized 1006 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_getmwl_locked': /kisskb/src/drivers/i3c/master.c:1050:28: note: byref variable will be forcibly initialized 1050 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1048:33: note: byref variable will be forcibly initialized 1048 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_gethdrcap_locked': /kisskb/src/drivers/i3c/master.c:1116:28: note: byref variable will be forcibly initialized 1116 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:1115:33: note: byref variable will be forcibly initialized 1115 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_setda_locked': /kisskb/src/drivers/i3c/master.c:971:28: note: byref variable will be forcibly initialized 971 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:969:33: note: byref variable will be forcibly initialized 969 | struct i3c_ccc_cmd_dest dest; | ^~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_rstdaa_locked': /kisskb/src/drivers/i3c/master.c:757:28: note: byref variable will be forcibly initialized 757 | struct i3c_ccc_cmd cmd; | ^~~ /kisskb/src/drivers/i3c/master.c:756:33: note: byref variable will be forcibly initialized 756 | struct i3c_ccc_cmd_dest dest; | ^~~~ In file included from /kisskb/src/drivers/mfd/wm8994-core.c:24: /kisskb/src/drivers/mfd/wm8994-core.c: In function 'wm8994_reg_read': /kisskb/src/include/linux/mfd/wm8994/core.h:84:22: note: byref variable will be forcibly initialized 84 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm8994-core.c:13: /kisskb/src/drivers/mfd/wm8994-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_handle_ibi': /kisskb/src/drivers/i3c/master.c:2369:32: note: byref variable will be forcibly initialized 2369 | struct i3c_ibi_payload payload; | ^~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'i3c_master_i2c_get_lvr': /kisskb/src/drivers/i3c/master.c:2176:21: note: byref variable will be forcibly initialized 2176 | u32 reg[3]; | ^~~ /kisskb/src/drivers/i3c/master.c: In function 'of_i3c_master_add_i3c_boardinfo': /kisskb/src/drivers/i3c/master.c:2034:13: note: byref variable will be forcibly initialized 2034 | u32 init_dyn_addr = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/i3c/master.c: In function 'of_i3c_master_add_dev': /kisskb/src/drivers/i3c/master.c:2078:13: note: byref variable will be forcibly initialized 2078 | u32 reg[3]; | ^~~ /kisskb/src/drivers/i3c/master.c: In function 'of_populate_i3c_bus': /kisskb/src/drivers/i3c/master.c:2106:13: note: byref variable will be forcibly initialized 2106 | u32 val; | ^~~ /kisskb/src/drivers/i3c/master.c: In function 'hdrcap_show': /kisskb/src/drivers/i3c/master.c:210:23: note: byref variable will be forcibly initialized 210 | unsigned long caps; | ^~~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_validate_log': /kisskb/src/fs/nilfs2/recovery.c:204:13: note: byref variable will be forcibly initialized 204 | u32 crc; | ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_scan_dsync_log': /kisskb/src/fs/nilfs2/recovery.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int offset; | ^~~~~~ /kisskb/src/fs/nilfs2/recovery.c:308:29: note: byref variable will be forcibly initialized 308 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_recover_dsync_blocks': /kisskb/src/fs/nilfs2/recovery.c:500:22: note: byref variable will be forcibly initialized 500 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_do_roll_forward': /kisskb/src/fs/nilfs2/recovery.c:582:19: note: byref variable will be forcibly initialized 582 | LIST_HEAD(dsync_blocks); /* list of data blocks to be recovered */ | ^~~~~~~~~~~~ /kisskb/src/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/nilfs2/recovery.c:576:23: note: byref variable will be forcibly initialized 576 | unsigned long nsalvaged_blocks = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:575:29: note: byref variable will be forcibly initialized 575 | sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ | ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:575:18: note: byref variable will be forcibly initialized 575 | sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ | ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:573:39: note: byref variable will be forcibly initialized 573 | struct nilfs_segment_summary *sum = NULL; | ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_prepare_segment_for_recovery': /kisskb/src/fs/nilfs2/recovery.c:422:15: note: byref variable will be forcibly initialized 422 | __u64 segnum[4]; | ^~~~~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_read_super_root_block': /kisskb/src/fs/nilfs2/recovery.c:135:13: note: byref variable will be forcibly initialized 135 | u32 crc; | ^~~ /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_salvage_orphan_logs': /kisskb/src/fs/nilfs2/recovery.c:733:28: note: byref variable will be forcibly initialized 733 | struct nilfs_root *root; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/recovery.c:10: /kisskb/src/fs/nilfs2/recovery.c: In function 'nilfs_search_super_root': /kisskb/src/fs/nilfs2/recovery.c:810:19: note: byref variable will be forcibly initialized 810 | LIST_HEAD(segments); | ^~~~~~~~ /kisskb/src/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/nilfs2/recovery.c:804:21: note: byref variable will be forcibly initialized 804 | sector_t b, end; | ^~~ /kisskb/src/fs/nilfs2/recovery.c:804:18: note: byref variable will be forcibly initialized 804 | sector_t b, end; | ^ /kisskb/src/fs/nilfs2/recovery.c:803:29: note: byref variable will be forcibly initialized 803 | sector_t seg_start, seg_end; /* range of full segment (block number) */ | ^~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:803:18: note: byref variable will be forcibly initialized 803 | sector_t seg_start, seg_end; /* range of full segment (block number) */ | ^~~~~~~~~ /kisskb/src/fs/nilfs2/recovery.c:801:39: note: byref variable will be forcibly initialized 801 | struct nilfs_segment_summary *sum = NULL; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/svc-i3c-master.c:14: /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'svc_i3c_master_do_daa_locked': /kisskb/src/drivers/i3c/master/svc-i3c-master.c:757:28: note: byref variable will be forcibly initialized 757 | u8 data[6]; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/svc-i3c-master.c:14: /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c: In function 'svc_i3c_master_do_daa': /kisskb/src/drivers/i3c/master/svc-i3c-master.c:892:22: note: byref variable will be forcibly initialized 892 | unsigned int dev_nb; | ^~~~~~ /kisskb/src/drivers/i3c/master/svc-i3c-master.c:890:12: note: byref variable will be forcibly initialized 890 | u8 addrs[SVC_I3C_MAX_DEVS]; | ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2552:25: note: byref variable will be forcibly initialized 2552 | __le32 c_mask; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'esas2r_init_pci_cfg_space': /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:743:21: note: byref variable will be forcibly initialized 743 | u16 devcontrol; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:33: note: byref variable will be forcibly initialized 2618 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function '__oxu_urb_enqueue': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3237:26: note: byref variable will be forcibly initialized 3237 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'esas2r_init_adapter': /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:267:15: note: byref variable will be forcibly initialized 267 | void *next_uncached; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:265:13: note: byref variable will be forcibly initialized 265 | u64 bus_addr = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:10: /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/f2fs/hash.c: In function 'TEA_hash_name': /kisskb/src/fs/f2fs/hash.c:72:22: note: byref variable will be forcibly initialized 72 | __u32 in[8], buf[4]; | ^~~ /kisskb/src/fs/f2fs/hash.c:72:15: note: byref variable will be forcibly initialized 72 | __u32 in[8], buf[4]; | ^~ /kisskb/src/fs/f2fs/hash.c: In function 'f2fs_hash_filename': /kisskb/src/fs/f2fs/hash.c:128:37: note: byref variable will be forcibly initialized 128 | struct qstr tmp = QSTR_INIT(name, len); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:357:21: note: byref variable will be forcibly initialized 357 | struct stat tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_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 '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 '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_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_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_statx': /kisskb/src/fs/stat.c:621:22: note: byref variable will be forcibly initialized 621 | struct kstat stat; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.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/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:11: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c: In function 'hci_cmd_v1_daa': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:299:36: note: byref variable will be forcibly initialized 299 | 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/i3c/master/mipi-i3c-hci/cmd_v1.c:298:27: note: byref variable will be forcibly initialized 298 | unsigned int dcr, bcr; | ^~~ /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:298:22: note: byref variable will be forcibly initialized 298 | unsigned int dcr, bcr; | ^~~ /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v1.c:297:13: note: byref variable will be forcibly initialized 297 | u64 pid; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_build_sg_list_sge': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:195:21: note: byref variable will be forcibly initialized 195 | u64 addr; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_build_prd_iblk': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:374:13: note: byref variable will be forcibly initialized 374 | u64 addr; | ^~~~ /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; | ^~ 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/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_send_task_mgmt': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:774:19: note: byref variable will be forcibly initialized 774 | LIST_HEAD(comp_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/misc/phantom.c: In function 'phantom_init': /kisskb/src/drivers/misc/phantom.c:504:15: note: byref variable will be forcibly initialized 504 | dev_t dev; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_send_reset_ae': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:855:32: note: byref variable will be forcibly initialized 855 | struct atto_vda_ae_hdr ae; | ^~ 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/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:45: /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_get_outbound_responses': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:214:19: note: byref variable will be forcibly initialized 214 | LIST_HEAD(comp_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/scsi/esas2r/esas2r_int.c: In function 'esas2r_do_deferred_processes': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:341:27: note: byref variable will be forcibly initialized 341 | LIST_HEAD(comp_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/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_bus_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:452:19: note: byref variable will be forcibly initialized 452 | LIST_HEAD(comp_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/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_adapter_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:394:19: note: byref variable will be forcibly initialized 394 | LIST_HEAD(comp_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/ata/pata_ali.c: In function 'ali_c2_cable_detect': /kisskb/src/drivers/ata/pata_ali.c:92:12: note: byref variable will be forcibly initialized 92 | u8 ata66; | ^~~~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_program_modes': /kisskb/src/drivers/ata/pata_ali.c:178:12: note: byref variable will be forcibly initialized 178 | u8 udma; | ^~~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_fifo_control': /kisskb/src/drivers/ata/pata_ali.c:145:12: note: byref variable will be forcibly initialized 145 | u8 fifo; | ^~~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_init_chipset': /kisskb/src/drivers/ata/pata_ali.c:433:12: note: byref variable will be forcibly initialized 433 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_init_one': /kisskb/src/drivers/ata/pata_ali.c:553:12: note: byref variable will be forcibly initialized 553 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_ali.c:552:37: note: byref variable will be forcibly initialized 552 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_set_piomode': /kisskb/src/drivers/ata/pata_ali.c:215:35: note: byref variable will be forcibly initialized 215 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_ali.c:210:27: note: byref variable will be forcibly initialized 210 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_set_dmamode': /kisskb/src/drivers/ata/pata_ali.c:264:43: note: byref variable will be forcibly initialized 264 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_ali.c:256:28: note: byref variable will be forcibly initialized 256 | u8 reg4b; | ^~~~~ /kisskb/src/drivers/ata/pata_ali.c:245:27: note: byref variable will be forcibly initialized 245 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_20_filter': /kisskb/src/drivers/ata/pata_ali.c:120:14: note: byref variable will be forcibly initialized 120 | char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_c2_c3_postreset': /kisskb/src/drivers/ata/pata_ali.c:343:12: note: byref variable will be forcibly initialized 343 | u8 r; | ^ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_get_resolution_v4': /kisskb/src/drivers/input/mouse/elantech.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'amd_cable_detect': /kisskb/src/drivers/ata/pata_amd.c:159:12: note: byref variable will be forcibly initialized 159 | u8 ata66; | ^~~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'amd_clear_fifo': /kisskb/src/drivers/ata/pata_amd.c:450:12: note: byref variable will be forcibly initialized 450 | u8 fifo; | ^~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'amd_init_one': /kisskb/src/drivers/ata/pata_amd.c:568:21: note: byref variable will be forcibly initialized 568 | u32 udma; | ^~~~ /kisskb/src/drivers/ata/pata_amd.c:535:12: note: byref variable will be forcibly initialized 535 | u8 fifo; | ^~~~ /kisskb/src/drivers/ata/pata_amd.c:532:37: note: byref variable will be forcibly initialized 532 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_change_report_id': /kisskb/src/drivers/input/mouse/elantech.c:1597:23: note: byref variable will be forcibly initialized 1597 | unsigned char param[3] = { 0x10, 0x03 }; | ^~~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'nv_mode_filter': /kisskb/src/drivers/ata/pata_amd.c:274:14: note: byref variable will be forcibly initialized 274 | char acpi_str[32] = ""; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'timing_setup': /kisskb/src/drivers/ata/pata_amd.c:55:12: note: byref variable will be forcibly initialized 55 | u8 t; | ^ /kisskb/src/drivers/ata/pata_amd.c:52:31: note: byref variable will be forcibly initialized 52 | struct ata_timing at, apeer; | ^~~~~ /kisskb/src/drivers/ata/pata_amd.c:52:27: note: byref variable will be forcibly initialized 52 | struct ata_timing at, apeer; | ^~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_query_info': /kisskb/src/drivers/input/mouse/elantech.c:1682:23: note: byref variable will be forcibly initialized 1682 | unsigned char ic_body[3]; | ^~~~~~~ /kisskb/src/drivers/input/mouse/elantech.c:1680:23: note: byref variable will be forcibly initialized 1680 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/ata/pata_amd.c: In function 'amd_fifo_setup': /kisskb/src/drivers/ata/pata_amd.c:183:12: note: byref variable will be forcibly initialized 183 | u8 r; | ^ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_read_reg': /kisskb/src/drivers/input/mouse/elantech.c:140:23: note: byref variable will be forcibly initialized 140 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_set_absolute_mode': /kisskb/src/drivers/input/mouse/elantech.c:1015:23: note: byref variable will be forcibly initialized 1015 | unsigned char val; | ^~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_set_int_attr': /kisskb/src/drivers/input/mouse/elantech.c:1293:23: note: byref variable will be forcibly initialized 1293 | unsigned char value; | ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_detect': /kisskb/src/drivers/input/mouse/elantech.c:1404:23: note: byref variable will be forcibly initialized 1404 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_smbus': /kisskb/src/drivers/input/mouse/elantech.c:2013:37: note: byref variable will be forcibly initialized 2013 | struct elantech_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init_ps2': /kisskb/src/drivers/input/mouse/elantech.c:2131:37: note: byref variable will be forcibly initialized 2131 | struct elantech_device_info info; | ^~~~ /kisskb/src/drivers/input/mouse/elantech.c: In function 'elantech_init': /kisskb/src/drivers/input/mouse/elantech.c:2152:37: note: byref variable will be forcibly initialized 2152 | struct elantech_device_info info; | ^~~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c: In function 'iforce_set_gain': /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:83:23: note: byref variable will be forcibly initialized 83 | 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:92:23: note: byref variable will be forcibly initialized 92 | 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:218:16: note: byref variable will be forcibly initialized 218 | size_t len; | ^~~ /kisskb/src/drivers/input/joystick/iforce/iforce-main.c:217:12: note: byref variable will be forcibly initialized 217 | u8 buf[IFORCE_MAX_LENGTH]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/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:204:17: note: in expansion of macro 'wait_event_interruptible' 204 | wait_event_interruptible(iforce->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:25: note: byref variable will be forcibly initialized 85 | struct resource res; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'avoid_reset_quirk_store': /kisskb/src/drivers/usb/core/sysfs.c:278:33: note: byref variable will be forcibly initialized 278 | int val, rc; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'bConfigurationValue_store': /kisskb/src/drivers/usb/core/sysfs.c:97:33: note: byref variable will be forcibly initialized 97 | int config, value, rc; | ^~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'persist_store': /kisskb/src/drivers/usb/core/sysfs.c:327:13: note: byref variable will be forcibly initialized 327 | int value, rc; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:929:22: note: byref variable will be forcibly initialized 929 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:744:18: note: byref variable will be forcibly initialized 744 | unsigned val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_besl_store': /kisskb/src/drivers/usb/core/sysfs.c:563:12: note: byref variable will be forcibly initialized 563 | u8 besl; | ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_l1_timeout_store': /kisskb/src/drivers/usb/core/sysfs.c:540:13: note: byref variable will be forcibly initialized 540 | u16 timeout; | ^~~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_hardware_lpm_store': /kisskb/src/drivers/usb/core/sysfs.c:501:14: note: byref variable will be forcibly initialized 501 | bool value; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:976:14: note: byref variable will be forcibly initialized 976 | bool val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'autosuspend_store': /kisskb/src/drivers/usb/core/sysfs.c:411:13: note: byref variable will be forcibly initialized 411 | int value; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:1177:14: note: byref variable will be forcibly initialized 1177 | bool val; | ^~~ /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/fs.h:45, from /kisskb/src/arch/arm64/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/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_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/media/tuners/it913x.c: In function 'it913x_set_params': /kisskb/src/drivers/media/tuners/it913x.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/it913x.c: In function 'it913x_init': /kisskb/src/drivers/media/tuners/it913x.c:32:32: note: byref variable will be forcibly initialized 32 | u8 iqik_m_cal, nv_val, buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/it913x.c:31:22: note: byref variable will be forcibly initialized 31 | unsigned int utmp; | ^~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_load_super_root': /kisskb/src/fs/nilfs2/the_nilfs.c:99:29: note: byref variable will be forcibly initialized 99 | struct buffer_head *bh_sr; | ^~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'load_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:206:36: note: byref variable will be forcibly initialized 206 | struct nilfs_recovery_info ri; | ^~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'init_nilfs': /kisskb/src/fs/nilfs2/the_nilfs.c:565:35: note: byref variable will be forcibly initialized 565 | struct nilfs_super_block *sbp; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/wm8994-irq.c:12: /kisskb/src/drivers/mfd/wm8994-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/fs/nilfs2/the_nilfs.c: In function 'nilfs_discard_segments': /kisskb/src/fs/nilfs2/the_nilfs.c:655:29: note: byref variable will be forcibly initialized 655 | sector_t seg_start, seg_end; | ^~~~~~~ /kisskb/src/fs/nilfs2/the_nilfs.c:655:18: note: byref variable will be forcibly initialized 655 | sector_t seg_start, seg_end; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_get_rf_strength': /kisskb/src/drivers/media/tuners/m88rs6000t.c:487:22: note: byref variable will be forcibly initialized 487 | unsigned int val, i; | ^~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_probe': /kisskb/src/drivers/media/tuners/m88rs6000t.c:583:22: note: byref variable will be forcibly initialized 583 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_pll_freq': /kisskb/src/drivers/media/tuners/m88rs6000t.c:155:22: note: byref variable will be forcibly initialized 155 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_demod_mclk': /kisskb/src/drivers/media/tuners/m88rs6000t.c:32:22: note: byref variable will be forcibly initialized 32 | unsigned int utmp; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:9: note: in expansion of macro 'rcu_assign_pointer' 202 | rcu_assign_pointer(list_next_rcu(new->prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible_exclusive' 378 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:263:51: note: byref variable will be forcibly initialized 263 | struct watch_notification 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:257:37: note: in expansion of macro 'smp_load_acquire' 257 | unsigned int head = smp_load_acquire(&pipe->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:571:17: note: in expansion of macro 'wait_event_interruptible_exclusive' 571 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/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; | ^~~~ /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/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:686:27: note: byref variable will be forcibly initialized 686 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:757:27: note: byref variable will be forcibly initialized 757 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c:751:32: note: byref variable will be forcibly initialized 751 | struct vm_area_struct *prev = NULL; | ^~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:991:22: note: byref variable will be forcibly initialized 991 | struct file *files[2]; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1048:9: note: in expansion of macro 'wait_event_interruptible' 1048 | wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1055:9: note: in expansion of macro 'wait_event_interruptible' 1055 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1204:17: note: in expansion of macro 'rcu_assign_pointer' 1204 | rcu_assign_pointer(me->sighand, newsighand); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1654:16: note: byref variable will be forcibly initialized 1654 | loff_t pos = 0; | ^~~ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:2015:29: note: userspace variable will be forcibly initialized 2015 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:2014:29: note: userspace variable will be forcibly initialized 2014 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:2025:29: note: userspace variable will be forcibly initialized 2025 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:2024:29: note: userspace variable will be forcibly initialized 2024 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:27: note: byref variable will be forcibly initialized 220 | struct scsi_idlun v = { | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:31: note: byref variable will be forcibly initialized 71 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_set_medium_removal': /kisskb/src/drivers/scsi/scsi_ioctl.c:123:14: note: byref variable will be forcibly initialized 123 | char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_send_start_stop': /kisskb/src/drivers/scsi/scsi_ioctl.c:234:12: note: byref variable will be forcibly initialized 234 | u8 cdb[MAX_COMMAND_SIZE] = { }; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:455:31: note: byref variable will be forcibly initialized 455 | struct iovec *iov = NULL; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:454:33: note: byref variable will be forcibly initialized 454 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:851:26: note: byref variable will be forcibly initialized 851 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:796:26: note: byref variable will be forcibly initialized 796 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:795:38: note: byref variable will be forcibly initialized 795 | struct cdrom_generic_command cgc; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:880:31: note: byref variable will be forcibly initialized 880 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_index': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_tag': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_initiate_ssp_tmf': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:564:21: note: byref variable will be forcibly initialized 564 | DECLARE_TCS(tcs); | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:563:36: note: byref variable will be forcibly initialized 563 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:561:13: note: byref variable will be forcibly initialized 561 | int res = 1; | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T_L': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:329:36: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_port': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:86:21: note: byref variable will be forcibly initialized 86 | DECLARE_TCS(tcs); \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:36: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(completion); \ | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:13: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:9: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_abort_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:397:36: note: byref variable will be forcibly initialized 397 | DECLARE_COMPLETION_ONSTACK(tascb_completion); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:396:36: note: byref variable will be forcibly initialized 396 | DECLARE_COMPLETION_ONSTACK(completion); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:395:21: note: byref variable will be forcibly initialized 395 | DECLARE_TCS(tcs); | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:48:42: note: in definition of macro 'DECLARE_TCS' 48 | struct tasklet_completion_status tcs = { \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:390:13: note: byref variable will be forcibly initialized 390 | int res = 1; | ^~~ /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/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:13: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.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/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:13: /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c: In function 'hci_cmd_v2_daa': /kisskb/src/drivers/i3c/master/mipi-i3c-hci/cmd_v2.c:247:36: note: byref variable will be forcibly initialized 247 | 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/i3c/master/mipi-i3c-hci/cmd_v2.c:244:13: note: byref variable will be forcibly initialized 244 | u32 device_id[2]; | ^~~~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_abs_thres_store': /kisskb/src/drivers/misc/bh1770glc.c:914:23: note: byref variable will be forcibly initialized 914 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_thres': /kisskb/src/drivers/misc/bh1770glc.c:855:23: note: byref variable will be forcibly initialized 855 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_rate_below': /kisskb/src/drivers/misc/bh1770glc.c:830:23: note: byref variable will be forcibly initialized 830 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_prox_rate_above': /kisskb/src/drivers/misc/bh1770glc.c:812:23: note: byref variable will be forcibly initialized 812 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_persistence_store': /kisskb/src/drivers/misc/bh1770glc.c:887:23: note: byref variable will be forcibly initialized 887 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_prox_enable_store': /kisskb/src/drivers/misc/bh1770glc.c:712:23: note: byref variable will be forcibly initialized 712 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_lux_rate': /kisskb/src/drivers/misc/bh1770glc.c:1010:23: note: byref variable will be forcibly initialized 1010 | unsigned long rate_hz; | ^~~~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_update_thresholds': /kisskb/src/drivers/misc/bh1770glc.c:303:12: note: byref variable will be forcibly initialized 303 | u8 data[4]; | ^~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_set_lux_thresh': /kisskb/src/drivers/misc/bh1770glc.c:1049:23: note: byref variable will be forcibly initialized 1049 | unsigned long thresh; | ^~~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_calib_store': /kisskb/src/drivers/misc/bh1770glc.c:959:23: note: byref variable will be forcibly initialized 959 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_power_state_store': /kisskb/src/drivers/misc/bh1770glc.c:634:23: note: byref variable will be forcibly initialized 634 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/misc/bh1770glc.c:12: /kisskb/src/drivers/misc/bh1770glc.c: In function 'bh1770_lux_result_show': /kisskb/src/include/linux/wait.h:303: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/misc/bh1770glc.c:688:19: note: in expansion of macro 'wait_event_interruptible_timeout' 688 | timeout = wait_event_interruptible_timeout(chip->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/include/linux/i2c.h:13, from /kisskb/src/include/linux/i3c/master.h:14, from /kisskb/src/drivers/i3c/master/dw-i3c-master.c:13: /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'dw_i3c_master_wr_tx_fifo': /kisskb/src/drivers/i3c/master/dw-i3c-master.c:338:21: note: byref variable will be forcibly initialized 338 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/i3c/master/dw-i3c-master.c: In function 'dw_i3c_master_read_rx_fifo': /kisskb/src/drivers/i3c/master/dw-i3c-master.c:350:21: note: byref variable will be forcibly initialized 350 | u32 tmp; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_prealloc_size': /kisskb/src/fs/xfs/xfs_iomap.c:380:33: note: byref variable will be forcibly initialized 380 | int qshift = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:376:33: note: byref variable will be forcibly initialized 376 | xfs_fsblock_t qblocks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:375:33: note: byref variable will be forcibly initialized 375 | int64_t freesp; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:371:39: note: byref variable will be forcibly initialized 371 | struct xfs_bmbt_irec prev, got; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:371:33: note: byref variable will be forcibly initialized 371 | struct xfs_bmbt_irec prev, got; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:370:33: note: byref variable will be forcibly initialized 370 | struct xfs_iext_cursor ncur = *icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_read_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1206:33: note: byref variable will be forcibly initialized 1206 | unsigned int lockmode = XFS_ILOCK_SHARED; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1205:33: note: byref variable will be forcibly initialized 1205 | bool shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1204:33: note: byref variable will be forcibly initialized 1204 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1201:33: note: byref variable will be forcibly initialized 1201 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_seek_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1248:39: note: byref variable will be forcibly initialized 1248 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1248:33: note: byref variable will be forcibly initialized 1248 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1247:33: note: byref variable will be forcibly initialized 1247 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_enable_store': /kisskb/src/drivers/misc/apds990x.c:807:23: note: byref variable will be forcibly initialized 807 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_rate_store': /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_xattr_iomap_begin': /kisskb/src/drivers/misc/apds990x.c:748:23: note: byref variable will be forcibly initialized 748 | unsigned long value; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1332:33: note: byref variable will be forcibly initialized 1332 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1331:33: note: byref variable will be forcibly initialized 1331 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_calib_store': /kisskb/src/drivers/misc/apds990x.c:683:23: note: byref variable will be forcibly initialized 683 | unsigned long value; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_eof_align_last_fsb': /kisskb/src/fs/xfs/xfs_iomap.c:166:33: note: byref variable will be forcibly initialized 166 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:165:33: note: byref variable will be forcibly initialized 165 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_threshold_store': /kisskb/src/drivers/misc/apds990x.c:960:23: note: byref variable will be forcibly initialized 960 | unsigned long value; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_direct': /kisskb/src/fs/xfs/xfs_iomap.c:203:33: note: byref variable will be forcibly initialized 203 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:201:34: note: byref variable will be forcibly initialized 201 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_set_lux_thresh': /kisskb/src/drivers/misc/apds990x.c:892:23: note: byref variable will be forcibly initialized 892 | unsigned long thresh; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_direct_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:745:33: note: byref variable will be forcibly initialized 745 | unsigned int lockmode = XFS_ILOCK_SHARED; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:743:33: note: byref variable will be forcibly initialized 743 | bool shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:742:33: note: byref variable will be forcibly initialized 742 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:739:39: note: byref variable will be forcibly initialized 739 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:739:33: note: byref variable will be forcibly initialized 739 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_power_state_store': /kisskb/src/drivers/misc/apds990x.c:995:23: note: byref variable will be forcibly initialized 995 | unsigned long value; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_buffered_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:917:33: note: byref variable will be forcibly initialized 917 | unsigned int lockmode = XFS_ILOCK_EXCL; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:914:63: note: byref variable will be forcibly initialized 914 | bool eof = false, cow_eof = false, shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:912:39: note: byref variable will be forcibly initialized 912 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:912:33: note: byref variable will be forcibly initialized 912 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:911:39: note: byref variable will be forcibly initialized 911 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:911:33: note: byref variable will be forcibly initialized 911 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_unwritten': /kisskb/src/fs/xfs/xfs_iomap.c:514:25: note: byref variable will be forcibly initialized 514 | xfs_bmbt_irec_t imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:513:26: note: byref variable will be forcibly initialized 513 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c:512:25: note: byref variable will be forcibly initialized 512 | int nimaps; | ^~~~~~ /kisskb/src/fs/nilfs2/segbuf.c: In function 'nilfs_segbuf_write': /kisskb/src/fs/nilfs2/segbuf.c:410:33: note: byref variable will be forcibly initialized 410 | struct nilfs_write_info wi; | ^~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/misc/apds990x.c:12: /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_show': /kisskb/src/include/linux/wait.h:303: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/misc/apds990x.c:633:19: note: in expansion of macro 'wait_event_interruptible_timeout' 633 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_irq': /kisskb/src/drivers/misc/apds990x.c:507:29: note: byref variable will be forcibly initialized 507 | u16 clr_ch; | ^~~~~~ /kisskb/src/drivers/misc/apds990x.c:477:12: note: byref variable will be forcibly initialized 477 | u8 status; | ^~~~~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_init_one': /kisskb/src/drivers/ata/pata_atiixp.c:282:37: note: byref variable will be forcibly initialized 282 | const struct ata_port_info *ppi[] = { &info, &info }; | ^~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_bmdma_stop': /kisskb/src/drivers/ata/pata_atiixp.c:246:13: note: byref variable will be forcibly initialized 246 | u16 tmp16; | ^~~~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_bmdma_start': /kisskb/src/drivers/ata/pata_atiixp.c:219:13: note: byref variable will be forcibly initialized 219 | u16 tmp16; | ^~~~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_set_pio_timing': /kisskb/src/drivers/ata/pata_atiixp.c:111:13: note: byref variable will be forcibly initialized 111 | u16 pio_mode_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_atiixp.c:110:13: note: byref variable will be forcibly initialized 110 | u32 pio_timing_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_set_dmamode': /kisskb/src/drivers/ata/pata_atiixp.c:173:21: note: byref variable will be forcibly initialized 173 | u32 mwdma_timing_data; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_atiixp.c:163:21: note: byref variable will be forcibly initialized 163 | u16 udma_mode_data; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_atiixp.c: In function 'atiixp_cable_detect': /kisskb/src/drivers/ata/pata_atiixp.c:52:12: note: byref variable will be forcibly initialized 52 | u8 udma; | ^~~~ 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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__inode_exit': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_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/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_file_exit': /kisskb/src/include/trace/perf.h: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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_fs': /kisskb/src/include/trace/perf.h: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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_unlink_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/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_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/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_data_blocks_range': /kisskb/src/include/trace/perf.h: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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_op': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__truncate_node': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/perf.h: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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_file_write_iter': /kisskb/src/include/trace/perf.h: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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_map_blocks': /kisskb/src/include/trace/perf.h: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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_background_gc': /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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_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/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_gc_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/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_get_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readdir': /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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fallocate': /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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'hba_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:983:33: note: byref variable will be forcibly initialized 983 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:788:29: note: byref variable will be forcibly initialized 788 | u32 caps; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:787:29: note: byref variable will be forcibly initialized 787 | u16 stat; | ^~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_direct_IO_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_reserve_new_blocks': /kisskb/src/include/trace/perf.h: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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__bio': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_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/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_filemap_fault': /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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_writepages': /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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_readpages': /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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_write_checkpoint': /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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_discard': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_issue_reset_zone': /kisskb/src/include/trace/perf.h: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/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_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/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_zone, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_issue_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/perf.h: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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/perf.h: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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_update_extent_tree_range': /kisskb/src/include/trace/perf.h: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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shrink_extent_tree': /kisskb/src/include/trace/perf.h: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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_destroy_extent_tree': /kisskb/src/include/trace/perf.h: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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_shutdown': /kisskb/src/include/trace/perf.h: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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ 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/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_buffered_ioctl': /kisskb/src/include/linux/wait.h: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/scsi/esas2r/esas2r_ioctl.c:275:17: note: in expansion of macro 'wait_event_interruptible' 275 | wait_event_interruptible(a->buffered_ioctl_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:209:34: note: byref variable will be forcibly initialized 209 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_zip_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_bmap': /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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs_fiemap': /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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_smp_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:314:38: note: byref variable will be forcibly initialized 314 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__rw_end': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_csmi_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:648:38: note: byref variable will be forcibly initialized 648 | struct esas2r_buffered_ioctl bi; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode': /kisskb/src/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/f2fs.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__inode_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'csmi_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:527:33: note: byref variable will be forcibly initialized 527 | struct scsi_lun lun; | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_fs': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_unlink_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_data_blocks_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_op': /kisskb/src/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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__truncate_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_file_write_iter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'do_fm_api': /kisskb/src/include/linux/wait.h: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/scsi/esas2r/esas2r_ioctl.c:161:17: note: in expansion of macro 'wait_event_interruptible' 161 | wait_event_interruptible(a->fm_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_map_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_background_gc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_gc_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/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_hba_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1232:38: note: byref variable will be forcibly initialized 1232 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_gc_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/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_params': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ /kisskb/src/include/linux/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/scsi/esas2r/esas2r_ioctl.c:1260:25: note: in expansion of macro 'wait_event_interruptible' 1260 | wait_event_interruptible(a->nvram_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_get_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_readdir': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_fallocate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_direct_IO_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_vda': /kisskb/src/include/linux/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/scsi/esas2r/esas2r_ioctl.c:1865:33: note: in expansion of macro 'wait_event_interruptible' 1865 | wait_event_interruptible(a->vda_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1833:42: note: byref variable will be forcibly initialized 1833 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_reserve_new_blocks': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__bio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_vda': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1896:28: note: byref variable will be forcibly initialized 1896 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_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/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_write_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/delay.h:23, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_fs': /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_filemap_fault': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/linux/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/scsi/esas2r/esas2r_ioctl.c:1997:25: note: in expansion of macro 'wait_event_interruptible' 1997 | wait_event_interruptible(a->fs_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1953:42: note: byref variable will be forcibly initialized 1953 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_writepages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_readpages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_write_checkpoint': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_discard': /kisskb/src/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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_issue_reset_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/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_zone, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_issue_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_lookup_extent_tree_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_update_extent_tree_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_shrink_extent_tree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_destroy_extent_tree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_shutdown': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_zip_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/events/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_zip_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_bmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs_fiemap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__rw_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/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ 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/fs/f2fs/super.c:8: /kisskb/src/fs/f2fs/super.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__submit_page_bio': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ /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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__submit_page_bio': /kisskb/src/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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__page': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__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/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__page, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__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/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__page, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'perf_trace_f2fs__rw_start': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/events/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/events/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function 'trace_event_raw_event_f2fs__rw_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/events/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/events/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/f2fs.h:2146, from /kisskb/src/fs/f2fs/super.c:40: /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__inode': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/f2fs.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/f2fs.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(f2fs__inode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_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: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/f2fs.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(f2fs_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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/trace/bpf_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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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: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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_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: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/f2fs.h:365:1: note: in expansion of macro 'TRACE_EVENT' 365 | TRACE_EVENT(f2fs_truncate_data_blocks_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_truncate_partial_nodes': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:499:1: note: in expansion of macro 'TRACE_EVENT' 499 | TRACE_EVENT(f2fs_truncate_partial_nodes, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_file_write_iter': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:533:1: note: in expansion of macro 'TRACE_EVENT' 533 | TRACE_EVENT(f2fs_file_write_iter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_background_gc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:617:1: note: in expansion of macro 'TRACE_EVENT' 617 | TRACE_EVENT(f2fs_background_gc, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:835:1: note: in expansion of macro 'TRACE_EVENT' 835 | TRACE_EVENT(f2fs_lookup_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_readdir': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:865:1: note: in expansion of macro 'TRACE_EVENT' 865 | TRACE_EVENT(f2fs_readdir, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_direct_IO_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/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_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/f2fs.h:934:1: note: in expansion of macro 'TRACE_EVENT' 934 | TRACE_EVENT(f2fs_direct_IO_enter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_reserve_new_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:999:1: note: in expansion of macro 'TRACE_EVENT' 999 | TRACE_EVENT(f2fs_reserve_new_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_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/f2fs.h:1183:1: note: in expansion of macro 'TRACE_EVENT' 1183 | TRACE_EVENT(f2fs_write_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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/trace/bpf_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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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: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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_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: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/f2fs.h:1491:1: note: in expansion of macro 'TRACE_EVENT' 1491 | TRACE_EVENT(f2fs_issue_flush, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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/trace/bpf_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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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: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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_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: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/f2fs.h:1578:1: note: in expansion of macro 'TRACE_EVENT' 1578 | TRACE_EVENT(f2fs_update_extent_tree_range, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_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/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/f2fs.h:1719:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1719 | DECLARE_EVENT_CLASS(f2fs_zip_start, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_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/events/f2fs.h:1750:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1750 | DECLARE_EVENT_CLASS(f2fs_zip_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_sync_fs': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:262:1: note: in expansion of macro 'TRACE_EVENT' 262 | TRACE_EVENT(f2fs_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__inode_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/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_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/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_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/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_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/events/f2fs.h:202:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 202 | DECLARE_EVENT_CLASS(f2fs__inode_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_unlink_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/events/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_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/events/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_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/events/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_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/events/f2fs.h:314:1: note: in expansion of macro 'TRACE_EVENT' 314 | TRACE_EVENT(f2fs_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__truncate_op': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:394:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 394 | DECLARE_EVENT_CLASS(f2fs__truncate_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__submit_page_bio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1027:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1027 | DECLARE_EVENT_CLASS(f2fs__submit_page_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1213 | DECLARE_EVENT_CLASS(f2fs__page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_issue_reset_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST2' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1470:1: note: in expansion of macro 'TRACE_EVENT' 1470 | TRACE_EVENT(f2fs_issue_reset_zone, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_lookup_extent_tree_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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_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/f2fs.h:1519:1: note: in expansion of macro 'TRACE_EVENT' 1519 | TRACE_EVENT(f2fs_lookup_extent_tree_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_destroy_extent_tree': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1634:1: note: in expansion of macro 'TRACE_EVENT' 1634 | TRACE_EVENT(f2fs_destroy_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__truncate_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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: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/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:452:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 452 | DECLARE_EVENT_CLASS(f2fs__truncate_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_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/f2fs.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(f2fs_lookup_start, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__bio': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1086:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1086 | DECLARE_EVENT_CLASS(f2fs__bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1157:1: note: in expansion of macro 'TRACE_EVENT' 1157 | TRACE_EVENT(f2fs_write_begin, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_filemap_fault': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1285:1: note: in expansion of macro 'TRACE_EVENT' 1285 | TRACE_EVENT(f2fs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_writepages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1311:1: note: in expansion of macro 'TRACE_EVENT' 1311 | TRACE_EVENT(f2fs_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_readpages': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1375:1: note: in expansion of macro 'TRACE_EVENT' 1375 | TRACE_EVENT(f2fs_readpages, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_write_checkpoint': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1401:1: note: in expansion of macro 'TRACE_EVENT' 1401 | TRACE_EVENT(f2fs_write_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_discard': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1425:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1425 | DECLARE_EVENT_CLASS(f2fs_discard, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/f2fs.h:1542:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 1542 | TRACE_EVENT_CONDITION(f2fs_lookup_extent_tree_end, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_shrink_extent_tree': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1609:1: note: in expansion of macro 'TRACE_EVENT' 1609 | TRACE_EVENT(f2fs_shrink_extent_tree, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_sync_dirty_inodes': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1657:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1657 | DECLARE_EVENT_CLASS(f2fs_sync_dirty_inodes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_shutdown': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1695:1: note: in expansion of macro 'TRACE_EVENT' 1695 | TRACE_EVENT(f2fs_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_bmap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:1986:1: note: in expansion of macro 'TRACE_EVENT' 1986 | TRACE_EVENT(f2fs_bmap, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:2090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2090 | DECLARE_EVENT_CLASS(f2fs__rw_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_map_blocks': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:564:1: note: in expansion of macro 'TRACE_EVENT' 564 | TRACE_EVENT(f2fs_map_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_fallocate': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:894:1: note: in expansion of macro 'TRACE_EVENT' 894 | TRACE_EVENT(f2fs_fallocate, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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/trace/bpf_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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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: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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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: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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_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: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/f2fs.h:965:1: note: in expansion of macro 'TRACE_EVENT' 965 | TRACE_EVENT(f2fs_direct_IO_exit, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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/trace/bpf_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_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:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:645:1: note: in expansion of macro 'TRACE_EVENT' 645 | TRACE_EVENT(f2fs_gc_begin, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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/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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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: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/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_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:75:25: note: in expansion of macro '__CAST_TO_U64' 75 | #define __CAST11(a,...) __CAST_TO_U64(a), __CAST10(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST11' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/f2fs.h:702:1: note: in expansion of macro 'TRACE_EVENT' 702 | TRACE_EVENT(f2fs_gc_end, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_get_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_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: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/f2fs.h:757:1: note: in expansion of macro 'TRACE_EVENT' 757 | TRACE_EVENT(f2fs_get_victim, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs_fiemap': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/f2fs.h:2012:1: note: in expansion of macro 'TRACE_EVENT' 2012 | TRACE_EVENT(f2fs_fiemap, | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function '__bpf_trace_f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_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/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/f2fs.h:2049:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2049 | DECLARE_EVENT_CLASS(f2fs__rw_start, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/f2fs/super.c:32: /kisskb/src/fs/f2fs/super.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1943:11: note: byref variable will be forcibly initialized 1943 | } desc; | ^~~~ /kisskb/src/fs/f2fs/super.c: In function 'kill_f2fs_super': /kisskb/src/fs/f2fs/super.c:4535:43: note: byref variable will be forcibly initialized 4535 | struct cp_control cpc = { | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_printk': /kisskb/src/fs/f2fs/super.c:247:17: note: byref variable will be forcibly initialized 247 | va_list args; | ^~~~ /kisskb/src/fs/f2fs/super.c:246:26: note: byref variable will be forcibly initialized 246 | struct va_format vaf; | ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2275:42: note: byref variable will be forcibly initialized 2275 | struct usbdevfs_disconnectsignal ds; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_drop_privileges': /kisskb/src/drivers/usb/core/devio.c:2527:13: note: byref variable will be forcibly initialized 2527 | u32 data; | ^~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_set_zstd_level': /kisskb/src/fs/f2fs/super.c:627:22: note: byref variable will be forcibly initialized 627 | unsigned int level; | ^~~~~ /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; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:678:34: note: byref variable will be forcibly initialized 678 | struct list_head *p, *q, hitlist; | ^~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'parse_options': /kisskb/src/fs/f2fs/super.c:665:13: note: byref variable will be forcibly initialized 665 | int arg = 0; | ^~~ /kisskb/src/fs/f2fs/super.c:658:21: note: byref variable will be forcibly initialized 658 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1446:37: note: byref variable will be forcibly initialized 1446 | struct usbdevfs_connectinfo ci; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_mmap': /kisskb/src/drivers/usb/core/devio.c:237:20: note: byref variable will be forcibly initialized 237 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'init_blkz_info': /kisskb/src/fs/f2fs/super.c:3705:39: note: byref variable will be forcibly initialized 3705 | struct f2fs_report_zones_args rep_zone_arg; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1427:35: note: byref variable will be forcibly initialized 1427 | struct usbdevfs_getdriver gd; | ^~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_disable_checkpoint': /kisskb/src/fs/f2fs/super.c:2114:40: note: byref variable will be forcibly initialized 2114 | struct f2fs_gc_control gc_control = { | ^~~~~~~~~~ /kisskb/src/fs/f2fs/super.c:2092:27: note: byref variable will be forcibly initialized 2092 | struct cp_control cpc; | ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:323:46: note: byref variable will be forcibly initialized 323 | struct usb_device_descriptor temp_desc; | ^~~~~~~~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_put_super': /kisskb/src/fs/f2fs/super.c:1567:35: note: byref variable will be forcibly initialized 1567 | struct cp_control cpc = { | ^~~ /kisskb/src/fs/f2fs/super.c:1556:35: note: byref variable will be forcibly initialized 1556 | struct cp_control cpc = { | ^~~ /kisskb/src/fs/f2fs/super.c: In function 'f2fs_fill_super': /kisskb/src/fs/f2fs/super.c:4016:26: note: byref variable will be forcibly initialized 4016 | int recovery, i, valid_super_block; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/super.c:4016:13: note: byref variable will be forcibly initialized 4016 | int recovery, i, valid_super_block; | ^~~~~~~~ /kisskb/src/fs/f2fs/super.c:4011:34: note: byref variable will be forcibly initialized 4011 | struct f2fs_super_block *raw_super; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'usbfs_start_wait_urb': /kisskb/src/drivers/usb/core/devio.c:1130:36: note: byref variable will be forcibly initialized 1130 | DECLARE_COMPLETION_ONSTACK(ctx); | ^~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_control': /kisskb/src/drivers/usb/core/devio.c:1163:31: note: byref variable will be forcibly initialized 1163 | unsigned int wLength, actlen; | ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1264:38: note: byref variable will be forcibly initialized 1264 | struct usbdevfs_ctrltransfer ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1275:33: note: byref variable will be forcibly initialized 1275 | unsigned int tmo, len1, len2, pipe; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1363:38: note: byref variable will be forcibly initialized 1363 | struct usbdevfs_bulktransfer bulk; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1519:38: note: byref variable will be forcibly initialized 1519 | struct usbdevfs_setinterface setintf; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1983:18: note: byref variable will be forcibly initialized 1983 | sigval_t userurb_sigval; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1982:29: note: byref variable will be forcibly initialized 1982 | struct usbdevfs_urb uurb; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:620:18: note: userspace variable will be forcibly initialized 620 | sigval_t addr; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/usb/core/devio.c:2387:33: note: byref variable will be forcibly initialized 2387 | struct usbdevfs_ioctl ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2453:42: note: byref variable will be forcibly initialized 2453 | struct usbdevfs_disconnect_claim dc; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_alloc_streams': /kisskb/src/drivers/usb/core/devio.c:2490:31: note: byref variable will be forcibly initialized 2490 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2489:36: note: byref variable will be forcibly initialized 2489 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2488:31: note: byref variable will be forcibly initialized 2488 | unsigned num_streams, num_eps; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2488:18: note: byref variable will be forcibly initialized 2488 | unsigned num_streams, num_eps; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_free_streams': /kisskb/src/drivers/usb/core/devio.c:2510:31: note: byref variable will be forcibly initialized 2510 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2509:36: note: byref variable will be forcibly initialized 2509 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2508:18: note: byref variable will be forcibly initialized 2508 | unsigned num_eps; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'proc_wait_for_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2574:15: note: in expansion of macro 'wait_event_interruptible' 2574 | ret = wait_event_interruptible(ps->wait_for_resume, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1460:37: note: byref variable will be forcibly initialized 1460 | struct usbdevfs_conninfo_ex ci; | ^~ /kisskb/src/drivers/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/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/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1919:33: note: byref variable will be forcibly initialized 1919 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1244:14: note: byref variable will be forcibly initialized 1244 | char end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1243:24: note: byref variable will be forcibly initialized 1243 | unsigned short addr; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/i2c/i2c-core-base.c:16: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2260:30: note: byref variable will be forcibly initialized 2260 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2219:30: note: byref variable will be forcibly initialized 2219 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2191:24: note: byref variable will be forcibly initialized 2191 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1121:13: note: byref variable will be forcibly initialized 1121 | u32 addr = default_addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1176:22: note: byref variable will be forcibly initialized 1176 | char *blank, end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1174:31: note: byref variable will be forcibly initialized 1174 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2288:31: note: byref variable will be forcibly initialized 2288 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_reg_read': /kisskb/src/drivers/input/mouse/sentelic.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_onpad_hscr': /kisskb/src/drivers/input/mouse/sentelic.c:386:18: note: byref variable will be forcibly initialized 386 | int val, v2; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c:386:13: note: byref variable will be forcibly initialized 386 | int val, v2; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_onpad_vscr': /kisskb/src/drivers/input/mouse/sentelic.c:365:13: note: byref variable will be forcibly initialized 365 | int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_reg_write_enable': /kisskb/src/drivers/input/mouse/sentelic.c:183:13: note: byref variable will be forcibly initialized 183 | int v, nv; | ^ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_get_sn': /kisskb/src/drivers/input/mouse/sentelic.c:295:21: note: byref variable will be forcibly initialized 295 | int v0, v1, v2; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c:295:17: note: byref variable will be forcibly initialized 295 | int v0, v1, v2; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c:295:13: note: byref variable will be forcibly initialized 295 | int v0, v1, v2; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_get_buttons': /kisskb/src/drivers/input/mouse/sentelic.c:322:13: note: byref variable will be forcibly initialized 322 | int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_page_reg_read': /kisskb/src/drivers/input/mouse/sentelic.c:204:23: note: byref variable will be forcibly initialized 204 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_opc_tag_enable': /kisskb/src/drivers/input/mouse/sentelic.c:334:13: note: byref variable will be forcibly initialized 334 | int v, nv; | ^ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_show_pagereg': /kisskb/src/drivers/input/mouse/sentelic.c:491:13: note: byref variable will be forcibly initialized 491 | int val = 0; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_set_hscroll': /kisskb/src/drivers/input/mouse/sentelic.c:561:22: note: byref variable will be forcibly initialized 561 | unsigned int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_set_vscroll': /kisskb/src/drivers/input/mouse/sentelic.c:532:22: note: byref variable will be forcibly initialized 532 | unsigned int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_set_pagereg': /kisskb/src/drivers/input/mouse/sentelic.c:502:22: note: byref variable will be forcibly initialized 502 | unsigned int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_set_getreg': /kisskb/src/drivers/input/mouse/sentelic.c:466:27: note: byref variable will be forcibly initialized 466 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c:466:22: note: byref variable will be forcibly initialized 466 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_attr_set_setreg': /kisskb/src/drivers/input/mouse/sentelic.c:423:15: note: byref variable will be forcibly initialized 423 | char *rest; | ^~~~ /kisskb/src/drivers/input/mouse/sentelic.c:422:27: note: byref variable will be forcibly initialized 422 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_activate_protocol': /kisskb/src/drivers/input/mouse/sentelic.c:843:13: note: byref variable will be forcibly initialized 843 | int val; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c:842:23: note: byref variable will be forcibly initialized 842 | unsigned char param[2]; | ^~~~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_detect': /kisskb/src/drivers/input/mouse/sentelic.c:964:13: note: byref variable will be forcibly initialized 964 | int id; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_reconnect': /kisskb/src/drivers/input/mouse/sentelic.c:998:13: note: byref variable will be forcibly initialized 998 | int version; | ^~~~~~~ /kisskb/src/drivers/input/mouse/sentelic.c: In function 'fsp_init': /kisskb/src/drivers/input/mouse/sentelic.c:1015:23: note: byref variable will be forcibly initialized 1015 | int ver, rev, sn = 0; | ^~ /kisskb/src/drivers/input/mouse/sentelic.c:1015:18: note: byref variable will be forcibly initialized 1015 | int ver, rev, sn = 0; | ^~~ /kisskb/src/drivers/input/mouse/sentelic.c:1015:13: note: byref variable will be forcibly initialized 1015 | int ver, rev, sn = 0; | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_writereg': /kisskb/src/drivers/media/tuners/mc44s803.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c:25:12: note: byref variable will be forcibly initialized 25 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_readreg': /kisskb/src/drivers/media/tuners/mc44s803.c:47:24: note: byref variable will be forcibly initialized 47 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c:45:12: note: byref variable will be forcibly initialized 45 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_attach': /kisskb/src/drivers/media/tuners/mc44s803.c:312:13: note: byref variable will be forcibly initialized 312 | u32 reg; | ^~~ 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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_collection_stage_transition': /kisskb/src/include/trace/perf.h: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/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ /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/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_transaction_transition': /kisskb/src/include/trace/perf.h: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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_check': /kisskb/src/include/trace/perf.h: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/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/perf.h: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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_segment_usage_freed': /kisskb/src/include/trace/perf.h: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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/perf.h: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/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ /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/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'perf_trace_nilfs2_mdt_submit_block': /kisskb/src/include/trace/perf.h: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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ /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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_collection_stage_transition': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_transaction_transition': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_check': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_segment_usage_freed': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_insert_new_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'trace_event_raw_event_nilfs2_mdt_submit_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/nilfs2.h:225, from /kisskb/src/fs/nilfs2/segment.c:78: /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_collection_stage_transition': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/nilfs2.h:25:1: note: in expansion of macro 'TRACE_EVENT' 25 | TRACE_EVENT(nilfs2_collection_stage_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_transaction_transition': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(nilfs2_transaction_transition, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:99:1: note: in expansion of macro 'TRACE_EVENT' 99 | TRACE_EVENT(nilfs2_segment_usage_check, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_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/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/nilfs2.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(nilfs2_mdt_insert_new_block, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_allocated': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:124:1: note: in expansion of macro 'TRACE_EVENT' 124 | TRACE_EVENT(nilfs2_segment_usage_allocated, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_segment_usage_freed': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/nilfs2.h:145:1: note: in expansion of macro 'TRACE_EVENT' 145 | TRACE_EVENT(nilfs2_segment_usage_freed, | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function '__bpf_trace_nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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/trace/bpf_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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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: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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_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: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/nilfs2.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(nilfs2_mdt_submit_block, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:19: note: byref variable will be forcibly initialized 345 | 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/nilfs2/segment.c: In function 'nilfs_segctor_collect_dirty_files': /kisskb/src/fs/nilfs2/segment.c:1939:45: note: byref variable will be forcibly initialized 1939 | struct buffer_head *ibh; | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_execute_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:530:19: note: byref variable will be forcibly initialized 530 | LIST_HEAD(alist); | ^~~~~ /kisskb/src/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/scsi/aic94xx/aic94xx_task.c:529:13: note: byref variable will be forcibly initialized 529 | int res = 0; | ^~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_begin_construction': /kisskb/src/fs/nilfs2/segment.c:1280:15: note: byref variable will be forcibly initialized 1280 | __u64 nextnum; | ^~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_create_checkpoint': /kisskb/src/fs/nilfs2/segment.c:862:34: note: byref variable will be forcibly initialized 862 | struct nilfs_checkpoint *raw_cp; | ^~~~~~ /kisskb/src/fs/nilfs2/segment.c:861:29: note: byref variable will be forcibly initialized 861 | struct buffer_head *bh_cp; | ^~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_lookup_dirty_data_buffers': /kisskb/src/fs/nilfs2/segment.c:684:17: note: byref variable will be forcibly initialized 684 | pgoff_t index = 0, last = ULONG_MAX; | ^~~~~ /kisskb/src/fs/nilfs2/segment.c:683:24: note: byref variable will be forcibly initialized 683 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file_dsync': /kisskb/src/fs/nilfs2/segment.c:1093:19: note: byref variable will be forcibly initialized 1093 | LIST_HEAD(data_buffers); | ^~~~~~~~~~~~ /kisskb/src/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/nilfs2/segment.c: In function 'nilfs_lookup_dirty_node_buffers': /kisskb/src/fs/nilfs2/segment.c:740:17: note: byref variable will be forcibly initialized 740 | pgoff_t index = 0; | ^~~~~ /kisskb/src/fs/nilfs2/segment.c:737:24: note: byref variable will be forcibly initialized 737 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_scan_file': /kisskb/src/fs/nilfs2/segment.c:1042:19: note: byref variable will be forcibly initialized 1042 | LIST_HEAD(node_buffers); | ^~~~~~~~~~~~ /kisskb/src/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/nilfs2/segment.c:1041:19: note: byref variable will be forcibly initialized 1041 | LIST_HEAD(data_buffers); | ^~~~~~~~~~~~ /kisskb/src/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/nilfs2/segment.c: In function 'nilfs_segctor_collect_blocks': /kisskb/src/fs/nilfs2/segment.c:1116:16: note: byref variable will be forcibly initialized 1116 | size_t ndone; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_extend_segments': /kisskb/src/fs/nilfs2/segment.c:1342:19: note: byref variable will be forcibly initialized 1342 | 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/nilfs2/segment.c:1341:15: note: byref variable will be forcibly initialized 1341 | __u64 nextnextnum; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_update_payload_blocknr': /kisskb/src/fs/nilfs2/segment.c:1557:29: note: byref variable will be forcibly initialized 1557 | struct buffer_head *bh, *bh_org; | ^~ /kisskb/src/fs/nilfs2/segment.c:1556:27: note: byref variable will be forcibly initialized 1556 | union nilfs_binfo binfo; | ^~~~~ /kisskb/src/fs/nilfs2/segment.c:1554:37: note: byref variable will be forcibly initialized 1554 | struct nilfs_segsum_pointer ssp; | ^~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_fill_in_checkpoint': /kisskb/src/fs/nilfs2/segment.c:888:34: note: byref variable will be forcibly initialized 888 | struct nilfs_checkpoint *raw_cp; | ^~~~~~ /kisskb/src/fs/nilfs2/segment.c:887:29: note: byref variable will be forcibly initialized 887 | struct buffer_head *bh_cp; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_abort_construction': /kisskb/src/fs/nilfs2/segment.c:1787:19: note: byref variable will be forcibly initialized 1787 | LIST_HEAD(logs); | ^~~~ /kisskb/src/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/nilfs2/segment.c: In function 'nilfs_dispose_list': /kisskb/src/fs/nilfs2/segment.c:770:34: note: byref variable will be forcibly initialized 770 | struct nilfs_inode_info *ivec[SC_N_INODEVEC], **pii; | ^~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_sync': /kisskb/src/fs/nilfs2/segment.c:2164:43: note: byref variable will be forcibly initialized 2164 | struct nilfs_segctor_wait_request wait_req; | ^~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread_construct': /kisskb/src/fs/nilfs2/segment.c:2480:39: note: byref variable will be forcibly initialized 2480 | struct nilfs_transaction_info ti; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_start_thread': /kisskb/src/include/linux/wait.h:303: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/nilfs2/segment.c:2626:9: note: in expansion of macro 'wait_event' 2626 | wait_event(sci->sc_wait_task, sci->sc_task != NULL); | ^~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_kill_thread': /kisskb/src/include/linux/wait.h: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/nilfs2/segment.c:2639:17: note: in expansion of macro 'wait_event' 2639 | wait_event(sci->sc_wait_task, sci->sc_task == NULL); | ^~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_thread': /kisskb/src/fs/nilfs2/segment.c:2577:29: note: byref variable will be forcibly initialized 2577 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/nilfs2/segment.c:2577:17: note: in expansion of macro 'DEFINE_WAIT' 2577 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_segctor_write_out': /kisskb/src/fs/nilfs2/segment.c:2694:47: note: byref variable will be forcibly initialized 2694 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_construct_dsync_segment': /kisskb/src/fs/nilfs2/segment.c:2276:39: note: byref variable will be forcibly initialized 2276 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_clean_segments': /kisskb/src/fs/nilfs2/segment.c:2426:39: note: byref variable will be forcibly initialized 2426 | struct nilfs_transaction_info ti; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/fs/nilfs2/segment.c:11: /kisskb/src/fs/nilfs2/segment.c: In function 'nilfs_detach_log_writer': /kisskb/src/fs/nilfs2/segment.c:2806:19: note: byref variable will be forcibly initialized 2806 | LIST_HEAD(garbage_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/ata/pata_cypress.c: In function 'cy82c693_init_one': /kisskb/src/drivers/ata/pata_cypress.c:136:37: note: byref variable will be forcibly initialized 136 | const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; | ^~~ /kisskb/src/drivers/ata/pata_cypress.c: In function 'cy82c693_set_piomode': /kisskb/src/drivers/ata/pata_cypress.c:62:13: note: byref variable will be forcibly initialized 62 | u32 addr; | ^~~~ /kisskb/src/drivers/ata/pata_cypress.c:59:27: note: byref variable will be forcibly initialized 59 | struct ata_timing t; | ^ /kisskb/src/drivers/input/joystick/adi.c: In function 'adi_init_input': /kisskb/src/drivers/input/joystick/adi.c:388:14: note: byref variable will be forcibly initialized 388 | char buf[ADI_MAX_NAME_LENGTH]; | ^~~ /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; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/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; | ^~~~~ /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c: In function 'esas2r_complete_vda_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c:305:30: note: byref variable will be forcibly initialized 305 | char buf[sizeof(cfg->data.init.fw_release) + 1]; | ^~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2133:37: note: byref variable will be forcibly initialized 2133 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2132:23: note: byref variable will be forcibly initialized 2132 | unsigned long adata, mask, len; | ^~~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2161:37: note: byref variable will be forcibly initialized 2161 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2160:30: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ /kisskb/src/fs/namei.c:2160:23: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1409:25: note: in expansion of macro 'smp_load_acquire' 1409 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1384:33: note: in expansion of macro 'smp_load_acquire' 1384 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1428:26: note: in expansion of macro 'smp_load_acquire' 1428 | unsigned flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1464:14: note: byref variable will be forcibly initialized 1464 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1874:26: note: byref variable will be forcibly initialized 1874 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1873:29: note: byref variable will be forcibly initialized 1873 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1317:26: note: byref variable will be forcibly initialized 1317 | unsigned seq, mseq = read_seqbegin(&mount_lock); | ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1913:29: note: byref variable will be forcibly initialized 1913 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function '__lookup_slow': /kisskb/src/fs/namei.c:1664:41: note: byref variable will be forcibly initialized 1664 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1524:14: note: byref variable will be forcibly initialized 1524 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1829:21: note: byref variable will be forcibly initialized 1829 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2283:45: note: byref variable will be forcibly initialized 2283 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2539:26: note: byref variable will be forcibly initialized 2539 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2674:21: note: byref variable will be forcibly initialized 2674 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2701:21: note: byref variable will be forcibly initialized 2701 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2731:21: note: byref variable will be forcibly initialized 2731 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_unlocked': /kisskb/src/fs/namei.c:2762:21: note: byref variable will be forcibly initialized 2762 | struct qstr this; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'lookup_one_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2803:46: note: in expansion of macro 'smp_load_acquire' 2803 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/fs/namei.c:2563:13: note: byref variable will be forcibly initialized 2563 | int type, error; | ^~~~ /kisskb/src/fs/namei.c:2562:21: note: byref variable will be forcibly initialized 2562 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3661:21: note: byref variable will be forcibly initialized 3661 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3761:13: note: byref variable will be forcibly initialized 3761 | int type; | ^~~~ /kisskb/src/fs/namei.c:3757:21: note: byref variable will be forcibly initialized 3757 | struct qstr last; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3329:41: note: byref variable will be forcibly initialized 3329 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4672:30: note: byref variable will be forcibly initialized 4672 | struct name_snapshot old_name; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/core/quirks.c:10: /kisskb/src/drivers/usb/core/quirks.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/quirks.c: In function 'quirks_param_set': /kisskb/src/drivers/usb/core/quirks.c:31:18: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:31:13: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:30:21: note: byref variable will be forcibly initialized 30 | char *val, *p, *field; | ^ /kisskb/src/fs/namei.c: In function 'page_symlink': /kisskb/src/fs/namei.c:5091:15: note: byref variable will be forcibly initialized 5091 | void *fsdata; | ^~~~~~ /kisskb/src/fs/namei.c:5090:22: note: byref variable will be forcibly initialized 5090 | struct page *page; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_queuecommand': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:823:34: note: byref variable will be forcibly initialized 823 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3921:21: note: byref variable will be forcibly initialized 3921 | struct path path; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_eh_abort': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1020:20: note: byref variable will be forcibly initialized 1020 | u8 task_management_status = RS_PENDING; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:979:32: note: byref variable will be forcibly initialized 979 | struct esas2r_request *abort_request = NULL; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_dev_targ_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1109:12: note: byref variable will be forcibly initialized 1109 | u8 task_management_status = RS_PENDING; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2499:26: note: byref variable will be forcibly initialized 2499 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3633:21: note: byref variable will be forcibly initialized 3633 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3713:26: note: byref variable will be forcibly initialized 3713 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3730:26: note: byref variable will be forcibly initialized 3730 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:4023:21: note: byref variable will be forcibly initialized 4023 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4123:13: note: byref variable will be forcibly initialized 4123 | int type; | ^~~~ /kisskb/src/fs/namei.c:4122:21: note: byref variable will be forcibly initialized 4122 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4121:21: note: byref variable will be forcibly initialized 4121 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4265:23: note: byref variable will be forcibly initialized 4265 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4263:13: note: byref variable will be forcibly initialized 4263 | int type; | ^~~~ /kisskb/src/fs/namei.c:4262:21: note: byref variable will be forcibly initialized 4262 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4261:21: note: byref variable will be forcibly initialized 4261 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4389:21: note: byref variable will be forcibly initialized 4389 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4536:23: note: byref variable will be forcibly initialized 4536 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4535:31: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4535:21: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4804:23: note: byref variable will be forcibly initialized 4804 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4803:23: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4803:13: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:31: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:21: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4801:31: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4801:21: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4798:27: note: byref variable will be forcibly initialized 4798 | struct renamedata rd; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/fs/namei.c:22: /kisskb/src/fs/namei.c: In function 'vfs_readlink': /kisskb/src/fs/namei.c:4985:29: note: byref variable will be forcibly initialized 4985 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:27: note: byref variable will be forcibly initialized 169 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/namei.c: In function 'page_readlink': /kisskb/src/fs/namei.c:5076:29: note: byref variable will be forcibly initialized 5076 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:13: note: byref variable will be forcibly initialized 291 | u64 h; | ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:730:42: note: byref variable will be forcibly initialized 730 | kernel_siginfo_t si; | ^~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:319:22: note: byref variable will be forcibly initialized 319 | struct flock flock; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'fasync_insert_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:931:9: note: in expansion of macro 'rcu_assign_pointer' 931 | rcu_assign_pointer(*fapp, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:201:34: note: byref variable will be forcibly initialized 201 | unsigned long c, data; | ^~~~ /kisskb/src/lib/string.c:177:37: note: byref variable will be forcibly initialized 177 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/drivers/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/misc/ds1682.c: In function 'ds1682_store': /kisskb/src/drivers/misc/ds1682.c:103:16: note: byref variable will be forcibly initialized 103 | __le32 val_le; | ^~~~~~ /kisskb/src/drivers/misc/ds1682.c:102:13: note: byref variable will be forcibly initialized 102 | u64 val; | ^~~ /kisskb/src/drivers/misc/ds1682.c: In function 'ds1682_show': /kisskb/src/drivers/misc/ds1682.c:60:16: note: byref variable will be forcibly initialized 60 | __le32 val_le = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/ioctl.c:8: /kisskb/src/fs/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:23: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ /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_fibmap': /kisskb/src/fs/ioctl.c:64:18: note: byref variable will be forcibly initialized 64 | sector_t block; | ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c: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); | ^~~ /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: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:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/input/mouse/trackpoint.c: In function 'trackpoint_detect': /kisskb/src/drivers/input/mouse/trackpoint.c:402: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/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/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:338:24: note: byref variable will be forcibly initialized 338 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:23: note: byref variable will be forcibly initialized 333 | unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_read_clear_intrbits_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:19: note: byref variable will be forcibly initialized 107 | u32 stat, dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:13: note: byref variable will be forcibly initialized 107 | u32 stat, dummy; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_irq_handler_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:160:12: note: byref variable will be forcibly initialized 160 | u8 val = 0, slave_activity; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:38: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:29: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:13: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~~~~~~ /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/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:255:22: note: byref variable will be forcibly initialized 255 | unsigned int data; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:14: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:314:22: note: byref variable will be forcibly initialized 314 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/usb/core/devices.c: In function 'usb_device_read': /kisskb/src/drivers/usb/core/devices.c:516:13: note: byref variable will be forcibly initialized 516 | int id; | ^~ /kisskb/src/drivers/usb/core/devices.c:515:16: note: byref variable will be forcibly initialized 515 | loff_t skip_bytes = *ppos; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/usb/host/xhci.c:11: /kisskb/src/drivers/usb/host/xhci.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_calculate_lpm_timeout': /kisskb/src/drivers/usb/host/xhci.c:4934:13: note: byref variable will be forcibly initialized 4934 | u16 timeout = USB3_LPM_DISABLED; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_reserve_bandwidth': /kisskb/src/drivers/usb/host/xhci.c:2823:29: note: byref variable will be forcibly initialized 2823 | struct xhci_bw_info ep_bw_info[31]; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_alloc_streams': /kisskb/src/drivers/usb/host/xhci.c:3517:13: note: byref variable will be forcibly initialized 3517 | u32 changed_ep_bitmask = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c:3514:22: note: byref variable will be forcibly initialized 3514 | unsigned int num_stream_ctxs; | ^~~~~~~~~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_block_when_processing_errors': /kisskb/src/include/linux/wait.h:303: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/scsi/scsi_error.c:382:9: note: in expansion of macro 'wait_event' 382 | wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:531:31: note: byref variable will be forcibly initialized 531 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1103:29: note: byref variable will be forcibly initialized 1103 | struct scsi_eh_save ses; | ^~~ 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/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1101:36: note: byref variable will be forcibly initialized 1101 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_target_reset': /kisskb/src/drivers/scsi/scsi_error.c:1588:19: note: byref variable will be forcibly initialized 1588 | LIST_HEAD(check_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/scsi/scsi_error.c:1587:19: note: byref variable will be forcibly initialized 1587 | 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/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1650:19: note: byref variable will be forcibly initialized 1650 | LIST_HEAD(check_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/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1722:19: note: byref variable will be forcibly initialized 1722 | LIST_HEAD(check_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/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2196:19: note: byref variable will be forcibly initialized 2196 | LIST_HEAD(eh_done_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/scsi/scsi_error.c:2195:19: note: byref variable will be forcibly initialized 2195 | LIST_HEAD(eh_work_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/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/media/tuners/mt2060.c: In function 'mt2060_set_params': /kisskb/src/drivers/media/tuners/mt2060.c:197:13: note: byref variable will be forcibly initialized 197 | u8 b[8]; | ^ /kisskb/src/drivers/ata/pata_efar.c: In function 'efar_init_one': /kisskb/src/drivers/ata/pata_efar.c:273:37: note: byref variable will be forcibly initialized 273 | const struct ata_port_info *ppi[] = { &info, &info }; | ^~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_calibrate': /kisskb/src/drivers/media/tuners/mt2060.c:279:12: note: byref variable will be forcibly initialized 279 | u8 b = 0; | ^ /kisskb/src/drivers/ata/pata_efar.c: In function 'efar_cable_detect': /kisskb/src/drivers/ata/pata_efar.c:63:12: note: byref variable will be forcibly initialized 63 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_efar.c: In function 'efar_set_dmamode': /kisskb/src/drivers/ata/pata_efar.c:199:20: note: byref variable will be forcibly initialized 199 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_efar.c:182:21: note: byref variable will be forcibly initialized 182 | u16 udma_timing; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_efar.c:166:12: note: byref variable will be forcibly initialized 166 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_efar.c:162:13: note: byref variable will be forcibly initialized 162 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_attach': /kisskb/src/drivers/media/tuners/mt2060.c:408:12: note: byref variable will be forcibly initialized 408 | u8 id = 0; | ^~ /kisskb/src/drivers/ata/pata_efar.c: In function 'efar_set_piomode': /kisskb/src/drivers/ata/pata_efar.c:126:20: note: byref variable will be forcibly initialized 126 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_efar.c:91:12: note: byref variable will be forcibly initialized 91 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_efar.c:90:13: note: byref variable will be forcibly initialized 90 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_probe': /kisskb/src/drivers/media/tuners/mt2060.c:452:12: note: byref variable will be forcibly initialized 452 | u8 chip_id; | ^~~~~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_mask': /kisskb/src/drivers/misc/hi6421v600-irq.c:140:22: note: byref variable will be forcibly initialized 140 | unsigned int data; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_unmask': /kisskb/src/drivers/misc/hi6421v600-irq.c:157:13: note: byref variable will be forcibly initialized 157 | u32 data, offset; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_init': /kisskb/src/drivers/misc/hi6421v600-irq.c:200:22: note: byref variable will be forcibly initialized 200 | unsigned int pending; | ^~~~~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_handler': /kisskb/src/drivers/misc/hi6421v600-irq.c:103:22: note: byref variable will be forcibly initialized 103 | unsigned int in; | ^~ /kisskb/src/drivers/misc/hi6421v600-irq.c:102:23: note: byref variable will be forcibly initialized 102 | unsigned long pending; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_initxattrs': /kisskb/src/fs/xfs/xfs_iops.c:57:41: note: byref variable will be forcibly initialized 57 | struct xfs_da_args args = { | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_nonsize': /kisskb/src/fs/xfs/xfs_iops.c:648:34: note: byref variable will be forcibly initialized 648 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_size': /kisskb/src/fs/xfs/xfs_iops.c:779:33: note: byref variable will be forcibly initialized 779 | bool did_zeroing = false; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:776:34: note: byref variable will be forcibly initialized 776 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_update_time': /kisskb/src/fs/xfs/xfs_iops.c:1025:34: note: byref variable will be forcibly initialized 1025 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_cleanup_inode': /kisskb/src/fs/xfs/xfs_iops.c:120:25: note: byref variable will be forcibly initialized 120 | struct xfs_name teardown; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_unlink': /kisskb/src/fs/xfs/xfs_iops.c:382:25: note: byref variable will be forcibly initialized 382 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_lookup': /kisskb/src/fs/xfs/xfs_iops.c:297:25: note: byref variable will be forcibly initialized 297 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:296:27: note: byref variable will be forcibly initialized 296 | struct xfs_inode *cip; | ^~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_rename': /kisskb/src/fs/xfs/xfs_iops.c:457:25: note: byref variable will be forcibly initialized 457 | struct xfs_name nname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:456:25: note: byref variable will be forcibly initialized 456 | struct xfs_name oname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_link': /kisskb/src/fs/xfs/xfs_iops.c:361:25: note: byref variable will be forcibly initialized 361 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_ci_lookup': /kisskb/src/fs/xfs/xfs_iops.c:323:25: note: byref variable will be forcibly initialized 323 | struct qstr dname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:322:25: note: byref variable will be forcibly initialized 322 | struct xfs_name ci_name; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:321:25: note: byref variable will be forcibly initialized 321 | struct xfs_name xname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:320:27: note: byref variable will be forcibly initialized 320 | struct xfs_inode *ip; | ^~ 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, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_setattr': /kisskb/src/fs/xfs/xfs_iops.c:992:41: note: byref variable will be forcibly initialized 992 | uint iolock; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'trace_event_raw_event_i2c_slave': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_symlink': /kisskb/src/fs/xfs/xfs_iops.c:410:25: note: byref variable will be forcibly initialized 410 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:409:27: note: byref variable will be forcibly initialized 409 | struct xfs_inode *cip = NULL; | ^~~ 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/fs/xfs/xfs_iops.c: In function 'xfs_generic_create': /kisskb/src/fs/xfs/xfs_iops.c:175:25: note: byref variable will be forcibly initialized 175 | struct xfs_name name; | ^~~~ /kisskb/src/include/trace/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/fs/xfs/xfs_iops.c:174:41: note: byref variable will be forcibly initialized 174 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/xfs/xfs_iops.c:174:27: note: byref variable will be forcibly initialized 174 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:173:27: note: byref variable will be forcibly initialized 173 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/include/trace/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/usb/core/port.c: In function 'disable_store': /kisskb/src/drivers/usb/core/port.c:63:14: note: byref variable will be forcibly initialized 63 | bool disabled; | ^~~~~~~~ /kisskb/src/drivers/usb/core/port.c: In function 'disable_show': /kisskb/src/drivers/usb/core/port.c:28:25: note: byref variable will be forcibly initialized 28 | u16 portstatus, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/port.c:28:13: note: byref variable will be forcibly initialized 28 | u16 portstatus, unused; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/port.c: In function 'quirks_store': /kisskb/src/drivers/usb/core/port.c:157:13: note: byref variable will be forcibly initialized 157 | u32 value; | ^~~~~ /kisskb/src/drivers/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/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]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/w1/masters/ds2490.c:8: /kisskb/src/drivers/w1/masters/ds2490.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_send_data': /kisskb/src/drivers/w1/masters/ds2490.c:358:13: note: byref variable will be forcibly initialized 358 | int count, err; | ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_status': /kisskb/src/drivers/w1/masters/ds2490.c:270:13: note: byref variable will be forcibly initialized 270 | int count, err; | ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_recv_data': /kisskb/src/drivers/w1/masters/ds2490.c:315:13: note: byref variable will be forcibly initialized 315 | int count, err; | ^~~~~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds9490r_search': /kisskb/src/drivers/w1/masters/ds2490.c:681:26: note: byref variable will be forcibly initialized 681 | struct ds_status st; | ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_block': /kisskb/src/drivers/w1/masters/ds2490.c:618:26: note: byref variable will be forcibly initialized 618 | struct ds_status st; | ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_read_byte': /kisskb/src/drivers/w1/masters/ds2490.c:601:26: note: byref variable will be forcibly initialized 601 | struct ds_status st; | ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_touch_bit': /kisskb/src/drivers/w1/masters/ds2490.c:538:26: note: byref variable will be forcibly initialized 538 | struct ds_status st; | ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_block': /kisskb/src/drivers/w1/masters/ds2490.c:645:26: note: byref variable will be forcibly initialized 645 | struct ds_status st; | ^~ /kisskb/src/drivers/w1/masters/ds2490.c: In function 'ds_write_byte': /kisskb/src/drivers/w1/masters/ds2490.c:578:26: note: byref variable will be forcibly initialized 578 | struct ds_status st; | ^~ /kisskb/src/drivers/input/mouse/touchkit_ps2.c: In function 'touchkit_ps2_detect': /kisskb/src/drivers/input/mouse/touchkit_ps2.c:59:23: note: byref variable will be forcibly initialized 59 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:64:12: note: byref variable will be forcibly initialized 64 | u8 cmp[W1_F0D_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:63:12: note: byref variable will be forcibly initialized 63 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:148:12: note: byref variable will be forcibly initialized 148 | u8 rdbuf[W1_F0D_SCRATCH_SIZE]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:147:12: note: byref variable will be forcibly initialized 147 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write_bin': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:223:30: note: byref variable will be forcibly initialized 223 | char tmp[W1_F0D_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:68:12: note: byref variable will be forcibly initialized 68 | u8 cmp[W1_F14_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:67:12: note: byref variable will be forcibly initialized 67 | u8 wrbuf[2]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:149:12: note: byref variable will be forcibly initialized 149 | u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:148:12: note: byref variable will be forcibly initialized 148 | u8 wrbuf[2]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:225:30: note: byref variable will be forcibly initialized 225 | char tmp[W1_F14_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c: In function 'mtk_i2c_set_speed': /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:852:22: note: byref variable will be forcibly initialized 852 | unsigned int l_sample_cnt; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:851:22: note: byref variable will be forcibly initialized 851 | unsigned int l_step_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:850:22: note: byref variable will be forcibly initialized 850 | unsigned int sample_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:849:22: note: byref variable will be forcibly initialized 849 | unsigned int step_cnt; | ^~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_clear_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:738:61: note: byref variable will be forcibly initialized 738 | struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; | ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:51: note: byref variable will be forcibly initialized 738 | struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; | ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:41: note: byref variable will be forcibly initialized 738 | struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; | ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:738:29: note: byref variable will be forcibly initialized 738 | struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_set_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:619:61: note: byref variable will be forcibly initialized 619 | struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; | ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:51: note: byref variable will be forcibly initialized 619 | struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; | ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:41: note: byref variable will be forcibly initialized 619 | struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; | ^~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c:619:29: note: byref variable will be forcibly initialized 619 | struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_ssinfo': /kisskb/src/fs/nilfs2/cpfile.c:479:29: note: byref variable will be forcibly initialized 479 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_find_checkpoint_block': /kisskb/src/fs/nilfs2/cpfile.c:166:35: note: byref variable will be forcibly initialized 166 | unsigned long start, end, blkoff; | ^~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_do_get_cpinfo': /kisskb/src/fs/nilfs2/cpfile.c:431:48: note: byref variable will be forcibly initialized 431 | __u64 cur_cno = nilfs_mdt_cno(cpfile), cno = *cnop; | ^~~ /kisskb/src/fs/nilfs2/cpfile.c:429:29: note: byref variable will be forcibly initialized 429 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:220:41: note: byref variable will be forcibly initialized 220 | struct buffer_head *header_bh, *cp_bh; | ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:220:29: note: byref variable will be forcibly initialized 220 | struct buffer_head *header_bh, *cp_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoints': /kisskb/src/fs/nilfs2/cpfile.c:315:41: note: byref variable will be forcibly initialized 315 | struct buffer_head *header_bh, *cp_bh; | ^~~~~ /kisskb/src/fs/nilfs2/cpfile.c:315:29: note: byref variable will be forcibly initialized 315 | struct buffer_head *header_bh, *cp_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_delete_checkpoint': /kisskb/src/fs/nilfs2/cpfile.c:583:15: note: byref variable will be forcibly initialized 583 | __u64 tcno = cno; | ^~~~ /kisskb/src/fs/nilfs2/cpfile.c:582:29: note: byref variable will be forcibly initialized 582 | struct nilfs_cpinfo ci; | ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_is_snapshot': /kisskb/src/fs/nilfs2/cpfile.c:858:29: note: byref variable will be forcibly initialized 858 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/cpfile.c: In function 'nilfs_cpfile_get_stat': /kisskb/src/fs/nilfs2/cpfile.c:947:29: note: byref variable will be forcibly initialized 947 | struct buffer_head *bh; | ^~ 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/iversion.h:5, from /kisskb/src/fs/xfs/xfs_inode.c:6: /kisskb/src/fs/xfs/xfs_inode.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h: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/input/joystick/guillemot.c: In function 'guillemot_connect': /kisskb/src/drivers/input/joystick/guillemot.c:165:12: note: byref variable will be forcibly initialized 165 | u8 data[GUILLEMOT_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/input/joystick/guillemot.c: In function 'guillemot_poll': /kisskb/src/drivers/input/joystick/guillemot.c:109:12: note: byref variable will be forcibly initialized 109 | u8 data[GUILLEMOT_MAX_LENGTH]; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink': /kisskb/src/fs/xfs/xfs_inode.c:1971:34: note: byref variable will be forcibly initialized 1971 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_remove': /kisskb/src/fs/xfs/xfs_inode.c:2066:34: note: byref variable will be forcibly initialized 2066 | struct xfs_buf *agibp; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_ifree_cluster': /kisskb/src/fs/xfs/xfs_inode.c:2189:34: note: byref variable will be forcibly initialized 2189 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_start': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:647:28: note: byref variable will be forcibly initialized 647 | u8 byte = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_txempty': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:616:20: note: byref variable will be forcibly initialized 616 | u8 byte = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_rxfull': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:629:12: note: byref variable will be forcibly initialized 629 | u8 byte = readl(_IDBR(i2c)); | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-pxa.c:19: /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_send_mastercode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:836:19: note: in expansion of macro 'wait_event_timeout' 836 | timeout = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_do_xfer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:1094:19: note: in expansion of macro 'wait_event_timeout' 1094 | timeout = wait_event_timeout(i2c->wait, i2c->msg_num == 0, HZ * 5); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:349:9: note: in expansion of macro 'smp_store_release' 349 | smp_store_release(&dentry->d_flags, flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/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; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_lookup': /kisskb/src/fs/xfs/xfs_inode.c:657:33: note: byref variable will be forcibly initialized 657 | xfs_ino_t inum; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_init_new_inode': /kisskb/src/fs/xfs/xfs_inode.c:793:34: note: byref variable will be forcibly initialized 793 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_link': /kisskb/src/fs/xfs/xfs_inode.c:1207:33: note: byref variable will be forcibly initialized 1207 | int resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:1206:40: note: byref variable will be forcibly initialized 1206 | int error, nospace_error = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:1205:34: note: byref variable will be forcibly initialized 1205 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:9: note: in expansion of macro 'rcu_assign_pointer' 17 | rcu_assign_pointer(h->first, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_itruncate_extents_flags': /kisskb/src/fs/xfs/xfs_inode.c:1337:33: note: byref variable will be forcibly initialized 1337 | xfs_filblks_t unmap_len; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:1335:34: note: byref variable will be forcibly initialized 1335 | struct xfs_trans *tp = *tpp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_truncate': /kisskb/src/fs/xfs/xfs_inode.c:1498:34: note: byref variable will be forcibly initialized 1498 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_ifree': /kisskb/src/fs/xfs/xfs_inode.c:1547:34: note: byref variable will be forcibly initialized 1547 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_remove': /kisskb/src/fs/xfs/xfs_inode.c:2415:33: note: byref variable will be forcibly initialized 2415 | uint resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2413:33: note: byref variable will be forcibly initialized 2413 | int dontcare; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2411:34: note: byref variable will be forcibly initialized 2411 | xfs_trans_t *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create': /kisskb/src/fs/xfs/xfs_inode.c:970:33: note: byref variable will be forcibly initialized 970 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:961:34: note: byref variable will be forcibly initialized 961 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:960:34: note: byref variable will be forcibly initialized 960 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create_tmpfile': /kisskb/src/fs/xfs/xfs_inode.c:1121:33: note: byref variable will be forcibly initialized 1121 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:1113:34: note: byref variable will be forcibly initialized 1113 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:1112:34: note: byref variable will be forcibly initialized 1112 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename_alloc_whiteout': /kisskb/src/fs/xfs/xfs_inode.c:2719:33: note: byref variable will be forcibly initialized 2719 | struct qstr name; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:2718:34: note: byref variable will be forcibly initialized 2718 | struct xfs_inode *tmpfile; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename': /kisskb/src/fs/xfs/xfs_inode.c:2924:50: note: byref variable will be forcibly initialized 2924 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:2768:33: note: byref variable will be forcibly initialized 2768 | int num_inodes = __XFS_SORT_INODES; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2766:34: note: byref variable will be forcibly initialized 2766 | struct xfs_inode *inodes[__XFS_SORT_INODES]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2765:34: note: byref variable will be forcibly initialized 2765 | struct xfs_inode *wip = NULL; /* whiteout inode */ | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:2764:34: note: byref variable will be forcibly initialized 2764 | struct xfs_trans *tp; | ^~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1805:9: note: in expansion of macro 'smp_store_release' 1805 | smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1907:21: note: byref variable will be forcibly initialized 1907 | struct qstr q; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2629:35: note: byref variable will be forcibly initialized 2629 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2620:9: note: in expansion of macro 'smp_store_release' 2620 | smp_store_release(&dir->i_dir_seq, n + 2); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2656:15: note: in expansion of macro 'smp_load_acquire' 2656 | seq = smp_load_acquire(&parent->d_inode->i_dir_seq); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2649:30: note: byref variable will be forcibly initialized 2649 | unsigned seq, r_seq, d_seq; | ^~~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_init_one': /kisskb/src/drivers/ata/pata_it821x.c:909:37: note: byref variable will be forcibly initialized 909 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_it821x.c:878:12: note: byref variable will be forcibly initialized 878 | u8 conf; | ^~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_display_disk': /kisskb/src/drivers/ata/pata_it821x.c:611:14: note: byref variable will be forcibly initialized 611 | char mbuf[8]; | ^~~~ /kisskb/src/drivers/ata/pata_it821x.c:608:23: note: byref variable will be forcibly initialized 608 | unsigned char id[41]; | ^~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_port_start': /kisskb/src/drivers/ata/pata_it821x.c:742:12: note: byref variable will be forcibly initialized 742 | u8 conf; | ^~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_dev_config': /kisskb/src/drivers/ata/pata_it821x.c:502:23: note: byref variable will be forcibly initialized 502 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_read_id': /kisskb/src/drivers/ata/pata_it821x.c:543:23: note: byref variable will be forcibly initialized 543 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_clock_strategy': /kisskb/src/drivers/ata/pata_it821x.c:193:12: note: byref variable will be forcibly initialized 193 | u8 v; | ^ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_passthru_set_dmamode': /kisskb/src/drivers/ata/pata_it821x.c:296:12: note: byref variable will be forcibly initialized 296 | u8 conf; | ^~~~ /kisskb/src/drivers/ata/pata_it821x.c: In function 'it821x_rdc_cable': /kisskb/src/drivers/ata/pata_it821x.c:794:13: note: byref variable will be forcibly initialized 794 | u16 r40; | ^~~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one_int': /kisskb/src/fs/xfs/xfs_itable.c:64:34: note: byref variable will be forcibly initialized 64 | struct xfs_inode *ip; /* incore inode pointer */ | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one': /kisskb/src/fs/xfs/xfs_itable.c:174:34: note: byref variable will be forcibly initialized 174 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat': /kisskb/src/fs/xfs/xfs_itable.c:265:34: note: byref variable will be forcibly initialized 265 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_inumbers': /kisskb/src/fs/xfs/xfs_itable.c:409:34: note: byref variable will be forcibly initialized 409 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c:405:35: note: byref variable will be forcibly initialized 405 | struct xfs_inumbers_chunk ic = { | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/select.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/fs/select.c:337:46: note: byref variable will be forcibly initialized 337 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:325:53: note: byref variable will be forcibly initialized 325 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:302:27: note: byref variable will be forcibly initialized 302 | struct timespec64 rts; | ^~~ /kisskb/src/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 '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 'poll_select_set_timeout': /kisskb/src/fs/select.c:276:27: note: byref variable will be forcibly initialized 276 | struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1071:27: note: byref variable will be forcibly initialized 1071 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1105:27: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '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/xfs/xfs_message.c: In function 'xfs_printk_level': /kisskb/src/fs/xfs/xfs_message.c:38:33: note: byref variable will be forcibly initialized 38 | int level; | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:37:33: note: byref variable will be forcibly initialized 37 | va_list args; | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:36:33: note: byref variable will be forcibly initialized 36 | struct va_format vaf; | ^~~ /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/xfs/xfs_message.c: In function '_xfs_alert_tag': /kisskb/src/fs/xfs/xfs_message.c:61:33: note: byref variable will be forcibly initialized 61 | va_list args; | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:60:33: note: byref variable will be forcibly initialized 60 | struct va_format vaf; | ^~~ /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/fs/xfs/xfs_message.c: In function 'xfs_buf_alert_ratelimited': /kisskb/src/fs/xfs/xfs_message.c:122:33: note: byref variable will be forcibly initialized 122 | va_list args; | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:121:33: note: byref variable will be forcibly initialized 121 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/mouse/cypress_ps2.c:15: /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_ps2_read_cmd_status': /kisskb/src/include/linux/wait.h:303: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/mouse/cypress_ps2.c:120:9: note: in expansion of macro 'wait_event_timeout' 120 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_read_fw_version': /kisskb/src/drivers/input/mouse/cypress_ps2.c:223:23: note: byref variable will be forcibly initialized 223 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_read_tp_metrics': /kisskb/src/drivers/input/mouse/cypress_ps2.c:252:23: note: byref variable will be forcibly initialized 252 | unsigned char param[8]; | ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_set_absolute_mode': /kisskb/src/drivers/input/mouse/cypress_ps2.c:340:23: note: byref variable will be forcibly initialized 340 | unsigned char param[3]; | ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_process_packet': /kisskb/src/drivers/input/mouse/cypress_ps2.c:521:13: note: byref variable will be forcibly initialized 521 | int slots[CYTP_MAX_MT_SLOTS]; | ^~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:520:29: note: byref variable will be forcibly initialized 520 | struct input_mt_pos pos[CYTP_MAX_MT_SLOTS]; | ^~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c:518:33: note: byref variable will be forcibly initialized 518 | struct cytp_report_data report_data; | ^~~~~~~~~~~ /kisskb/src/drivers/input/mouse/cypress_ps2.c: In function 'cypress_detect': /kisskb/src/drivers/input/mouse/cypress_ps2.c:203:23: note: byref variable will be forcibly initialized 203 | unsigned char param[3]; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/w1/masters/ds1wm.c:14: /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_reset': /kisskb/src/drivers/w1/masters/ds1wm.c:223:36: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_write': /kisskb/src/drivers/w1/masters/ds1wm.c:254:36: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_read': /kisskb/src/drivers/w1/masters/ds1wm.c:277:36: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_truncate_range': /kisskb/src/fs/nilfs2/sufile.c:642:29: note: byref variable will be forcibly initialized 642 | struct buffer_head *su_bh; | ^~~~~ /kisskb/src/fs/nilfs2/sufile.c:641:29: note: byref variable will be forcibly initialized 641 | struct buffer_head *header_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_updatev': /kisskb/src/fs/nilfs2/sufile.c:162:41: note: byref variable will be forcibly initialized 162 | struct buffer_head *header_bh, *bh; | ^~ /kisskb/src/fs/nilfs2/sufile.c:162:29: note: byref variable will be forcibly initialized 162 | struct buffer_head *header_bh, *bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_update': /kisskb/src/fs/nilfs2/sufile.c:229:41: note: byref variable will be forcibly initialized 229 | struct buffer_head *header_bh, *bh; | ^~ /kisskb/src/fs/nilfs2/sufile.c:229:29: note: byref variable will be forcibly initialized 229 | struct buffer_head *header_bh, *bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_alloc': /kisskb/src/fs/nilfs2/sufile.c:303:41: note: byref variable will be forcibly initialized 303 | struct buffer_head *header_bh, *su_bh; | ^~~~~ /kisskb/src/fs/nilfs2/sufile.c:303:29: note: byref variable will be forcibly initialized 303 | struct buffer_head *header_bh, *su_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_mark_dirty': /kisskb/src/fs/nilfs2/sufile.c:497:29: note: byref variable will be forcibly initialized 497 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_segment_usage': /kisskb/src/fs/nilfs2/sufile.c:519:29: note: byref variable will be forcibly initialized 519 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_stat': /kisskb/src/fs/nilfs2/sufile.c:564:29: note: byref variable will be forcibly initialized 564 | struct buffer_head *header_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_resize': /kisskb/src/fs/nilfs2/sufile.c:744:29: note: byref variable will be forcibly initialized 744 | struct buffer_head *header_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_get_suinfo': /kisskb/src/fs/nilfs2/sufile.c:812:29: note: byref variable will be forcibly initialized 812 | struct buffer_head *su_bh; | ^~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_set_suinfo': /kisskb/src/fs/nilfs2/sufile.c:891:41: note: byref variable will be forcibly initialized 891 | struct buffer_head *header_bh, *bh; | ^~ /kisskb/src/fs/nilfs2/sufile.c:891:29: note: byref variable will be forcibly initialized 891 | struct buffer_head *header_bh, *bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_trim_fs': /kisskb/src/fs/nilfs2/sufile.c:1021:29: note: byref variable will be forcibly initialized 1021 | sector_t seg_start, seg_end, start_block, end_block; | ^~~~~~~ /kisskb/src/fs/nilfs2/sufile.c:1021:18: note: byref variable will be forcibly initialized 1021 | sector_t seg_start, seg_end, start_block, end_block; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/sufile.c:1017:29: note: byref variable will be forcibly initialized 1017 | struct buffer_head *su_bh; | ^~~~~ /kisskb/src/fs/nilfs2/sufile.c: In function 'nilfs_sufile_read': /kisskb/src/fs/nilfs2/sufile.c:1162:29: note: byref variable will be forcibly initialized 1162 | struct buffer_head *header_bh; | ^~~~~~~~~ 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/f2fs/inline.c:9: /kisskb/src/fs/f2fs/inline.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entries': /kisskb/src/fs/f2fs/inline.c:481:38: note: byref variable will be forcibly initialized 481 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/inline.c:473:32: note: byref variable will be forcibly initialized 473 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_move_inline_dirents': /kisskb/src/fs/f2fs/inline.c:403:32: note: byref variable will be forcibly initialized 403 | struct f2fs_dentry_ptr src, dst; | ^~~ /kisskb/src/fs/f2fs/inline.c:401:30: note: byref variable will be forcibly initialized 401 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_page': /kisskb/src/fs/f2fs/inline.c:143:26: note: byref variable will be forcibly initialized 143 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_convert_inline_inode': /kisskb/src/fs/f2fs/inline.c:206:30: note: byref variable will be forcibly initialized 206 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_write_inline_data': /kisskb/src/fs/f2fs/inline.c:250:30: note: byref variable will be forcibly initialized 250 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_find_in_inline_dir': /kisskb/src/fs/f2fs/inline.c:347:32: note: byref variable will be forcibly initialized 347 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_make_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:377:32: note: byref variable will be forcibly initialized 377 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c: In function 'rzv2m_i2c_master_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c:320:22: note: byref variable will be forcibly initialized 320 | unsigned int count = 0; | ^~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_try_convert_inline_dir': /kisskb/src/fs/f2fs/inline.c:586:30: note: byref variable will be forcibly initialized 586 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_add_inline_entry': /kisskb/src/fs/f2fs/inline.c:629:32: note: byref variable will be forcibly initialized 629 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_delete_inline_entry': /kisskb/src/fs/f2fs/inline.c:689:32: note: byref variable will be forcibly initialized 689 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_empty_inline_dir': /kisskb/src/fs/f2fs/inline.c:721:32: note: byref variable will be forcibly initialized 721 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_read_inline_dir': /kisskb/src/fs/f2fs/inline.c:745:32: note: byref variable will be forcibly initialized 745 | struct f2fs_dentry_ptr d; | ^ /kisskb/src/fs/f2fs/inline.c: In function 'f2fs_inline_data_fiemap': /kisskb/src/fs/f2fs/inline.c:782:26: note: byref variable will be forcibly initialized 782 | struct node_info ni; | ^~ /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c: In function 'rzv2m_i2c_clock_calculate': /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c:99:28: note: byref variable will be forcibly initialized 99 | struct i2c_timings t; | ^ /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c: In function 'rzv2m_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-rzv2m.c:400:26: note: byref variable will be forcibly initialized 400 | struct resource *res; | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_read': /kisskb/src/drivers/media/tuners/mt2063.c:306:32: note: byref variable will be forcibly initialized 306 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:305:20: note: byref variable will be forcibly initialized 305 | u8 b0[] = { subAddress + i }; | ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_write': /kisskb/src/drivers/media/tuners/mt2063.c:244:24: note: byref variable will be forcibly initialized 244 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:243:12: note: byref variable will be forcibly initialized 243 | u8 buf[60]; | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_SetReceiverMode': /kisskb/src/drivers/media/tuners/mt2063.c:1178:13: note: byref variable will be forcibly initialized 1178 | u32 longval; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_init': /kisskb/src/drivers/media/tuners/mt2063.c:1856:20: note: byref variable will be forcibly initialized 1856 | u8 val = *def++; | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1776:12: note: byref variable will be forcibly initialized 1776 | u8 all_resets = 0xF0; /* reset/load bits */ | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:13: note: byref variable will be forcibly initialized 28 | u32 reg; | ^~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_interface_node': /kisskb/src/drivers/usb/core/of.c:95:13: note: byref variable will be forcibly initialized 95 | u32 reg[2]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/media/tuners/mt2063.c: In function 'MT2063_AvoidSpurs': /kisskb/src/drivers/media/tuners/mt2063.c:790:17: note: byref variable will be forcibly initialized 790 | u32 fm, fp; /* restricted range on LO's */ | ^~ /kisskb/src/drivers/media/tuners/mt2063.c:790:13: note: byref variable will be forcibly initialized 790 | u32 fm, fp; /* restricted range on LO's */ | ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_Tune': /kisskb/src/drivers/media/tuners/mt2063.c:1516:13: note: byref variable will be forcibly initialized 1516 | u32 Num2; /* Numerator for LO2 reg. value */ | ^~~~ /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/media/tuners/mt2063.c:1515:13: note: byref variable will be forcibly initialized 1515 | u32 LO2; /* 2nd LO register value */ | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1513:13: note: byref variable will be forcibly initialized 1513 | u32 Num1; /* Numerator for LO1 reg. value */ | ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1512:13: note: byref variable will be forcibly initialized 1512 | u32 LO1; /* 1st LO register value */ | ^~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_register_device': /kisskb/src/drivers/i2c/i2c-core-of.c:69:31: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/f2fs/checkpoint.c:8: /kisskb/src/fs/f2fs/checkpoint.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'recover_orphan_inode': /kisskb/src/fs/f2fs/checkpoint.c:647:26: note: byref variable will be forcibly initialized 647 | struct node_info ni; | ^~ In file included from /kisskb/src/fs/f2fs/checkpoint.c:18: /kisskb/src/fs/f2fs/checkpoint.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1943:11: note: byref variable will be forcibly initialized 1943 | } desc; | ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function '__prepare_cp_block': /kisskb/src/fs/f2fs/checkpoint.c:1150:15: note: byref variable will be forcibly initialized 1150 | nid_t last_nid = nm_i->next_scan_nid; | ^~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'validate_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:869:33: note: byref variable will be forcibly initialized 869 | struct f2fs_checkpoint *cp_block = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:868:41: note: byref variable will be forcibly initialized 868 | struct page *cp_page_1 = NULL, *cp_page_2 = NULL; | ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:868:22: note: byref variable will be forcibly initialized 868 | struct page *cp_page_1 = NULL, *cp_page_2 = NULL; | ^~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_ra_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:228:25: note: byref variable will be forcibly initialized 228 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_sync_meta_pages': /kisskb/src/fs/f2fs/checkpoint.c:386:25: note: byref variable will be forcibly initialized 386 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/checkpoint.c:380:24: note: byref variable will be forcibly initialized 380 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/checkpoint.c:379:17: note: byref variable will be forcibly initialized 379 | pgoff_t index = 0, prev = ULONG_MAX; | ^~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_get_valid_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:912:45: note: byref variable will be forcibly initialized 912 | unsigned long long cp1_version = 0, cp2_version = 0; | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c:912:28: note: byref variable will be forcibly initialized 912 | unsigned long long cp1_version = 0, cp2_version = 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/inode.c:7: /kisskb/src/fs/inode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/checkpoint.c:8: /kisskb/src/fs/f2fs/checkpoint.c: In function 'issue_checkpoint_thread': /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/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/f2fs/checkpoint.c:1802:9: note: in expansion of macro 'wait_event_interruptible' 1802 | wait_event_interruptible(*q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/checkpoint.c: In function 'f2fs_issue_checkpoint': /kisskb/src/fs/f2fs/checkpoint.c:1833:27: note: byref variable will be forcibly initialized 1833 | struct cp_control cpc; | ^~~ /kisskb/src/fs/f2fs/checkpoint.c:1832:25: note: byref variable will be forcibly initialized 1832 | struct ckpt_req req; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'evict_inodes': /kisskb/src/fs/inode.c:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:2007:22: note: byref variable will be forcibly initialized 2007 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2478:27: note: byref variable will be forcibly initialized 2478 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:2114:27: note: byref variable will be forcibly initialized 2114 | struct timespec64 now = current_time(inode); | ^~~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long ino; | ^~~ /kisskb/src/fs/inode.c:561:23: note: byref variable will be forcibly initialized 561 | struct dentry dentry; | ^~~~~~ /kisskb/src/fs/inode.c:559:28: note: byref variable will be forcibly initialized 559 | struct hlist_node *dentry_first; | ^~~~~~~~~~~~ /kisskb/src/fs/inode.c:558:48: note: byref variable will be forcibly initialized 558 | const struct address_space_operations *a_ops; | ^~~~~ /kisskb/src/fs/inode.c:557:23: note: byref variable will be forcibly initialized 557 | struct inode *host; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:766:19: note: byref variable will be forcibly initialized 766 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:892:19: note: byref variable will be forcibly initialized 892 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1889:27: note: byref variable will be forcibly initialized 1889 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1925:27: note: byref variable will be forcibly initialized 1925 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_modified_flags': /kisskb/src/fs/inode.c:2143:27: note: byref variable will be forcibly initialized 2143 | struct timespec64 now = current_time(inode); | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_starved_list_run': /kisskb/src/drivers/scsi/scsi_lib.c:387:19: note: byref variable will be forcibly initialized 387 | LIST_HEAD(starved_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/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:866:31: note: byref variable will be forcibly initialized 866 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_do_addr': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:412:23: note: byref variable will be forcibly initialized 412 | unsigned char addr; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/fs/attr.c:10: /kisskb/src/fs/attr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_alloc_sgtables': /kisskb/src/drivers/scsi/scsi_lib.c:1018:29: note: byref variable will be forcibly initialized 1018 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c: In function 'brcmstb_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-brcmstb.c:603:21: note: byref variable will be forcibly initialized 603 | const char *int_name; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2162:31: note: byref variable will be forcibly initialized 2162 | struct scsi_sense_hdr my_sshdr; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2158:23: note: byref variable will be forcibly initialized 2158 | unsigned char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_test_unit_ready': /kisskb/src/drivers/scsi/scsi_lib.c:2274:14: note: byref variable will be forcibly initialized 2274 | char cmd[] = { | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_select': /kisskb/src/drivers/scsi/scsi_lib.c:2080:23: note: byref variable will be forcibly initialized 2080 | unsigned char cmd[10]; | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_emit': /kisskb/src/drivers/scsi/scsi_lib.c:2431:15: note: byref variable will be forcibly initialized 2431 | char *envp[3]; | ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:691:31: note: byref variable will be forcibly initialized 691 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion': /kisskb/src/drivers/scsi/scsi_lib.c:953:22: note: byref variable will be forcibly initialized 953 | blk_status_t blk_stat = BLK_STS_OK; | ^~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_thread': /kisskb/src/drivers/scsi/scsi_lib.c:2480:19: note: byref variable will be forcibly initialized 2480 | LIST_HEAD(event_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/xfs/xfs_mru_cache.c: In function '_xfs_mru_cache_clear_reap_list': /kisskb/src/fs/xfs/xfs_mru_cache.c:233:33: note: byref variable will be forcibly initialized 233 | struct list_head tmp; | ^~~ /kisskb/src/drivers/ata/pata_jmicron.c: In function 'jmicron_init_one': /kisskb/src/drivers/ata/pata_jmicron.c:145:37: note: byref variable will be forcibly initialized 145 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_jmicron.c: In function 'jmicron_pre_reset': /kisskb/src/drivers/ata/pata_jmicron.c:47:13: note: byref variable will be forcibly initialized 47 | u32 control5; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_jmicron.c:46:13: note: byref variable will be forcibly initialized 46 | u32 control; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ichunk_ra': /kisskb/src/fs/xfs/xfs_iwalk.c:103:41: note: byref variable will be forcibly initialized 103 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/usb.h:16, from /kisskb/src/drivers/usb/host/xhci-mem.c:11: /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_segment_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:34:25: note: byref variable will be forcibly initialized 34 | dma_addr_t dma; | ^~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ag': /kisskb/src/fs/xfs/xfs_iwalk.c:411:41: note: byref variable will be forcibly initialized 411 | int has_more; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c:409:42: note: byref variable will be forcibly initialized 409 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_iwalk.c:408:42: note: byref variable will be forcibly initialized 408 | struct xfs_buf *agi_bp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk': /kisskb/src/fs/xfs/xfs_iwalk.c:572:33: note: byref variable will be forcibly initialized 572 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_threaded': /kisskb/src/fs/xfs/xfs_iwalk.c:650:33: note: byref variable will be forcibly initialized 650 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c:648:33: note: byref variable will be forcibly initialized 648 | struct xfs_pwork_ctl pctl; | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_inobt_walk': /kisskb/src/fs/xfs/xfs_iwalk.c:757:33: note: byref variable will be forcibly initialized 757 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'scratchpad_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:1666:28: note: byref variable will be forcibly initialized 1666 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_ring_expansion': /kisskb/src/drivers/usb/host/xhci-mem.c:427:34: note: byref variable will be forcibly initialized 427 | struct xhci_segment *last; | ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c:426:34: note: byref variable will be forcibly initialized 426 | struct xhci_segment *first; | ^~~~~ /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]; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_mem_init': /kisskb/src/drivers/usb/host/xhci-mem.c:2371:25: note: byref variable will be forcibly initialized 2371 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/ata/pata_oldpiix.c: In function 'oldpiix_init_one': /kisskb/src/drivers/ata/pata_oldpiix.c:244:37: note: byref variable will be forcibly initialized 244 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_oldpiix.c: In function 'oldpiix_set_dmamode': /kisskb/src/drivers/ata/pata_oldpiix.c:130:13: note: byref variable will be forcibly initialized 130 | u16 idetm_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_oldpiix.c: In function 'oldpiix_set_piomode': /kisskb/src/drivers/ata/pata_oldpiix.c:69:13: note: byref variable will be forcibly initialized 69 | u16 idetm_data; | ^~~~~~~~~~ /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 }; | ^~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/../misc/onboard_usb_hub_pdevs.c:12: /kisskb/src/drivers/usb/core/../misc/onboard_usb_hub_pdevs.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/nilfs2/ifile.c: In function 'nilfs_ifile_create_inode': /kisskb/src/fs/nilfs2/ifile.c:55:33: note: byref variable will be forcibly initialized 55 | struct nilfs_palloc_req req; | ^~~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_probe': /kisskb/src/drivers/usb/class/cdc-acm.c:1155:38: note: byref variable will be forcibly initialized 1155 | struct usb_cdc_parsed_header h; | ^ /kisskb/src/drivers/usb/class/cdc-acm.c:1153:41: note: byref variable will be forcibly initialized 1153 | struct usb_endpoint_descriptor *epwrite = NULL; | ^~~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c:1152:41: note: byref variable will be forcibly initialized 1152 | struct usb_endpoint_descriptor *epread = NULL; | ^~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c:1151:41: note: byref variable will be forcibly initialized 1151 | struct usb_endpoint_descriptor *epctrl = NULL; | ^~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_tty_set_termios': /kisskb/src/drivers/usb/class/cdc-acm.c:1056:36: note: byref variable will be forcibly initialized 1056 | struct usb_cdc_line_coding newline; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_check_sizes': /kisskb/src/fs/xfs/xfs_mount.c:389:26: note: byref variable will be forcibly initialized 389 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_update_alignment': /kisskb/src/fs/xfs/xfs_mount.c:340:33: note: byref variable will be forcibly initialized 340 | bool update_sb; | ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_mount.c:34: /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:31: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:25: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:19: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:213:27: note: byref variable will be forcibly initialized 213 | struct virtqueue *vq; | ^~ /kisskb/src/include/linux/virtio_config.h:212:21: note: byref variable will be forcibly initialized 212 | const char *names[] = { n }; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:211:24: note: byref variable will be forcibly initialized 211 | vq_callback_t *callbacks[] = { c }; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:11: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_readsb': /kisskb/src/fs/xfs/xfs_mount.c:153:26: note: byref variable will be forcibly initialized 153 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:55: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:46: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:37: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:29: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_unmountfs': /kisskb/src/fs/xfs/xfs_mount.c:1036:33: note: byref variable will be forcibly initialized 1036 | uint64_t resblks; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_msg_done': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:51:22: note: byref variable will be forcibly initialized 51 | unsigned int len; | ^~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_mountfs': /kisskb/src/fs/xfs/xfs_mount.c:623:33: note: byref variable will be forcibly initialized 623 | uint64_t resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:621:34: note: byref variable will be forcibly initialized 621 | struct xfs_inode *rip; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'td_to_noop': /kisskb/src/drivers/usb/host/xhci-ring.c:727:25: note: byref variable will be forcibly initialized 727 | union xhci_trb *trb = td->first_trb; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:726:30: note: byref variable will be forcibly initialized 726 | struct xhci_segment *seg = td->start_seg; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'sum_trb_lengths': /kisskb/src/drivers/usb/host/xhci-ring.c:2226:30: note: byref variable will be forcibly initialized 2226 | struct xhci_segment *seg = ring->deq_seg; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:2225:25: note: byref variable will be forcibly initialized 2225 | union xhci_trb *trb = ring->dequeue; | ^~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_ioctl': /kisskb/src/drivers/usb/class/usblp.c:525:13: note: byref variable will be forcibly initialized 525 | int twoints[2]; | ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c:524:13: note: byref variable will be forcibly initialized 524 | int status; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:523:23: note: byref variable will be forcibly initialized 523 | unsigned char newChannel; | ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_select_alts': /kisskb/src/drivers/usb/class/usblp.c:1266:51: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:1266:41: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletWheel': /kisskb/src/drivers/input/tablet/aiptek.c:1536:18: note: byref variable will be forcibly initialized 1536 | int err, w; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletProgrammableDelay': /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_abort_cmd_ring': /kisskb/src/drivers/input/tablet/aiptek.c:1290:18: note: byref variable will be forcibly initialized 1290 | int err, d; | ^ /kisskb/src/drivers/usb/host/xhci-ring.c:370:25: note: byref variable will be forcibly initialized 370 | union xhci_trb *new_deq = xhci->cmd_ring->dequeue; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:369:30: note: byref variable will be forcibly initialized 369 | struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; | ^~~~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletJitterDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1261:18: note: byref variable will be forcibly initialized 1261 | int err, j; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletYtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1224:13: note: byref variable will be forcibly initialized 1224 | int y; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletXtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1183:13: note: byref variable will be forcibly initialized 1183 | int x; | ^ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_move_dequeue_past_td': /kisskb/src/drivers/usb/host/xhci-ring.c:580:20: note: byref variable will be forcibly initialized 580 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:576:25: note: byref variable will be forcibly initialized 576 | union xhci_trb *new_deq; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:574:30: note: byref variable will be forcibly initialized 574 | struct xhci_segment *new_seg; | ^~~~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'aiptek_probe': /kisskb/src/drivers/input/tablet/aiptek.c:1656:41: note: byref variable will be forcibly initialized 1656 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_bulk_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3528:19: note: byref variable will be forcibly initialized 3528 | u64 addr, send_addr; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:3525:43: note: byref variable will be forcibly initialized 3525 | unsigned int enqd_len, block_len, trb_buff_len, full_len; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_ctrl_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3758:21: note: byref variable will be forcibly initialized 3758 | u64 addr; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/mt20xx.c:12: /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_if_freq': /kisskb/src/drivers/media/tuners/mt20xx.c:445:23: note: byref variable will be forcibly initialized 445 | unsigned char buf[6]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_antenna': /kisskb/src/drivers/media/tuners/mt20xx.c:431:23: note: byref variable will be forcibly initialized 431 | unsigned char buf[2]; | ^~~ In file included from /kisskb/src/drivers/media/tuners/mt20xx.c:12: /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_check_lo_lock': /kisskb/src/drivers/media/tuners/mt20xx.c:186:23: note: byref variable will be forcibly initialized 186 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_optimize_vco': /kisskb/src/drivers/media/tuners/mt20xx.c:207:23: note: byref variable will be forcibly initialized 207 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_set_if_freq': /kisskb/src/drivers/media/tuners/mt20xx.c:246:26: note: byref variable will be forcibly initialized 246 | int lint_try,ret,sel,lock=0; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c:245:23: note: byref variable will be forcibly initialized 245 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_init': /kisskb/src/drivers/media/tuners/mt20xx.c:375:23: note: byref variable will be forcibly initialized 375 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_init': /kisskb/src/drivers/media/tuners/mt20xx.c:569:23: note: byref variable will be forcibly initialized 569 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'microtune_attach': /kisskb/src/drivers/media/tuners/mt20xx.c:596:23: note: byref variable will be forcibly initialized 596 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'reset_select_slave': /kisskb/src/drivers/w1/slaves/w1_therm.c:1074:13: note: byref variable will be forcibly initialized 1074 | u64 rn = le64_to_cpu(*((u64 *)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1073:12: note: byref variable will be forcibly initialized 1073 | u8 match[9] = { W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_read_temp': /kisskb/src/drivers/w1/slaves/w1_therm.c:2083:27: note: byref variable will be forcibly initialized 2083 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:677:27: note: byref variable will be forcibly initialized 677 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:628:33: note: byref variable will be forcibly initialized 628 | struct therm_info info, info2; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:628:27: note: byref variable will be forcibly initialized 628 | struct therm_info info, info2; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'features_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:2046:13: note: byref variable will be forcibly initialized 2046 | int val, ret = 0; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1830:27: note: byref variable will be forcibly initialized 1830 | struct therm_info scratchpad; | ^~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'temperature_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1687:27: note: byref variable will be forcibly initialized 1687 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'resolution_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1769:13: note: byref variable will be forcibly initialized 1769 | int val; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1647:13: note: byref variable will be forcibly initialized 1647 | int val, ret = 0; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_measure': /kisskb/src/drivers/w1/slaves/w1_therm.c:1217:27: note: byref variable will be forcibly initialized 1217 | struct therm_info inf, | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'conv_time_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:2020:21: note: byref variable will be forcibly initialized 2020 | int conv_time; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:2004:13: note: byref variable will be forcibly initialized 2004 | int val, ret = 0; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1855:15: note: byref variable will be forcibly initialized 1855 | char *p_args, *orig; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1852:13: note: byref variable will be forcibly initialized 1852 | int temp, ret; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1851:12: note: byref variable will be forcibly initialized 1851 | u8 new_config_register[3]; /* array of data to be written */ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1850:27: note: byref variable will be forcibly initialized 1850 | struct therm_info info; | ^~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writeregs': /kisskb/src/drivers/media/tuners/mt2131.c:70:24: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_writereg': /kisskb/src/drivers/media/tuners/mt2131.c:58:24: note: byref variable will be forcibly initialized 58 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c:57:12: note: byref variable will be forcibly initialized 57 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_readreg': /kisskb/src/drivers/media/tuners/mt2131.c:41:24: note: byref variable will be forcibly initialized 41 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_attach': /kisskb/src/drivers/media/tuners/mt2131.c:247:12: note: byref variable will be forcibly initialized 247 | u8 id = 0; | ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:1595:27: note: byref variable will be forcibly initialized 1595 | struct therm_info info; | ^~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_get_status': /kisskb/src/drivers/media/tuners/mt2131.c:182:12: note: byref variable will be forcibly initialized 182 | u8 afc_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:181:12: note: byref variable will be forcibly initialized 181 | u8 lock_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_set_params': /kisskb/src/drivers/media/tuners/mt2131.c:91:12: note: byref variable will be forcibly initialized 91 | u8 lockval = 0; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:90:13: note: byref variable will be forcibly initialized 90 | u8 b[8]; | ^ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_seq_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:2126:13: note: byref variable will be forcibly initialized 2126 | u64 rn; | ^~ /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/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:21: note: byref variable will be forcibly initialized 357 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:14: note: byref variable will be forcibly initialized 288 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:14: note: byref variable will be forcibly initialized 442 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/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/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/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/ata/pata_pdc2027x.c: In function 'pdc2027x_mode_filter': /kisskb/src/drivers/ata/pata_pdc2027x.c:256:23: note: byref variable will be forcibly initialized 256 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_pdc2027x.c: In function 'pdc2027x_init_one': /kisskb/src/drivers/ata/pata_pdc2027x.c:687:37: note: byref variable will be forcibly initialized 687 | const struct ata_port_info *ppi[] = | ^~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c: In function 'pdc202xx_init_one': /kisskb/src/drivers/ata/pata_pdc202xx_old.c:349:37: note: byref variable will be forcibly initialized 349 | const struct ata_port_info *ppi[] = { &info[id->driver_data], NULL }; | ^~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c: In function 'pdc202xx_configure_piomode': /kisskb/src/drivers/ata/pata_pdc202xx_old.c:84:18: note: byref variable will be forcibly initialized 84 | u8 r_ap, r_bp; | ^~~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c:84:12: note: byref variable will be forcibly initialized 84 | u8 r_ap, r_bp; | ^~~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c: In function 'pdc202xx_set_dmamode': /kisskb/src/drivers/ata/pata_pdc202xx_old.c:141:18: note: byref variable will be forcibly initialized 141 | u8 r_bp, r_cp; | ^~~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c:141:12: note: byref variable will be forcibly initialized 141 | u8 r_bp, r_cp; | ^~~~ /kisskb/src/drivers/ata/pata_pdc202xx_old.c: In function 'pdc2026x_cable_detect': /kisskb/src/drivers/ata/pata_pdc202xx_old.c:30:13: note: byref variable will be forcibly initialized 30 | u16 cis; | ^~~ 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/f2fs/gc.c:8: /kisskb/src/fs/f2fs/gc.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:647:17: note: in expansion of macro 'rcu_assign_pointer' 647 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_entry_blkoff': /kisskb/src/fs/nilfs2/alloc.c:168:30: note: byref variable will be forcibly initialized 168 | unsigned long group, group_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_desc_blocks': /kisskb/src/fs/nilfs2/alloc.c:437:15: note: byref variable will be forcibly initialized 437 | __u64 blknum; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_block_get_entry': /kisskb/src/fs/nilfs2/alloc.c:364:37: note: byref variable will be forcibly initialized 364 | unsigned long entry_offset, group_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_count_max_entries': /kisskb/src/fs/nilfs2/alloc.c:470:23: note: byref variable will be forcibly initialized 470 | unsigned long desc_blocks = 0; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:506:37: note: byref variable will be forcibly initialized 506 | unsigned long group_offset, maxgroup_offset; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:506:23: note: byref variable will be forcibly initialized 506 | unsigned long group_offset, maxgroup_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:501:39: note: byref variable will be forcibly initialized 501 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:501:29: note: byref variable will be forcibly initialized 501 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_commit_free_entry': 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/fs/nilfs2/alloc.c:602:30: note: byref variable will be forcibly initialized 602 | unsigned long group, group_offset; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1104:9: note: in expansion of macro 'rcu_assign_pointer' 1104 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_abort_alloc_entry': /kisskb/src/fs/nilfs2/alloc.c:645:30: note: byref variable will be forcibly initialized 645 | unsigned long group, group_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_prepare_free_entry': /kisskb/src/fs/nilfs2/alloc.c:684:30: note: byref variable will be forcibly initialized 684 | unsigned long group, group_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:683:39: note: byref variable will be forcibly initialized 683 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:683:29: note: byref variable will be forcibly initialized 683 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:198:9: note: in expansion of macro 'rcu_assign_pointer' 198 | rcu_assign_pointer(files->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:235:17: note: in expansion of macro 'wait_event' 235 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c: In function 'nilfs_palloc_freev': /kisskb/src/fs/nilfs2/alloc.c:730:30: note: byref variable will be forcibly initialized 730 | unsigned long group, group_offset; | ^~~~~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:726:39: note: byref variable will be forcibly initialized 726 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~~~ /kisskb/src/fs/nilfs2/alloc.c:726:29: note: byref variable will be forcibly initialized 726 | struct buffer_head *desc_bh, *bitmap_bh; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:548:17: note: in expansion of macro 'rcu_assign_pointer' 548 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:622:9: note: in expansion of macro 'rcu_assign_pointer' 622 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:614:17: note: in expansion of macro 'rcu_assign_pointer' 614 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'gc_node_segment': /kisskb/src/fs/f2fs/gc.c:995:34: note: byref variable will be forcibly initialized 995 | struct node_info ni; | ^~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:402:9: note: in expansion of macro 'rcu_assign_pointer' 402 | rcu_assign_pointer(newf->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:395:17: note: in expansion of macro 'rcu_assign_pointer' 395 | rcu_assign_pointer(*new_fds++, f); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'ra_data_block': /kisskb/src/fs/f2fs/gc.c:1137:30: note: byref variable will be forcibly initialized 1137 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:732:52: note: byref variable will be forcibly initialized 732 | struct files_struct *cur_fds = me->files, *fds = NULL; | ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_block': /kisskb/src/fs/f2fs/gc.c:1242:17: note: byref variable will be forcibly initialized 1242 | block_t newaddr; | ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1240:26: note: byref variable will be forcibly initialized 1240 | struct node_info ni; | ^~ 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/fs/f2fs/gc.c:1239:29: note: byref variable will be forcibly initialized 1239 | struct f2fs_summary sum; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:841:25: note: in expansion of macro 'rcu_assign_pointer' 841 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:1238:30: note: byref variable will be forcibly initialized 1238 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/gc.c: In function 'move_data_page': /kisskb/src/fs/f2fs/gc.c:1412:37: note: byref variable will be forcibly initialized 1412 | struct f2fs_io_info fio = { | ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'lookup_central_victim': /kisskb/src/fs/f2fs/gc.c:473:14: note: byref variable will be forcibly initialized 473 | bool left_most; | ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:472:25: note: byref variable will be forcibly initialized 472 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'insert_victim_entry': /kisskb/src/fs/f2fs/gc.c:426:14: note: byref variable will be forcibly initialized 426 | bool left_most = true; | ^~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:425:25: note: byref variable will be forcibly initialized 425 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'get_victim_by_default': /kisskb/src/fs/f2fs/gc.c:722:34: note: byref variable will be forcibly initialized 722 | struct victim_sel_policy p; | ^ /kisskb/src/drivers/mfd/max77686.c: In function 'max77686_i2c_probe': /kisskb/src/drivers/mfd/max77686.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int data; | ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'gc_data_segment': /kisskb/src/fs/f2fs/gc.c:1482:43: note: byref variable will be forcibly initialized 1482 | unsigned int ofs_in_node, nofs; | ^~~~ /kisskb/src/fs/f2fs/gc.c:1481:34: note: byref variable will be forcibly initialized 1481 | struct node_info dni; /* dnode info for the data */ | ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'do_garbage_collect': /kisskb/src/fs/f2fs/gc.c:1642:25: note: byref variable will be forcibly initialized 1642 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/gc.c: In function 'free_segment_range': /kisskb/src/fs/f2fs/gc.c:1963:38: note: byref variable will be forcibly initialized 1963 | struct gc_inode_list gc_list = { | ^~~~~~~ /kisskb/src/fs/f2fs/gc.c:1937:27: note: byref variable will be forcibly initialized 1937 | struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; | ^~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_gc': /kisskb/src/fs/f2fs/gc.c:1760:27: note: byref variable will be forcibly initialized 1760 | struct cp_control cpc; | ^~~ /kisskb/src/fs/f2fs/gc.c:1757:22: note: byref variable will be forcibly initialized 1757 | unsigned int segno = gc_control->victim_segno; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/gc.c:8: /kisskb/src/fs/f2fs/gc.c: In function 'gc_thread_func': /kisskb/src/include/linux/wait.h:303: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/fs/f2fs/gc.c:49:17: note: in expansion of macro 'wait_event_interruptible_timeout' 49 | wait_event_interruptible_timeout(*wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/gc.c:37:22: note: byref variable will be forcibly initialized 37 | unsigned int wait_ms; | ^~~~~~~ /kisskb/src/fs/f2fs/gc.c: In function 'f2fs_resize_fs': /kisskb/src/fs/f2fs/gc.c:2062:27: note: byref variable will be forcibly initialized 2062 | struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; | ^~~ /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; | ^~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_usb2_hub_descriptor': /kisskb/src/drivers/usb/host/xhci-hub.c:283:14: note: byref variable will be forcibly initialized 283 | __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_get_port_status': /kisskb/src/drivers/usb/host/xhci-hub.c:1128:13: note: byref variable will be forcibly initialized 1128 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_hub_control': /kisskb/src/drivers/usb/host/xhci-hub.c:1187:23: note: byref variable will be forcibly initialized 1187 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/mfd/max77693.c: In function 'max77693_i2c_probe': /kisskb/src/drivers/mfd/max77693.c:156:22: note: byref variable will be forcibly initialized 156 | unsigned int reg_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4381:21: note: byref variable will be forcibly initialized 4381 | struct path root; | ^~~~ 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 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4098:9: note: in expansion of macro 'smp_store_release' 4098 | smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1551:19: note: byref variable will be forcibly initialized 1551 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3226:19: note: byref variable will be forcibly initialized 3226 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/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/drivers/scsi/scsi_scan.c: In function 'scsi_realloc_sdev_budget_map': /kisskb/src/drivers/scsi/scsi_scan.c:224:24: note: byref variable will be forcibly initialized 224 | struct sbitmap sb_backup; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:669:21: note: byref variable will be forcibly initialized 669 | int resid; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:651:31: note: byref variable will be forcibly initialized 651 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:647:23: note: byref variable will be forcibly initialized 647 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_unlock_floptical': /kisskb/src/fs/namespace.c:4335:28: note: byref variable will be forcibly initialized 4335 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:204:23: note: byref variable will be forcibly initialized 204 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/fs/namespace.c:4334:27: note: byref variable will be forcibly initialized 4334 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4333:21: note: byref variable will be forcibly initialized 4333 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1813:21: note: byref variable will be forcibly initialized 1813 | struct path path; | ^~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_and_add_lun': /kisskb/src/drivers/scsi/scsi_scan.c:1156:23: note: byref variable will be forcibly initialized 1156 | blist_flags_t bflags; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1403:31: note: byref variable will be forcibly initialized 1403 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1396:23: note: byref variable will be forcibly initialized 1396 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /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/scsi/scsi_scan.c: In function '__scsi_add_device': 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/drivers/scsi/scsi_scan.c:1566:29: note: byref variable will be forcibly initialized 1566 | struct scsi_device *sdev = ERR_PTR(-ENODEV); | ^~~~ /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/drivers/scsi/scsi_scan.c: In function '__scsi_scan_target': /kisskb/src/drivers/scsi/scsi_scan.c:1638:23: note: byref variable will be forcibly initialized 1638 | blist_flags_t bflags = 0; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2422:21: note: byref variable will be forcibly initialized 2422 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2906:21: note: byref variable will be forcibly initialized 2906 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3770:32: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3770:21: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2406.c: In function 'w1_f12_read_state': /kisskb/src/drivers/w1/slaves/w1_ds2406.c:30:12: note: byref variable will be forcibly initialized 30 | u8 w1_buf[6]={W1_F12_FUNC_READ_STATUS, 7, 0, 0, 0, 0}; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2406.c: In function 'w1_f12_write_output': /kisskb/src/drivers/w1/slaves/w1_ds2406.c:68:12: note: byref variable will be forcibly initialized 68 | u8 w1_buf[6]={W1_F12_FUNC_WRITE_STATUS, 7, 0, 0, 0, 0}; | ^~~~~~ /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/ata/pata_rdc.c: In function 'rdc_set_dmamode': /kisskb/src/drivers/ata/pata_rdc.c:234:20: note: byref variable will be forcibly initialized 234 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:195:21: note: byref variable will be forcibly initialized 195 | u16 ideconf; | ^~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:194:21: note: byref variable will be forcibly initialized 194 | u16 udma_timing; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:178:12: note: byref variable will be forcibly initialized 178 | u8 udma_enable = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:175:13: note: byref variable will be forcibly initialized 175 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c: In function 'rdc_set_piomode': /kisskb/src/drivers/ata/pata_rdc.c:98:12: note: byref variable will be forcibly initialized 98 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:97:12: note: byref variable will be forcibly initialized 97 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_rdc.c:96:13: note: byref variable will be forcibly initialized 96 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/drivers/ata/pata_rdc.c: In function 'rdc_init_one': /kisskb/src/drivers/ata/pata_rdc.c:315:26: note: byref variable will be forcibly initialized 315 | struct ata_host *host; | ^~~~ /kisskb/src/drivers/ata/pata_rdc.c:314:37: note: byref variable will be forcibly initialized 314 | const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] }; | ^~~ /kisskb/src/drivers/ata/pata_rdc.c:313:30: note: byref variable will be forcibly initialized 313 | struct ata_port_info port_info[2]; | ^~~~~~~~~ /kisskb/src/fs/namespace.c:3871:31: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3871:26: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3871:21: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3536:21: note: byref variable will be forcibly initialized 3536 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4649:21: note: byref variable will be forcibly initialized 4649 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4497:21: note: byref variable will be forcibly initialized 4497 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4496:21: note: byref variable will be forcibly initialized 4496 | struct path ns_root; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/mxl301rf.c:47:12: note: byref variable will be forcibly initialized 47 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/mxl301rf.c:54:12: note: byref variable will be forcibly initialized 54 | u8 wbuf[2] = { 0xfb, reg }; | ^~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_get_rf_strength': /kisskb/src/drivers/media/tuners/mxl301rf.c:72:38: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:29: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:21: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:13: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_set_params': /kisskb/src/drivers/media/tuners/mxl301rf.c:165:24: note: byref variable will be forcibly initialized 165 | struct reg_val tune1[] = { | ^~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:155:24: note: byref variable will be forcibly initialized 155 | struct reg_val tune0[] = { | ^~~~~ /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/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/usb/host/xhci-dbg.c: In function 'xhci_dbg_trace': /kisskb/src/drivers/usb/host/xhci-dbg.c:26:17: note: byref variable will be forcibly initialized 26 | va_list args; | ^~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c:25:26: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /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]; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/class/cdc-wdm.c:18: /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:14: note: in expansion of macro 'wait_event_interruptible_timeout' 637 | rv = wait_event_interruptible_timeout(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:30: note: in expansion of macro 'wait_event_interruptible' 552 | rv = wait_event_interruptible(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:21: note: in expansion of macro 'wait_event_interruptible' 415 | r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1146:38: note: byref variable will be forcibly initialized 1146 | struct usb_cdc_parsed_header hdr; | ^~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:303: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/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:864:22: note: byref variable will be forcibly initialized 864 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input.c:14: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:241:13: note: byref variable will be forcibly initialized 241 | int value = *pval; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:573:9: note: in expansion of macro 'rcu_assign_pointer' 573 | rcu_assign_pointer(dev->grab, handle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:589:17: note: in expansion of macro 'rcu_assign_pointer' 589 | rcu_assign_pointer(dev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:955:22: note: byref variable will be forcibly initialized 955 | unsigned int old_keycode; | ^~~~~~~~~~~ /kisskb/src/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/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1504:32: note: byref variable will be forcibly initialized 1504 | struct cec_msg msg = {}; | ^~~ /kisskb/src/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/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:835:22: note: byref variable will be forcibly initialized 835 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_seq_print_bitmap': /kisskb/src/drivers/input/input.c:1171:14: note: byref variable will be forcibly initialized 1171 | char buf[18]; | ^~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1466:14: note: byref variable will be forcibly initialized 1466 | bool inhibited; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_keyed': /kisskb/src/drivers/scsi/scsi_devinfo.c:372:36: note: byref variable will be forcibly initialized 372 | unsigned long long val; | ^~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_str': /kisskb/src/drivers/scsi/scsi_devinfo.c:526:43: note: byref variable will be forcibly initialized 526 | char *vendor, *model, *strflags, *next; | ^~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_read_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:471:24: note: byref variable will be forcibly initialized 471 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:470:12: note: byref variable will be forcibly initialized 470 | u8 buf[2] = { 0xfb, reg }; | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_synth_lock_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:542:12: note: byref variable will be forcibly initialized 542 | u8 d; | ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:566:24: note: byref variable will be forcibly initialized 566 | int rf_locked, ref_locked, ret; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:566:13: note: byref variable will be forcibly initialized 566 | int rf_locked, ref_locked, ret; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_chip_id': /kisskb/src/drivers/media/tuners/mxl5007t.c:789:12: note: byref variable will be forcibly initialized 789 | u8 id; | ^~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_soft_reset': /kisskb/src/drivers/media/tuners/mxl5007t.c:490:24: note: byref variable will be forcibly initialized 490 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:489:12: note: byref variable will be forcibly initialized 489 | u8 d = 0xff; | ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_write_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:442:24: note: byref variable will be forcibly initialized 442 | struct i2c_msg msg = { .addr = state->i2c_props.addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:441:12: note: byref variable will be forcibly initialized 441 | u8 buf[] = { reg, val }; | ^~~ /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/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/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; | ^~~ 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/buffer_head.h:12, from /kisskb/src/fs/nilfs2/gcinode.c:24: /kisskb/src/fs/nilfs2/gcinode.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_writereg': /kisskb/src/drivers/media/tuners/qt1010.c:33:24: note: byref variable will be forcibly initialized 33 | struct i2c_msg msg = { .addr = priv->cfg->i2c_address, | ^~~ /kisskb/src/drivers/media/tuners/qt1010.c:32:12: note: byref variable will be forcibly initialized 32 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_readreg': /kisskb/src/drivers/media/tuners/qt1010.c:14:24: note: byref variable will be forcibly initialized 14 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_attach': /kisskb/src/drivers/media/tuners/qt1010.c:411:12: note: byref variable will be forcibly initialized 411 | u8 id; | ^~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_set_params': /kisskb/src/drivers/media/tuners/qt1010.c:50:15: note: byref variable will be forcibly initialized 50 | u8 i, tmpval, reg05; | ^~~~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas1': /kisskb/src/drivers/media/tuners/qt1010.c:218:21: note: byref variable will be forcibly initialized 218 | u8 i, val1, val2; | ^~~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init_meas2': /kisskb/src/drivers/media/tuners/qt1010.c:254:15: note: byref variable will be forcibly initialized 254 | u8 i, val = 0xff; | ^~~ /kisskb/src/drivers/media/tuners/qt1010.c: In function 'qt1010_init': /kisskb/src/drivers/media/tuners/qt1010.c:285:15: note: byref variable will be forcibly initialized 285 | u8 i, tmpval, *valptr = NULL; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/r820t.c:30: /kisskb/src/drivers/media/tuners/r820t.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg_mask': /kisskb/src/drivers/media/tuners/r820t.c:429:12: note: byref variable will be forcibly initialized 429 | u8 tmp = val; | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg': /kisskb/src/drivers/media/tuners/r820t.c:411:12: note: byref variable will be forcibly initialized 411 | u8 tmp = val; /* work around GCC PR81715 with asan-stack=1 */ | ^~~ In file included from /kisskb/src/drivers/media/tuners/r820t.c:30: /kisskb/src/drivers/media/tuners/r820t.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:24: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_read_gain': /kisskb/src/drivers/media/tuners/r820t.c:1206:12: note: byref variable will be forcibly initialized 1206 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_pll': /kisskb/src/drivers/media/tuners/r820t.c:555:12: note: byref variable will be forcibly initialized 555 | u8 data[5]; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_tv_standard': /kisskb/src/drivers/media/tuners/r820t.c:955:12: note: byref variable will be forcibly initialized 955 | u8 data[5], val; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_xtal_check': /kisskb/src/drivers/media/tuners/r820t.c:1406:12: note: byref variable will be forcibly initialized 1406 | u8 data[3], val; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_multi_read': /kisskb/src/drivers/media/tuners/r820t.c:1523:12: note: byref variable will be forcibly initialized 1523 | u8 data[2], min = 255, max = 0; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_section': /kisskb/src/drivers/media/tuners/r820t.c:1745:47: note: byref variable will be forcibly initialized 1745 | struct r820t_sect_type compare_iq[3], compare_bet[3]; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1745:32: note: byref variable will be forcibly initialized 1745 | struct r820t_sect_type compare_iq[3], compare_bet[3]; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_iq': /kisskb/src/drivers/media/tuners/r820t.c:1828:12: note: byref variable will be forcibly initialized 1828 | u8 x_direction = 0; /* 1:x, 0:y */ | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1826:32: note: byref variable will be forcibly initialized 1826 | struct r820t_sect_type compare_iq[3]; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_imr': /kisskb/src/drivers/media/tuners/r820t.c:1909:32: note: byref variable will be forcibly initialized 1909 | struct r820t_sect_type imr_point; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_attach': /kisskb/src/drivers/media/tuners/r820t.c:2339:12: note: byref variable will be forcibly initialized 2339 | u8 data[5]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:333:15: note: byref variable will be forcibly initialized 333 | void *buffer = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_find_shared': /kisskb/src/fs/xfs/xfs_reflink.c:138:34: note: byref variable will be forcibly initialized 138 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_convert_cow_locked': /kisskb/src/fs/xfs/xfs_reflink.c:251:33: note: byref variable will be forcibly initialized 251 | int dummy_logflags; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:250:34: note: byref variable will be forcibly initialized 250 | struct xfs_btree_cur *dummy_cur = NULL; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:249:33: note: byref variable will be forcibly initialized 249 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:248:33: note: byref variable will be forcibly initialized 248 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:535:23: note: byref variable will be forcibly initialized 535 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow_extent': /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xfs/xfs_reflink.c:809:33: note: byref variable will be forcibly initialized 809 | int done; | ^~~~ /kisskb/src/fs/xattr.c:877:14: note: byref variable will be forcibly initialized 877 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:727:33: note: byref variable will be forcibly initialized 727 | int nmaps; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:724:34: note: byref variable will be forcibly initialized 724 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c:722:43: note: byref variable will be forcibly initialized 722 | struct xfs_bmbt_irec got, del, data; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:722:38: note: byref variable will be forcibly initialized 722 | struct xfs_bmbt_irec got, del, data; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:722:33: note: byref variable will be forcibly initialized 722 | struct xfs_bmbt_irec got, del, data; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:721:33: note: byref variable will be forcibly initialized 721 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:891:21: note: byref variable will be forcibly initialized 891 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:829:21: note: byref variable will be forcibly initialized 829 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_extent': /kisskb/src/fs/xfs/xfs_reflink.c:1294:33: note: byref variable will be forcibly initialized 1294 | int done; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1163:33: note: byref variable will be forcibly initialized 1163 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1155:34: note: byref variable will be forcibly initialized 1155 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c:1153:33: note: byref variable will be forcibly initialized 1153 | struct xfs_bmbt_irec smap; | ^~~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:296:23: note: byref variable will be forcibly initialized 296 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_set_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1024:34: note: byref variable will be forcibly initialized 1024 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:610:26: note: byref variable will be forcibly initialized 610 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:609:27: note: byref variable will be forcibly initialized 609 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:633:21: note: byref variable will be forcibly initialized 633 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_trim_around_shared': /kisskb/src/fs/xfs/xfs_reflink.c:178:33: note: byref variable will be forcibly initialized 178 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:177:33: note: byref variable will be forcibly initialized 177 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_find_trim_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:316:33: note: byref variable will be forcibly initialized 316 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_fill_cow_hole': /kisskb/src/fs/xfs/xfs_reflink.c:392:33: note: byref variable will be forcibly initialized 392 | bool found; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:390:33: note: byref variable will be forcibly initialized 390 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:387:34: note: byref variable will be forcibly initialized 387 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_fill_delalloc': /kisskb/src/fs/xfs/xfs_reflink.c:460:33: note: byref variable will be forcibly initialized 460 | bool found; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:458:33: note: byref variable will be forcibly initialized 458 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:457:34: note: byref variable will be forcibly initialized 457 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:728:26: note: byref variable will be forcibly initialized 728 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:727:27: note: byref variable will be forcibly initialized 727 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:752:21: note: byref variable will be forcibly initialized 752 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_allocate_cow': /kisskb/src/fs/xfs/xfs_reflink.c:528:33: note: byref variable will be forcibly initialized 528 | bool found; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:586:41: note: byref variable will be forcibly initialized 586 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:585:46: note: byref variable will be forcibly initialized 585 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:585:41: note: byref variable will be forcibly initialized 585 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_range': /kisskb/src/fs/xfs/xfs_reflink.c:663:34: note: byref variable will be forcibly initialized 663 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow': /kisskb/src/fs/xfs/xfs_reflink.c:861:41: note: byref variable will be forcibly initialized 861 | xfs_fileoff_t offset_fsb; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_recover_cow': /kisskb/src/fs/xfs/xfs_reflink.c:921:33: note: byref variable will be forcibly initialized 921 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_update_dest': /kisskb/src/fs/xfs/xfs_reflink.c:1082:34: note: byref variable will be forcibly initialized 1082 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:1362:33: note: byref variable will be forcibly initialized 1362 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1355:33: note: byref variable will be forcibly initialized 1355 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1152:17: note: byref variable will be forcibly initialized 1152 | ssize_t remaining_size = size; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_inode_has_shared_extents': /kisskb/src/fs/xfs/xfs_reflink.c:1572:41: note: byref variable will be forcibly initialized 1572 | xfs_extlen_t rlen; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1571:41: note: byref variable will be forcibly initialized 1571 | xfs_agblock_t rbno; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1556:41: note: byref variable will be forcibly initialized 1556 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1553:41: note: byref variable will be forcibly initialized 1553 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1610:33: note: byref variable will be forcibly initialized 1610 | bool needs_flag; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_try_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1646:34: note: byref variable will be forcibly initialized 1646 | struct xfs_trans *tp; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_pwork.c:6: /kisskb/src/fs/xfs/xfs_pwork.c: In function 'xfs_pwork_poll': /kisskb/src/include/linux/wait.h: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/fs/xfs/xfs_pwork.c:118:16: note: in expansion of macro 'wait_event_timeout' 118 | while (wait_event_timeout(pctl->poll_wait, | ^~~~~~~~~~~~~~~~~~ /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/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/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*/]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_get_offsets_xhci_log_msg': /kisskb/src/include/linux/trace_events.h:925:17: note: byref variable will be forcibly initialized 925 | va_list __ap; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:263:9: note: in definition of macro 'DECLARE_EVENT_CLASS' 263 | tstruct; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:31:9: note: in expansion of macro 'TP_STRUCT__entry' 31 | TP_STRUCT__entry(__vstring(msg, vaf->fmt, vaf->va)), | ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:43:34: note: in expansion of macro '__dynamic_array' 43 | #define __vstring(item, fmt, ap) __dynamic_array(char, item, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:44:23: note: in expansion of macro '__trace_event_vstr_len' 44 | __trace_event_vstr_len(fmt, ap)) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:31:26: note: in expansion of macro '__vstring' 31 | TP_STRUCT__entry(__vstring(msg, vaf->fmt, vaf->va)), | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_msg': /kisskb/src/include/trace/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/perf.h:89:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 89 | { assign; } \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:32:9: note: in expansion of macro 'TP_fast_assign' 32 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:33:17: note: in expansion of macro '__assign_vstr' 33 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_trb': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_free_virt_dev': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_virt_dev': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_urb': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ep_ctx': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_slot_ctx': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctrl_ctx': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_portsc': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_doorbell': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_dbc_log_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_msg': /kisskb/src/include/trace/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:402:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 402 | { assign; } \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:32:9: note: in expansion of macro 'TP_fast_assign' 32 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:33:17: note: in expansion of macro '__assign_vstr' 33 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_trb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_free_virt_dev': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_virt_dev': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_urb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ep_ctx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_slot_ctx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctrl_ctx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_portsc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_doorbell': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_dbc_log_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ctx': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctx': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'perf_trace_xhci_log_ring': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ring': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_msg': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_free_virt_dev': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_virt_dev': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_urb': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_ep_ctx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_slot_ctx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_ctrl_ctx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_ring': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_dbc_log_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/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_ctx': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_init_masks': /kisskb/src/drivers/input/joystick/analog.c:462:13: note: byref variable will be forcibly initialized 462 | int max[4]; | ^~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_trb': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_portsc': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function '__bpf_trace_xhci_log_doorbell': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_name': /kisskb/src/drivers/input/joystick/analog.c:342:24: note: byref variable will be forcibly initialized 342 | struct seq_buf s; | ^ /kisskb/src/drivers/input/joystick/analog.c: In function 'analog_parse_options': /kisskb/src/drivers/input/joystick/analog.c:658:15: note: byref variable will be forcibly initialized 658 | char *end; | ^~~ /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/input/tablet/pegasus_notetaker.c: In function 'pegasus_set_mode': /kisskb/src/drivers/input/tablet/pegasus_notetaker.c:127:12: note: byref variable will be forcibly initialized 127 | u8 cmd[] = { NOTETAKER_SET_CMD, NOTETAKER_SET_MODE, led, mode }; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_get_rf_strength': /kisskb/src/drivers/media/tuners/si2157.c:800:27: note: byref variable will be forcibly initialized 800 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_sleep': /kisskb/src/drivers/media/tuners/si2157.c:332:27: note: byref variable will be forcibly initialized 332 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_tune_wait': /kisskb/src/drivers/media/tuners/si2157.c:364:12: note: byref variable will be forcibly initialized 364 | u8 wait_status; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_params': /kisskb/src/drivers/media/tuners/si2157.c:448:27: note: byref variable will be forcibly initialized 448 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_load_firmware': /kisskb/src/drivers/media/tuners/si2157.c:98:27: note: byref variable will be forcibly initialized 98 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c:96:32: note: byref variable will be forcibly initialized 96 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_find_and_load_firmware': /kisskb/src/drivers/media/tuners/si2157.c:147:27: note: byref variable will be forcibly initialized 147 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_init': /kisskb/src/drivers/media/tuners/si2157.c:222:27: note: byref variable will be forcibly initialized 222 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_analog_params': /kisskb/src/drivers/media/tuners/si2157.c:576:27: note: byref variable will be forcibly initialized 576 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_stat_work': /kisskb/src/drivers/media/tuners/si2157.c:856:27: note: byref variable will be forcibly initialized 856 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_probe': /kisskb/src/drivers/media/tuners/si2157.c:884:27: note: byref variable will be forcibly initialized 884 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/ata/pata_sch.c: In function 'sch_init_one': /kisskb/src/drivers/ata/pata_sch.c:160:37: note: byref variable will be forcibly initialized 160 | const struct ata_port_info *ppi[] = { &sch_port_info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_sch.c: In function 'sch_set_dmamode': /kisskb/src/drivers/ata/pata_sch.c:130:22: note: byref variable will be forcibly initialized 130 | unsigned int data; | ^~~~ /kisskb/src/drivers/ata/pata_sch.c: In function 'sch_set_piomode': /kisskb/src/drivers/ata/pata_sch.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int data; | ^~~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_sff_irq_check': /kisskb/src/drivers/ata/pata_sil680.c:219:12: note: byref variable will be forcibly initialized 219 | u8 val; | ^~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_cable_detect': /kisskb/src/drivers/ata/pata_sil680.c:84:12: note: byref variable will be forcibly initialized 84 | u8 ata66; | ^~~~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_init_chip': /kisskb/src/drivers/ata/pata_sil680.c:252:12: note: byref variable will be forcibly initialized 252 | u8 tmpbyte = 0; | ^~~~~~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_init_one': /kisskb/src/drivers/ata/pata_sil680.c:341:17: note: byref variable will be forcibly initialized 341 | int rc, try_mmio; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_sil680.c:338:37: note: byref variable will be forcibly initialized 338 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_set_dmamode': /kisskb/src/drivers/ata/pata_sil680.c:169:20: note: byref variable will be forcibly initialized 169 | u16 multi, ultra; | ^~~~~ /kisskb/src/drivers/ata/pata_sil680.c:169:13: note: byref variable will be forcibly initialized 169 | u16 multi, ultra; | ^~~~~ /kisskb/src/drivers/ata/pata_sil680.c:168:18: note: byref variable will be forcibly initialized 168 | u8 scsc, mode; | ^~~~ /kisskb/src/drivers/ata/pata_sil680.c:168:12: note: byref variable will be forcibly initialized 168 | u8 scsc, mode; | ^~~~ /kisskb/src/drivers/ata/pata_sil680.c: In function 'sil680_set_piomode': /kisskb/src/drivers/ata/pata_sil680.c:120:12: note: byref variable will be forcibly initialized 120 | u8 mode; | ^~~~ /kisskb/src/drivers/ata/pata_sil680.c:119:13: note: byref variable will be forcibly initialized 119 | u16 reg; | ^~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980:21: note: byref variable will be forcibly initialized 980 | u64 val; | ^~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:1001:28: note: byref variable will be forcibly initialized 1001 | unsigned long long val; | ^~~ /kisskb/src/fs/libfs.c: In function 'generic_ci_d_compare': /kisskb/src/fs/libfs.c:1399:14: note: byref variable will be forcibly initialized 1399 | char strbuf[DNAME_INLINE_LEN]; | ^~~~~~ /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/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_mark_blocks_dirty': /kisskb/src/fs/nilfs2/ioctl.c:750:29: note: byref variable will be forcibly initialized 750 | struct buffer_head *bh; | ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_change_cpmode': /kisskb/src/fs/nilfs2/ioctl.c:192:29: note: byref variable will be forcibly initialized 192 | struct nilfs_cpmode cpmode; | ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c:191:39: note: byref variable will be forcibly initialized 191 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_delete_checkpoint': /kisskb/src/fs/nilfs2/ioctl.c:247:15: note: byref variable will be forcibly initialized 247 | __u64 cno; | ^~~ /kisskb/src/fs/nilfs2/ioctl.c:246:39: note: byref variable will be forcibly initialized 246 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_cpstat': /kisskb/src/fs/nilfs2/ioctl.c:325:29: note: byref variable will be forcibly initialized 325 | struct nilfs_cpstat cpstat; | ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_suinfo': /kisskb/src/fs/nilfs2/ioctl.c:1204:27: note: byref variable will be forcibly initialized 1204 | struct nilfs_argv argv; | ^~~~ /kisskb/src/fs/nilfs2/ioctl.c:1203:39: note: byref variable will be forcibly initialized 1203 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_sustat': /kisskb/src/fs/nilfs2/ioctl.c:392:29: note: byref variable will be forcibly initialized 392 | struct nilfs_sustat sustat; | ^~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_wrap_copy': /kisskb/src/fs/nilfs2/ioctl.c:58:15: note: byref variable will be forcibly initialized 58 | __u64 pos, ppos; | ^~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_info': /kisskb/src/fs/nilfs2/ioctl.c:1157:27: note: byref variable will be forcibly initialized 1157 | struct nilfs_argv argv; | ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_get_bdescs': /kisskb/src/fs/nilfs2/ioctl.c:501:27: note: byref variable will be forcibly initialized 501 | struct nilfs_argv argv; | ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_inode_block': /kisskb/src/fs/nilfs2/ioctl.c:544:29: note: byref variable will be forcibly initialized 544 | struct buffer_head *bh; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/nilfs2/ioctl.c:10: /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_move_blocks': /kisskb/src/fs/nilfs2/ioctl.c:604:19: note: byref variable will be forcibly initialized 604 | LIST_HEAD(buffers); | ^~~~~~~ /kisskb/src/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/nilfs2/ioctl.c: In function 'nilfs_ioctl_clean_segments': /kisskb/src/fs/nilfs2/ioctl.c:855:15: note: byref variable will be forcibly initialized 855 | void *kbufs[5]; | ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c:846:27: note: byref variable will be forcibly initialized 846 | struct nilfs_argv argv[5]; | ^~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_sync': /kisskb/src/fs/nilfs2/ioctl.c:985:15: note: byref variable will be forcibly initialized 985 | __u64 cno; | ^~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_resize': /kisskb/src/fs/nilfs2/ioctl.c:1019:15: note: byref variable will be forcibly initialized 1019 | __u64 newsize; | ^~~~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_set_alloc_range': /kisskb/src/fs/nilfs2/ioctl.c:1097:15: note: byref variable will be forcibly initialized 1097 | __u64 range[2]; | ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_ioctl_trim_fs': /kisskb/src/fs/nilfs2/ioctl.c:1055:29: note: byref variable will be forcibly initialized 1055 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/nilfs2/ioctl.c: In function 'nilfs_fileattr_set': /kisskb/src/fs/nilfs2/ioctl.c:135:39: note: byref variable will be forcibly initialized 135 | struct nilfs_transaction_info ti; | ^~ /kisskb/src/drivers/scsi/scsi_debugfs.c: In function 'scsi_show_rq': /kisskb/src/drivers/scsi/scsi_debugfs.c:39:14: note: byref variable will be forcibly initialized 39 | char buf[80] = "(?)"; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2505_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:90:12: note: byref variable will be forcibly initialized 90 | u8 buf[6]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2502_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:51:12: note: byref variable will be forcibly initialized 51 | u8 buf[3]; | ^~~ In file included from /kisskb/src/include/linux/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/f2fs/data.c:8: /kisskb/src/fs/f2fs/data.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/f2fs/data.c:8: /kisskb/src/fs/f2fs/data.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input-mt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/fs/f2fs/data.c: In function '__has_merged_page': /kisskb/src/fs/f2fs/data.c:570:30: note: byref variable will be forcibly initialized 570 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_end_io': /kisskb/src/fs/f2fs/data.c:316:30: note: byref variable will be forcibly initialized 316 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_handle_step_decompress': /kisskb/src/fs/f2fs/data.c:232:30: note: byref variable will be forcibly initialized 232 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_finish_read_bio': /kisskb/src/fs/f2fs/data.c:125:30: note: byref variable will be forcibly initialized 125 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_verify_bio': /kisskb/src/fs/f2fs/data.c:182:38: note: byref variable will be forcibly initialized 182 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap_compress': /kisskb/src/fs/f2fs/data.c:3712:30: note: byref variable will be forcibly initialized 3712 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_xattr_fiemap': /kisskb/src/fs/f2fs/data.c:1782:26: note: byref variable will be forcibly initialized 1782 | struct node_info ni; | ^~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_isr': /kisskb/src/drivers/i2c/busses/i2c-i801.c:603:13: note: byref variable will be forcibly initialized 603 | u16 pcists; | ^~~~~~ /kisskb/src/fs/f2fs/data.c: In function '__find_data_block': /kisskb/src/fs/f2fs/data.c:3366:30: note: byref variable will be forcibly initialized 3366 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function '__bio_alloc': /kisskb/src/fs/f2fs/data.c:441:18: note: byref variable will be forcibly initialized 441 | sector_t sector; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_block_transaction': /kisskb/src/drivers/i2c/busses/i2c-i801.c:744:23: note: byref variable will be forcibly initialized 744 | unsigned char hostc; | ^~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_grab_read_bio': /kisskb/src/fs/f2fs/data.c:1025:18: note: byref variable will be forcibly initialized 1025 | sector_t sector; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_add_tco': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1528:23: note: byref variable will be forcibly initialized 1528 | u32 tco_base, tco_ctl; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1528:13: note: byref variable will be forcibly initialized 1528 | u32 tco_base, tco_ctl; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1527:25: note: byref variable will be forcibly initialized 1527 | struct resource tco_res[2], *res; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_probe': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1728:21: note: byref variable will be forcibly initialized 1728 | u16 pcists; | ^~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_merge_page_bio': /kisskb/src/fs/f2fs/data.c:902:21: note: byref variable will be forcibly initialized 902 | struct bio *bio = *fio->bio; | ^~~ /kisskb/src/fs/f2fs/data.c: In function '__allocate_data_block': /kisskb/src/fs/f2fs/data.c:1390:18: note: byref variable will be forcibly initialized 1390 | blkcnt_t count = 1; | ^~~~~ /kisskb/src/fs/f2fs/data.c:1388:26: note: byref variable will be forcibly initialized 1388 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/data.c:1387:29: note: byref variable will be forcibly initialized 1387 | struct f2fs_summary sum; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_read_data_page': /kisskb/src/fs/f2fs/data.c:1204:30: note: byref variable will be forcibly initialized 1204 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_get_new_data_page': /kisskb/src/fs/f2fs/data.c:1339:30: note: byref variable will be forcibly initialized 1339 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function '__reserve_data_block': /kisskb/src/fs/f2fs/data.c:3396:30: note: byref variable will be forcibly initialized 3396 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'prepare_atomic_write_begin': /kisskb/src/fs/f2fs/data.c:3428:17: note: byref variable will be forcibly initialized 3428 | block_t ori_blk_addr = NULL_ADDR; | ^~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'prepare_write_begin': /kisskb/src/fs/f2fs/data.c:3284:30: note: byref variable will be forcibly initialized 3284 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_map_blocks': /kisskb/src/fs/f2fs/data.c:1445:30: note: byref variable will be forcibly initialized 1445 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_bmap': /kisskb/src/fs/f2fs/data.c:3757:40: note: byref variable will be forcibly initialized 3757 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'check_swap_activate': /kisskb/src/fs/f2fs/data.c:3861:40: note: byref variable will be forcibly initialized 3861 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_iomap_begin': /kisskb/src/fs/f2fs/data.c:4090:17: note: byref variable will be forcibly initialized 4090 | pgoff_t next_pgofs = 0; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_overwrite_io': /kisskb/src/fs/f2fs/data.c:1743:32: note: byref variable will be forcibly initialized 1743 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_fiemap': /kisskb/src/fs/f2fs/data.c:1874:17: note: byref variable will be forcibly initialized 1874 | pgoff_t next_pgofs; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:1872:32: note: byref variable will be forcibly initialized 1872 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_read_multi_pages': /kisskb/src/fs/f2fs/data.c:2139:30: note: byref variable will be forcibly initialized 2139 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_mpage_readpages': /kisskb/src/fs/f2fs/data.c:2310:32: note: byref variable will be forcibly initialized 2310 | struct f2fs_map_blocks map; | ^~~ /kisskb/src/fs/f2fs/data.c:2309:18: note: byref variable will be forcibly initialized 2309 | sector_t last_block_in_bio = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2308:21: note: byref variable will be forcibly initialized 2308 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_do_write_data_page': /kisskb/src/fs/f2fs/data.c:2605:26: note: byref variable will be forcibly initialized 2605 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/data.c:2603:30: note: byref variable will be forcibly initialized 2603 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_cache_pages': /kisskb/src/fs/f2fs/data.c:2989:46: note: byref variable will be forcibly initialized 2989 | struct page *pagep; | ^~~~~ /kisskb/src/fs/f2fs/data.c:2988:39: note: byref variable will be forcibly initialized 2988 | void *fsdata = NULL; | ^~~~~~ /kisskb/src/fs/f2fs/data.c:2948:13: note: byref variable will be forcibly initialized 2948 | int submitted = 0; | ^~~~~~~~~ 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/f2fs/data.c:2942:17: note: byref variable will be forcibly initialized 2942 | pgoff_t index; | ^~~~~ /kisskb/src/fs/pnode.c:540:19: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:19: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:19: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/f2fs/data.c:2923:18: note: byref variable will be forcibly initialized 2923 | sector_t last_block; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/data.c:2922:21: note: byref variable will be forcibly initialized 2922 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/f2fs/data.c:2920:22: note: byref variable will be forcibly initialized 2920 | struct page *pages[F2FS_ONSTACK_PAGES]; | ^~~~~ /kisskb/src/fs/f2fs/data.c: In function '__f2fs_write_data_pages': /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/fs/f2fs/data.c:3182:25: note: byref variable will be forcibly initialized 3182 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/data.c: In function 'f2fs_write_begin': /kisskb/src/fs/f2fs/data.c:3466:17: note: byref variable will be forcibly initialized 3466 | block_t blkaddr = NULL_ADDR; | ^~~~~~~ /kisskb/src/fs/f2fs/data.c:3465:14: note: byref variable will be forcibly initialized 3465 | bool need_balance = false; | ^~~~~~~~~~~~ /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/usb/class/usbtmc.c: In function 'usbtmc_ioctl_eom_enable': /kisskb/src/drivers/usb/class/usbtmc.c:2020:12: note: byref variable will be forcibly initialized 2020 | u8 eom_enable; | ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_config_termc': /kisskb/src/drivers/usb/class/usbtmc.c:2039:32: note: byref variable will be forcibly initialized 2039 | struct usbtmc_termchar termc; | ^~~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:21: note: byref variable will be forcibly initialized 396 | u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/w1_io.c:395:20: note: byref variable will be forcibly initialized 395 | u8 match[9] = {W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'send_request_dev_dep_msg_in': /kisskb/src/drivers/usb/class/usbtmc.c:1315:13: note: byref variable will be forcibly initialized 1315 | int actual; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_trigger': /kisskb/src/drivers/usb/class/usbtmc.c:714:13: note: byref variable will be forcibly initialized 714 | int actual; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_abort_bulk_in_tag': /kisskb/src/drivers/usb/class/usbtmc.c:272:13: note: byref variable will be forcibly initialized 272 | int actual; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_request': /kisskb/src/drivers/usb/class/usbtmc.c:1919:35: note: byref variable will be forcibly initialized 1919 | struct usbtmc_ctrlrequest request; | ^~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_clear': /kisskb/src/drivers/usb/class/usbtmc.c:1654:13: note: byref variable will be forcibly initialized 1654 | int actual = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_wait_srq': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:621:14: note: in expansion of macro 'wait_event_interruptible_timeout' 621 | rv = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_get_stb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:514:22: note: in expansion of macro 'wait_event_interruptible_timeout' 514 | rv = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_read_stb': /kisskb/src/drivers/usb/class/usbtmc.c:557:14: note: byref variable will be forcibly initialized 557 | __u8 stb; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/class/usbtmc.c:13: /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_generic_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:945:34: note: in expansion of macro 'wait_event_interruptible_timeout' 945 | retval = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_read': /kisskb/src/drivers/usb/class/usbtmc.c:1370:13: note: byref variable will be forcibly initialized 1370 | u32 done = 0; | ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c:1369:13: note: byref variable will be forcibly initialized 1369 | int actual; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_read': /kisskb/src/drivers/usb/class/usbtmc.c:1051:31: note: byref variable will be forcibly initialized 1051 | struct usbtmc_message msg; | ^~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'suffix_kstrtoint': /kisskb/src/fs/xfs/xfs_super.c:1163:54: note: byref variable will be forcibly initialized 1163 | int last, shift_left_factor = 0, _res; | ^~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_parse_param': /kisskb/src/fs/xfs/xfs_super.c:1220:33: note: byref variable will be forcibly initialized 1220 | int size = 0; | ^~~~ /kisskb/src/fs/xfs/xfs_super.c:1219:33: note: byref variable will be forcibly initialized 1219 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_write': /kisskb/src/drivers/usb/class/usbtmc.c:1518:24: note: byref variable will be forcibly initialized 1518 | u32 remaining, done; | ^~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl_generic_write': /kisskb/src/drivers/usb/class/usbtmc.c:1262:31: note: byref variable will be forcibly initialized 1262 | struct usbtmc_message msg; | ^~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_save_resvblks': /kisskb/src/fs/xfs/xfs_super.c:867:18: note: byref variable will be forcibly initialized 867 | uint64_t resblks = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_dirty_inode': /kisskb/src/fs/xfs/xfs_super.c:660:42: note: byref variable will be forcibly initialized 660 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc488_ioctl_simple': /kisskb/src/drivers/usb/class/usbtmc.c:652:14: note: byref variable will be forcibly initialized 652 | __u8 val; | ^~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_ioctl': /kisskb/src/drivers/usb/class/usbtmc.c:2060:14: note: byref variable will be forcibly initialized 2060 | __u8 tmp_byte; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_restore_resvblks': /kisskb/src/fs/xfs/xfs_super.c:876:18: note: byref variable will be forcibly initialized 876 | uint64_t resblks; | ^~~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c: In function 'usbtmc_probe': /kisskb/src/drivers/usb/class/usbtmc.c:2362:62: note: byref variable will be forcibly initialized 2362 | struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; | ^~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_open_devices': /kisskb/src/fs/xfs/xfs_super.c:429:50: note: byref variable will be forcibly initialized 429 | struct block_device *logdev = NULL, *rtdev = NULL; | ^~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2362:51: note: byref variable will be forcibly initialized 2362 | struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_super.c:429:34: note: byref variable will be forcibly initialized 429 | struct block_device *logdev = NULL, *rtdev = NULL; | ^~~~~~ /kisskb/src/drivers/usb/class/usbtmc.c:2362:41: note: byref variable will be forcibly initialized 2362 | struct usb_endpoint_descriptor *bulk_in, *bulk_out, *int_in; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'sdev_prefix_printk': /kisskb/src/drivers/scsi/scsi_logging.c:61:25: note: byref variable will be forcibly initialized 61 | size_t off = 0, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:59:17: note: byref variable will be forcibly initialized 59 | va_list args; | ^~~~ 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/drivers/scsi/scsi_logging.c: In function 'scmd_printk': /kisskb/src/drivers/scsi/scsi_logging.c:88:25: note: byref variable will be forcibly initialized 88 | size_t off = 0, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:86:17: note: byref variable will be forcibly initialized 86 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_opcode_name': /kisskb/src/fs/fs-writeback.c: In function 'perf_trace_writeback_dirty_inode_template': /kisskb/src/drivers/scsi/scsi_logging.c:112:39: note: byref variable will be forcibly initialized 112 | const char *cdb_name = NULL, *sa_name = NULL; | ^~~~~~~ /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/drivers/scsi/scsi_logging.c:112:21: note: byref variable will be forcibly initialized 112 | const char *cdb_name = NULL, *sa_name = NULL; | ^~~~~~~~ /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/drivers/scsi/scsi_logging.c: In function 'scsi_print_command': /kisskb/src/drivers/scsi/scsi_logging.c:184:21: note: byref variable will be forcibly initialized 184 | size_t off, logbuf_len; | ^~~~~~~~~~ /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/drivers/scsi/scsi_logging.c: In function 'scsi_log_dump_sense': /kisskb/src/drivers/scsi/scsi_logging.c:296:16: note: byref variable will be forcibly initialized 296 | size_t logbuf_len; | ^~~~~~~~~~ /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/drivers/scsi/scsi_logging.c: In function 'scsi_format_extd_sense': /kisskb/src/drivers/scsi/scsi_logging.c:244:21: note: byref variable will be forcibly initialized 244 | const char *extd_sense_fmt = NULL; | ^~~~~~~~~~~~~~ /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/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense_hdr': /kisskb/src/drivers/scsi/scsi_logging.c:322:21: note: byref variable will be forcibly initialized 322 | size_t off, logbuf_len; | ^~~~~~~~~~ /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/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:346:31: note: byref variable will be forcibly initialized 346 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_result': /kisskb/src/drivers/scsi/scsi_logging.c:386:21: note: byref variable will be forcibly initialized 386 | size_t off, logbuf_len; | ^~~~~~~~~~ /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, | ^~~~~~~~~~~ /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/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/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_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/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/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/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; | ^~~~~~~~~ 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_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, | ^~~~~~~~~~~ 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_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/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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:303: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; | ^~~~ 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, | ^~~~~~~~~~~~~~~~~~~ /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/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/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/fs-writeback.c: In function '__bpf_trace_writeback_bdi_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/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/fs-writeback.c: In function '__bpf_trace_writeback_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/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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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:66:24: note: in expansion of macro '__CAST_TO_U64' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/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/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, | ^~~~~~~~~~~ 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) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1960:25: note: byref variable will be forcibly initialized 1960 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:1995:25: note: byref variable will be forcibly initialized 1995 | struct blk_plug plug; | ^~~~ /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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:191:9: note: in expansion of macro 'wait_event' 191 | wait_event(*done->waitq, !atomic_read(&done->cnt)); | ^~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:248:31: note: byref variable will be forcibly initialized 248 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2592:30: note: byref variable will be forcibly initialized 2592 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:81:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 81 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2670:30: note: byref variable will be forcibly initialized 2670 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:81:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 81 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:188:31: note: byref variable will be forcibly initialized 188 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_inactive_symlink_rmt': /kisskb/src/fs/xfs/xfs_symlink.c:385:26: note: byref variable will be forcibly initialized 385 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:383:25: note: byref variable will be forcibly initialized 383 | int nmaps; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:382:25: note: byref variable will be forcibly initialized 382 | xfs_bmbt_irec_t mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:378:25: note: byref variable will be forcibly initialized 378 | int done; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:377:26: note: byref variable will be forcibly initialized 377 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_readlink_bmap_ilocked': /kisskb/src/fs/xfs/xfs_symlink.c:39:33: note: byref variable will be forcibly initialized 39 | int nmaps = XFS_SYMLINK_MAPS; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:35:34: note: byref variable will be forcibly initialized 35 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:34:33: note: byref variable will be forcibly initialized 34 | struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_symlink': /kisskb/src/fs/xfs/xfs_symlink.c:174:33: note: byref variable will be forcibly initialized 174 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c:168:34: note: byref variable will be forcibly initialized 168 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:163:33: note: byref variable will be forcibly initialized 163 | struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:162:33: note: byref variable will be forcibly initialized 162 | int nmaps; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:156:34: note: byref variable will be forcibly initialized 156 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:155:34: note: byref variable will be forcibly initialized 155 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_port_base': /kisskb/src/drivers/ata/pata_sis.c:104:13: note: byref variable will be forcibly initialized 104 | u32 reg54; | ^~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_133_mode_filter': /kisskb/src/drivers/ata/pata_sis.c:533:13: note: byref variable will be forcibly initialized 533 | u32 t1; | ^~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_133_set_dmamode': /kisskb/src/drivers/ata/pata_sis.c:485:13: note: byref variable will be forcibly initialized 485 | u32 t1; | ^~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_set_fifo': /kisskb/src/drivers/ata/pata_sis.c:197:12: note: byref variable will be forcibly initialized 197 | u8 fifoctrl; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_133_set_piomode': /kisskb/src/drivers/ata/pata_sis.c:292:13: note: byref variable will be forcibly initialized 292 | u32 t1; | ^~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_old_set_piomode': /kisskb/src/drivers/ata/pata_sis.c:230:16: note: byref variable will be forcibly initialized 230 | u8 t1, t2; | ^~ /kisskb/src/drivers/ata/pata_sis.c:230:12: note: byref variable will be forcibly initialized 230 | u8 t1, t2; | ^~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_66_cable_detect': /kisskb/src/drivers/ata/pata_sis.c:145:12: note: byref variable will be forcibly initialized 145 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_100_set_dmamode': /kisskb/src/drivers/ata/pata_sis.c:419:12: note: byref variable will be forcibly initialized 419 | u8 timing; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_133_early_set_dmamode': /kisskb/src/drivers/ata/pata_sis.c:453:12: note: byref variable will be forcibly initialized 453 | u8 timing; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_133_cable_detect': /kisskb/src/drivers/ata/pata_sis.c:125:13: note: byref variable will be forcibly initialized 125 | u16 tmp; | ^~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_old_set_dmamode': /kisskb/src/drivers/ata/pata_sis.c:341:13: note: byref variable will be forcibly initialized 341 | u16 timing; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_66_set_dmamode': /kisskb/src/drivers/ata/pata_sis.c:380:13: note: byref variable will be forcibly initialized 380 | u16 timing; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_fixup': /kisskb/src/drivers/ata/pata_sis.c:657:12: note: byref variable will be forcibly initialized 657 | u8 reg; | ^~~ /kisskb/src/drivers/ata/pata_sis.c:656:13: note: byref variable will be forcibly initialized 656 | u16 regw; | ^~~~ /kisskb/src/drivers/ata/pata_sis.c: In function 'sis_init_one': /kisskb/src/drivers/ata/pata_sis.c:836:20: note: byref variable will be forcibly initialized 836 | u8 idecfg; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c:835:20: note: byref variable will be forcibly initialized 835 | u8 prefctl; | ^~~~~~~ /kisskb/src/drivers/ata/pata_sis.c:834:21: note: byref variable will be forcibly initialized 834 | u16 trueid; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c:801:21: note: byref variable will be forcibly initialized 801 | u16 trueid; | ^~~~~~ /kisskb/src/drivers/ata/pata_sis.c:800:21: note: byref variable will be forcibly initialized 800 | u32 idemisc; | ^~~~~~~ /kisskb/src/drivers/ata/pata_sis.c:725:37: note: byref variable will be forcibly initialized 725 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_regmap_read': /kisskb/src/drivers/mfd/mt6360-core.c:404:12: note: byref variable will be forcibly initialized 404 | u8 reg_addr = *(u8 *)(reg + 1); | ^~~~~~~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_regmap_write': /kisskb/src/drivers/mfd/mt6360-core.c:455:12: note: byref variable will be forcibly initialized 455 | u8 reg_addr = *(u8 *)(val + 1); | ^~~~~~~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_check_vendor_info': /kisskb/src/drivers/mfd/mt6360-core.c:350:13: note: byref variable will be forcibly initialized 350 | u32 info; | ^~~~ /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:349:16: note: byref variable will be forcibly initialized 349 | loff_t pos = sd->pos; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/fs/splice.c:21: /kisskb/src/fs/splice.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/splice.c: In function '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:636:33: note: byref variable will be forcibly initialized 636 | struct iov_iter from; | ^~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:863:24: note: byref variable will be forcibly initialized 863 | loff_t pos = sd->pos, prev_pos = pos; | ^~~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1165:24: note: byref variable will be forcibly initialized 1165 | size_t start; | ^~~~~ /kisskb/src/fs/splice.c:1163:30: note: byref variable will be forcibly initialized 1163 | struct page *pages[16]; | ^~~~~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1300:13: note: byref variable will be forcibly initialized 1300 | int type; | ^~~~ /kisskb/src/fs/splice.c:1297:25: note: byref variable will be forcibly initialized 1297 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/splice.c:1296:23: note: byref variable will be forcibly initialized 1296 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/splice.c:1295:22: note: byref variable will be forcibly initialized 1295 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1028:16: note: byref variable will be forcibly initialized 1028 | loff_t offset; | ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1117:16: note: byref variable will be forcibly initialized 1117 | loff_t offset, *__off_in = NULL, *__off_out = NULL; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_configure': /kisskb/src/drivers/media/tuners/tuner-simple.c:856:13: note: byref variable will be forcibly initialized 856 | u32 frequency = freq / 62500; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:853:20: note: byref variable will be forcibly initialized 853 | u8 config, cb; | ^~ /kisskb/src/drivers/media/tuners/tuner-simple.c:853:12: note: byref variable will be forcibly initialized 853 | u8 config, cb; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_read_status': /kisskb/src/drivers/media/tuners/tuner-simple.c:127:23: note: byref variable will be forcibly initialized 127 | unsigned char byte; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tuner-simple.c:14: /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_std_setup': /kisskb/src/drivers/media/tuners/tuner-simple.c:397:20: note: byref variable will be forcibly initialized 397 | u8 buffer[4] = { 0x14, 0x00, 0x17, 0x00}; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:392:40: note: byref variable will be forcibly initialized 392 | struct tuner_i2c_props i2c = priv->i2c_props; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'pwork_threads_store': /kisskb/src/fs/xfs/xfs_sysfs.c:209:25: note: byref variable will be forcibly initialized 209 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'mount_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:150:25: note: byref variable will be forcibly initialized 150 | int val; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_aux_byte': /kisskb/src/drivers/media/tuners/tuner-simple.c:426:12: note: byref variable will be forcibly initialized 426 | u8 buffer[2]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'log_recovery_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:120:25: note: byref variable will be forcibly initialized 120 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'bug_on_assert_store': /kisskb/src/fs/xfs/xfs_sysfs.c:88:33: note: byref variable will be forcibly initialized 88 | int val; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_set_params': /kisskb/src/drivers/media/tuners/tuner-simple.c:922:12: note: byref variable will be forcibly initialized 922 | u8 buf[5]; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'fail_at_unmount_store': /kisskb/src/fs/xfs/xfs_sysfs.c:546:25: note: byref variable will be forcibly initialized 546 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'max_retries_store': /kisskb/src/fs/xfs/xfs_sysfs.c:467:25: note: byref variable will be forcibly initialized 467 | int val; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_radio_freq': /kisskb/src/drivers/media/tuners/tuner-simple.c:729:45: note: byref variable will be forcibly initialized 729 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:728:21: note: byref variable will be forcibly initialized 728 | int config = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:669:12: note: byref variable will be forcibly initialized 669 | u8 buffer[4]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'stats_clear_store': /kisskb/src/fs/xfs/xfs_sysfs.c:305:25: note: byref variable will be forcibly initialized 305 | int val; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_post_tune': /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'retry_timeout_seconds_store': /kisskb/src/drivers/media/tuners/tuner-simple.c:457:20: note: byref variable will be forcibly initialized 457 | u8 status_byte = 0; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_sysfs.c:508:25: note: byref variable will be forcibly initialized 508 | int val; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_tv_freq': /kisskb/src/drivers/media/tuners/tuner-simple.c:610:21: note: byref variable will be forcibly initialized 610 | int tda_config = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:609:45: note: byref variable will be forcibly initialized 609 | struct v4l2_priv_tun_config tda9887_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:549:12: note: byref variable will be forcibly initialized 549 | u8 buffer[4]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:547:20: note: byref variable will be forcibly initialized 547 | u8 config, cb; | ^~ /kisskb/src/drivers/media/tuners/tuner-simple.c:547:12: note: byref variable will be forcibly initialized 547 | u8 config, cb; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_tuner_attach': /kisskb/src/drivers/media/tuners/tuner-simple.c:1068:32: note: byref variable will be forcibly initialized 1068 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:1067:20: note: byref variable will be forcibly initialized 1067 | u8 b[1]; | ^ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_dev_free_blocks_show': /kisskb/src/fs/nilfs2/sysfs.c:870:18: note: byref variable will be forcibly initialized 870 | sector_t free_blocks = 0; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:711:18: note: byref variable will be forcibly initialized 711 | time64_t sbwtime; | ^~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_nongc_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:590:18: note: byref variable will be forcibly initialized 590 | time64_t nongc_ctime; | ^~~~~~~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segctor_last_seg_write_time_show': /kisskb/src/fs/nilfs2/sysfs.c:562:18: note: byref variable will be forcibly initialized 562 | time64_t ctime; | ^~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_snapshots_number_show': /kisskb/src/fs/nilfs2/sysfs.c:269:29: note: byref variable will be forcibly initialized 269 | struct nilfs_cpstat cpstat; | ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_checkpoints_checkpoints_number_show': /kisskb/src/fs/nilfs2/sysfs.c:246:29: note: byref variable will be forcibly initialized 246 | struct nilfs_cpstat cpstat; | ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_segments_dirty_segments_show': /kisskb/src/fs/nilfs2/sysfs.c:389:29: note: byref variable will be forcibly initialized 389 | struct nilfs_sustat sustat; | ^~~~~~ /kisskb/src/fs/nilfs2/sysfs.c: In function 'nilfs_superblock_sb_update_frequency_store': /kisskb/src/fs/nilfs2/sysfs.c:767:22: note: byref variable will be forcibly initialized 767 | unsigned int val; | ^~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/utimes.c:3: /kisskb/src/fs/utimes.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:23: note: byref variable will be forcibly initialized 24 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c:22:22: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:21: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:27: note: byref variable will be forcibly initialized 150 | struct timespec64 tstimes[2]; | ^~~~~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat_time32': /kisskb/src/fs/utimes.c:253:27: note: byref variable will be forcibly initialized 253 | struct timespec64 tv[2]; | ^~ /kisskb/src/drivers/input/joystick/gf2k.c: In function 'gf2k_connect': /kisskb/src/drivers/input/joystick/gf2k.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char data[GF2K_LENGTH]; | ^~~~ /kisskb/src/drivers/input/joystick/gf2k.c: In function 'gf2k_poll': /kisskb/src/drivers/input/joystick/gf2k.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned char data[GF2K_LENGTH]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/ff-core.c:14: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/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/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:21: note: byref variable will be forcibly initialized 17 | struct path old_root; | ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:21: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ /kisskb/src/drivers/ata/pata_mpiix.c: In function 'mpiix_init_one': /kisskb/src/drivers/ata/pata_mpiix.c:158:13: note: byref variable will be forcibly initialized 158 | u16 idetim; | ^~~~~~ /kisskb/src/drivers/ata/pata_mpiix.c: In function 'mpiix_set_piomode': /kisskb/src/drivers/ata/pata_mpiix.c:81:13: note: byref variable will be forcibly initialized 81 | u16 idetim; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/d_path.c:2: /kisskb/src/fs/d_path.c: In function 'prepend_name': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c:97:29: note: in expansion of macro 'smp_load_acquire' 97 | const char *dname = smp_load_acquire(&name->name); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:160:31: note: byref variable will be forcibly initialized 160 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~~~ /kisskb/src/fs/d_path.c:159:18: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:335:13: note: byref variable will be forcibly initialized 335 | int seq = 0; | ^~~ /kisskb/src/fs/d_path.c:334:31: note: byref variable will be forcibly initialized 334 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/d_path.c:364:24: note: byref variable will be forcibly initialized 364 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:267:21: note: byref variable will be forcibly initialized 267 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c:266:24: note: byref variable will be forcibly initialized 266 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:429:32: note: byref variable will be forcibly initialized 429 | DECLARE_BUFFER(b, page, PATH_MAX); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c:415:26: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:415:21: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:218:24: note: byref variable will be forcibly initialized 218 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:230:24: note: byref variable will be forcibly initialized 230 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function '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/drivers/i2c/busses/i2c-sis5595.c: In function 'sis5595_setup': /kisskb/src/drivers/i2c/busses/i2c-sis5595.c:136:12: note: byref variable will be forcibly initialized 136 | u8 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-sis5595.c:135:13: note: byref variable will be forcibly initialized 135 | u16 a; | ^ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_aux': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:505:24: note: byref variable will be forcibly initialized 505 | unsigned short piix4_smba; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:246:24: note: byref variable will be forcibly initialized 246 | unsigned short piix4_smba; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c:245:23: note: byref variable will be forcibly initialized 245 | unsigned char temp; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_sb800_smba': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:347:31: note: byref variable will be forcibly initialized 347 | struct sb800_mmio_cfg mmio_cfg; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_sb800': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:394:31: note: byref variable will be forcibly initialized 394 | struct sb800_mmio_cfg mmio_cfg; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c:392:20: note: byref variable will be forcibly initialized 392 | u8 smb_en, smb_en_status, port_sel; | ^~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c:391:24: note: byref variable will be forcibly initialized 391 | unsigned short piix4_smba; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_probe': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:1049:28: note: byref variable will be forcibly initialized 1049 | u8 imc; | ^~~ /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:1419:23: note: byref variable will be forcibly initialized 1419 | unsigned long val; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1417:35: note: byref variable will be forcibly initialized 1417 | struct rc_scancode_filter new_filter, *filter; | ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1578:29: note: byref variable will be forcibly initialized 1578 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1283:28: note: byref variable will be forcibly initialized 1283 | u64 old_protocols, new_protocols; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1788:13: note: byref variable will be forcibly initialized 1788 | u64 rc_proto; | ^~~~~~~~ /kisskb/src/drivers/usb/host/xhci-dbgcap.c: In function 'xhci_dbc_ring_alloc': /kisskb/src/drivers/usb/host/xhci-dbgcap.c:427:20: note: byref variable will be forcibly initialized 427 | dma_addr_t dma; | ^~~ /kisskb/src/fs/xfs/xfs_xattr.c: In function 'xfs_vn_listxattr': /kisskb/src/fs/xfs/xfs_xattr.c:286:38: note: byref variable will be forcibly initialized 286 | struct xfs_attr_list_context context; | ^~~~~~~ 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/media/cec/usb/rainshadow/rainshadow-cec.c: In function 'rain_cec_adap_log_addr': /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:266:12: note: byref variable will be forcibly initialized 266 | u8 cmd[16]; | ^~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c: In function 'rain_cec_adap_transmit': /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:285:22: note: byref variable will be forcibly initialized 285 | char hex[3]; | ^~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:278:14: note: byref variable will be forcibly initialized 278 | char cmd[2 * CEC_MAX_MSG_SIZE + 16]; | ^~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c: In function 'rain_connect': /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:312:13: note: byref variable will be forcibly initialized 312 | u16 pa = CEC_PHYS_ADDR_INVALID; | ^~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1237:31: note: byref variable will be forcibly initialized 1237 | struct scsi_mode_data mode_data; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_bsg_initialize': /kisskb/src/drivers/scsi/scsi_transport_sas.c:206:22: note: byref variable will be forcibly initialized 206 | char name[20]; | ^~~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_connect': /kisskb/src/drivers/input/joystick/interact.c:194:15: note: byref variable will be forcibly initialized 194 | __u32 data[3]; | ^~~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_poll': /kisskb/src/drivers/input/joystick/interact.c:116:13: note: byref variable will be forcibly initialized 116 | u32 data[3]; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:31: note: byref variable will be forcibly initialized 114 | struct scsi_sense_hdr sshdr_tmp; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned char sense[SCSI_SENSE_BUFFERSIZE]; | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'show_sas_rphy_enclosure_identifier': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1191:13: note: byref variable will be forcibly initialized 1191 | u64 identifier; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:638:20: note: byref variable will be forcibly initialized 638 | const char spi_read_buffer[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:635:20: note: byref variable will be forcibly initialized 635 | const char spi_write_buffer[] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:31: note: byref variable will be forcibly initialized 633 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_compare_inquiry': /kisskb/src/drivers/scsi/scsi_transport_spi.c:718:20: note: byref variable will be forcibly initialized 718 | const char spi_inquiry[] = { | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:473:13: note: byref variable will be forcibly initialized 473 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:488:9: note: in expansion of macro 'sas_phy_store_linkspeed' 488 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:620:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 620 | sas_phy_linkspeed_rw_attr(maximum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:473:13: note: byref variable will be forcibly initialized 473 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:488:9: note: in expansion of macro 'sas_phy_store_linkspeed' 488 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:618:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 618 | sas_phy_linkspeed_rw_attr(minimum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_display_xfer_agreement': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1137:22: note: byref variable will be forcibly initialized 1137 | char tmp[8]; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'print_nego': /kisskb/src/drivers/scsi/scsi_transport_spi.c:1267:22: note: byref variable will be forcibly initialized 1267 | char buf[20]; | ^~~ /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/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period_helper': /kisskb/src/drivers/scsi/scsi_transport_spi.c:448:15: note: byref variable will be forcibly initialized 448 | char *endp; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period': /kisskb/src/drivers/scsi/scsi_transport_spi.c:505:13: note: byref variable will be forcibly initialized 505 | int period, retval; | ^~~~~~ /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/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 '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_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; | ^~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:11: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:80:14: note: in expansion of macro 'kfifo_put' 80 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:563:37: note: byref variable will be forcibly initialized 563 | struct ir_raw_event ev = { | ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:524:13: note: byref variable will be forcibly initialized 524 | u64 mask = 1ULL << protocol; | ^~~~ /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/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 = { | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/misc/adutux.c:20: /kisskb/src/drivers/usb/misc/adutux.c: In function 'adu_abort_transfers': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/adutux.c:136:17: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(dev->write_wait, dev->out_urb_finished, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/preempt.h:10, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/ff-memless.c:16: /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:393:24: note: byref variable will be forcibly initialized 393 | DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:26: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/ata/pata_rz1000.c: In function 'rz1000_fifo_disable': /kisskb/src/drivers/ata/pata_rz1000.c:65:13: note: byref variable will be forcibly initialized 65 | u16 reg; | ^~~ /kisskb/src/drivers/ata/pata_rz1000.c: In function 'rz1000_init_one': /kisskb/src/drivers/ata/pata_rz1000.c:93:37: note: byref variable will be forcibly initialized 93 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/fs/xfs/xfs_trans.c: In function '__xfs_trans_commit': /kisskb/src/fs/xfs/xfs_trans.c:950:33: note: byref variable will be forcibly initialized 950 | xfs_csn_t commit_seq = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_committed_bulk': /kisskb/src/fs/xfs/xfs_trans.c:770:33: note: byref variable will be forcibly initialized 770 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_trans.c:768:34: note: byref variable will be forcibly initialized 768 | struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_roll': /kisskb/src/fs/xfs/xfs_trans.c:1133:33: note: byref variable will be forcibly initialized 1133 | struct xfs_trans_res tres; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_inode': /kisskb/src/fs/xfs/xfs_trans.c:1185:34: note: byref variable will be forcibly initialized 1185 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_icreate': /kisskb/src/fs/xfs/xfs_trans.c:1241:34: note: byref variable will be forcibly initialized 1241 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_ichange': /kisskb/src/fs/xfs/xfs_trans.c:1284:34: note: byref variable will be forcibly initialized 1284 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_dir': /kisskb/src/fs/xfs/xfs_trans.c:1369:34: note: byref variable will be forcibly initialized 1369 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/scsi/fdomain.c: In function 'fdomain_write_data': /kisskb/src/drivers/scsi/fdomain.c:244:24: note: byref variable will be forcibly initialized 244 | size_t offset, len; | ^~~ /kisskb/src/drivers/scsi/fdomain.c:244:16: note: byref variable will be forcibly initialized 244 | size_t offset, len; | ^~~~~~ /kisskb/src/drivers/scsi/fdomain.c: In function 'fdomain_read_data': /kisskb/src/drivers/scsi/fdomain.c:222:24: note: byref variable will be forcibly initialized 222 | size_t offset, len; | ^~~ /kisskb/src/drivers/scsi/fdomain.c:222:16: note: byref variable will be forcibly initialized 222 | size_t offset, len; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-via.c: In function 'vt586b_probe': /kisskb/src/drivers/i2c/busses/i2c-via.c:89:12: note: byref variable will be forcibly initialized 89 | u8 rev; | ^~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:26: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/fs/fs_context.c:387:17: note: byref variable will be forcibly initialized 387 | va_list va; | ^~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:15: note: byref variable will be forcibly initialized 203 | char *options = data, *key; | ^~~~~~~ /kisskb/src/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; | ^~~~ 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; | ^~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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; | ^~~~~~ /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/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_raw_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:97:21: note: in expansion of macro 'kfifo_put' 97 | if (kfifo_put(&fh->rawir, sample)) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:78:33: note: in expansion of macro 'kfifo_put' 78 | kfifo_put(&fh->rawir, LIRC_SPACE(duration)); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/tty_port.h:5, from /kisskb/src/include/linux/tty.h:12, from /kisskb/src/drivers/usb/host/xhci-dbgtty.c:11: /kisskb/src/drivers/usb/host/xhci-dbgtty.c: In function 'dbc_tty_put_char': /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/usb/host/xhci-dbgtty.c:234:18: note: in expansion of macro 'kfifo_put' 234 | status = kfifo_put(&port->write_fifo, ch); | ^~~~~~~~~ /kisskb/src/drivers/input/joystick/pxrc.c: In function 'pxrc_probe': /kisskb/src/drivers/input/joystick/pxrc.c:125:41: note: byref variable will be forcibly initialized 125 | struct usb_endpoint_descriptor *epirq; | ^~~~~ /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/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; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/f2fs/node.c:8: /kisskb/src/fs/f2fs/node.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'last_fsync_dnode': /kisskb/src/fs/f2fs/node.c:1516:24: note: byref variable will be forcibly initialized 1516 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/node.c:1515:17: note: byref variable will be forcibly initialized 1515 | pgoff_t index; | ^~~~~ /kisskb/src/drivers/power/reset/brcmstb-reboot.c: In function 'brcmstb_restart_handler': /kisskb/src/drivers/power/reset/brcmstb-reboot.c:39:13: note: byref variable will be forcibly initialized 39 | u32 tmp; | ^~~ /kisskb/src/fs/f2fs/node.c: In function 'remove_nats_in_journal': /kisskb/src/fs/f2fs/node.c:2864:39: note: byref variable will be forcibly initialized 2864 | struct f2fs_nat_entry raw_ne; | ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_available_free_memory': /kisskb/src/fs/f2fs/node.c:48:24: note: byref variable will be forcibly initialized 48 | struct sysinfo val; | ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_node_info': /kisskb/src/fs/f2fs/node.c:550:31: note: byref variable will be forcibly initialized 550 | struct f2fs_nat_entry ne; | ^~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_slave_read': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:340:12: note: byref variable will be forcibly initialized 340 | u8 rx_data, rx_status; | ^~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_node': /kisskb/src/fs/f2fs/node.c:887:26: note: byref variable will be forcibly initialized 887 | struct node_info ni; | ^~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_slave_isr': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:418:12: note: byref variable will be forcibly initialized 418 | u8 value; | ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'read_node_page': /kisskb/src/fs/f2fs/node.c:1337:26: note: byref variable will be forcibly initialized 1337 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/node.c: In function '__write_node_page': /kisskb/src/fs/f2fs/node.c:1575:26: note: byref variable will be forcibly initialized 1575 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_node_page': /kisskb/src/fs/f2fs/node.c:1275:26: note: byref variable will be forcibly initialized 1275 | struct node_info new_ni; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c: In function 'bcm_iproc_i2c_cfg_speed': /kisskb/src/drivers/i2c/busses/i2c-bcm-iproc.c:991:22: note: byref variable will be forcibly initialized 991 | unsigned int bus_speed; | ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_new_inode_page': /kisskb/src/fs/f2fs/node.c:1263:30: note: byref variable will be forcibly initialized 1263 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_ra_node_pages': /kisskb/src/fs/f2fs/node.c:623:25: note: byref variable will be forcibly initialized 623 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_partial_nodes': /kisskb/src/fs/f2fs/node.c:1028:15: note: byref variable will be forcibly initialized 1028 | nid_t nid[3]; | ^~~ /kisskb/src/fs/f2fs/node.c: In function 'truncate_nodes': /kisskb/src/fs/f2fs/node.c:950:30: note: byref variable will be forcibly initialized 950 | struct dnode_of_data rdn = *dn; | ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_inode_blocks': /kisskb/src/fs/f2fs/node.c:1096:30: note: byref variable will be forcibly initialized 1096 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/node.c:1093:31: note: byref variable will be forcibly initialized 1093 | int level, offset[4], noffset[4]; | ^~~~~~~ /kisskb/src/fs/f2fs/node.c:1093:20: note: byref variable will be forcibly initialized 1093 | int level, offset[4], noffset[4]; | ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_truncate_xattr_node': /kisskb/src/fs/f2fs/node.c:1191:30: note: byref variable will be forcibly initialized 1191 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_move_node_page': /kisskb/src/fs/f2fs/node.c:1684:42: note: byref variable will be forcibly initialized 1684 | struct writeback_control wbc = { | ^~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_fsync_node_pages': /kisskb/src/fs/f2fs/node.c:1752:30: note: byref variable will be forcibly initialized 1752 | bool submitted = false; | ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1729:24: note: byref variable will be forcibly initialized 1729 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/node.c:1728:17: note: byref variable will be forcibly initialized 1728 | pgoff_t index; | ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_inline_data': /kisskb/src/fs/f2fs/node.c:1887:24: note: byref variable will be forcibly initialized 1887 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/node.c:1886:17: note: byref variable will be forcibly initialized 1886 | pgoff_t index = 0; | ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_sync_node_pages': /kisskb/src/fs/f2fs/node.c:1951:30: note: byref variable will be forcibly initialized 1951 | bool submitted = false; | ^~~~~~~~~ /kisskb/src/fs/f2fs/node.c:1934:24: note: byref variable will be forcibly initialized 1934 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/f2fs/node.c:1933:17: note: byref variable will be forcibly initialized 1933 | pgoff_t index; | ^~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_write_node_pages': /kisskb/src/fs/f2fs/node.c:2097:25: note: byref variable will be forcibly initialized 2097 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_get_dnode_of_data': /kisskb/src/fs/f2fs/node.c:763:15: note: byref variable will be forcibly initialized 763 | nid_t nids[4]; | ^~~~ /kisskb/src/fs/f2fs/node.c:762:22: note: byref variable will be forcibly initialized 762 | unsigned int noffset[4]; | ^~~~~~~ /kisskb/src/fs/f2fs/node.c:761:13: note: byref variable will be forcibly initialized 761 | int offset[4]; | ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_remove_inode_page': /kisskb/src/fs/f2fs/node.c:1220:30: note: byref variable will be forcibly initialized 1220 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_xattr_data': /kisskb/src/fs/f2fs/node.c:2704:26: note: byref variable will be forcibly initialized 2704 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/node.c:2703:30: note: byref variable will be forcibly initialized 2703 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/node.c:2702:15: note: byref variable will be forcibly initialized 2702 | nid_t new_xnid; | ^~~~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_recover_inode_page': /kisskb/src/fs/f2fs/node.c:2748:34: note: byref variable will be forcibly initialized 2748 | struct node_info old_ni, new_ni; | ^~~~~~ /kisskb/src/fs/f2fs/node.c:2748:26: note: byref variable will be forcibly initialized 2748 | struct node_info old_ni, new_ni; | ^~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/node.c:8: /kisskb/src/fs/f2fs/node.c: In function 'f2fs_flush_nat_entries': /kisskb/src/fs/f2fs/node.c:3069:19: note: byref variable will be forcibly initialized 3069 | LIST_HEAD(sets); | ^~~~ /kisskb/src/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/f2fs/node.c:3065:31: note: byref variable will be forcibly initialized 3065 | struct nat_entry_set *setvec[SETVEC_SIZE]; | ^~~~~~ /kisskb/src/fs/f2fs/node.c: In function 'f2fs_destroy_node_manager': /kisskb/src/fs/f2fs/node.c:3320:31: note: byref variable will be forcibly initialized 3320 | struct nat_entry_set *setvec[SETVEC_SIZE]; | ^~~~~~ /kisskb/src/fs/f2fs/node.c:3319:27: note: byref variable will be forcibly initialized 3319 | struct nat_entry *natvec[NATVEC_SIZE]; | ^~~~~~ In file included from /kisskb/src/drivers/usb/misc/emi26.c:16: /kisskb/src/drivers/usb/misc/emi26.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/misc/emi26.c: In function 'emi26_load_firmware': /kisskb/src/drivers/usb/misc/emi26.c:75:32: note: byref variable will be forcibly initialized 75 | const struct firmware *firmware_fw = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:74:32: note: byref variable will be forcibly initialized 74 | const struct firmware *bitstream_fw = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:73:32: note: byref variable will be forcibly initialized 73 | const struct firmware *loader_fw = NULL; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/init.c:7: /kisskb/src/fs/init.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:21: note: byref variable will be forcibly initialized 19 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:21: note: byref variable will be forcibly initialized 33 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:21: note: byref variable will be forcibly initialized 46 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:21: note: byref variable will be forcibly initialized 61 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:21: note: byref variable will be forcibly initialized 85 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:21: note: byref variable will be forcibly initialized 102 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:21: note: byref variable will be forcibly initialized 115 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:21: note: byref variable will be forcibly initialized 129 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:31: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:21: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:21: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:21: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:21: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ /kisskb/src/drivers/ata/pata_legacy.c: In function 'legacy_check_special_cases': /kisskb/src/drivers/ata/pata_legacy.c:1076:21: note: byref variable will be forcibly initialized 1076 | u16 r; | ^ /kisskb/src/drivers/ata/pata_legacy.c: In function 'vlb32_data_xfer': /kisskb/src/drivers/ata/pata_legacy.c:746:32: note: byref variable will be forcibly initialized 746 | __le32 pad = 0; | ^~~ /kisskb/src/drivers/ata/pata_legacy.c: In function 'qdi65x0_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:678:27: note: byref variable will be forcibly initialized 678 | struct ata_timing t; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/input-leds.c:9: /kisskb/src/drivers/input/input-leds.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ata/pata_legacy.c: In function 'ht6560b_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:423:27: note: byref variable will be forcibly initialized 423 | struct ata_timing t; | ^ /kisskb/src/drivers/input/input-leds.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ata/pata_legacy.c: In function 'ht6560a_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:389:27: note: byref variable will be forcibly initialized 389 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_legacy.c: In function 'winbond_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:816:27: note: byref variable will be forcibly initialized 816 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_legacy.c: In function 'opti82c46x_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:585:35: note: byref variable will be forcibly initialized 585 | struct ata_timing tp; | ^~ /kisskb/src/drivers/ata/pata_legacy.c:562:27: note: byref variable will be forcibly initialized 562 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_legacy.c: In function 'opti82c611a_set_piomode': /kisskb/src/drivers/ata/pata_legacy.c:506:35: note: byref variable will be forcibly initialized 506 | struct ata_timing tp; | ^~ /kisskb/src/drivers/ata/pata_legacy.c:487:27: note: byref variable will be forcibly initialized 487 | struct ata_timing t; | ^ /kisskb/src/drivers/ata/pata_legacy.c: In function 'pdc_data_xfer_vlb': /kisskb/src/drivers/ata/pata_legacy.c:355:32: note: byref variable will be forcibly initialized 355 | __le32 pad = 0; | ^~~ /kisskb/src/drivers/ata/pata_legacy.c: In function 'legacy_init': /kisskb/src/drivers/ata/pata_legacy.c:1213:13: note: byref variable will be forcibly initialized 1213 | int secondary = 0; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_legacy.c:1212:13: note: byref variable will be forcibly initialized 1212 | int primary = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_setup': /kisskb/src/drivers/scsi/qla1280.c:4038:20: note: byref variable will be forcibly initialized 4038 | char *cp, *ptr; | ^~~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_isr': /kisskb/src/drivers/scsi/qla1280.c:3339:18: note: byref variable will be forcibly initialized 3339 | uint16_t mailbox[MAILBOX_REGISTER_COUNT]; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/qla1280.c:330: /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_poll': /kisskb/src/drivers/scsi/qla1280.c:2505:19: note: byref variable will be forcibly initialized 2505 | LIST_HEAD(done_q); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/qla1280.c:330: /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_mailbox_command': /kisskb/src/drivers/scsi/qla1280.c:2418:36: note: byref variable will be forcibly initialized 2418 | 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/drivers/scsi/qla1280.c: In function 'qla1280_set_target_parameters': /kisskb/src/drivers/scsi/qla1280.c:1108:18: note: byref variable will be forcibly initialized 1108 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_get_target_parameters': /kisskb/src/drivers/scsi/qla1280.c:3882:18: note: byref variable will be forcibly initialized 3882 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_abort_command': /kisskb/src/drivers/scsi/qla1280.c:2633:18: note: byref variable will be forcibly initialized 2633 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_device_reset': /kisskb/src/drivers/scsi/qla1280.c:2599:18: note: byref variable will be forcibly initialized 2599 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_chip_diag': /kisskb/src/drivers/scsi/qla1280.c:1545:18: note: byref variable will be forcibly initialized 1545 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_start_firmware': /kisskb/src/drivers/scsi/qla1280.c:1812:18: note: byref variable will be forcibly initialized 1812 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_config_target': /kisskb/src/drivers/scsi/qla1280.c:2063:18: note: byref variable will be forcibly initialized 2063 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_config_bus': /kisskb/src/drivers/scsi/qla1280.c:2121:18: note: byref variable will be forcibly initialized 2121 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_nvram_config': /kisskb/src/drivers/scsi/qla1280.c:2155:18: note: byref variable will be forcibly initialized 2155 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_init_rings': /kisskb/src/drivers/scsi/qla1280.c:1877:18: note: byref variable will be forcibly initialized 1877 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_bus_reset': /kisskb/src/drivers/scsi/qla1280.c:2539:18: note: byref variable will be forcibly initialized 2539 | uint16_t mb[MAILBOX_REGISTER_COUNT]; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_request_firmware': /kisskb/src/drivers/scsi/qla1280.c:1490:32: note: byref variable will be forcibly initialized 1490 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_load_firmware_pio': /kisskb/src/drivers/scsi/qla1280.c:1660:18: note: byref variable will be forcibly initialized 1660 | uint16_t mb[MAILBOX_REGISTER_COUNT], i; | ^~ /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_load_firmware_dma': /kisskb/src/drivers/scsi/qla1280.c:1709:18: note: byref variable will be forcibly initialized 1709 | uint16_t mb[MAILBOX_REGISTER_COUNT], cnt; | ^~ 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/scsi/qla1280.c:330: /kisskb/src/drivers/scsi/qla1280.c: In function 'qla1280_wait_for_single_command': /kisskb/src/drivers/scsi/qla1280.c:757:36: note: byref variable will be forcibly initialized 757 | 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/drivers/scsi/qla1280.c: In function 'qla1280_error_action': /kisskb/src/drivers/scsi/qla1280.c:819:36: note: byref variable will be forcibly initialized 819 | 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/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:24: note: byref variable will be forcibly initialized 39 | loff_t i_size, pos; | ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:21: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/drivers/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/media/rc/imon.c: In function 'send_associate_24g': /kisskb/src/drivers/media/rc/imon.c:688:29: note: byref variable will be forcibly initialized 688 | const unsigned char packet[8] = { 0x01, 0x00, 0x00, 0x00, | ^~~~~~ /kisskb/src/drivers/media/rc/imon.c: In function 'send_set_imon_clock': /kisskb/src/drivers/media/rc/imon.c:720:23: note: byref variable will be forcibly initialized 720 | unsigned char clock_enable_pkt[IMON_CLOCK_ENABLE_PACKETS][8]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/imon.c: In function 'imon_clock_store': /kisskb/src/drivers/media/rc/imon.c:871:59: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~~~~ /kisskb/src/drivers/media/rc/imon.c:871:51: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~~~~ /kisskb/src/drivers/media/rc/imon.c:871:45: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~~ /kisskb/src/drivers/media/rc/imon.c:871:40: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~ /kisskb/src/drivers/media/rc/imon.c:871:35: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~ /kisskb/src/drivers/media/rc/imon.c:871:28: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~~~ /kisskb/src/drivers/media/rc/imon.c:871:22: note: byref variable will be forcibly initialized 871 | unsigned int year, month, day, dow, hour, minute, second; | ^~~~ /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/media/rc/imon.c: In function 'imon_ir_change_protocol': /kisskb/src/drivers/media/rc/imon.c:1127:23: note: byref variable will be forcibly initialized 1127 | unsigned char ir_proto_packet[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/sata_inic162x.c: In function 'inic_qc_fill_rtf': /kisskb/src/drivers/ata/sata_inic162x.c:572:29: note: byref variable will be forcibly initialized 572 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/sata_inic162x.c: In function 'inic_hardreset': /kisskb/src/drivers/ata/sata_inic162x.c:645:37: note: byref variable will be forcibly initialized 645 | struct ata_taskfile tf; | ^~ /kisskb/src/drivers/ata/sata_inic162x.c: In function 'inic_init_one': /kisskb/src/drivers/ata/sata_inic162x.c:819:37: note: byref variable will be forcibly initialized 819 | const struct ata_port_info *ppi[] = { &inic_port_info, 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_ungrab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:365:9: note: in expansion of macro 'rcu_assign_pointer' 365 | rcu_assign_pointer(evdev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ 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_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/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_grab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:352:9: note: in expansion of macro 'rcu_assign_pointer' 352 | rcu_assign_pointer(evdev->grab, client); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_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_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/i2c/busses/i2c-riic.c: In function 'riic_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-riic.c:404:28: note: byref variable will be forcibly initialized 404 | struct i2c_timings i2c_t; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:36:18: note: byref variable will be forcibly initialized 36 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/remap_range.c: In function '__generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:329:33: note: byref variable will be forcibly initialized 329 | bool is_same = false; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_request_dma_chan': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:475:33: note: byref variable will be forcibly initialized 475 | struct dma_slave_config cfg; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_hook_irqs': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:852:33: note: byref variable will be forcibly initialized 852 | resource_size_t n; | ^ /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:877:13: note: byref variable will be forcibly initialized 877 | u32 bus_speed; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:12: /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_xfer': /kisskb/src/include/linux/wait.h:303: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-sh_mobile.c:681:37: note: in expansion of macro 'wait_event_timeout' 681 | time_left = wait_event_timeout(pd->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/reset/mt6323-poweroff.c: In function 'mt6323_do_pwroff': /kisskb/src/drivers/power/reset/mt6323-poweroff.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dump_segment': /kisskb/src/drivers/usb/host/xhci-debugfs.c:201:33: note: byref variable will be forcibly initialized 201 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:199:33: note: byref variable will be forcibly initialized 199 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_context_array_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:541:33: note: byref variable will be forcibly initialized 541 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dequeue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:177:33: note: byref variable will be forcibly initialized 177 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_enqueue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:166:33: note: byref variable will be forcibly initialized 166 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_id_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:510:33: note: byref variable will be forcibly initialized 510 | u16 stream_id; /* MaxPStreams + 1 <= 16 */ | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_endpoint_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:286:33: note: byref variable will be forcibly initialized 286 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:281:33: note: byref variable will be forcibly initialized 281 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_slot_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:264:33: note: byref variable will be forcibly initialized 264 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_portsc_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:349:33: note: byref variable will be forcibly initialized 349 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_regset': /kisskb/src/drivers/usb/host/xhci-debugfs.c:120:33: note: byref variable will be forcibly initialized 120 | va_list args; | ^~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_create_ports': /kisskb/src/drivers/usb/host/xhci-debugfs.c:635:33: note: byref variable will be forcibly initialized 635 | char port_name[8]; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_port_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:368:33: note: byref variable will be forcibly initialized 368 | char buf[32]; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_m_to_n': /kisskb/src/drivers/scsi/megaraid.c:3378:17: note: byref variable will be forcibly initialized 3378 | char signature[8] = {0}; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:3377:25: note: byref variable will be forcibly initialized 3377 | struct uioctl_t uioc_mimd; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function '__megaraid_shutdown': /kisskb/src/drivers/scsi/megaraid.c:4485:17: note: byref variable will be forcibly initialized 4485 | u_char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_max_sgl': /kisskb/src/drivers/scsi/megaraid.c:3854:25: note: byref variable will be forcibly initialized 3854 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_ext_cdb': /kisskb/src/drivers/scsi/megaraid.c:3741:25: note: byref variable will be forcibly initialized 3741 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_is_bios_enabled': /kisskb/src/drivers/scsi/megaraid.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_boot_drv': /kisskb/src/drivers/scsi/megaraid.c:3650:25: note: byref variable will be forcibly initialized 3650 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_random_del': /kisskb/src/drivers/scsi/megaraid.c:3714:25: note: byref variable will be forcibly initialized 3714 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_cluster': /kisskb/src/drivers/scsi/megaraid.c:3897:25: note: byref variable will be forcibly initialized 3897 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_remove_one': /kisskb/src/drivers/scsi/megaraid.c:4521:14: note: byref variable will be forcibly initialized 4521 | char buf[12] = { 0 }; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_isr_iomapped': /kisskb/src/drivers/scsi/megaraid.c:1266:17: note: byref variable will be forcibly initialized 1266 | u8 completed[MAX_FIRMWARE_STATUS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_isr_memmapped': /kisskb/src/drivers/scsi/megaraid.c:1343:17: note: byref variable will be forcibly initialized 1343 | u8 completed[MAX_FIRMWARE_STATUS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_enum_raid_scsi': /kisskb/src/drivers/scsi/megaraid.c:3597:25: note: byref variable will be forcibly initialized 3597 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_reset': /kisskb/src/drivers/scsi/megaraid.c:1881:25: note: byref variable will be forcibly initialized 1881 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_adapinq': /kisskb/src/drivers/scsi/megaraid.c:3940:25: note: byref variable will be forcibly initialized 3940 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_do_del_logdrv': /kisskb/src/drivers/scsi/megaraid.c:3817:25: note: byref variable will be forcibly initialized 3817 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_build_cmd': /kisskb/src/drivers/scsi/megaraid.c:526:17: note: byref variable will be forcibly initialized 526 | u32 seg; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_queue_lck': /kisskb/src/drivers/scsi/megaraid.c:379:17: note: byref variable will be forcibly initialized 379 | int busy=0; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/drivers/scsi/megaraid.c:29: /kisskb/src/drivers/scsi/megaraid.c: In function '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/sidewinder.c: In function 'sw_3dp_id': /kisskb/src/drivers/input/joystick/sidewinder.c:530:22: note: byref variable will be forcibly initialized 530 | char pnp[8], rev[9]; | ^~~ /kisskb/src/drivers/input/joystick/sidewinder.c:530:14: note: byref variable will be forcibly initialized 530 | char pnp[8], rev[9]; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_query_adapter': /kisskb/src/drivers/scsi/megaraid.c:227:41: note: byref variable will be forcibly initialized 227 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:199:25: note: byref variable will be forcibly initialized 199 | struct mbox_out mbox; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_create_proc_entry': /kisskb/src/drivers/scsi/megaraid.c:2735:12: note: byref variable will be forcibly initialized 2735 | u8 string[16]; | ^~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'proc_show_rdrv': /kisskb/src/drivers/scsi/megaraid.c:2502:26: note: byref variable will be forcibly initialized 2502 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2500:25: note: byref variable will be forcibly initialized 2500 | dma_addr_t disk_array_dma_handle; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2498:25: note: byref variable will be forcibly initialized 2498 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c:2496:25: note: byref variable will be forcibly initialized 2496 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/input/joystick/sidewinder.c: In function 'sw_connect': /kisskb/src/drivers/input/joystick/sidewinder.c:579:14: note: byref variable will be forcibly initialized 579 | char comment[40]; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_internal_dev_inquiry': /kisskb/src/drivers/scsi/megaraid.c:3980:26: note: byref variable will be forcibly initialized 3980 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:3978:25: note: byref variable will be forcibly initialized 3978 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c:3977:25: note: byref variable will be forcibly initialized 3977 | dma_addr_t pthru_dma_handle; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'proc_show_battery': /kisskb/src/drivers/scsi/megaraid.c:2220:26: note: byref variable will be forcibly initialized 2220 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2218:25: note: byref variable will be forcibly initialized 2218 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'proc_show_rebuild_rate': /kisskb/src/drivers/scsi/megaraid.c:2177:26: note: byref variable will be forcibly initialized 2177 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2175:25: note: byref variable will be forcibly initialized 2175 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/input/joystick/sidewinder.c: In function 'sw_read': /kisskb/src/drivers/input/joystick/sidewinder.c:411:23: note: byref variable will be forcibly initialized 411 | unsigned char buf[SW_LENGTH]; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'proc_show_pdrv': /kisskb/src/drivers/scsi/megaraid.c:2325:26: note: byref variable will be forcibly initialized 2325 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2323:25: note: byref variable will be forcibly initialized 2323 | dma_addr_t scsi_inq_dma_handle; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2321:25: note: byref variable will be forcibly initialized 2321 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_probe_one': /kisskb/src/drivers/scsi/megaraid.c:4171:21: note: byref variable will be forcibly initialized 4171 | u32 magic64; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:4149:21: note: byref variable will be forcibly initialized 4149 | u16 magic; | ^~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_n_to_m': /kisskb/src/drivers/scsi/megaraid.c:3507:17: note: byref variable will be forcibly initialized 3507 | char signature[8] = {0}; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megadev_ioctl': /kisskb/src/drivers/scsi/megaraid.c:2977:26: note: byref variable will be forcibly initialized 2977 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2971:25: note: byref variable will be forcibly initialized 2971 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c:2970:25: note: byref variable will be forcibly initialized 2970 | dma_addr_t data_dma_hndl; /* dma handle for data xfer area */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2968:25: note: byref variable will be forcibly initialized 2968 | dma_addr_t pthru_dma_hndl; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2963:25: note: byref variable will be forcibly initialized 2963 | nitioctl_t uioc; | ^~~~ /kisskb/src/drivers/media/tuners/tda18212.c: In function 'tda18212_set_params': /kisskb/src/drivers/media/tuners/tda18212.c:25:12: note: byref variable will be forcibly initialized 25 | u8 buf[9]; | ^~~ /kisskb/src/drivers/media/tuners/tda18212.c: In function 'tda18212_probe': /kisskb/src/drivers/media/tuners/tda18212.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_read': /kisskb/src/drivers/usb/misc/usblcd.c:129:13: note: byref variable will be forcibly initialized 129 | int bytes_read; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_ioctl': /kisskb/src/drivers/usb/misc/usblcd.c:166:14: note: byref variable will be forcibly initialized 166 | char buf[30]; | ^~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_probe': /kisskb/src/drivers/usb/misc/usblcd.c:321:51: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c:321:41: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/drivers/input/matrix-keymap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/drivers/input/matrix-keymap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-plat.c: In function 'xhci_plat_probe': /kisskb/src/drivers/usb/host/xhci-plat.c:182:34: note: byref variable will be forcibly initialized 182 | struct resource *res; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-synquacer.c: In function 'synquacer_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-synquacer.c:538:13: note: byref variable will be forcibly initialized 538 | u32 bus_speed; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_block_write': /kisskb/src/drivers/usb/typec/tipd/core.c:144:12: note: byref variable will be forcibly initialized 144 | u8 data[TPS_MAX_LEN + 1]; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/buffer.c:22: /kisskb/src/fs/buffer.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_block_read': /kisskb/src/drivers/usb/typec/tipd/core.c:121:12: note: byref variable will be forcibly initialized 121 | u8 data[TPS_MAX_LEN + 1]; | ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_exec_cmd': /kisskb/src/drivers/usb/typec/tipd/core.c:293:13: note: byref variable will be forcibly initialized 293 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'cd321x_switch_power_state': /kisskb/src/drivers/usb/typec/tipd/core.c:638:12: note: byref variable will be forcibly initialized 638 | u8 state; | ^~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_partner_identity': /kisskb/src/drivers/usb/typec/tipd/core.c:201:41: note: byref variable will be forcibly initialized 201 | struct tps6598x_rx_identity_reg id; | ^~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_dr_set': /kisskb/src/drivers/usb/typec/tipd/core.c:355:13: note: byref variable will be forcibly initialized 355 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_pr_set': /kisskb/src/drivers/usb/typec/tipd/core.c:385:13: note: byref variable will be forcibly initialized 385 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_power_status': /kisskb/src/drivers/usb/typec/tipd/core.c:447:13: note: byref variable will be forcibly initialized 447 | u16 pwr_status; | ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_read_data_status': /kisskb/src/drivers/usb/typec/tipd/core.c:432:13: note: byref variable will be forcibly initialized 432 | u32 data_status; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_check_mode': /kisskb/src/drivers/usb/typec/tipd/core.c:569:14: note: byref variable will be forcibly initialized 569 | char mode[5] = { }; | ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_connect': /kisskb/src/drivers/usb/typec/tipd/core.c:233:35: note: byref variable will be forcibly initialized 233 | struct typec_partner_desc desc; | ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_probe': /kisskb/src/drivers/usb/typec/tipd/core.c:700:13: note: byref variable will be forcibly initialized 700 | u32 vid; | ^~~ /kisskb/src/drivers/usb/typec/tipd/core.c:699:13: note: byref variable will be forcibly initialized 699 | u32 conf; | ^~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:698:13: note: byref variable will be forcibly initialized 698 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'cd321x_interrupt': /kisskb/src/drivers/usb/typec/tipd/core.c:478:13: note: byref variable will be forcibly initialized 478 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:477:13: note: byref variable will be forcibly initialized 477 | u64 event; | ^~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c: In function 'tps6598x_interrupt': /kisskb/src/drivers/usb/typec/tipd/core.c:524:13: note: byref variable will be forcibly initialized 524 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:523:13: note: byref variable will be forcibly initialized 523 | u64 event2; | ^~~~~~ /kisskb/src/drivers/usb/typec/tipd/core.c:522:13: note: byref variable will be forcibly initialized 522 | u64 event1; | ^~~~~~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1608:17: note: byref variable will be forcibly initialized 1608 | pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); | ^~~~~ /kisskb/src/fs/buffer.c:1607:28: note: byref variable will be forcibly initialized 1607 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:676:25: note: byref variable will be forcibly initialized 676 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/buffer.c:673:26: note: byref variable will be forcibly initialized 673 | struct list_head tmp; | ^~~ /kisskb/src/fs/buffer.c: In function 'generic_cont_expand_simple': /kisskb/src/fs/buffer.c:2355:15: note: byref variable will be forcibly initialized 2355 | void *fsdata; | ^~~~~~ /kisskb/src/fs/buffer.c:2354:22: note: byref variable will be forcibly initialized 2354 | struct page *page; | ^~~~ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2381:15: note: byref variable will be forcibly initialized 2381 | void *fsdata; | ^~~~~~ /kisskb/src/fs/buffer.c:2380:22: note: byref variable will be forcibly initialized 2380 | struct page *page; | ^~~~ /kisskb/src/fs/buffer.c: In function 'block_truncate_page': /kisskb/src/fs/buffer.c:2550:29: note: byref variable will be forcibly initialized 2550 | struct buffer_head *bh; | ^~ /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/buffer.c:2893:29: note: byref variable will be forcibly initialized 2893 | struct buffer_head *buffers_to_free = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function '__breadahead': /kisskb/src/fs/buffer.c:1343:29: note: byref variable will be forcibly initialized 1343 | struct buffer_head *bh = __getblk(bdev, block, size); | ^~ /kisskb/src/fs/buffer.c: In function '__breadahead_gfp': /kisskb/src/fs/buffer.c:1354:29: note: byref variable will be forcibly initialized 1354 | struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); | ^~ /kisskb/src/fs/buffer.c: In function 'write_boundary_block': /kisskb/src/fs/buffer.c:562:29: note: byref variable will be forcibly initialized 562 | struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); | ^~ /kisskb/src/fs/buffer.c: In function '__block_write_begin_int': /kisskb/src/fs/buffer.c:1978:41: note: byref variable will be forcibly initialized 1978 | struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; | ^~~~ /kisskb/src/fs/buffer.c:1978:29: note: byref variable will be forcibly initialized 1978 | struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; | ^~ /kisskb/src/drivers/usb/misc/trancevibrator.c: In function 'speed_store': /kisskb/src/drivers/usb/misc/trancevibrator.c:47:13: note: byref variable will be forcibly initialized 47 | int temp, retval, old; | ^~~~ /kisskb/src/drivers/usb/misc/usbsevseg.c: In function 'update_display_visual': /kisskb/src/drivers/usb/misc/usbsevseg.c:110:23: note: byref variable will be forcibly initialized 110 | unsigned char buffer[MAXLEN] = {0}; | ^~~~~~ /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/ata/sata_qstor.c: In function 'qs_ata_init_one': /kisskb/src/drivers/ata/sata_qstor.c:544:37: note: byref variable will be forcibly initialized 544 | const struct ata_port_info *ppi[] = { &qs_port_info[board_idx], NULL }; | ^~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_pll_calc': /kisskb/src/drivers/media/tuners/tda18250.c:435:22: note: byref variable will be forcibly initialized 435 | unsigned int uval, exp, lopd, scale; | ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_wait_for_irq': /kisskb/src/drivers/media/tuners/tda18250.c:91:22: note: byref variable will be forcibly initialized 91 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_set_params': /kisskb/src/drivers/media/tuners/tda18250.c:502:12: note: byref variable will be forcibly initialized 502 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_power_control': /kisskb/src/drivers/media/tuners/tda18250.c:19:22: note: byref variable will be forcibly initialized 19 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/tda18250.c: In function 'tda18250_probe': /kisskb/src/drivers/media/tuners/tda18250.c:751:23: note: byref variable will be forcibly initialized 751 | unsigned char chip_id[3]; | ^~~~~~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u2_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:203:23: note: byref variable will be forcibly initialized 203 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u1_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:232:23: note: byref variable will be forcibly initialized 232 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'lvs_rh_probe': /kisskb/src/drivers/usb/misc/lvstest.c:397:41: note: byref variable will be forcibly initialized 397 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/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:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/media/rc/redrat3.c: In function 'redrat3_process_ir_data': /kisskb/src/drivers/media/rc/redrat3.c:351:37: note: byref variable will be forcibly initialized 351 | struct ir_raw_event ev = { | ^~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_init_dma': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:442:20: note: byref variable will be forcibly initialized 442 | dma_addr_t dma_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/drivers/media/rc/redrat3.c:35: /kisskb/src/drivers/media/rc/redrat3.c: In function '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-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/media/common/siano/smscoreapi.c: In function 'smscore_configure_board': /kisskb/src/drivers/media/common/siano/smscoreapi.c:849:37: note: byref variable will be forcibly initialized 849 | struct sms_msg_data crys_msg; | ^~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:834:37: note: byref variable will be forcibly initialized 834 | struct sms_msg_data mtu_msg; | ^~~~~~~ /kisskb/src/drivers/media/rc/redrat3.c: In function 'redrat3_transmit_ir': /kisskb/src/drivers/media/rc/redrat3.c:754:18: note: byref variable will be forcibly initialized 754 | int ret, ret_len; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_load_firmware_from_file': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1141:32: note: byref variable will be forcibly initialized 1141 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/media/common/siano/smscoreapi.h:16, from /kisskb/src/drivers/media/common/siano/smscoreapi.c:12: /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_getbuffer': /kisskb/src/include/linux/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/media/common/siano/smscoreapi.c:1646:9: note: in expansion of macro 'wait_event' 1646 | wait_event(coredev->buffer_mng_waitq, (cb = get_entry(coredev))); | ^~~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_configure_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1823:11: note: byref variable will be forcibly initialized 1823 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_set_gpio': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1868:11: note: byref variable will be forcibly initialized 1868 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c: In function 'smscore_gpio_configure': /kisskb/src/drivers/media/common/siano/smscoreapi.c:1945:13: note: byref variable will be forcibly initialized 1945 | u32 group_cfg; | ^~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:1943:13: note: byref variable will be forcibly initialized 1943 | u32 group_num = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/common/siano/smscoreapi.c:1942:13: note: byref variable will be forcibly initialized 1942 | u32 translatedpin_num = 0; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/input/joystick/xpad.c:64: /kisskb/src/drivers/input/joystick/xpad.c: In function 'xpad_presence_work': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/xpad.c:784:25: note: in expansion of macro 'rcu_assign_pointer' 784 | rcu_assign_pointer(xpad->x360w_dev, xpad->dev); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_shutdown_callbacks': /kisskb/src/fs/xfs/xfs_log.c:527:19: note: byref variable will be forcibly initialized 527 | LIST_HEAD(cb_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/xfs/xfs_log.c: In function 'xlog_state_clean_iclog': /kisskb/src/fs/xfs/xfs_log.c:2663:33: note: byref variable will be forcibly initialized 2663 | int iclogs_changed = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_log.c:22: /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:31: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:25: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_discard_busy_extents': /kisskb/src/fs/xfs/xfs_log_cil.c:735:33: note: byref variable will be forcibly initialized 735 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:734:34: note: byref variable will be forcibly initialized 734 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_alloc_shadow_bufs': /kisskb/src/fs/xfs/xfs_log_cil.c:278:25: note: byref variable will be forcibly initialized 278 | int nbytes = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:277:25: note: byref variable will be forcibly initialized 277 | int niovecs = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_space_wake': /kisskb/src/fs/xfs/xfs_log.c:1150:33: note: byref variable will be forcibly initialized 1150 | int free_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_grant_head_check': /kisskb/src/fs/xfs/xfs_log.c:346:33: note: byref variable will be forcibly initialized 346 | int free_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_regrant': /kisskb/src/fs/xfs/xfs_log.c:406:33: note: byref variable will be forcibly initialized 406 | int need_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_insert_items': /kisskb/src/fs/xfs/xfs_log_cil.c:553:33: note: byref variable will be forcibly initialized 553 | int len = 0; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_do_iclog_callbacks': /kisskb/src/fs/xfs/xfs_log.c:2800:27: note: byref variable will be forcibly initialized 2800 | LIST_HEAD(cb_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/xfs/xfs_log.c: In function 'xfs_log_reserve': /kisskb/src/fs/xfs/xfs_log.c:469:33: note: byref variable will be forcibly initialized 469 | int need_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_sync': /kisskb/src/fs/xfs/xfs_log.c:2044:33: note: byref variable will be forcibly initialized 2044 | unsigned int roundoff; /* roundoff to BB or stripe */ | ^~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_cil.c:6: /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_write_commit_record': /kisskb/src/fs/xfs/xfs_log_cil.c:1002:19: note: byref variable will be forcibly initialized 1002 | LIST_HEAD(lv_chain); | ^~~~~~~~ /kisskb/src/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/xfs/xfs_log_cil.c:997:33: note: byref variable will be forcibly initialized 997 | struct xfs_log_vec vec = { | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c:992:33: note: byref variable will be forcibly initialized 992 | struct xfs_log_iovec reg = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_cil.c:6: /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_push_work': /kisskb/src/fs/xfs/xfs_log_cil.c:1191:34: note: byref variable will be forcibly initialized 1191 | LIST_HEAD (whiteouts); | ^~~~~~~~~ /kisskb/src/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/xfs/xfs_log_cil.c:1187:35: note: byref variable will be forcibly initialized 1187 | struct xlog_cil_trans_hdr thdr; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:1185:33: note: byref variable will be forcibly initialized 1185 | int num_bytes = 0; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:1184:33: note: byref variable will be forcibly initialized 1184 | int num_iovecs = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_force': /kisskb/src/fs/xfs/xfs_log.c:3231:33: note: byref variable will be forcibly initialized 3231 | bool completed; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_force_lsn': /kisskb/src/fs/xfs/xfs_log.c:3290:33: note: byref variable will be forcibly initialized 3290 | bool completed; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-rcar.c: In function 'xhci_rcar_download_firmware': /kisskb/src/drivers/usb/host/xhci-rcar.c:130:32: note: byref variable will be forcibly initialized 130 | const struct firmware *fw; | ^~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'onboard_hub_remove_usbdev': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:170:14: note: byref variable will be forcibly initialized 170 | char link_name[64]; | ^~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:16: /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'onboard_hub_add_usbdev': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:134:14: note: byref variable will be forcibly initialized 134 | char link_name[64]; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'always_powered_in_suspend_store': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:200:14: note: byref variable will be forcibly initialized 200 | bool val; | ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_get_more_iclog_space': /kisskb/src/fs/xfs/xfs_log.c:2292:34: note: byref variable will be forcibly initialized 2292 | struct xlog_in_core *iclog = *iclogp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_partial': /kisskb/src/fs/xfs/xfs_log.c:2330:34: note: byref variable will be forcibly initialized 2330 | struct xlog_in_core *iclog = *iclogp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write': /kisskb/src/fs/xfs/xfs_log.c:2505:33: note: byref variable will be forcibly initialized 2505 | int log_offset; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2503:33: note: byref variable will be forcibly initialized 2503 | uint32_t data_cnt = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2502:33: note: byref variable will be forcibly initialized 2502 | uint32_t record_cnt = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2500:34: note: byref variable will be forcibly initialized 2500 | struct xlog_in_core *iclog = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_unmount_record': /kisskb/src/fs/xfs/xfs_log.c:949:19: note: byref variable will be forcibly initialized 949 | LIST_HEAD(lv_chain); | ^~~~~~~~ /kisskb/src/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/xfs/xfs_log.c:945:28: note: byref variable will be forcibly initialized 945 | struct xfs_log_vec vec = { | ^~~ /kisskb/src/fs/xfs/xfs_log.c:940:30: note: byref variable will be forcibly initialized 940 | struct xfs_log_iovec reg = { | ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_unmount_write': /kisskb/src/fs/xfs/xfs_log.c:972:34: note: byref variable will be forcibly initialized 972 | struct xlog_ticket *tic = NULL; | ^~~ /kisskb/src/drivers/usb/misc/appledisplay.c: In function 'appledisplay_probe': /kisskb/src/drivers/usb/misc/appledisplay.c:210:14: note: byref variable will be forcibly initialized 210 | char bl_name[20]; | ^~~~~~~ /kisskb/src/drivers/usb/misc/appledisplay.c:207:41: note: byref variable will be forcibly initialized 207 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/appledisplay.c:204:37: note: byref variable will be forcibly initialized 204 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/typec/tipd/trace.h:306, from /kisskb/src/drivers/usb/typec/tipd/trace.c:9: /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_irq': /kisskb/src/include/trace/perf.h: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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_cd321x_irq': /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/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(cd321x_irq, | ^~~~~~~~~~~ /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/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(cd321x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_status': /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/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(tps6598x_status, | ^~~~~~~~~~~ /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/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(tps6598x_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_power_status': /kisskb/src/include/trace/perf.h: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/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(tps6598x_power_status, | ^~~~~~~~~~~ /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/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(tps6598x_power_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'perf_trace_tps6598x_data_status': /kisskb/src/include/trace/perf.h: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/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(tps6598x_data_status, | ^~~~~~~~~~~ /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/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(tps6598x_data_status, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/typec/tipd/trace.h:306, from /kisskb/src/drivers/usb/typec/tipd/trace.c:9: /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_cd321x_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(cd321x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(tps6598x_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_power_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(tps6598x_power_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function 'trace_event_raw_event_tps6598x_data_status': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(tps6598x_data_status, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/typec/tipd/trace.h:306, from /kisskb/src/drivers/usb/typec/tipd/trace.c:9: /kisskb/src/drivers/usb/typec/tipd/trace.c: In function '__bpf_trace_tps6598x_irq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(tps6598x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function '__bpf_trace_cd321x_irq': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(cd321x_irq, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:217:1: note: in expansion of macro 'TRACE_EVENT' 217 | TRACE_EVENT(cd321x_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function '__bpf_trace_tps6598x_status': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(tps6598x_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(tps6598x_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function '__bpf_trace_tps6598x_power_status': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(tps6598x_power_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(tps6598x_power_status, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tipd/trace.c: In function '__bpf_trace_tps6598x_data_status': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(tps6598x_data_status, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/typec/tipd/./trace.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(tps6598x_data_status, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'send_s870': /kisskb/src/drivers/scsi/atp870u.c:717:23: note: byref variable will be forcibly initialized 717 | unsigned long l, bttl = 0; | ^ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870u_intr_handle': /kisskb/src/drivers/scsi/atp870u.c:126:31: note: byref variable will be forcibly initialized 126 | unsigned long adrcnt, k; | ^ /kisskb/src/drivers/scsi/atp870u.c:126:23: note: byref variable will be forcibly initialized 126 | unsigned long adrcnt, k; | ^~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp885_init': /kisskb/src/drivers/scsi/atp870u.c:1449:23: note: byref variable will be forcibly initialized 1449 | unsigned char setupdata[2][16]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'tscam': /kisskb/src/drivers/scsi/atp870u.c:1019:45: note: byref variable will be forcibly initialized 1019 | unsigned short int m, assignid_map, val; | ^~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870_init': /kisskb/src/drivers/scsi/atp870u.c:1309:26: note: byref variable will be forcibly initialized 1309 | unsigned char k, host_id; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/rc/ati_remote.c:78: /kisskb/src/drivers/media/rc/ati_remote.c: In function 'ati_remote_sendpacket': /kisskb/src/include/linux/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/media/rc/ati_remote.c:421:9: note: in expansion of macro 'wait_event_timeout' 421 | wait_event_timeout(ati_remote->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_usb_transfer': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:99:13: note: byref variable will be forcibly initialized 99 | int actual; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_usb_xfer': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:364:36: note: byref variable will be forcibly initialized 364 | u8 byte; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_flush_input': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:203:21: note: byref variable will be forcibly initialized 203 | int actual = 0; | ^~~~~~ In file included from /kisskb/src/include/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/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'issue_flush_thread': /kisskb/src/include/linux/wait.h:303: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/f2fs/segment.c:545:9: note: in expansion of macro 'wait_event_interruptible' 545 | wait_event_interruptible(*q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'get_ssr_segment': /kisskb/src/fs/f2fs/segment.c:2787:18: note: byref variable will be forcibly initialized 2787 | unsigned segno = NULL_SEGNO; | ^~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__insert_discard_tree': /kisskb/src/fs/f2fs/segment.c:1198:14: note: byref variable will be forcibly initialized 1198 | bool leftmost = true; | ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1197:25: note: byref variable will be forcibly initialized 1197 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__update_discard_tree_range': /kisskb/src/fs/f2fs/segment.c:1264:44: note: byref variable will be forcibly initialized 1264 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1264:26: note: byref variable will be forcibly initialized 1264 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1261:46: note: byref variable will be forcibly initialized 1261 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1261:29: note: byref variable will be forcibly initialized 1261 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__submit_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1112:29: note: byref variable will be forcibly initialized 1112 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_orderly': /kisskb/src/fs/f2fs/segment.c:1376:22: note: byref variable will be forcibly initialized 1376 | unsigned int issued = 0; | ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1374:25: note: byref variable will be forcibly initialized 1374 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/segment.c:1372:44: note: byref variable will be forcibly initialized 1372 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1372:26: note: byref variable will be forcibly initialized 1372 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1371:46: note: byref variable will be forcibly initialized 1371 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:1371:29: note: byref variable will be forcibly initialized 1371 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function '__wait_all_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1591:31: note: byref variable will be forcibly initialized 1591 | struct discard_policy dp; | ^~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd': /kisskb/src/fs/f2fs/segment.c:1436:16: note: byref variable will be forcibly initialized 1436 | int i, issued; | ^~~~~~ /kisskb/src/fs/f2fs/segment.c:1435:25: note: byref variable will be forcibly initialized 1435 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/segment.c: In function '__issue_discard_cmd_range': /kisskb/src/fs/f2fs/segment.c:2979:13: note: byref variable will be forcibly initialized 2979 | int issued; | ^~~~~~ /kisskb/src/fs/f2fs/segment.c:2978:25: note: byref variable will be forcibly initialized 2978 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/segment.c:2976:44: note: byref variable will be forcibly initialized 2976 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:2976:26: note: byref variable will be forcibly initialized 2976 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c:2975:46: note: byref variable will be forcibly initialized 2975 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:2975:29: note: byref variable will be forcibly initialized 2975 | struct discard_cmd *prev_dc = NULL, *next_dc = NULL; | ^~~~~~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_set_timings': /kisskb/src/drivers/ata/ata_piix.c:560:12: note: byref variable will be forcibly initialized 560 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c:559:12: note: byref variable will be forcibly initialized 559 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c:558:13: note: byref variable will be forcibly initialized 558 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'do_pata_set_dmamode': /kisskb/src/drivers/ata/ata_piix.c:675:21: note: byref variable will be forcibly initialized 675 | u16 ideconf; | ^~~~~~~ /kisskb/src/drivers/ata/ata_piix.c:674:21: note: byref variable will be forcibly initialized 674 | u16 udma_timing; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c:670:12: note: byref variable will be forcibly initialized 670 | u8 udma_enable = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_init_sata_map': /kisskb/src/drivers/ata/ata_piix.c:1363:14: note: byref variable will be forcibly initialized 1363 | char buf[32]; | ^~~ /kisskb/src/drivers/ata/ata_piix.c:1362:12: note: byref variable will be forcibly initialized 1362 | u8 map_value; | ^~~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_init_pcs': /kisskb/src/drivers/ata/ata_piix.c:1344:13: note: byref variable will be forcibly initialized 1344 | u16 pcs, new_pcs; | ^~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_init_sidpr': /kisskb/src/drivers/ata/ata_piix.c:1441:13: note: byref variable will be forcibly initialized 1441 | u32 scontrol; | ^~~~~~~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_check_450nx_errata': /kisskb/src/drivers/ata/ata_piix.c:1317:13: note: byref variable will be forcibly initialized 1317 | u16 cfg; | ^~~ /kisskb/src/drivers/ata/ata_piix.c: In function 'piix_init_one': /kisskb/src/drivers/ata/ata_piix.c:1650:26: note: byref variable will be forcibly initialized 1650 | struct ata_host *host; | ^~~~ /kisskb/src/drivers/ata/ata_piix.c:1647:37: note: byref variable will be forcibly initialized 1647 | const struct ata_port_info *ppi[] = { &port_info[0], &port_info[1] }; | ^~~ /kisskb/src/drivers/ata/ata_piix.c:1646:30: note: byref variable will be forcibly initialized 1646 | struct ata_port_info port_info[2]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c: In function 'issue_discard_thread': /kisskb/src/include/linux/wait.h:303: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/fs/f2fs/segment.c:1683:17: note: in expansion of macro 'wait_event_interruptible_timeout' 1683 | wait_event_interruptible_timeout(*q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c:1666:31: note: byref variable will be forcibly initialized 1666 | struct discard_policy dpolicy; | ^~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ezusb.c:13: /kisskb/src/drivers/usb/misc/ezusb.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/misc/ezusb.c: In function 'ezusb_ihex_firmware_download': /kisskb/src/drivers/usb/misc/ezusb.c:63:32: note: byref variable will be forcibly initialized 63 | const struct firmware *firmware = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs_bg': /kisskb/src/fs/f2fs/segment.c:474:33: note: byref variable will be forcibly initialized 474 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_flush': /kisskb/src/fs/f2fs/segment.c:553:26: note: byref variable will be forcibly initialized 553 | struct flush_cmd cmd; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_issue_discard_timeout': /kisskb/src/fs/f2fs/segment.c:1646:31: note: byref variable will be forcibly initialized 1646 | struct discard_policy dpolicy; | ^~~~~~~ /kisskb/src/drivers/media/common/tveeprom.c: In function 'tveeprom_read': /kisskb/src/drivers/media/common/tveeprom.c:740:23: note: byref variable will be forcibly initialized 740 | unsigned char buf; | ^~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_ck804_host_stop': /kisskb/src/drivers/ata/sata_nv.c:2440:12: note: byref variable will be forcibly initialized 2440 | u8 regval; | ^~~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_swncq_slave_config': /kisskb/src/drivers/ata/sata_nv.c:1879:23: note: byref variable will be forcibly initialized 1879 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/sata_nv.c:1877:12: note: byref variable will be forcibly initialized 1877 | u8 rev; | ^~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_swncq_hotplug': /kisskb/src/drivers/ata/sata_nv.c:2037:13: note: byref variable will be forcibly initialized 2037 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function '__ata_bmdma_stop': /kisskb/src/drivers/ata/sata_nv.c:1741:31: note: byref variable will be forcibly initialized 1741 | struct ata_queued_cmd qc; | ^~ /kisskb/src/fs/f2fs/segment.c: In function 'new_curseg': /kisskb/src/fs/f2fs/segment.c:2573:22: note: byref variable will be forcibly initialized 2573 | unsigned int segno = curseg->segno; | ^~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_swncq_host_init': /kisskb/src/drivers/ata/sata_nv.c:1850:12: note: byref variable will be forcibly initialized 1850 | u8 regval; | ^~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_trim_fs': /kisskb/src/fs/f2fs/segment.c:3049:31: note: byref variable will be forcibly initialized 3049 | struct discard_policy dpolicy; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c:3048:27: note: byref variable will be forcibly initialized 3048 | struct cp_control cpc; | ^~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_swncq_host_interrupt': /kisskb/src/drivers/ata/sata_nv.c:2180:13: note: byref variable will be forcibly initialized 2180 | u32 serror; | ^~~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_adma_host_stop': /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_check_write_pointer': /kisskb/src/drivers/ata/sata_nv.c:2451:13: note: byref variable will be forcibly initialized 2451 | u32 tmp32; | ^~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_adma_host_init': /kisskb/src/drivers/ata/sata_nv.c:1274:13: note: byref variable will be forcibly initialized 1274 | u32 tmp32; | ^~~~~ /kisskb/src/fs/f2fs/segment.c:4882:46: note: byref variable will be forcibly initialized 4882 | struct check_zone_write_pointer_args args; | ^~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_adma_slave_config': /kisskb/src/drivers/ata/sata_nv.c:674:13: note: byref variable will be forcibly initialized 674 | u32 current_reg, new_reg, config_mask; | ^~~~~~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_balance_fs': /kisskb/src/fs/f2fs/segment.c:404:48: note: byref variable will be forcibly initialized 404 | struct f2fs_gc_control gc_control = { | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/segment.c:8: /kisskb/src/fs/f2fs/segment.c:396:37: note: byref variable will be forcibly initialized 396 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/f2fs/segment.c:396:25: note: in expansion of macro 'DEFINE_WAIT' 396 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_init_one': /kisskb/src/drivers/ata/sata_nv.c:2363:20: note: byref variable will be forcibly initialized 2363 | u8 regval; | ^~~~~~ /kisskb/src/drivers/ata/sata_nv.c:2310:26: note: byref variable will be forcibly initialized 2310 | struct ata_host *host; | ^~~~ /kisskb/src/fs/f2fs/segment.c: In function 'fix_curseg_write_pointer': /kisskb/src/drivers/ata/sata_nv.c:2308:37: note: byref variable will be forcibly initialized 2308 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/fs/f2fs/segment.c:4762:25: note: byref variable will be forcibly initialized 4762 | struct blk_zone zone; | ^~~~ /kisskb/src/drivers/ata/sata_nv.c: In function 'nv_adma_port_start': /kisskb/src/drivers/ata/sata_nv.c:1099:20: note: byref variable will be forcibly initialized 1099 | dma_addr_t mem_dma; | ^~~~~~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_replace_block': /kisskb/src/fs/f2fs/segment.c:3577:29: note: byref variable will be forcibly initialized 3577 | struct f2fs_summary sum; | ^~~ /kisskb/src/drivers/ata/sata_rcar.c: In function 'sata_rcar_data_xfer': /kisskb/src/drivers/ata/sata_rcar.c:440:31: note: byref variable will be forcibly initialized 440 | unsigned char pad[2] = { }; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function '__replace_atomic_write_block': /kisskb/src/fs/f2fs/segment.c:246:26: note: byref variable will be forcibly initialized 246 | blkcnt_t count = 1; | ^~~~~ /kisskb/src/fs/f2fs/segment.c:214:26: note: byref variable will be forcibly initialized 214 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/segment.c:213:30: note: byref variable will be forcibly initialized 213 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/segment.c: In function '__f2fs_commit_atomic_write': /kisskb/src/fs/f2fs/segment.c:282:30: note: byref variable will be forcibly initialized 282 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/segment.c:280:26: note: byref variable will be forcibly initialized 280 | struct list_head revoke_list; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/sata_rcar.c: In function 'sata_rcar_softreset': /kisskb/src/drivers/ata/sata_rcar.c:339:12: note: byref variable will be forcibly initialized 339 | u8 err; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_do_write_node_page': /kisskb/src/fs/f2fs/segment.c:3396:29: note: byref variable will be forcibly initialized 3396 | struct f2fs_summary sum; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_outplace_write_data': /kisskb/src/fs/f2fs/segment.c:3408:29: note: byref variable will be forcibly initialized 3408 | struct f2fs_summary sum; | ^~~ /kisskb/src/fs/f2fs/segment.c: In function 'build_sit_entries': /kisskb/src/fs/f2fs/segment.c:4348:31: note: byref variable will be forcibly initialized 4348 | struct f2fs_sit_entry sit; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_cal': /kisskb/src/drivers/media/tuners/tda18271-common.c:688:12: note: byref variable will be forcibly initialized 688 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:709:17: note: byref variable will be forcibly initialized 709 | va_list args; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:708:26: note: byref variable will be forcibly initialized 708 | struct va_format vaf; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:115:24: note: byref variable will be forcibly initialized 115 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned char buf = 0x00; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_extended': /kisskb/src/drivers/media/tuners/tda18271-common.c:145:24: note: byref variable will be forcibly initialized 145 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned char buf = 0x00; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:142:23: note: byref variable will be forcibly initialized 142 | unsigned char regdump[TDA18271_NUM_REGS]; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '__tda18271_write_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned char buf[TDA18271_NUM_REGS + 1]; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_main_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:555:15: note: byref variable will be forcibly initialized 555 | u8 d, pd; | ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:555:12: note: byref variable will be forcibly initialized 555 | u8 d, pd; | ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_cal_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:578:15: note: byref variable will be forcibly initialized 578 | u8 d, pd; | ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:578:12: note: byref variable will be forcibly initialized 578 | u8 d, pd; | ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_bp_filter': /kisskb/src/drivers/media/tuners/tda18271-common.c:603:12: note: byref variable will be forcibly initialized 603 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_km': /kisskb/src/drivers/media/tuners/tda18271-common.c:620:12: note: byref variable will be forcibly initialized 620 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_band': /kisskb/src/drivers/media/tuners/tda18271-common.c:637:12: note: byref variable will be forcibly initialized 637 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_gain_taper': /kisskb/src/drivers/media/tuners/tda18271-common.c:654:12: note: byref variable will be forcibly initialized 654 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_ir_measure': /kisskb/src/drivers/media/tuners/tda18271-common.c:671:12: note: byref variable will be forcibly initialized 671 | u8 val; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'periodic_unlink': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3310:30: note: byref variable will be forcibly initialized 3310 | union fotg210_shadow here = *prev_p; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:12: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/direct-io.c: In function '__blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1139:25: note: byref variable will be forcibly initialized 1139 | struct blk_plug plug; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3759:16: note: byref variable will be forcibly initialized 3759 | __hc32 c_mask; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:12: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qtd_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1823:20: note: byref variable will be forcibly initialized 1823 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qh_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1856:20: note: byref variable will be forcibly initialized 1856 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3829:26: note: byref variable will be forcibly initialized 3829 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4077:20: note: byref variable will be forcibly initialized 4077 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5266:26: note: byref variable will be forcibly initialized 5266 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:646:21: note: byref variable will be forcibly initialized 646 | char *next, scratch[80]; | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_reset': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:942:9: note: in expansion of macro 'dbg_cmd' 942 | dbg_cmd(fotg210, "reset", command); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4702:18: note: byref variable will be forcibly initialized 4702 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_stop': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:4893:9: note: in expansion of macro 'dbg_status' 4893 | dbg_status(fotg210, "fotg210_stop completed", | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:454:15: note: byref variable will be forcibly initialized 454 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:453:24: note: byref variable will be forcibly initialized 453 | unsigned temp, size; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_run': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5040:9: note: in expansion of macro 'dbg_cmd' 5040 | dbg_cmd(fotg210, "init", fotg210->command); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hrtimer_func': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1343:23: note: byref variable will be forcibly initialized 1343 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5226:17: note: in expansion of macro 'dbg_status' 5226 | dbg_status(fotg210, "fatal", status); | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5225:17: note: in expansion of macro 'dbg_cmd' 5225 | dbg_cmd(fotg210, "fatal", cmd); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5150:9: note: in expansion of macro 'dbg_status' 5150 | dbg_status(fotg210, "irq", status); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/usb/misc/idmouse.c: In function 'idmouse_create_image': /kisskb/src/drivers/usb/misc/idmouse.c:126:13: note: byref variable will be forcibly initialized 126 | int bulk_read; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_probe': /kisskb/src/drivers/scsi/initio.c: In function 'initio_probe_one': /kisskb/src/drivers/usb/misc/idmouse.c:321:41: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/scsi/initio.c:2808:13: note: byref variable will be forcibly initialized 2808 | u32 reg; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271c2_rf_tracking_filters_correction': /kisskb/src/drivers/media/tuners/tda18271-fe.c:249:24: note: byref variable will be forcibly initialized 249 | u8 tm_current, dc_over_dt, rf_tab; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_powerscan': /kisskb/src/drivers/media/tuners/tda18271-fe.c:437:13: note: byref variable will be forcibly initialized 437 | u32 freq; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:436:13: note: byref variable will be forcibly initialized 436 | u16 count_limit; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:435:12: note: byref variable will be forcibly initialized 435 | u8 cid_target; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_rf_tracking_filters_init': /kisskb/src/drivers/media/tuners/tda18271-fe.c:570:13: note: byref variable will be forcibly initialized 570 | u32 rf_freq[3]; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:569:13: note: byref variable will be forcibly initialized 569 | u32 rf_default[3]; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/drivers/input/mousedev.c:15: /kisskb/src/drivers/input/mousedev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ 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/fs/xfs/xfs_bmap_item.c: In function 'xfs_bmap_update_finish_item': /kisskb/src/fs/xfs/xfs_bmap_item.c:382:41: note: byref variable will be forcibly initialized 382 | xfs_filblks_t count; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bud_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:182:34: note: byref variable will be forcibly initialized 182 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:91:34: note: byref variable will be forcibly initialized 91 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_recover': /kisskb/src/fs/xfs/xfs_bmap_item.c:481:41: note: byref variable will be forcibly initialized 481 | xfs_filblks_t count; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c:477:42: note: byref variable will be forcibly initialized 477 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:476:42: note: byref variable will be forcibly initialized 476 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:474:41: note: byref variable will be forcibly initialized 474 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/drivers/media/common/siano/sms-cards.c: In function 'sms_board_event': /kisskb/src/drivers/media/common/siano/sms-cards.c:172:36: note: byref variable will be forcibly initialized 172 | struct smscore_config_gpio my_gpio_config; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/siano/sms-cards.c: In function 'sms_set_gpio': /kisskb/src/drivers/media/common/siano/sms-cards.c:230:36: note: byref variable will be forcibly initialized 230 | struct smscore_config_gpio gpioconfig = { | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_receive': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:68:18: note: byref variable will be forcibly initialized 68 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_write': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:220:18: note: byref variable will be forcibly initialized 220 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_addr': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:98:18: note: byref variable will be forcibly initialized 98 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/common/b2c2/flexcop-eeprom.c: In function 'flexcop_eeprom_check_mac_addr': /kisskb/src/drivers/media/common/b2c2/flexcop-eeprom.c:135:12: note: byref variable will be forcibly initialized 135 | u8 buf[8]; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/mpage.c:16: /kisskb/src/fs/mpage.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:49:30: note: byref variable will be forcibly initialized 49 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:660:25: note: byref variable will be forcibly initialized 660 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:468:28: note: byref variable will be forcibly initialized 468 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/drivers/usb/misc/isight_firmware.c: In function 'isight_firmware_load': /kisskb/src/drivers/usb/misc/isight_firmware.c:41:23: note: byref variable will be forcibly initialized 41 | unsigned char data[4]; | ^~~~ /kisskb/src/drivers/usb/misc/isight_firmware.c:39:32: note: byref variable will be forcibly initialized 39 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:241:23: note: byref variable will be forcibly initialized 241 | unsigned char reg2[2]; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c:240:23: note: byref variable will be forcibly initialized 240 | unsigned char tuner_reg[8]; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:149:24: note: byref variable will be forcibly initialized 149 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:146:12: note: byref variable will be forcibly initialized 146 | u8 buf[14]; | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827x_probe_version': /kisskb/src/drivers/media/tuners/tda827x.c:844:24: note: byref variable will be forcibly initialized 844 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:841:12: note: byref variable will be forcibly initialized 841 | u8 data; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:750:24: note: byref variable will be forcibly initialized 750 | struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:749:23: note: byref variable will be forcibly initialized 749 | unsigned char data[] = {0x80, 0x2c}; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_lna_gain': /kisskb/src/drivers/media/tuners/tda827x.c:452:23: note: byref variable will be forcibly initialized 452 | unsigned char buf[] = {0x22, 0x01}; | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:655:24: note: byref variable will be forcibly initialized 655 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:651:23: note: byref variable will be forcibly initialized 651 | unsigned char tuner_reg[11]; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_set_params': /kisskb/src/drivers/media/tuners/tda827x.c:508:24: note: byref variable will be forcibly initialized 508 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:506:12: note: byref variable will be forcibly initialized 506 | u8 buf[11]; | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:435:24: note: byref variable will be forcibly initialized 435 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_agcf': /kisskb/src/drivers/media/tuners/tda827x.c:325:24: note: byref variable will be forcibly initialized 325 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda827x.c:324:23: note: byref variable will be forcibly initialized 324 | unsigned char data[] = { 0x80, 0x0c }; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_sleep': /kisskb/src/drivers/media/tuners/tda827x.c:223:24: note: byref variable will be forcibly initialized 223 | struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:22: note: byref variable will be forcibly initialized 243 | bool res; | ^~~ /kisskb/src/drivers/ata/sata_vsc.c: In function 'vsc_sata_init_one': /kisskb/src/drivers/ata/sata_vsc.c:334:12: note: byref variable will be forcibly initialized 334 | u8 cls; | ^~~ /kisskb/src/drivers/ata/sata_vsc.c:330:37: note: byref variable will be forcibly initialized 330 | const struct ata_port_info *ppi[] = { &pi, NULL }; | ^~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:24: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:387:23: note: byref variable will be forcibly initialized 387 | unsigned char ret; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:386:23: note: byref variable will be forcibly initialized 386 | unsigned char hvpll_stat = 0x26; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:445:23: note: byref variable will be forcibly initialized 445 | unsigned char afc = 0; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:444:23: note: byref variable will be forcibly initialized 444 | unsigned char i2c_get_afc[1] = { 0x1B }; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda8290.c:15: /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc1_out': /kisskb/src/drivers/media/tuners/tda8290.c:349:23: note: byref variable will be forcibly initialized 349 | unsigned char buf[] = { 0x02, 0x00 }; /* DIV_FUNC */ | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tda8290.c:320:23: note: byref variable will be forcibly initialized 320 | unsigned char buf[] = { 0x01, 0x00 }; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tda8290.c:335:23: note: byref variable will be forcibly initialized 335 | unsigned char buf[] = { 0x00, priv->tda8290_easy_mode }; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:201:31: note: byref variable will be forcibly initialized 201 | unsigned char deemphasis[] = { 0x13, 1 }; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:170:23: note: byref variable will be forcibly initialized 170 | unsigned char easy_mode[] = { 0x01, priv->tda8290_easy_mode }; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tda8290.c:305:23: note: byref variable will be forcibly initialized 305 | unsigned char buf[] = { 0x30, 0x00 }; /* clb_stdbt */ | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:401:23: note: byref variable will be forcibly initialized 401 | unsigned char blanking_mode[] = { 0x1d, 0x00 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:400:13: note: byref variable will be forcibly initialized 400 | u16 signal = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tda8290.c:365:23: note: byref variable will be forcibly initialized 365 | unsigned char set_gpio_val[] = { 0x46, 0x00 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:364:23: note: byref variable will be forcibly initialized 364 | unsigned char set_gpio_cf[] = { 0x44, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /kisskb/src/drivers/media/tuners/tda8290.c:462:24: note: byref variable will be forcibly initialized 462 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_probe': /kisskb/src/drivers/media/tuners/tda8290.c:662:24: note: byref variable will be forcibly initialized 662 | struct i2c_msg msg_read[] = { | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:661:24: note: byref variable will be forcibly initialized 661 | u8 reg = 0x1f, id; | ^~ /kisskb/src/drivers/media/tuners/tda8290.c:661:12: note: byref variable will be forcibly initialized 661 | u8 reg = 0x1f, id; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_probe': /kisskb/src/drivers/media/tuners/tda8290.c:689:24: note: byref variable will be forcibly initialized 689 | struct i2c_msg msg_read[] = { | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:688:24: note: byref variable will be forcibly initialized 688 | u8 reg = 0x2f, id; | ^~ /kisskb/src/drivers/media/tuners/tda8290.c:688:12: note: byref variable will be forcibly initialized 688 | u8 reg = 0x2f, id; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tda8290.c:834:23: note: byref variable will be forcibly initialized 834 | unsigned char buf[PROBE_BUFFER_SIZE]; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:832:23: note: byref variable will be forcibly initialized 832 | unsigned char data; | ^~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:24: note: byref variable will be forcibly initialized 536 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_find_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:573:12: note: byref variable will be forcibly initialized 573 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hptiop.c:10: /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_reset_hba': /kisskb/src/include/linux/wait.h: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/scsi/hptiop.c:1076:9: note: in expansion of macro 'wait_event_timeout' 1076 | wait_event_timeout(hba->reset_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_probe': /kisskb/src/drivers/scsi/hptiop.c:1282:20: note: byref variable will be forcibly initialized 1282 | dma_addr_t start_phy; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1281:43: note: byref variable will be forcibly initialized 1281 | struct hpt_iop_request_set_config set_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1280:43: note: byref variable will be forcibly initialized 1280 | struct hpt_iop_request_get_config iop_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_internal_memalloc_mvfrey': /kisskb/src/drivers/scsi/hptiop.c:1199:20: note: byref variable will be forcibly initialized 1199 | dma_addr_t phy; | ^~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'mv_outbound_read': /kisskb/src/drivers/scsi/hptiop.c:148:21: note: byref variable will be forcibly initialized 148 | u64 p; | ^ /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; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/nsproxy.h:5, from /kisskb/src/fs/proc_namespace.c:11: /kisskb/src/fs/proc_namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:21: note: byref variable will be forcibly initialized 248 | struct path root; | ^~~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'atp8xx_fixup': /kisskb/src/drivers/ata/pata_artop.c:318:12: note: byref variable will be forcibly initialized 318 | u8 reg; | ^~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop_init_one': /kisskb/src/drivers/ata/pata_artop.c:392:37: note: byref variable will be forcibly initialized 392 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop6260_set_dmamode': /kisskb/src/drivers/ata/pata_artop.c:248:12: note: byref variable will be forcibly initialized 248 | u8 ultra; | ^~~~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop6260_set_piomode': /kisskb/src/drivers/ata/pata_artop.c:183:12: note: byref variable will be forcibly initialized 183 | u8 ultra; | ^~~~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop6260_cable_detect': /kisskb/src/drivers/ata/pata_artop.c:78:12: note: byref variable will be forcibly initialized 78 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop6210_set_dmamode': /kisskb/src/drivers/ata/pata_artop.c:209:12: note: byref variable will be forcibly initialized 209 | u8 ultra; | ^~~~~ /kisskb/src/drivers/ata/pata_artop.c: In function 'artop6210_set_piomode': /kisskb/src/drivers/ata/pata_artop.c:130:12: note: byref variable will be forcibly initialized 130 | u8 ultra; | ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_altmode_update_active': /kisskb/src/drivers/usb/typec/class.c:292:14: note: byref variable will be forcibly initialized 292 | char dir[6]; | ^~~ /kisskb/src/drivers/usb/typec/class.c: In function 'vconn_source_store': /kisskb/src/drivers/usb/typec/class.c:1561:14: note: byref variable will be forcibly initialized 1561 | bool source; | ^~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'active_store': /kisskb/src/drivers/usb/typec/class.c:363:14: note: byref variable will be forcibly initialized 363 | bool enter; | ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_register_plug': /kisskb/src/drivers/usb/typec/class.c:999:14: note: byref variable will be forcibly initialized 999 | char name[8]; | ^~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_get_fw_cap': /kisskb/src/drivers/usb/typec/class.c:2036:21: note: byref variable will be forcibly initialized 2036 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_port_register_altmodes': /kisskb/src/drivers/usb/typec/class.c:2115:19: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~ /kisskb/src/drivers/usb/typec/class.c:2115:13: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~~ /kisskb/src/drivers/usb/typec/class.c:2112:35: note: byref variable will be forcibly initialized 2112 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_switch_get': /kisskb/src/drivers/usb/typec/mux.c:73:34: note: byref variable will be forcibly initialized 73 | struct typec_switch_dev *sw_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_mux_get': /kisskb/src/drivers/usb/typec/mux.c:341:31: note: byref variable will be forcibly initialized 341 | struct typec_mux_dev *mux_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/typec/mux.c:10: /kisskb/src/drivers/usb/typec/mux.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_pci_clock': /kisskb/src/drivers/ata/pata_hpt37x.c:674:21: note: byref variable will be forcibly initialized 674 | u16 sr; | ^~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_cable_detect': /kisskb/src/drivers/ata/pata_hpt37x.c:335:18: note: byref variable will be forcibly initialized 335 | u8 scr2, ata66; | ^~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:335:12: note: byref variable will be forcibly initialized 335 | u8 scr2, ata66; | ^~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_calibrate_dpll': /kisskb/src/drivers/ata/pata_hpt37x.c:623:13: note: byref variable will be forcibly initialized 623 | u32 reg5c; | ^~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:622:12: note: byref variable will be forcibly initialized 622 | u8 reg5b; | ^~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_init_one': /kisskb/src/drivers/ata/pata_hpt37x.c:907:20: note: byref variable will be forcibly initialized 907 | u8 mcr1; | ^~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:803:12: note: byref variable will be forcibly initialized 803 | u8 mcr1; | ^~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:802:12: note: byref variable will be forcibly initialized 802 | u8 irqmask; | ^~~~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:800:37: note: byref variable will be forcibly initialized 800 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_bmdma_stop': /kisskb/src/drivers/ata/pata_hpt37x.c:519:23: note: byref variable will be forcibly initialized 519 | u8 bwsr_stat, msc_stat; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:519:12: note: byref variable will be forcibly initialized 519 | u8 bwsr_stat, msc_stat; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_pre_reset': /kisskb/src/drivers/ata/pata_hpt37x.c:397:12: note: byref variable will be forcibly initialized 397 | u8 mcr2; | ^~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt37x_set_mode': /kisskb/src/drivers/ata/pata_hpt37x.c:428:13: note: byref variable will be forcibly initialized 428 | u32 reg, timing, mask; | ^~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt_dma_blacklisted': /kisskb/src/drivers/ata/pata_hpt37x.c:224:23: note: byref variable will be forcibly initialized 224 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c: In function 'hpt374_fn1_cable_detect': /kisskb/src/drivers/ata/pata_hpt37x.c:365:12: note: byref variable will be forcibly initialized 365 | u8 ata66; | ^~~~~ /kisskb/src/drivers/ata/pata_hpt37x.c:364:13: note: byref variable will be forcibly initialized 364 | u16 mcr3; | ^~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function '_tcpm_log': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:597:14: note: byref variable will be forcibly initialized 597 | char tmpbuffer[LOG_BUFFER_ENTRY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_log': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:645:17: note: byref variable will be forcibly initialized 645 | va_list args; | ^~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_log_source_caps': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:675:22: note: byref variable will be forcibly initialized 675 | char msg[64]; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_log_force': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:661:17: note: byref variable will be forcibly initialized 661 | va_list args; | ^~~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_setup_rings': /kisskb/src/drivers/usb/host/xen-hcd.c:1111:35: note: byref variable will be forcibly initialized 1111 | struct xenusb_conn_sring *conn_sring; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xen-hcd.c:1110:34: note: byref variable will be forcibly initialized 1110 | struct xenusb_urb_sring *urb_sring; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_talk_to_backend': /kisskb/src/drivers/usb/host/xen-hcd.c:1165:35: note: byref variable will be forcibly initialized 1165 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_connect': /kisskb/src/drivers/usb/host/xen-hcd.c:1226:14: note: byref variable will be forcibly initialized 1226 | char name[TASK_COMM_LEN]; | ^~~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_urb_request_done': /kisskb/src/drivers/usb/host/xen-hcd.c:960:36: note: byref variable will be forcibly initialized 960 | struct xenusb_urb_response res; | ^~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_int': /kisskb/src/drivers/usb/host/xen-hcd.c:1079:22: note: byref variable will be forcibly initialized 1079 | unsigned int eoiflag = XEN_EOI_FLAG_SPURIOUS; | ^~~~~~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_create_hcd': /kisskb/src/drivers/usb/host/xen-hcd.c:1446:13: note: byref variable will be forcibly initialized 1446 | int usb_ver; | ^~~~~~~ /kisskb/src/drivers/usb/host/xen-hcd.c:1445:13: note: byref variable will be forcibly initialized 1445 | int num_ports; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_handle_vdm_request': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:1763:13: note: byref variable will be forcibly initialized 1763 | u32 p[PD_MAX_PAYLOAD]; | ^ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:1761:27: note: byref variable will be forcibly initialized 1761 | enum adev_actions adev_action = ADEV_NONE; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/host/xen-hcd.c: In function 'xenhcd_map_urb_for_request': /kisskb/src/drivers/usb/host/xen-hcd.c:645:21: note: byref variable will be forcibly initialized 645 | grant_ref_t gref_head; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'vdm_run_state_machine': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:1919:27: note: byref variable will be forcibly initialized 1919 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_send_source_caps': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:1127:27: note: byref variable will be forcibly initialized 1127 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_send_pps_request': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3513:13: note: byref variable will be forcibly initialized 3513 | u32 rdo; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3511:27: note: byref variable will be forcibly initialized 3511 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_send_control': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:2994:27: note: byref variable will be forcibly initialized 2994 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_send_sink_caps': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:1164:27: note: byref variable will be forcibly initialized 1164 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_event_handler': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:5399:51: note: byref variable will be forcibly initialized 5399 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:5399:46: note: byref variable will be forcibly initialized 5399 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_build_request': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3333:13: note: byref variable will be forcibly initialized 3333 | int snk_pdo_index = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3332:13: note: byref variable will be forcibly initialized 3332 | int src_pdo_index = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_pd_send_request': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3410:13: note: byref variable will be forcibly initialized 3410 | u32 rdo; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:3408:27: note: byref variable will be forcibly initialized 3408 | struct pd_message msg; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_init': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:5905:35: note: byref variable will be forcibly initialized 5905 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:5905:30: note: byref variable will be forcibly initialized 5905 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_debugfs_init': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:750:14: note: byref variable will be forcibly initialized 750 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c: In function 'tcpm_fw_get_caps': /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:6061:17: note: byref variable will be forcibly initialized 6061 | u32 mw, frs_current; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:6061:13: note: byref variable will be forcibly initialized 6061 | u32 mw, frs_current; | ^~ /kisskb/src/drivers/usb/typec/tcpm/tcpm.c:6059:21: note: byref variable will be forcibly initialized 6059 | const char *opmode_str; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:26: note: in expansion of macro 'wait_event_interruptible' 473 | retval = wait_event_interruptible(dev->read_wait, dev->interrupt_in_done); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:26: note: in expansion of macro 'wait_event_interruptible' 555 | retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:17: note: in expansion of macro 'wait_event_interruptible_timeout' 398 | wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'periodic_unlink': /kisskb/src/drivers/usb/host/ehci-sched.c:67:33: note: byref variable will be forcibly initialized 67 | union ehci_shadow here = *prev_p; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/ehci-sched.c:839:25: note: byref variable will be forcibly initialized 839 | unsigned c_mask; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:306: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_hrtimer_func': /kisskb/src/drivers/usb/host/ehci-timer.c:402:25: note: byref variable will be forcibly initialized 402 | unsigned long events; | ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:308: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qtd_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:39:33: note: byref variable will be forcibly initialized 39 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:33: note: byref variable will be forcibly initialized 70 | dma_addr_t dma; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'hlist_add_head_rcu': In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_urb_transaction': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-sched.c:1240:33: note: byref variable will be forcibly initialized 1240 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2039:33: note: byref variable will be forcibly initialized 2039 | dma_addr_t sitd_dma; | ^~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_find': /kisskb/src/fs/eventpoll.c:976:29: note: byref variable will be forcibly initialized 976 | struct epoll_filefd ffd; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:307: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_handover_companion_ports': /kisskb/src/drivers/usb/host/ehci-hub.c:38:25: note: byref variable will be forcibly initialized 38 | __le32 buf; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:33: note: byref variable will be forcibly initialized 382 | unsigned long resume_needed = 0; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_remove_wait_queue': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:550:17: note: in expansion of macro 'smp_load_acquire' 550 | whead = smp_load_acquire(&pwq->whead); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:807:20: note: byref variable will be forcibly initialized 807 | poll_table pt; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:805:19: note: byref variable will be forcibly initialized 805 | LIST_HEAD(txlist); | ^~~~~~ /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/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 'pec_store': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2570:14: note: byref variable will be forcibly initialized 2570 | bool enable; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_poll_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1229:17: note: in expansion of macro 'smp_store_release' 1229 | smp_store_release(&ep_pwq_from_wait(wait)->whead, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_read_coefficients': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2442:30: note: byref variable will be forcibly initialized 2442 | union i2c_smbus_data data; | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_remove': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:708:30: note: in expansion of macro 'smp_load_acquire' 708 | if (!smp_load_acquire(&v->next)) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'do_epoll_create': /kisskb/src/fs/eventpoll.c:1990:27: note: byref variable will be forcibly initialized 1990 | struct eventpoll *ep = NULL; | ^~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/ehci-sched.c:913:33: note: byref variable will be forcibly initialized 913 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_sensor': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:1163:13: note: byref variable will be forcibly initialized 1163 | s64 val; | ^~~ /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c: In function 'pmbus_set_samples': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:2300:14: note: byref variable will be forcibly initialized 2300 | long val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/eventpoll.c:10: /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1387:9: note: in expansion of macro 'rcu_assign_pointer' 1387 | rcu_assign_pointer(epi->ws, ws); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c:1372:30: note: byref variable will be forcibly initialized 1372 | struct name_snapshot n; | ^ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1450:26: note: byref variable will be forcibly initialized 1450 | struct ep_pqueue epq; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1569:20: note: byref variable will be forcibly initialized 1569 | poll_table pt; | ^~ /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/hwmon/pmbus/pmbus_core.c: In function 'pmbus_debugfs_mfr_read': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:3075:14: note: byref variable will be forcibly initialized 3075 | char data[I2C_SMBUS_BLOCK_MAX + 2] = { 0 }; | ^~~~ /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/hwmon/pmbus/pmbus_core.c: In function 'pmbus_check_block_register': /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/hwmon/pmbus/pmbus_core.c:601:14: note: byref variable will be forcibly initialized 601 | char data_buf[I2C_SMBUS_BLOCK_MAX + 2]; | ^~~~~~~~ /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/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:884:33: note: byref variable will be forcibly initialized 884 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': /kisskb/src/fs/eventpoll.c:1642:20: note: byref variable will be forcibly initialized 1642 | poll_table pt; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:1641:19: note: byref variable will be forcibly initialized 1641 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/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/pmbus/pmbus_core.c: In function 'pmbus_init_debugfs': /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/hwmon/pmbus/pmbus_core.c:3109:14: note: byref variable will be forcibly initialized 3109 | char name[PMBUS_NAME_SIZE]; | ^~~~ /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 = { | ^~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:311: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:86:33: note: byref variable will be forcibly initialized 86 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1731:27: note: byref variable will be forcibly initialized 1731 | struct timespec64 now; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_poll': /kisskb/src/fs/eventpoll.c:1788:17: note: byref variable will be forcibly initialized 1788 | ktime_t expires, *to = NULL; | ^~~~~~~ /kisskb/src/fs/eventpoll.c:1787:28: note: byref variable will be forcibly initialized 1787 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:33: note: byref variable will be forcibly initialized 42 | int portnum, new_owner; | ^~~~~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:20: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/eventpoll.c:2266:27: note: byref variable will be forcibly initialized 2266 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2301:27: note: byref variable will be forcibly initialized 2301 | struct timespec64 to; | ^~ /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; | ^~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2312:27: note: byref variable will be forcibly initialized 2312 | struct timespec64 ts, *to = NULL; | ^~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': 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/fs/eventpoll.c:2387:24: note: byref variable will be forcibly initialized 2387 | struct sysinfo si; | ^~ /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/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2208:28: note: byref variable will be forcibly initialized 2208 | struct epoll_event epds; | ^~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_hard_reset': /kisskb/src/drivers/scsi/stex.c:1309:12: note: byref variable will be forcibly initialized 1309 | u8 pci_bctl; | ^~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1308:13: note: byref variable will be forcibly initialized 1308 | u16 pci_cmd; | ^~~~~~~ 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/scsi/stex.c:14: /kisskb/src/drivers/scsi/stex.c: In function 'stex_do_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/scsi/stex.c:1401:17: note: in expansion of macro 'wait_event_timeout' 1401 | wait_event_timeout(hba->reset_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_queuecommand_lck': /kisskb/src/drivers/scsi/stex.c:668:42: note: byref variable will be forcibly initialized 668 | struct st_drvver ver; | ^~~ In file included from /kisskb/src/drivers/scsi/stex.c:15: /kisskb/src/drivers/scsi/stex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/broadcom/bcm2835_thermal.c: In function 'bcm2835_thermal_probe': /kisskb/src/drivers/thermal/broadcom/bcm2835_thermal.c:227:21: note: byref variable will be forcibly initialized 227 | int trip_temp, offset, slope; | ^~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_chip_init': /kisskb/src/drivers/scsi/wd719x.c:308:20: note: byref variable will be forcibly initialized 308 | const char fwname_risc[] = "wd719x-risc.bin"; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:307:20: note: byref variable will be forcibly initialized 307 | const char fwname_wcs[] = "wd719x-wcs.bin"; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:41: note: byref variable will be forcibly initialized 306 | const struct firmware *fw_wcs, *fw_risc; | ^~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:32: note: byref variable will be forcibly initialized 306 | const struct firmware *fw_wcs, *fw_risc; | ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_read_eeprom': /kisskb/src/drivers/scsi/wd719x.c:743:37: note: byref variable will be forcibly initialized 743 | struct wd719x_eeprom_header header; | ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c:741:29: note: byref variable will be forcibly initialized 741 | struct eeprom_93cx6 eeprom; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_format': /kisskb/src/fs/xfs/xfs_buf_item.c:403:34: note: byref variable will be forcibly initialized 403 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_size': /kisskb/src/fs/xfs/xfs_buf_item.c:196:33: note: byref variable will be forcibly initialized 196 | int bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-pci.c: In function 'ehci_pci_setup': /kisskb/src/drivers/usb/host/ehci-pci.c:325:25: note: byref variable will be forcibly initialized 325 | u16 port_wake; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-pci.c:210:28: note: byref variable will be forcibly initialized 210 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:177:28: note: byref variable will be forcibly initialized 177 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:94:33: note: byref variable will be forcibly initialized 94 | u32 temp; | ^~~~ In file included from /kisskb/src/drivers/media/tuners/tda9887.c:12: /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_status': /kisskb/src/drivers/media/tuners/tda9887.c:537:23: note: byref variable will be forcibly initialized 537 | unsigned char buf[1]; | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_get_afc': /kisskb/src/drivers/media/tuners/tda9887.c:609:14: note: byref variable will be forcibly initialized 609 | __u8 reg = 0; | ^~~ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_mux': /kisskb/src/drivers/usb/typec/bus.c:18:32: note: byref variable will be forcibly initialized 18 | struct typec_mux_state state; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/dwc3/core.c:13: /kisskb/src/drivers/usb/dwc3/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_get_properties': /kisskb/src/drivers/usb/dwc3/core.c:1421:34: note: byref variable will be forcibly initialized 1421 | const char *usb_psy_name; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1420:33: note: byref variable will be forcibly initialized 1420 | u8 tx_fifo_resize_max_num; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1419:33: note: byref variable will be forcibly initialized 1419 | u8 tx_max_burst_prd = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1418:33: note: byref variable will be forcibly initialized 1418 | u8 tx_thr_num_pkt_prd = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1417:33: note: byref variable will be forcibly initialized 1417 | u8 rx_max_burst_prd = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1416:33: note: byref variable will be forcibly initialized 1416 | u8 rx_thr_num_pkt_prd = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1415:33: note: byref variable will be forcibly initialized 1415 | u8 hird_threshold; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1414:33: note: byref variable will be forcibly initialized 1414 | u8 tx_de_emphasis; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1413:33: note: byref variable will be forcibly initialized 1413 | u8 lpm_nyet_threshold; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/dwc3/core.c:25: /kisskb/src/drivers/usb/dwc3/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_get_extcon': /kisskb/src/drivers/usb/dwc3/core.c:1676:21: note: byref variable will be forcibly initialized 1676 | const char *name; | ^~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscPutReadySgListQueue': /kisskb/src/drivers/scsi/advansys.c:7919:23: note: byref variable will be forcibly initialized 7919 | ASC_SG_LIST_Q scsi_sg_q; | ^~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_autodetection': /kisskb/src/drivers/media/tuners/tea5767.c:371:23: note: byref variable will be forcibly initialized 371 | unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:24: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'set_radio_freq': /kisskb/src/drivers/media/tuners/tea5767.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_standby': /kisskb/src/drivers/media/tuners/tea5767.c:350:23: note: byref variable will be forcibly initialized 350 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_probe': /kisskb/src/drivers/usb/dwc3/core.c:1714:39: note: byref variable will be forcibly initialized 1714 | struct resource *res, dwc_res; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5767.c:338:23: note: byref variable will be forcibly initialized 338 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_status': /kisskb/src/drivers/media/tuners/tea5767.c:322:23: note: byref variable will be forcibly initialized 322 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'asc_prt_asc_board_eeprom': /kisskb/src/drivers/scsi/advansys.c:2856:15: note: byref variable will be forcibly initialized 2856 | uchar serialstr[13]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'asc_prt_adv_board_eeprom': /kisskb/src/drivers/scsi/advansys.c:2918:15: note: byref variable will be forcibly initialized 2918 | uchar serialstr[13]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitFromEEP': /kisskb/src/drivers/scsi/advansys.c:8929:23: note: byref variable will be forcibly initialized 8929 | ASCEEP_CONFIG eep_config_buf; | ^~~~~~~~~~~~~~ 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/scsi/advansys.c:18: /kisskb/src/drivers/scsi/advansys.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc38C1600Driver': /kisskb/src/drivers/scsi/advansys.c:5282:20: note: byref variable will be forcibly initialized 5282 | const char fwname[] = "advansys/38C1600.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:5281:32: note: byref variable will be forcibly initialized 5281 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc38C0800Driver': /kisskb/src/drivers/scsi/advansys.c:4796:20: note: byref variable will be forcibly initialized 4796 | const char fwname[] = "advansys/38C0800.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4795:32: note: byref variable will be forcibly initialized 4795 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc3550Driver': /kisskb/src/drivers/scsi/advansys.c:4353:20: note: byref variable will be forcibly initialized 4353 | const char fwname[] = "advansys/3550.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4352:32: note: byref variable will be forcibly initialized 4352 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscIsrChipHalted': /kisskb/src/drivers/scsi/advansys.c:6297:17: note: byref variable will be forcibly initialized 6297 | EXT_MSG out_msg; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c:6296:17: note: byref variable will be forcibly initialized 6296 | EXT_MSG ext_msg; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitMicroCodeVar': /kisskb/src/drivers/scsi/advansys.c:3971:16: note: byref variable will be forcibly initialized 3971 | __le32 phy_size; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c:3970:16: note: byref variable will be forcibly initialized 3970 | __le32 phy_addr; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitAsc1000Driver': /kisskb/src/drivers/scsi/advansys.c:4032:20: note: byref variable will be forcibly initialized 4032 | const char fwname[] = "advansys/mcode.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4031:32: note: byref variable will be forcibly initialized 4031 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscIsrQDone': /kisskb/src/drivers/scsi/advansys.c:6779:24: note: byref variable will be forcibly initialized 6779 | ASC_QDONE_INFO scsiq_buf; | ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf_item_recover.c:6: /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:248:31: note: byref variable will be forcibly initialized 248 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom38C1600EEP': /kisskb/src/drivers/scsi/advansys.c:10309:31: note: byref variable will be forcibly initialized 10309 | ADVEEP_38C1600_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom38C0800EEP': /kisskb/src/drivers/scsi/advansys.c:10110:31: note: byref variable will be forcibly initialized 10110 | ADVEEP_38C0800_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom3550EEP': /kisskb/src/drivers/scsi/advansys.c:9960:28: note: byref variable will be forcibly initialized 9960 | ADVEEP_3550_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'adv_get_sglist': /kisskb/src/drivers/scsi/advansys.c:7547:20: note: byref variable will be forcibly initialized 7547 | dma_addr_t sgblk_paddr; | ^~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf_item_recover.c:6: /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'asc_execute_scsi_cmnd': /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xlog_recover_buf_commit_pass2': /kisskb/src/fs/xfs/xfs_buf_item_recover.c:892:42: note: byref variable will be forcibly initialized 892 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/scsi/advansys.c:8401:28: note: byref variable will be forcibly initialized 8401 | adv_req_t *adv_reqp; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c:8388:35: note: byref variable will be forcibly initialized 8388 | struct asc_scsi_q asc_scsi_q; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'advansys_set_latency': /kisskb/src/drivers/scsi/advansys.c:11435:20: note: byref variable will be forcibly initialized 11435 | u8 latency; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitGetConfig': /kisskb/src/drivers/scsi/advansys.c:10531:13: note: byref variable will be forcibly initialized 10531 | u16 cmd; | ^~~ /kisskb/src/drivers/ata/pata_it8213.c: In function 'it8213_init_one': /kisskb/src/drivers/ata/pata_it8213.c:269:37: note: byref variable will be forcibly initialized 269 | const struct ata_port_info *ppi[] = { &info, &ata_dummy_port_info }; | ^~~ /kisskb/src/drivers/ata/pata_it8213.c: In function 'it8213_cable_detect': /kisskb/src/drivers/ata/pata_it8213.c:57:12: note: byref variable will be forcibly initialized 57 | u8 tmp; | ^~~ /kisskb/src/drivers/ata/pata_it8213.c: In function 'it8213_set_dmamode': /kisskb/src/drivers/ata/pata_it8213.c:194:20: note: byref variable will be forcibly initialized 194 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c:161:21: note: byref variable will be forcibly initialized 161 | u16 ideconf; | ^~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c:160:21: note: byref variable will be forcibly initialized 160 | u16 udma_timing; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c:146:12: note: byref variable will be forcibly initialized 146 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c:143:13: note: byref variable will be forcibly initialized 143 | u16 master_data; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c: In function 'it8213_set_piomode': /kisskb/src/drivers/ata/pata_it8213.c:112:20: note: byref variable will be forcibly initialized 112 | u8 slave_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_it8213.c:80:13: note: byref variable will be forcibly initialized 80 | u16 master_data; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/dmx3191d.c:36: /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_dma_complete': /kisskb/src/drivers/scsi/NCR5380.c:808:21: note: byref variable will be forcibly initialized 808 | int cnt, toPIO; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:762:23: note: byref variable will be forcibly initialized 762 | unsigned char p; | ^ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'do_abort': /kisskb/src/drivers/scsi/NCR5380.c:1411:13: note: byref variable will be forcibly initialized 1411 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1410:39: note: byref variable will be forcibly initialized 1410 | unsigned char *msgptr, phase, tmp; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1410:32: note: byref variable will be forcibly initialized 1410 | unsigned char *msgptr, phase, tmp; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1410:24: note: byref variable will be forcibly initialized 1410 | unsigned char *msgptr, phase, tmp; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_pmbus_block_xfer': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:100:12: note: byref variable will be forcibly initialized 100 | u8 addr; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:86:24: note: byref variable will be forcibly initialized 86 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_dbg_show': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:229:12: note: byref variable will be forcibly initialized 229 | u8 write_cmd; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:225:12: note: byref variable will be forcibly initialized 225 | u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:166:23: note: byref variable will be forcibly initialized 166 | unsigned long pins_status; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:165:12: note: byref variable will be forcibly initialized 165 | u8 read_buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_nvmem_read_blackbox': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:353:12: note: byref variable will be forcibly initialized 353 | u8 buf[5]; | ^~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:352:14: note: byref variable will be forcibly initialized 352 | char index; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_gpio_get_multiple': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:191:23: note: byref variable will be forcibly initialized 191 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c:190:12: note: byref variable will be forcibly initialized 190 | u8 read_buf[ADM1266_PMBUS_BLOCK_MAX + 1]; | ^~~~~~~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_reselect': /kisskb/src/drivers/scsi/NCR5380.c:2090:31: note: byref variable will be forcibly initialized 2090 | unsigned char phase = PHASE_MSGIN; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:2089:32: note: byref variable will be forcibly initialized 2089 | unsigned char *data = msg; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:2088:21: note: byref variable will be forcibly initialized 2088 | int len = 1; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:2030:23: note: byref variable will be forcibly initialized 2030 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/hwmon/pmbus/adm1266.c: In function 'adm1266_set_rtc': /kisskb/src/drivers/hwmon/pmbus/adm1266.c:433:14: note: byref variable will be forcibly initialized 433 | char write_buf[6]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_select': /kisskb/src/drivers/scsi/NCR5380.c:971:13: note: byref variable will be forcibly initialized 971 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:970:24: note: byref variable will be forcibly initialized 970 | unsigned char *data; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:969:31: note: byref variable will be forcibly initialized 969 | unsigned char tmp[3], phase; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:969:23: note: byref variable will be forcibly initialized 969 | unsigned char tmp[3], phase; | ^~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_information_transfer': /kisskb/src/drivers/scsi/NCR5380.c:1683:35: note: byref variable will be forcibly initialized 1683 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1683:30: note: byref variable will be forcibly initialized 1683 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1683:23: note: byref variable will be forcibly initialized 1683 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1682:24: note: byref variable will be forcibly initialized 1682 | unsigned char *data; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:1680:13: note: byref variable will be forcibly initialized 1680 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1678:23: note: byref variable will be forcibly initialized 1678 | unsigned char msgout = NOP; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'get_endpoints': /kisskb/src/drivers/usb/misc/usbtest.c:149:51: note: byref variable will be forcibly initialized 149 | struct usb_host_endpoint *int_in, *int_out; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:149:42: note: byref variable will be forcibly initialized 149 | struct usb_host_endpoint *int_in, *int_out; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:148:51: note: byref variable will be forcibly initialized 148 | struct usb_host_endpoint *iso_in, *iso_out; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:148:42: note: byref variable will be forcibly initialized 148 | struct usb_host_endpoint *iso_in, *iso_out; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:147:47: note: byref variable will be forcibly initialized 147 | struct usb_host_endpoint *in, *out; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:147:42: note: byref variable will be forcibly initialized 147 | struct usb_host_endpoint *in, *out; | ^~ In file included from /kisskb/src/drivers/usb/misc/usbtest.c:5: /kisskb/src/drivers/usb/misc/usbtest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_temp_l_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2583:23: note: byref variable will be forcibly initialized 2583 | unsigned char temp_l_pg[] = {0x0, 0x0, 0x3, 0x2, 0x0, 38, | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_ie_l_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2593:23: note: byref variable will be forcibly initialized 2593 | unsigned char ie_l_pg[] = {0x0, 0x0, 0x3, 0x3, 0x0, 0x0, 38, | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_env_rep_l_spg': /kisskb/src/drivers/scsi/scsi_debug.c:2606:23: note: byref variable will be forcibly initialized 2606 | unsigned char env_rep_l_spg[] = {0x0, 0x0, 0x23, 0x8, | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_caching_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2218:23: note: byref variable will be forcibly initialized 2218 | unsigned char d_caching_pg[] = {0x8, 18, 0x14, 0, 0xff, 0xff, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2216:23: note: byref variable will be forcibly initialized 2216 | unsigned char ch_caching_pg[] = {/* 0x8, 18, */ 0x4, 0, 0, 0, 0, 0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_ctrl_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2238:23: note: byref variable will be forcibly initialized 2238 | unsigned char d_ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2236:23: note: byref variable will be forcibly initialized 2236 | unsigned char ch_ctrl_m_pg[] = {/* 0xa, 10, */ 0x6, 0, 0, 0, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_iec_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2262:23: note: byref variable will be forcibly initialized 2262 | unsigned char d_iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2260:23: note: byref variable will be forcibly initialized 2260 | unsigned char ch_iec_m_pg[] = {/* 0x1c, 0xa, */ 0x4, 0xf, 0, 0, 0, 0, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_write_info': /kisskb/src/drivers/scsi/scsi_debug.c:5977:13: note: byref variable will be forcibly initialized 5977 | int opts; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5976:14: note: byref variable will be forcibly initialized 5976 | char arr[16]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'strict_store': /kisskb/src/drivers/scsi/scsi_debug.c:6758:13: note: byref variable will be forcibly initialized 6758 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'host_lock_store': /kisskb/src/drivers/scsi/scsi_debug.c:6741:13: note: byref variable will be forcibly initialized 6741 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'removable_store': /kisskb/src/drivers/scsi/scsi_debug.c:6723:13: note: byref variable will be forcibly initialized 6723 | int n; | ^ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink_queued': /kisskb/src/drivers/scsi/scsi_debug.c: In function 'statistics_store': /kisskb/src/drivers/usb/misc/usbtest.c:1560:33: note: byref variable will be forcibly initialized 1560 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:1557:33: note: byref variable will be forcibly initialized 1557 | struct queued_ctx ctx; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c:6625:13: note: byref variable will be forcibly initialized 6625 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'vpd_use_hostno_store': /kisskb/src/drivers/scsi/scsi_debug.c:6608:13: note: byref variable will be forcibly initialized 6608 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'virtual_gb_store': /kisskb/src/drivers/scsi/scsi_debug.c:6525:13: note: byref variable will be forcibly initialized 6525 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_luns_store': /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_ctrl_queue': /kisskb/src/drivers/usb/misc/usbtest.c:1231:41: note: byref variable will be forcibly initialized 1231 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:1205:33: note: byref variable will be forcibly initialized 1205 | struct ctrl_ctx context; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6409:13: note: byref variable will be forcibly initialized 6409 | int n; | ^ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ports_field': /kisskb/src/drivers/usb/misc/usb251xb.c:388:13: note: byref variable will be forcibly initialized 388 | u32 port; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'num_tgts_store': /kisskb/src/drivers/scsi/scsi_debug.c:6292:13: note: byref variable will be forcibly initialized 6292 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'no_lun_0_store': /kisskb/src/drivers/scsi/scsi_debug.c:6275:13: note: byref variable will be forcibly initialized 6275 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dsense_store': /kisskb/src/drivers/scsi/scsi_debug.c:6210:13: note: byref variable will be forcibly initialized 6210 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ptype_store': /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink1': /kisskb/src/drivers/usb/misc/usbtest.c:1438:33: note: byref variable will be forcibly initialized 1438 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6187:13: note: byref variable will be forcibly initialized 6187 | int n; | ^ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ofdata': /kisskb/src/drivers/usb/misc/usb251xb.c:406:14: note: byref variable will be forcibly initialized 406 | char str[USB251XB_STRING_BUFSIZE / 2]; | ^~~ /kisskb/src/drivers/usb/misc/usb251xb.c:404:13: note: byref variable will be forcibly initialized 404 | u32 property_u32 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_queue': /kisskb/src/drivers/usb/misc/usbtest.c:2041:33: note: byref variable will be forcibly initialized 2041 | struct transfer_context context; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ndelay_store': /kisskb/src/drivers/scsi/scsi_debug.c:6118:13: note: byref variable will be forcibly initialized 6118 | int ndelay, res; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'delay_store': /kisskb/src/drivers/scsi/scsi_debug.c:6079:13: note: byref variable will be forcibly initialized 6079 | int jdelay, res; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'simple_io': /kisskb/src/drivers/usb/misc/usbtest.c:465:33: note: byref variable will be forcibly initialized 465 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_show_info': /kisskb/src/drivers/usb/misc/usbtest.c: In function 'verify_halted': /kisskb/src/drivers/usb/misc/usbtest.c:1654:17: note: byref variable will be forcibly initialized 1654 | u16 status; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6043:31: note: byref variable will be forcibly initialized 6043 | unsigned long l_idx; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'verify_not_halted': /kisskb/src/drivers/usb/misc/usbtest.c:1632:17: note: byref variable will be forcibly initialized 1632 | u16 status; | ^~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_connect': /kisskb/src/drivers/usb/misc/usb251xb.c:354:22: note: byref variable will be forcibly initialized 354 | char wbuf[USB251XB_I2C_WRITE_SZ + 1]; | ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c:290:14: note: byref variable will be forcibly initialized 290 | char i2c_wb[USB251XB_I2C_REG_SZ]; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_queue_store': /kisskb/src/drivers/scsi/scsi_debug.c:6450:16: note: byref variable will be forcibly initialized 6450 | int j, n, k, a; | ^ 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/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_do_ioctl': /kisskb/src/drivers/usb/misc/usbtest.c:2186:33: note: byref variable will be forcibly initialized 2186 | struct usb_sg_request req; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/usbtest.c:5: /kisskb/src/drivers/usb/misc/usbtest.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_ioctl': /kisskb/src/drivers/usb/misc/usbtest.c:2666:27: note: byref variable will be forcibly initialized 2666 | struct timespec64 end; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:2665:27: note: byref variable will be forcibly initialized 2665 | struct timespec64 start; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:2663:33: note: byref variable will be forcibly initialized 2663 | struct usbtest_param_32 temp; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_err_recov_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2174:23: note: byref variable will be forcibly initialized 2174 | unsigned char err_recov_pg[] = {0x1, 0xa, 0xc0, 11, 240, 0, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_disconnect_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2185:23: note: byref variable will be forcibly initialized 2185 | unsigned char disconnect_pg[] = {0x2, 0xe, 128, 128, 0, 10, 0, 0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_format_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2196:23: note: byref variable will be forcibly initialized 2196 | unsigned char format_pg[] = {0x3, 0x16, 0, 0, 0, 0, 0, 0, | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_sf_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2275:23: note: byref variable will be forcibly initialized 2275 | unsigned char sas_sf_m_pg[] = {0x19, 0x6, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_pcd_m_spg': /kisskb/src/drivers/scsi/scsi_debug.c:2288:23: note: byref variable will be forcibly initialized 2288 | unsigned char sas_pcd_m_pg[] = {0x59, 0x1, 0, 0x64, 0, 0x6, 0, 2, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_sha_m_spg': /kisskb/src/drivers/scsi/scsi_debug.c:2320:23: note: byref variable will be forcibly initialized 2320 | unsigned char sas_sha_m_pg[] = {0x59, 0x2, 0, 0xc, 0, 0x6, 0x10, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'mk_sense_invalid_fld': /kisskb/src/drivers/scsi/scsi_debug.c:931:12: note: byref variable will be forcibly initialized 931 | u8 sks[4]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_rsup_tmfs': /kisskb/src/drivers/scsi/scsi_debug.c:2148:12: note: byref variable will be forcibly initialized 2148 | u8 arr[16]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_get_lba_status': /kisskb/src/drivers/scsi/scsi_debug.c:4177:12: note: byref variable will be forcibly initialized 4177 | u8 arr[SDEBUG_GET_LBA_STATUS_LEN]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c:4175:32: note: byref variable will be forcibly initialized 4175 | u32 alloc_len, mapped, num; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap16': /kisskb/src/drivers/scsi/scsi_debug.c:1880:23: note: byref variable will be forcibly initialized 1880 | unsigned char arr[SDEBUG_READCAP16_ARR_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap': /kisskb/src/drivers/scsi/scsi_debug.c:1860:23: note: byref variable will be forcibly initialized 1860 | unsigned char arr[SDEBUG_READCAP_ARR_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_log_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2623:23: note: byref variable will be forcibly initialized 2623 | unsigned char arr[SDEBUG_MAX_LSENSE_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2341:23: note: byref variable will be forcibly initialized 2341 | unsigned char arr[SDEBUG_MAX_MSENSE_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_requests': /kisskb/src/drivers/scsi/scsi_debug.c:1752:23: note: byref variable will be forcibly initialized 1752 | unsigned char arr[SCSI_SENSE_BUFFERSIZE]; /* assume >= 18 bytes */ | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_select': /kisskb/src/drivers/scsi/scsi_debug.c:2504:23: note: byref variable will be forcibly initialized 2504 | unsigned char arr[SDEBUG_MAX_MSELECT_SZ]; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_stop_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:702:29: note: byref variable will be forcibly initialized 702 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_start_feed': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:680:29: note: byref variable will be forcibly initialized 680 | struct sms_msg_data pid_msg; | ^~~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_send_statistics_request': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:738:28: note: byref variable will be forcibly initialized 738 | struct sms_msg_hdr msg; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dif_copy_prot': /kisskb/src/drivers/scsi/scsi_debug.c:3146:32: note: byref variable will be forcibly initialized 3146 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_dvbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:929:32: note: byref variable will be forcibly initialized 929 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c:891:11: note: byref variable will be forcibly initialized 891 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_isdbt_set_frontend': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:1000:32: note: byref variable will be forcibly initialized 1000 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c:961:11: note: byref variable will be forcibly initialized 961 | } msg; | ^~~ /kisskb/src/drivers/media/common/siano/smsdvb-main.c: In function 'smsdvb_hotplug': /kisskb/src/drivers/media/common/siano/smsdvb-main.c:1106:35: note: byref variable will be forcibly initialized 1106 | struct smsclient_params_t params; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'prot_verify_write': /kisskb/src/drivers/scsi/scsi_debug.c:3440:32: note: byref variable will be forcibly initialized 3440 | struct sg_mapping_iter piter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:3439:32: note: byref variable will be forcibly initialized 3439 | struct sg_mapping_iter diter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_report_luns': /kisskb/src/drivers/scsi/scsi_debug.c:4305:12: note: byref variable will be forcibly initialized 4305 | u8 arr[RL_BUCKET_ELEMS * sizeof(struct scsi_lun)]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'inquiry_vpd_83': /kisskb/src/drivers/scsi/scsi_debug.c:1240:14: note: byref variable will be forcibly initialized 1240 | char b[32]; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_inquiry': /kisskb/src/drivers/scsi/scsi_debug.c:1611:22: note: byref variable will be forcibly initialized 1611 | char lu_id_str[6]; | ^~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_quota_data': /kisskb/src/fs/f2fs/recovery.c:251:22: note: byref variable will be forcibly initialized 251 | struct iattr attr; | ^~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'recover_dentry': /kisskb/src/fs/f2fs/recovery.c:175:22: note: byref variable will be forcibly initialized 175 | struct page *page; | ^~~~ /kisskb/src/fs/f2fs/recovery.c:174:21: note: byref variable will be forcibly initialized 174 | struct qstr usr_fname; | ^~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:173:30: note: byref variable will be forcibly initialized 173 | struct f2fs_filename fname; | ^~~~~ /kisskb/src/fs/f2fs/recovery.c: In function 'check_index_in_prev_nodes': /kisskb/src/fs/f2fs/recovery.c:474:30: note: byref variable will be forcibly initialized 474 | struct dnode_of_data tdn = *dn; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_queuecommand': /kisskb/src/fs/f2fs/recovery.c: In function 'do_recover_data': /kisskb/src/fs/f2fs/recovery.c:579:26: note: byref variable will be forcibly initialized 579 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/recovery.c:578:30: note: byref variable will be forcibly initialized 578 | struct dnode_of_data dn; | ^~ /kisskb/src/drivers/scsi/scsi_debug.c:7632:22: note: byref variable will be forcibly initialized 7632 | char b[120]; | ^ /kisskb/src/fs/f2fs/recovery.c: In function 'f2fs_recover_fsync_data': /kisskb/src/fs/f2fs/recovery.c:882:43: note: byref variable will be forcibly initialized 882 | struct cp_control cpc = { | ^~~ /kisskb/src/fs/f2fs/recovery.c:799:26: note: byref variable will be forcibly initialized 799 | struct list_head dir_list; | ^~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:798:38: note: byref variable will be forcibly initialized 798 | struct list_head inode_list, tmp_inode_list; | ^~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/recovery.c:798:26: note: byref variable will be forcibly initialized 798 | struct list_head inode_list, tmp_inode_list; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'lun_format_store': /kisskb/src/drivers/scsi/scsi_debug.c:6372:13: note: byref variable will be forcibly initialized 6372 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'cdb_len_store': /kisskb/src/drivers/scsi/scsi_debug.c:6781:18: note: byref variable will be forcibly initialized 6781 | int ret, n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'random_store': /kisskb/src/drivers/scsi/scsi_debug.c:6706:14: note: byref variable will be forcibly initialized 6706 | bool v; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'per_host_store_store': /kisskb/src/drivers/scsi/scsi_debug.c:6317:14: note: byref variable will be forcibly initialized 6317 | bool v; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'no_rwlock_store': /kisskb/src/drivers/scsi/scsi_debug.c:6490:14: note: byref variable will be forcibly initialized 6490 | bool v; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_add_store': /kisskb/src/drivers/scsi/scsi_debug.c:7209:13: note: byref variable will be forcibly initialized 7209 | u32 n_idx; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_erase_all_stores': /kisskb/src/drivers/scsi/scsi_debug.c:7189:23: note: byref variable will be forcibly initialized 7189 | unsigned long idx; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'every_nth_store': /kisskb/src/drivers/scsi/scsi_debug.c:6341:14: note: byref variable will be forcibly initialized 6341 | char work[20]; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6340:13: note: byref variable will be forcibly initialized 6340 | int nth; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'opts_store': /kisskb/src/drivers/scsi/scsi_debug.c:6159:14: note: byref variable will be forcibly initialized 6159 | char work[20]; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6158:13: note: byref variable will be forcibly initialized 6158 | int opts; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'fake_rw_store': /kisskb/src/drivers/scsi/scsi_debug.c:6227:13: note: byref variable will be forcibly initialized 6227 | int n, idx; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'add_host_store': /kisskb/src/drivers/scsi/scsi_debug.c:6570:13: note: byref variable will be forcibly initialized 6570 | int delta_hosts; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6567:23: note: byref variable will be forcibly initialized 6567 | unsigned long idx; | ^~~ /kisskb/src/drivers/thermal/broadcom/bcm2711_thermal.c: In function 'bcm2711_get_temp': /kisskb/src/drivers/thermal/broadcom/bcm2711_thermal.c:39:13: note: byref variable will be forcibly initialized 39 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:257:22: note: byref variable will be forcibly initialized 257 | unsigned int pos[EDAC_MAX_LAYERS]; | ^~~ /kisskb/src/drivers/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; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_dump_dimm': /kisskb/src/drivers/edac/edac_mc.c:92:14: note: byref variable will be forcibly initialized 92 | char location[80]; | ^~~~~~~~ /kisskb/src/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 '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 '__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/drivers/opp/core.c: In function 'dev_pm_opp_set_config': /kisskb/src/drivers/opp/core.c:2454:22: note: byref variable will be forcibly initialized 2454 | unsigned int id; | ^~ /kisskb/src/drivers/opp/core.c: In function '_opp_table_find_key': /kisskb/src/drivers/opp/core.c:502:39: note: byref variable will be forcibly initialized 502 | struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); | ^~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_level_ceil': /kisskb/src/drivers/opp/core.c:721:23: note: byref variable will be forcibly initialized 721 | unsigned long temp = *level; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_ceil': /kisskb/src/drivers/opp/core.c:752:23: note: byref variable will be forcibly initialized 752 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_floor': /kisskb/src/drivers/opp/core.c:783:23: note: byref variable will be forcibly initialized 783 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:1017:23: note: byref variable will be forcibly initialized 1017 | unsigned long freq; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1179:33: note: byref variable will be forcibly initialized 1179 | unsigned long freq = 0, temp_freq; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1875:27: note: byref variable will be forcibly initialized 1875 | struct list_head *head; | ^~~~ 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:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/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/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/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/fs/timerfd.c: In function '__do_sys_timerfd_settime32': /kisskb/src/fs/timerfd.c:590:34: note: byref variable will be forcibly initialized 590 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c:590:29: note: byref variable will be forcibly initialized 590 | struct itimerspec64 new, old; | ^~~ /kisskb/src/fs/timerfd.c: In function '__do_sys_timerfd_gettime32': /kisskb/src/fs/timerfd.c:606:29: note: byref variable will be forcibly initialized 606 | struct itimerspec64 kotmr; | ^~~~~ /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/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/mbcache.c:2: /kisskb/src/fs/mbcache.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ 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/mbcache.c:6: /kisskb/src/fs/mbcache.c: In function 'mb_cache_entry_wait_unused': /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/mbcache.c:144:9: note: in expansion of macro 'wait_var_event' 144 | wait_var_event(&entry->e_refcnt, atomic_read(&entry->e_refcnt) <= 2); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/fs/mbcache.c:3: /kisskb/src/fs/mbcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/aio.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #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/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/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/aio.c:14: /kisskb/src/fs/aio.c: In function 'ioctx_add_table': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:705:25: note: in expansion of macro 'rcu_assign_pointer' 705 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:674:41: note: in expansion of macro 'rcu_assign_pointer' 674 | rcu_assign_pointer(table->table[i], ctx); | ^~~~~~~~~~~~~~~~~~ /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/locks.c: In function 'posix_test_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:894:15: note: in expansion of macro 'smp_load_acquire' 894 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:68: /kisskb/src/fs/locks.c: In function 'perf_trace_locks_get_lock_context': /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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lock': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1867:31: note: byref variable will be forcibly initialized 1867 | struct aio_poll_table apt; | ^~~ /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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_filelock_lease': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_netcell.c: In function 'netcell_init_one': /kisskb/src/drivers/ata/pata_netcell.c:70:37: note: byref variable will be forcibly initialized 70 | const struct ata_port_info *port_info[] = { &info, NULL }; | ^~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_generic_add_lease': /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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1832:25: note: in expansion of macro 'smp_store_release' 1832 | smp_store_release(&req->head, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'perf_trace_leases_conflict': /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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:68: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/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; | ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/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/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:2057:25: note: byref variable will be forcibly initialized 2057 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ 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/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:553:17: note: in expansion of macro '___wait_event' 553 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:612:25: note: in expansion of macro '__wait_event_hrtimeout' 612 | __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:612:25: note: in expansion of macro '__wait_event_hrtimeout' 612 | __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_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2325:27: note: byref variable will be forcibly initialized 2325 | 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/trace/define_trace.h:104, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:68: /kisskb/src/fs/locks.c: In function '__bpf_trace_locks_get_lock_context': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_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/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_leases_conflict': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_filelock_lease': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__bpf_trace_generic_add_lease': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function '__locks_wake_up_blocks': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:684:17: note: in expansion of macro 'smp_store_release' 684 | smp_store_release(&waiter->fl_blocker, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'locks_delete_block': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:733:9: note: in expansion of macro 'smp_store_release' 733 | smp_store_release(&waiter->fl_blocker, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:719:14: note: in expansion of macro 'smp_load_acquire' 719 | if (!smp_load_acquire(&waiter->fl_blocker) && | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'locks_get_lock_context': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:197:23: note: in expansion of macro 'smp_load_acquire' 197 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:178:15: note: in expansion of macro 'smp_load_acquire' 178 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'posix_lock_inode': /kisskb/src/fs/locks.c:1089:19: note: byref variable will be forcibly initialized 1089 | 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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_remove_posix': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2564:16: note: in expansion of macro 'smp_load_acquire' 2564 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2556:26: note: byref variable will be forcibly initialized 2556 | struct file_lock lock; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'generic_delete_lease': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1826:15: note: in expansion of macro 'smp_load_acquire' 1826 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1824:19: note: byref variable will be forcibly initialized 1824 | 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/locks.c: In function 'flock_lock_inode': /kisskb/src/fs/locks.c:1013:19: note: byref variable will be forcibly initialized 1013 | 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/locks.c: In function 'locks_remove_flock': /kisskb/src/fs/locks.c:2591:26: note: byref variable will be forcibly initialized 2591 | struct file_lock fl; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_remove_lease': /kisskb/src/fs/locks.c:2614:19: note: byref variable will be forcibly initialized 2614 | 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/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function '__break_lease': /kisskb/src/include/linux/wait.h:303: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/fs/locks.c:1547:17: note: in expansion of macro 'wait_event_interruptible_timeout' 1547 | error = wait_event_interruptible_timeout(new_fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1486:15: note: in expansion of macro 'smp_load_acquire' 1486 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1478:19: note: byref variable will be forcibly initialized 1478 | 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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'lease_get_mtime': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1591:15: note: in expansion of macro 'smp_load_acquire' 1591 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'generic_add_lease': /kisskb/src/fs/locks.c:1710:19: note: byref variable will be forcibly initialized 1710 | 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/locks.c: In function 'do_fcntl_add_lease': /kisskb/src/fs/locks.c:1982:31: note: byref variable will be forcibly initialized 1982 | struct fasync_struct *new; | ^~~ /kisskb/src/fs/locks.c:1981:27: note: byref variable will be forcibly initialized 1981 | struct file_lock *fl; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h: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/locks.c:1352:25: note: in expansion of macro 'wait_event_interruptible' 1352 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:303: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/locks.c:2036:25: note: in expansion of macro 'wait_event_interruptible' 2036 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2318:25: note: in expansion of macro 'wait_event_interruptible' 2318 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function '__do_sys_flock': /kisskb/src/fs/locks.c:2087:26: note: byref variable will be forcibly initialized 2087 | struct file_lock fl; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1637:15: note: in expansion of macro 'smp_load_acquire' 1637 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c:1635:19: note: byref variable will be forcibly initialized 1635 | 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/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'locks_remove_file': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2637:15: note: in expansion of macro 'smp_load_acquire' 2637 | ctx = smp_load_acquire(&locks_inode(filp)->i_flctx); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'show_fd_locks': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2842:15: note: in expansion of macro 'smp_load_acquire' 2842 | ctx = smp_load_acquire(&inode->i_flctx); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2840:13: note: byref variable will be forcibly initialized 2840 | int id = 0; | ^~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc4000.c:243:24: note: byref variable will be forcibly initialized 243 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_load_i2c_sequence': /kisskb/src/drivers/media/tuners/xc4000.c:302:12: note: byref variable will be forcibly initialized 302 | u8 buf[XC_MAX_I2C_WRITE_LENGTH]; | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_write_reg': /kisskb/src/drivers/media/tuners/xc4000.c:284:12: note: byref variable will be forcibly initialized 284 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'load_scode': /kisskb/src/drivers/media/tuners/xc4000.c:865:25: note: byref variable will be forcibly initialized 865 | u8 indirect_mode[5]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:864:25: note: byref variable will be forcibly initialized 864 | u8 scode_buf[13]; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_readreg': /kisskb/src/drivers/media/tuners/xc4000.c:535:24: note: byref variable will be forcibly initialized 535 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c:534:12: note: byref variable will be forcibly initialized 534 | u8 bval[2] = { 0, 0 }; | ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:533:12: note: byref variable will be forcibly initialized 533 | u8 buf[2] = { reg >> 8, reg & 0xff }; | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_get_signal': /kisskb/src/drivers/media/tuners/xc4000.c:1454:13: note: byref variable will be forcibly initialized 1454 | u16 value = 0; | ^~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_get_status': /kisskb/src/drivers/media/tuners/xc4000.c:1554:17: note: byref variable will be forcibly initialized 1554 | u16 lock_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_wait_for_lock': /kisskb/src/drivers/media/tuners/xc4000.c:485:17: note: byref variable will be forcibly initialized 485 | u16 lock_state = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_get_frequency': /kisskb/src/drivers/media/tuners/xc4000.c:1526:33: note: byref variable will be forcibly initialized 1526 | u16 snr = 0; | ^~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_version': /kisskb/src/drivers/media/tuners/xc4000.c:435:13: note: byref variable will be forcibly initialized 435 | u16 data; | ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_frequency_error': /kisskb/src/drivers/media/tuners/xc4000.c:413:13: note: byref variable will be forcibly initialized 413 | u16 regData; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_get_hsync_freq': /kisskb/src/drivers/media/tuners/xc4000.c:452:13: note: byref variable will be forcibly initialized 452 | u16 regData; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc_debug_dump': /kisskb/src/drivers/media/tuners/xc4000.c:1101:38: note: byref variable will be forcibly initialized 1101 | u8 fw_majorversion = 0, fw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1101:17: note: byref variable will be forcibly initialized 1101 | u8 fw_majorversion = 0, fw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1100:38: note: byref variable will be forcibly initialized 1100 | u8 hw_majorversion = 0, hw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1100:17: note: byref variable will be forcibly initialized 1100 | u8 hw_majorversion = 0, hw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1099:17: note: byref variable will be forcibly initialized 1099 | u16 noise = 0; | ^~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1098:17: note: byref variable will be forcibly initialized 1098 | u16 signal = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1097:17: note: byref variable will be forcibly initialized 1097 | u16 quality; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1096:17: note: byref variable will be forcibly initialized 1096 | u16 frame_lines; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1095:17: note: byref variable will be forcibly initialized 1095 | u32 hsync_freq_hz = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1094:17: note: byref variable will be forcibly initialized 1094 | u16 lock_status; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1093:17: note: byref variable will be forcibly initialized 1093 | u32 freq_error_hz = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:1092:17: note: byref variable will be forcibly initialized 1092 | u16 adc_envelope; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/tuners/xc4000.c:12: /kisskb/src/drivers/media/tuners/xc4000.c: In function '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/tuners/xc4000.c: In function 'xc4000_fwupload': /kisskb/src/drivers/media/tuners/xc4000.c:712:31: note: byref variable will be forcibly initialized 712 | char name[33]; | ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:708:32: note: byref variable will be forcibly initialized 708 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/xc4000.c:931:78: note: byref variable will be forcibly initialized 931 | u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:64: note: byref variable will be forcibly initialized 931 | u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:50: note: byref variable will be forcibly initialized 931 | u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:931:36: note: byref variable will be forcibly initialized 931 | u8 hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:930:36: note: byref variable will be forcibly initialized 930 | v4l2_std_id std0; | ^~~~ /kisskb/src/drivers/media/tuners/xc4000.c:929:36: note: byref variable will be forcibly initialized 929 | u16 hwmodel; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c:927:36: note: byref variable will be forcibly initialized 927 | struct firmware_properties new_fw; | ^~~~~~ /kisskb/src/drivers/media/tuners/xc4000.c: In function 'xc4000_attach': /kisskb/src/drivers/media/tuners/xc4000.c:1652:17: note: byref variable will be forcibly initialized 1652 | u16 id = 0; | ^~ /kisskb/src/drivers/hwmon/pmbus/adm1275.c: In function 'adm1275_probe': /kisskb/src/drivers/hwmon/pmbus/adm1275.c:478:13: note: byref variable will be forcibly initialized 478 | u32 avg; | ^~~ /kisskb/src/drivers/hwmon/pmbus/adm1275.c:477:13: note: byref variable will be forcibly initialized 477 | u32 shunt; | ^~~~~ /kisskb/src/drivers/hwmon/pmbus/adm1275.c:468:12: note: byref variable will be forcibly initialized 468 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:6: /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:211:31: note: byref variable will be forcibly initialized 211 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xlog_recover_dquot_commit_pass2': /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:67:42: note: byref variable will be forcibly initialized 67 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/usb/misc/usb3503.c: In function 'usb3503_probe': /kisskb/src/drivers/usb/misc/usb3503.c:172:21: note: byref variable will be forcibly initialized 172 | u32 rate = 0; | ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c:166:13: note: byref variable will be forcibly initialized 166 | int len; | ^~~ /kisskb/src/drivers/usb/misc/usb3503.c:163:13: note: byref variable will be forcibly initialized 163 | u32 mode = USB3503_MODE_HUB; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-disk.c: In function 'ledtrig_disk_activity': /kisskb/src/drivers/leds/trigger/ledtrig-disk.c:23:23: note: byref variable will be forcibly initialized 23 | unsigned long blink_delay = BLINK_DELAY; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/dwc3/trace.h:349, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_io': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_event': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_ctrl': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_generic_cmd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_gadget_ep_cmd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_trb': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'perf_trace_dwc3_log_ep': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/dwc3/trace.h:349, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_io': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ctrl': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_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/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_generic_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/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_gadget_ep_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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_trb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/dwc3/trace.h:20, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'dwc3_decode_event': /kisskb/src/drivers/usb/dwc3/debug.h:374:26: note: byref variable will be forcibly initialized 374 | union dwc3_event evt; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/dwc3/trace.h:349, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_generic_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/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_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/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_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/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_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/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_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/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_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/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_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/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_trb': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_ctrl': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_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/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_ep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function '__bpf_trace_dwc3_log_gadget_ep_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/trace/bpf_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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_send_i2c_data': /kisskb/src/drivers/media/tuners/xc5000.c:246:24: note: byref variable will be forcibly initialized 246 | struct i2c_msg msg = { .addr = priv->i2c_props.addr, | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_i2c_sequence': /kisskb/src/drivers/media/tuners/xc5000.c:355:12: note: byref variable will be forcibly initialized 355 | u8 buf[XC_MAX_I2C_WRITE_LENGTH]; | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_readreg': /kisskb/src/drivers/media/tuners/xc5000.c:277:24: note: byref variable will be forcibly initialized 277 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:276:12: note: byref variable will be forcibly initialized 276 | u8 bval[2] = { 0, 0 }; | ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c:275:12: note: byref variable will be forcibly initialized 275 | u8 buf[2] = { reg >> 8, reg & 0xff }; | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_get_status': /kisskb/src/drivers/media/tuners/xc5000.c:1088:13: note: byref variable will be forcibly initialized 1088 | u16 lock_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_is_firmware_loaded': /kisskb/src/drivers/media/tuners/xc5000.c:821:13: note: byref variable will be forcibly initialized 821 | u16 id; | ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_write_reg': /kisskb/src/drivers/media/tuners/xc5000.c:319:12: note: byref variable will be forcibly initialized 319 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_load_fw_and_init_tuner': /kisskb/src/drivers/media/tuners/xc5000.c:1106:13: note: byref variable will be forcibly initialized 1106 | u16 fw_ck; | ^~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1105:13: note: byref variable will be forcibly initialized 1105 | u16 pll_lock_status; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:1103:32: note: byref variable will be forcibly initialized 1103 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_frequency_error': /kisskb/src/drivers/media/tuners/xc5000.c:484:13: note: byref variable will be forcibly initialized 484 | u16 reg_data; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_version': /kisskb/src/drivers/media/tuners/xc5000.c:505:13: note: byref variable will be forcibly initialized 505 | u16 data; | ^~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_get_hsync_freq': /kisskb/src/drivers/media/tuners/xc5000.c:527:13: note: byref variable will be forcibly initialized 527 | u16 reg_data; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc_debug_dump': /kisskb/src/drivers/media/tuners/xc5000.c:636:13: note: byref variable will be forcibly initialized 636 | u16 regval; | ^~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:635:13: note: byref variable will be forcibly initialized 635 | u16 fw_buildversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:33: note: byref variable will be forcibly initialized 634 | u8 fw_majorversion = 0, fw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:634:12: note: byref variable will be forcibly initialized 634 | u8 fw_majorversion = 0, fw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:33: note: byref variable will be forcibly initialized 633 | u8 hw_majorversion = 0, hw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:633:12: note: byref variable will be forcibly initialized 633 | u8 hw_majorversion = 0, hw_minorversion = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:632:13: note: byref variable will be forcibly initialized 632 | u16 totalgain; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:631:13: note: byref variable will be forcibly initialized 631 | u16 snr; | ^~~ /kisskb/src/drivers/media/tuners/xc5000.c:630:13: note: byref variable will be forcibly initialized 630 | u16 quality; | ^~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:629:13: note: byref variable will be forcibly initialized 629 | u16 frame_lines; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:628:13: note: byref variable will be forcibly initialized 628 | u32 hsync_freq_hz = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:627:13: note: byref variable will be forcibly initialized 627 | u16 lock_status; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:626:13: note: byref variable will be forcibly initialized 626 | u32 freq_error_hz = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c:625:13: note: byref variable will be forcibly initialized 625 | u16 adc_envelope; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_set_tv_freq': /kisskb/src/drivers/media/tuners/xc5000.c:900:13: note: byref variable will be forcibly initialized 900 | u16 pll_lock_status; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/xc5000.c: In function 'xc5000_attach': /kisskb/src/drivers/media/tuners/xc5000.c:1370:13: note: byref variable will be forcibly initialized 1370 | u16 id = 0; | ^~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:36: note: byref variable will be forcibly initialized 115 | union power_supply_propval online; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long delay_off = 0; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:23: note: byref variable will be forcibly initialized 24 | unsigned long delay_on = 0; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:23:36: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/drivers/usb/typec/hd3ss3220.c: In function 'hd3ss3220_get_attached_state': /kisskb/src/drivers/usb/typec/hd3ss3220.c:51:22: note: byref variable will be forcibly initialized 51 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/usb/typec/hd3ss3220.c: In function 'hd3ss3220_probe': /kisskb/src/drivers/usb/typec/hd3ss3220.c:158:22: note: byref variable will be forcibly initialized 158 | unsigned int data; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'ufs_sysfs_read_desc_param': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:525:12: note: byref variable will be forcibly initialized 525 | u8 desc_buf[8] = {0}; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'dyn_cap_needed_attribute_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1216:13: note: byref variable will be forcibly initialized 1216 | u32 value; | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_cur_buf_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1102:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1102 | UFS_ATTRIBUTE(wb_cur_buf, _CURR_WB_BUFF_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_life_time_est_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1101:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1101 | UFS_ATTRIBUTE(wb_life_time_est, _WB_BUFF_LIFE_TIME_EST); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_avail_buf_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1100:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1100 | UFS_ATTRIBUTE(wb_avail_buf, _AVAIL_WB_BUFF_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_flush_status_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1099:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1099 | UFS_ATTRIBUTE(wb_flush_status, _WB_FLUSH_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'psa_data_size_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1098:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1098 | UFS_ATTRIBUTE(psa_data_size, _PSA_DATA_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'psa_state_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1097:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1097 | UFS_ATTRIBUTE(psa_state, _PSA_STATE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'ffu_status_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1096:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1096 | UFS_ATTRIBUTE(ffu_status, _FFU_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'exception_event_status_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1095:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1095 | UFS_ATTRIBUTE(exception_event_status, _EE_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'exception_event_control_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1094:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1094 | UFS_ATTRIBUTE(exception_event_control, _EE_CONTROL); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'max_number_of_rtt_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1093:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1093 | UFS_ATTRIBUTE(max_number_of_rtt, _MAX_NUM_OF_RTT); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'configuration_descriptor_lock_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1092:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1092 | UFS_ATTRIBUTE(configuration_descriptor_lock, _CONF_DESC_LOCK); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'reference_clock_frequency_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1091:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1091 | UFS_ATTRIBUTE(reference_clock_frequency, _REF_CLK_FREQ); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'max_data_out_size_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1090:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1090 | UFS_ATTRIBUTE(max_data_out_size, _MAX_DATA_OUT); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'max_data_in_size_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1089:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1089 | UFS_ATTRIBUTE(max_data_in_size, _MAX_DATA_IN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'purge_status_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1088:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1088 | UFS_ATTRIBUTE(purge_status, _PURGE_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'bkops_status_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1087:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1087 | UFS_ATTRIBUTE(bkops_status, _BKOPS_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'ooo_data_enabled_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1086:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1086 | UFS_ATTRIBUTE(ooo_data_enabled, _OOO_DATA_EN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'active_icc_level_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1085:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1085 | UFS_ATTRIBUTE(active_icc_level, _ACTIVE_ICC_LVL); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'current_power_mode_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1084:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1084 | UFS_ATTRIBUTE(current_power_mode, _POWER_MODE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'max_data_size_hpb_single_cmd_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1083:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1083 | UFS_ATTRIBUTE(max_data_size_hpb_single_cmd, _MAX_HPB_SINGLE_CMD); | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'boot_lun_enabled_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1056:13: note: byref variable will be forcibly initialized 1056 | u32 value; \ | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1082:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1082 | UFS_ATTRIBUTE(boot_lun_enabled, _BOOT_LU_EN); | ^~~~~~~~~~~~~ /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/drivers/ufs/core/ufs-sysfs.c: In function 'hpb_enable_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1022:1: note: in expansion of macro 'UFS_FLAG' 1022 | UFS_FLAG(hpb_enable, _HPB_EN); | ^~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function '_fusb302_log': /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_flush_during_h8_show': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:137:14: note: byref variable will be forcibly initialized 137 | char tmpbuffer[LOG_BUFFER_ENTRY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1021:1: note: in expansion of macro 'UFS_FLAG' 1021 | UFS_FLAG(wb_flush_during_h8, _WB_BUFF_FLUSH_DURING_HIBERN8); | ^~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_log': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:184:17: note: byref variable will be forcibly initialized 184 | va_list args; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_flush_en_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1020:1: note: in expansion of macro 'UFS_FLAG' 1020 | UFS_FLAG(wb_flush_en, _WB_BUFF_FLUSH_EN); | ^~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_bc_lvl_handler_work': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1075:12: note: byref variable will be forcibly initialized 1075 | u8 status0; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_enable_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1019:1: note: in expansion of macro 'UFS_FLAG' 1019 | UFS_FLAG(wb_enable, _WB_EN); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'disable_fw_update_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1018:1: note: in expansion of macro 'UFS_FLAG' 1018 | UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'busy_rtc_show': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_i2c_mask_write': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:307:12: note: byref variable will be forcibly initialized 307 | u8 data; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1017:1: note: in expansion of macro 'UFS_FLAG' 1017 | UFS_FLAG(busy_rtc, _BUSY_RTC); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'phy_resource_removal_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1016:1: note: in expansion of macro 'UFS_FLAG' 1016 | UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'life_span_mode_enable_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1015:1: note: in expansion of macro 'UFS_FLAG' 1015 | UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'bkops_enable_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1014:1: note: in expansion of macro 'UFS_FLAG' 1014 | UFS_FLAG(bkops_enable, _BKOPS_EN); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'power_on_wpe_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1013:1: note: in expansion of macro 'UFS_FLAG' 1013 | UFS_FLAG(power_on_wpe, _PWR_ON_WPE); | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'permanent_wpe_show': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'tcpm_init': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:397:12: note: byref variable will be forcibly initialized 397 | u8 data; | ^~~~ /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/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_get_src_cc_status': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1249:28: note: byref variable will be forcibly initialized 1249 | u8 switches0_data, status0; | ^~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_handle_togdone_snk': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1012:1: note: in expansion of macro 'UFS_FLAG' 1012 | UFS_FLAG(permanent_wpe, _PERMANENT_WPE); | ^~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1184:12: note: byref variable will be forcibly initialized 1184 | u8 status0; | ^~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_handle_togdone_src': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1311:35: note: byref variable will be forcibly initialized 1311 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1311:30: note: byref variable will be forcibly initialized 1311 | enum typec_cc_status cc1, cc2; | ^~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'device_init_show': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_handle_togdone': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1387:12: note: byref variable will be forcibly initialized 1387 | u8 status1a; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:984:14: note: byref variable will be forcibly initialized 984 | bool flag; \ | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:1011:1: note: in expansion of macro 'UFS_FLAG' 1011 | UFS_FLAG(device_init, _FDEVICEINIT); | ^~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:1082:41: note: byref variable will be forcibly initialized 1082 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_pd_read_message': /kisskb/src/fs/posix_acl.c:1082:27: note: byref variable will be forcibly initialized 1082 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1427:12: note: byref variable will be forcibly initialized 1427 | u8 crc[4]; | ^~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1426:12: note: byref variable will be forcibly initialized 1426 | u8 token; | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'product_revision_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:918:13: note: byref variable will be forcibly initialized 918 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:958:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 958 | UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_irq_work': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1507:27: note: byref variable will be forcibly initialized 1507 | struct pd_message pd_msg; | ^~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1501:12: note: byref variable will be forcibly initialized 1501 | u8 status0; | ^~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1500:12: note: byref variable will be forcibly initialized 1500 | u8 interruptb; | ^~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:917:13: note: byref variable will be forcibly initialized 917 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:958:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 958 | UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1499:12: note: byref variable will be forcibly initialized 1499 | u8 interrupta; | ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1498:12: note: byref variable will be forcibly initialized 1498 | u8 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_pd_send_message': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:959:12: note: byref variable will be forcibly initialized 959 | u8 buf[40]; | ^~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'serial_number_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:918:13: note: byref variable will be forcibly initialized 918 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 957 | UFS_STRING_DESCRIPTOR(serial_number, _SN); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:917:13: note: byref variable will be forcibly initialized 917 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 957 | UFS_STRING_DESCRIPTOR(serial_number, _SN); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'oem_id_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:918:13: note: byref variable will be forcibly initialized 918 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 956 | UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:917:13: note: byref variable will be forcibly initialized 917 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 956 | UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_debugfs_init': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:212:14: note: byref variable will be forcibly initialized 212 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'product_name_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:918:13: note: byref variable will be forcibly initialized 918 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 955 | UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:917:13: note: byref variable will be forcibly initialized 917 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 955 | UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'manufacturer_name_show': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:918:13: note: byref variable will be forcibly initialized 918 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 954 | UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:917:13: note: byref variable will be forcibly initialized 917 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 954 | UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/tcpm/fusb302.c: In function 'fusb302_probe': /kisskb/src/drivers/usb/typec/tcpm/fusb302.c:1686:21: note: byref variable will be forcibly initialized 1686 | const char *name; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'monitor_chunk_size_store': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:330:23: note: byref variable will be forcibly initialized 330 | unsigned long value, flags; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_pwr_opmode': /kisskb/src/drivers/usb/typec/stusb160x.c:291:13: note: byref variable will be forcibly initialized 291 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_caps': /kisskb/src/drivers/usb/typec/stusb160x.c:584:13: note: byref variable will be forcibly initialized 584 | u32 val; | ^~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'ufs_sysfs_pm_lvl_store': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:44:30: note: byref variable will be forcibly initialized 44 | unsigned long flags, value; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_vconn': /kisskb/src/drivers/usb/typec/stusb160x.c:242:13: note: byref variable will be forcibly initialized 242 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_fw_caps': /kisskb/src/drivers/usb/typec/stusb160x.c:536:21: note: byref variable will be forcibly initialized 536 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'monitor_enable_store': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long value, flags; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_chip_init': /kisskb/src/drivers/usb/typec/stusb160x.c:477:13: note: byref variable will be forcibly initialized 477 | u32 val; | ^~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'wb_on_store': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:225:22: note: byref variable will be forcibly initialized 225 | unsigned int wb_enable; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_attach': /kisskb/src/drivers/usb/typec/stusb160x.c:346:35: note: byref variable will be forcibly initialized 346 | struct typec_partner_desc desc; | ^~~~ /kisskb/src/drivers/ufs/core/ufs-sysfs.c: In function 'auto_hibern8_store': /kisskb/src/drivers/ufs/core/ufs-sysfs.c:188:22: note: byref variable will be forcibly initialized 188 | unsigned int timer; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_irq_init': /kisskb/src/drivers/usb/typec/stusb160x.c:438:13: note: byref variable will be forcibly initialized 438 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_irq_handler': /kisskb/src/drivers/usb/typec/stusb160x.c:405:29: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c:405:22: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c:405:13: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__f2fs_init_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:368:28: note: byref variable will be forcibly initialized 368 | struct extent_info ei; | ^~ /kisskb/src/fs/f2fs/extent_cache.c: In function '__insert_extent_tree': /kisskb/src/fs/f2fs/extent_cache.c:502:25: note: byref variable will be forcibly initialized 502 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range': /kisskb/src/fs/f2fs/extent_cache.c:542:14: note: byref variable will be forcibly initialized 542 | bool leftmost = false; | ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:44: note: byref variable will be forcibly initialized 538 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:538:26: note: byref variable will be forcibly initialized 538 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:537:28: note: byref variable will be forcibly initialized 537 | struct extent_info ei, dei, prev; | ^~ /kisskb/src/fs/f2fs/extent_cache.c:536:46: note: byref variable will be forcibly initialized 536 | struct extent_node *prev_en = NULL, *next_en = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:536:29: note: byref variable will be forcibly initialized 536 | struct extent_node *prev_en = NULL, *next_en = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c: In function 'f2fs_update_extent_tree_range_compressed': /kisskb/src/fs/f2fs/extent_cache.c:676:14: note: byref variable will be forcibly initialized 676 | bool leftmost = false; | ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:44: note: byref variable will be forcibly initialized 675 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:675:26: note: byref variable will be forcibly initialized 675 | struct rb_node **insert_p = NULL, *insert_parent = NULL; | ^~~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:674:28: note: byref variable will be forcibly initialized 674 | struct extent_info ei; | ^~ /kisskb/src/fs/f2fs/extent_cache.c:673:46: note: byref variable will be forcibly initialized 673 | struct extent_node *prev_en = NULL, *next_en = NULL; | ^~~~~~~ /kisskb/src/fs/f2fs/extent_cache.c:673:29: note: byref variable will be forcibly initialized 673 | struct extent_node *prev_en = NULL, *next_en = NULL; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usb4604.c: In function 'usb4604_connect': /kisskb/src/drivers/usb/misc/usb4604.c:42:12: note: byref variable will be forcibly initialized 42 | u8 connect_cmd[] = { 0xaa, 0x55, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/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; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/ufs/core/ufshcd.c:40: /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_clk_gating': /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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_clk_scaling': /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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_profiling_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_template': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_command': /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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_uic_command': /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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_exception_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/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_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/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_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/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'perf_trace_ufshcd_upiu': /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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/ufs/core/ufshcd.c:40: /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_gating': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_scaling': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/edac/edac_device.c:18: /kisskb/src/drivers/edac/edac_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/drivers/edac/edac_device.c:15: /kisskb/src/drivers/edac/edac_device.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_command': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_uic_command': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_upiu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'trace_event_raw_event_ufshcd_exception_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/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h: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/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/ufs/core/ufshcd.c:40: /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_clk_gating': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_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/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_exception_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/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_clk_scaling': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_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/linux/kernel.h:491:24: note: in expansion of macro '__CAST5' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_upiu': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_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/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_command': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__bpf_trace_ufshcd_uic_command': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_compose_devman_upiu': /kisskb/src/drivers/ufs/core/ufshcd.c:2637:12: note: byref variable will be forcibly initialized 2637 | u8 upiu_flags; | ^~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_comp_scsi_upiu': /kisskb/src/drivers/ufs/core/ufshcd.c:2664:12: note: byref variable will be forcibly initialized 2664 | u8 upiu_flags; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/ufs/core/ufshcd.c:12: /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_exec_dev_cmd': /kisskb/src/drivers/ufs/core/ufshcd.c:3026:36: note: byref variable will be forcibly initialized 3026 | 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/drivers/ufs/core/ufshcd.c: In function '__ufshcd_query_descriptor': /kisskb/src/drivers/ufs/core/ufshcd.c:3276:31: note: byref variable will be forcibly initialized 3276 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:3275:31: note: byref variable will be forcibly initialized 3275 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c:108:23: note: byref variable will be forcibly initialized 108 | unsigned long state; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_issue_devman_upiu_cmd': /kisskb/src/drivers/ufs/core/ufshcd.c:6851:12: note: byref variable will be forcibly initialized 6851 | u8 upiu_flags; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/ufs/core/ufshcd.c:12: /kisskb/src/drivers/ufs/core/ufshcd.c:6847:36: note: byref variable will be forcibly initialized 6847 | 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/drivers/ufs/core/ufshcd.c: In function 'ufshcd_tmc_handler': /kisskb/src/drivers/ufs/core/ufshcd.c:6583:39: note: byref variable will be forcibly initialized 6583 | unsigned long flags, pending, issued; | ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:88: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:588:34: note: byref variable will be forcibly initialized 588 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:39: note: byref variable will be forcibly initialized 587 | unsigned temp, size; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/ufs/core/ufshcd.c:12: /kisskb/src/drivers/ufs/core/ufshcd.c: In function '__ufshcd_issue_tm_cmd': /kisskb/src/drivers/ufs/core/ufshcd.c:6710:36: note: byref variable will be forcibly initialized 6710 | 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) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_eh_device_reset_handler': /kisskb/src/drivers/ufs/core/ufshcd.c:7011:12: note: byref variable will be forcibly initialized 7011 | u8 resp = 0xF, lun; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:7006:30: note: byref variable will be forcibly initialized 7006 | unsigned long flags, pending_reqs = 0, not_cleared = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_try_to_abort_task': /kisskb/src/drivers/ufs/core/ufshcd.c:7085:12: note: byref variable will be forcibly initialized 7085 | u8 resp = 0xF; | ^~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:89: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ed_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:136:25: note: byref variable will be forcibly initialized 136 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'td_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:92:25: note: byref variable will be forcibly initialized 92 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_clkgate_enable_store': /kisskb/src/drivers/ufs/core/ufshcd.c:1924:13: note: byref variable will be forcibly initialized 1924 | u32 value; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_parse_ref_clk_property': /kisskb/src/drivers/ufs/core/ufshcd.c:8572:13: note: byref variable will be forcibly initialized 8572 | u32 freq; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_clkgate_delay_store': /kisskb/src/drivers/ufs/core/ufshcd.c:1902:23: note: byref variable will be forcibly initialized 1902 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/ufs/core/ufshcd.c:12: /kisskb/src/drivers/ufs/core/ufshcd.c: 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/ufs/core/ufshcd.c: In function 'ufshcd_init_clk_gating': /kisskb/src/drivers/ufs/core/ufshcd.c:1975:14: note: byref variable will be forcibly initialized 1975 | char wq_name[sizeof("ufs_clk_gating_00")]; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_init_clk_scaling': /kisskb/src/drivers/ufs/core/ufshcd.c:1615:14: note: byref variable will be forcibly initialized 1615 | char wq_name[sizeof("ufs_clkscaling_00")]; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_set_dev_pwr_mode': /kisskb/src/drivers/ufs/core/ufshcd.c:8740:31: note: byref variable will be forcibly initialized 8740 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:8739:23: note: byref variable will be forcibly initialized 8739 | unsigned char cmd[6] = { START_STOP }; | ^~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_query_flag': /kisskb/src/drivers/ufs/core/ufshcd.c:3117:31: note: byref variable will be forcibly initialized 3117 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:3116:31: note: byref variable will be forcibly initialized 3116 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_complete_dev_init': /kisskb/src/drivers/ufs/core/ufshcd.c:4471:14: note: byref variable will be forcibly initialized 4471 | bool flag_res = true; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_query_attr': /kisskb/src/drivers/ufs/core/ufshcd.c:3186:31: note: byref variable will be forcibly initialized 3186 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:3185:31: note: byref variable will be forcibly initialized 3185 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_is_wb_buf_lifetime_available': /kisskb/src/drivers/ufs/core/ufshcd.c:5851:13: note: byref variable will be forcibly initialized 5851 | u32 lifetime; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_get_ref_clk_gating_wait': /kisskb/src/drivers/ufs/core/ufshcd.c:3616:13: note: byref variable will be forcibly initialized 3616 | u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_set_dev_ref_clk': /kisskb/src/drivers/ufs/core/ufshcd.c:8055:13: note: byref variable will be forcibly initialized 8055 | u32 freq = hba->dev_ref_clk_freq; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:8054:13: note: byref variable will be forcibly initialized 8054 | u32 ref_clk; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_temp_exception_event_handler': /kisskb/src/drivers/ufs/core/ufshcd.c:5725:13: note: byref variable will be forcibly initialized 5725 | u32 value; | ^~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_wb_presrv_usrspc_keep_vcc_on': /kisskb/src/drivers/ufs/core/ufshcd.c:5814:13: note: byref variable will be forcibly initialized 5814 | u32 cur_buf; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_read_desc_param': /kisskb/src/drivers/ufs/core/ufshcd.c:3417:13: note: byref variable will be forcibly initialized 3417 | int buff_len; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_wb_probe': /kisskb/src/drivers/ufs/core/ufshcd.c:7599:13: note: byref variable will be forcibly initialized 7599 | u32 d_lu_wb_buf_alloc; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_set_queue_depth': /kisskb/src/drivers/ufs/core/ufshcd.c:4871:12: note: byref variable will be forcibly initialized 4871 | u8 lun_qdepth; | ^~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_get_lu_power_on_wp_status': /kisskb/src/drivers/ufs/core/ufshcd.c:4944:20: note: byref variable will be forcibly initialized 4944 | u8 b_lu_write_protect; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_set_active_icc_lvl': /kisskb/src/drivers/ufs/core/ufshcd.c:7489:13: note: byref variable will be forcibly initialized 7489 | u32 icc_level; | ^~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufs_get_device_desc': /kisskb/src/drivers/ufs/core/ufshcd.c:7756:22: note: byref variable will be forcibly initialized 7756 | bool hpb_en = false; | ^~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_bkops_exception_event_handler': /kisskb/src/drivers/ufs/core/ufshcd.c:5689:13: note: byref variable will be forcibly initialized 5689 | u32 curr_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_exception_event_handler': /kisskb/src/drivers/ufs/core/ufshcd.c:5945:13: note: byref variable will be forcibly initialized 5945 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_bkops_ctrl': /kisskb/src/drivers/ufs/core/ufshcd.c:5643:13: note: byref variable will be forcibly initialized 5643 | u32 curr_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_wb_need_flush': /kisskb/src/drivers/ufs/core/ufshcd.c:5881:13: note: byref variable will be forcibly initialized 5881 | u32 avail_buf; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/ufs/core/ufshcd.c:12: /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_uic_pwr_ctrl': /kisskb/src/drivers/ufs/core/ufshcd.c:4038:36: note: byref variable will be forcibly initialized 4038 | DECLARE_COMPLETION_ONSTACK(uic_async_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/ufs/core/ufshcd.c: In function 'ufshcd_dme_get_attr': /kisskb/src/drivers/ufs/core/ufshcd.c:3967:34: note: byref variable will be forcibly initialized 3967 | struct ufs_pa_layer_attr temp_pwr_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:3966:34: note: byref variable will be forcibly initialized 3966 | struct ufs_pa_layer_attr orig_pwr_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_is_pwr_mode_restore_needed': /kisskb/src/drivers/ufs/core/ufshcd.c:6185:13: note: byref variable will be forcibly initialized 6185 | u32 mode; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_disable_tx_lcc': /kisskb/src/drivers/ufs/core/ufshcd.c:4684:13: note: byref variable will be forcibly initialized 4684 | int tx_lanes = 0, i, err = 0; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_device_params_init': /kisskb/src/drivers/ufs/core/ufshcd.c:8087:14: note: byref variable will be forcibly initialized 8087 | bool flag; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_tune_pa_tactivate': /kisskb/src/drivers/ufs/core/ufshcd.c:7820:13: note: byref variable will be forcibly initialized 7820 | u32 peer_rx_min_activatetime = 0, tuned_pa_tactivate; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_tune_pa_hibern8time': /kisskb/src/drivers/ufs/core/ufshcd.c:7855:44: note: byref variable will be forcibly initialized 7855 | u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:7855:13: note: byref variable will be forcibly initialized 7855 | u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_quirk_tune_host_pa_tactivate': /kisskb/src/drivers/ufs/core/ufshcd.c:7898:27: note: byref variable will be forcibly initialized 7898 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:7898:13: note: byref variable will be forcibly initialized 7898 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:7897:26: note: byref variable will be forcibly initialized 7897 | u32 granularity, peer_granularity; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c:7897:13: note: byref variable will be forcibly initialized 7897 | u32 granularity, peer_granularity; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_scale_gear': /kisskb/src/drivers/ufs/core/ufshcd.c:1190:34: note: byref variable will be forcibly initialized 1190 | struct ufs_pa_layer_attr new_pwr_info; | ^~~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_clkscale_enable_store': /kisskb/src/drivers/ufs/core/ufshcd.c:1558:13: note: byref variable will be forcibly initialized 1558 | u32 value; | ^~~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_register_partner': /kisskb/src/drivers/usb/typec/anx7411.c:376:35: note: byref variable will be forcibly initialized 376 | struct typec_partner_desc desc; | ^~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_config': /kisskb/src/drivers/usb/typec/anx7411.c:809:16: note: byref variable will be forcibly initialized 809 | __le32 payload[PDO_MAX_OBJECTS]; | ^~~~~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_typec_register_altmode': /kisskb/src/drivers/usb/typec/anx7411.c:552:35: note: byref variable will be forcibly initialized 552 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/ufs/core/ufshcd.c: In function 'ufshcd_init': /kisskb/src/drivers/ufs/core/ufshcd.c:9642:14: note: byref variable will be forcibly initialized 9642 | char eh_wq_name[sizeof("ufs_eh_wq_00")]; | ^~~~~~~~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_work_func': /kisskb/src/drivers/usb/typec/anx7411.c:906:12: note: byref variable will be forcibly initialized 906 | u8 buf[STATUS_LEN]; | ^~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_typec_port_probe': /kisskb/src/drivers/usb/typec/anx7411.c:1147:13: note: byref variable will be forcibly initialized 1147 | int ret, i; | ^~~ /kisskb/src/drivers/usb/typec/anx7411.c:1146:21: note: byref variable will be forcibly initialized 1146 | const char *buf; | ^~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efd_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:285:34: note: byref variable will be forcibly initialized 285 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:105:34: note: byref variable will be forcibly initialized 105 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_recover': /kisskb/src/fs/xfs/xfs_extfree_item.c:623:42: note: byref variable will be forcibly initialized 623 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_agfl_free_finish_item': /kisskb/src/fs/xfs/xfs_extfree_item.c:550:42: note: byref variable will be forcibly initialized 550 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_hw_update': /kisskb/src/drivers/usb/typec/wusb3801.c:251:43: note: byref variable will be forcibly initialized 251 | struct typec_partner_desc desc = {}; | ^~~~ /kisskb/src/drivers/usb/typec/wusb3801.c:224:36: note: byref variable will be forcibly initialized 224 | unsigned int partner_type, status; | ^~~~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_probe': /kisskb/src/drivers/usb/typec/wusb3801.c:327:21: note: byref variable will be forcibly initialized 327 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_irq': /kisskb/src/drivers/usb/typec/wusb3801.c:303:22: note: byref variable will be forcibly initialized 303 | unsigned int dummy; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_read': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:211:36: note: byref variable will be forcibly initialized 211 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_write': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:255:36: note: byref variable will be forcibly initialized 255 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/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/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/usb/dwc3/host.c: In function 'dwc3_host_init': /kisskb/src/drivers/usb/dwc3/host.c:74:33: note: byref variable will be forcibly initialized 74 | struct property_entry props[4]; | ^~~~~ /kisskb/src/fs/f2fs/sysfs.c: In function '__sbi_store': /kisskb/src/fs/f2fs/sysfs.c:414:22: note: byref variable will be forcibly initialized 414 | long data; | ^~~~ /kisskb/src/fs/f2fs/sysfs.c:367:23: note: byref variable will be forcibly initialized 367 | unsigned long t; | ^ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_set_poll_msec': /kisskb/src/drivers/edac/edac_mc_sysfs.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int i; | ^ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'mci_sdram_scrub_rate_store': /kisskb/src/drivers/edac/edac_mc_sysfs.c:705:23: note: byref variable will be forcibly initialized 705 | unsigned long bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_create_dimm_object': /kisskb/src/drivers/edac/edac_mc_sysfs.c:643:22: note: byref variable will be forcibly initialized 643 | char location[80]; | ^~~~~~~~ /kisskb/src/drivers/scsi/esp_scsi.c: In function 'esp_data_bytes_sent': /kisskb/src/drivers/scsi/esp_scsi.c:1349:24: note: byref variable will be forcibly initialized 1349 | size_t offset = bytes_sent; | ^~~~~~ /kisskb/src/drivers/scsi/esp_scsi.c:1348:24: note: byref variable will be forcibly initialized 1348 | size_t count = 1; | ^~~~~ /kisskb/src/drivers/scsi/esp_scsi.c: In function 'esp_eh_bus_reset_handler': /kisskb/src/drivers/scsi/esp_scsi.c:2610:27: note: byref variable will be forcibly initialized 2610 | struct completion eh_reset; | ^~~~~~~~ /kisskb/src/drivers/scsi/esp_scsi.c: In function 'esp_eh_abort_handler': /kisskb/src/drivers/scsi/esp_scsi.c:2494:27: note: byref variable will be forcibly initialized 2494 | struct completion eh_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/ata/pata_ns87415.c: In function 'ns87415_init_one': /kisskb/src/drivers/ata/pata_ns87415.c:358:37: note: byref variable will be forcibly initialized 358 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_ns87415.c: In function 'ns87415_set_mode': /kisskb/src/drivers/ata/pata_ns87415.c:61:12: note: byref variable will be forcibly initialized 61 | u8 status; | ^~~~~~ /kisskb/src/drivers/ata/pata_ns87415.c:60:12: note: byref variable will be forcibly initialized 60 | u8 iordy; | ^~~~~ /kisskb/src/drivers/ata/pata_ns87415.c:58:27: note: byref variable will be forcibly initialized 58 | struct ata_timing t; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/host/uhci-hcd.c:26: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_hcd_endpoint_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/uhci-hcd.c:782:17: note: in expansion of macro 'wait_event_interruptible' 782 | wait_event_interruptible(uhci->waitqh, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/host/uhci-hcd.c:125: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_alloc_td': /kisskb/src/drivers/usb/host/uhci-q.c:108:20: note: byref variable will be forcibly initialized 108 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_alloc_qh': /kisskb/src/drivers/usb/host/uhci-q.c:248:20: note: byref variable will be forcibly initialized 248 | dma_addr_t dma_handle; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/uhci-hcd.c:26: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ufs/core/ufs-debugfs.c: In function 'ufs_saved_err_write': /kisskb/src/drivers/ufs/core/ufs-debugfs.c:166:13: note: byref variable will be forcibly initialized 166 | int val, ret; | ^~~ /kisskb/src/drivers/ufs/core/ufs-debugfs.c:165:14: note: byref variable will be forcibly initialized 165 | char val_str[16] = { }; | ^~~~~~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'map_get_value': /kisskb/src/drivers/power/supply/test_power.c:306:14: note: byref variable will be forcibly initialized 306 | char buf[MAX_KEYLENGTH]; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_capacity': /kisskb/src/drivers/power/supply/test_power.c:435:13: note: byref variable will be forcibly initialized 435 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_voltage': /kisskb/src/drivers/power/supply/test_power.c:450:13: note: byref variable will be forcibly initialized 450 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_charge_counter': /kisskb/src/drivers/power/supply/test_power.c:465:13: note: byref variable will be forcibly initialized 465 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_current': /kisskb/src/drivers/power/supply/test_power.c:480:13: note: byref variable will be forcibly initialized 480 | int tmp; | ^~~ /kisskb/src/drivers/ufs/core/ufs_bsg.c: In function 'ufs_bsg_request': /kisskb/src/drivers/ufs/core/ufs_bsg.c:96:13: note: byref variable will be forcibly initialized 96 | int desc_len = 0; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufs_bsg.c:95:18: note: byref variable will be forcibly initialized 95 | uint8_t *desc_buff = NULL; | ^~~~~~~~~ /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/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/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/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/edac/edac_module.c: In function 'edac_set_debug_level': /kisskb/src/drivers/edac/edac_module.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/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:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/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/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/fs/f2fs/verity.c: In function 'pagecache_write': /kisskb/src/fs/f2fs/verity.c:87:23: note: byref variable will be forcibly initialized 87 | void *fsdata; | ^~~~~~ /kisskb/src/fs/f2fs/verity.c:86:30: note: byref variable will be forcibly initialized 86 | struct page *page; | ^~~~ /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/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/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]; | ^~~~~~ /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]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'w1_ds2760_add_slave': /kisskb/src/include/linux/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/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/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/fs/fhandle.c: In function 'do_sys_name_to_handle': /kisskb/src/fs/fhandle.c:23:13: note: byref variable will be forcibly initialized 23 | int handle_dwords, handle_bytes; | ^~~~~~~~~~~~~ /kisskb/src/fs/fhandle.c:22:28: note: byref variable will be forcibly initialized 22 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function '__do_sys_name_to_handle_at': /kisskb/src/fs/fhandle.c:97:21: note: byref variable will be forcibly initialized 97 | struct path path; | ^~~~ /kisskb/src/fs/fhandle.c: In function 'handle_to_path': /kisskb/src/fs/fhandle.c:171:28: note: byref variable will be forcibly initialized 171 | struct file_handle f_handle; | ^~~~~~~~ /kisskb/src/fs/fhandle.c: In function 'do_handle_open': /kisskb/src/fs/fhandle.c:219:21: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/trace/events/thermal.h:199, 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, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_power_cpu_get_power_simple': /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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_power_devfreq_get_power': /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:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /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:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /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:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_power_devfreq_limit': /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:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /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:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /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:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'perf_trace_thermal_power_cpu_limit': /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:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /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:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /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:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:199, 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, | ^~~~~~~~~~~ /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/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, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_cpu_get_power_simple': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_cpu_limit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /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:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_devfreq_get_power': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /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:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_devfreq_limit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/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:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /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:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/trace/events/thermal.h:199, 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_power_cpu_get_power_simple': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /kisskb/src/include/trace/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:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(thermal_power_cpu_get_power_simple, | ^~~~~~~~~~~ /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 '__bpf_trace_thermal_power_cpu_limit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(thermal_power_cpu_limit, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_power_devfreq_get_power': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function '__bpf_trace_thermal_power_devfreq_limit': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/thermal.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'update_temperature': /kisskb/src/drivers/thermal/thermal_core.c:395:13: note: byref variable will be forcibly initialized 395 | int temp, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_bind_cooling_device': /kisskb/src/drivers/thermal/thermal_core.c:626:23: note: byref variable will be forcibly initialized 626 | unsigned long max_state; | ^~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:30:23: note: byref variable will be forcibly initialized 30 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:81:22: note: byref variable will be forcibly initialized 81 | unsigned int size = 0; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_thermal_trip': /kisskb/src/drivers/thermal/thermal_core.c:360:24: note: byref variable will be forcibly initialized 360 | int trip_temp, hyst = 0; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c:360:13: note: byref variable will be forcibly initialized 360 | int trip_temp, hyst = 0; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:359:32: note: byref variable will be forcibly initialized 359 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_device_register_with_trips': /kisskb/src/drivers/thermal/thermal_core.c:1198:13: note: byref variable will be forcibly initialized 1198 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:1197:32: note: byref variable will be forcibly initialized 1197 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/usb/cdns3/core.c: In function 'cdns_init': /kisskb/src/drivers/usb/cdns3/core.c:441:45: note: byref variable will be forcibly initialized 441 | struct usb_role_switch_desc sw_desc = { }; | ^~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/opp/of.c:16: /kisskb/src/drivers/opp/of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/of.c:13: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:530:13: note: byref variable will be forcibly initialized 530 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:588:14: note: byref variable will be forcibly initialized 588 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:925:13: note: byref variable will be forcibly initialized 925 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_of_has_opp_microwatt_property': /kisskb/src/drivers/opp/of.c:1536:30: note: byref variable will be forcibly initialized 1536 | unsigned long power, freq = 0; | ^~~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1568:13: note: byref variable will be forcibly initialized 1568 | u32 cap; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_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/debugfs.c: In function 'opp_debug_create_clks': /kisskb/src/drivers/opp/debugfs.c:81:14: note: byref variable will be forcibly initialized 81 | char name[12]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:103:22: note: byref variable will be forcibly initialized 103 | char name[15]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:59:14: note: byref variable will be forcibly initialized 59 | char name[11]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:40:14: note: byref variable will be forcibly initialized 40 | char buf[64]; | ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:188:14: note: byref variable will be forcibly initialized 188 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:132:14: note: byref variable will be forcibly initialized 132 | char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ | ^~~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'ufshpb_set_hpb_read_to_upiu': /kisskb/src/drivers/ufs/core/ufshpb.c:329:16: note: byref variable will be forcibly initialized 329 | __be64 ppn_tmp = ppn; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'inflight_map_req_store': /kisskb/src/drivers/ufs/core/ufshpb.c:2016:13: note: byref variable will be forcibly initialized 2016 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'timeout_polling_interval_ms_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1988:13: note: byref variable will be forcibly initialized 1988 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'read_timeout_expiries_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1960:13: note: byref variable will be forcibly initialized 1960 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'read_timeout_ms_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1932:13: note: byref variable will be forcibly initialized 1932 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'eviction_thld_exit_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1905:13: note: byref variable will be forcibly initialized 1905 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'eviction_thld_enter_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1878:13: note: byref variable will be forcibly initialized 1878 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'normalization_factor_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1851:13: note: byref variable will be forcibly initialized 1851 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'activation_thld_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1824:13: note: byref variable will be forcibly initialized 1824 | int val; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'requeue_timeout_ms_store': /kisskb/src/drivers/ufs/core/ufshpb.c:1800:13: note: byref variable will be forcibly initialized 1800 | int val; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/ufs/core/ufshpb.c:13: /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'ufshpb_read_to_handler': /kisskb/src/drivers/ufs/core/ufshpb.c:803:19: note: byref variable will be forcibly initialized 803 | LIST_HEAD(expired_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/ufs/core/ufshpb.c: In function 'ufshpb_get_lu_info': /kisskb/src/drivers/ufs/core/ufshpb.c:2383:14: note: byref variable will be forcibly initialized 2383 | char desc_buf[QUERY_DESC_MAX_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c:2381:13: note: byref variable will be forcibly initialized 2381 | int 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/drivers/ufs/core/ufshpb.c:14: /kisskb/src/drivers/ufs/core/ufshpb.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/ufs/core/ufshpb.c:13: /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'ufshpb_run_inactive_region_list': /kisskb/src/drivers/ufs/core/ufshpb.c:1457:19: note: byref variable will be forcibly initialized 1457 | LIST_HEAD(pending_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/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/ufs/core/ufshpb.c:14: /kisskb/src/drivers/ufs/core/ufshpb.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/ufs/core/ufshpb.c: In function 'ufshpb_check_hpb_reset_query': /kisskb/src/drivers/ufs/core/ufshpb.c:2282:14: note: byref variable will be forcibly initialized 2282 | bool flag_res = true; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'ufshpb_prep': /kisskb/src/drivers/ufs/core/ufshpb.c:355:46: note: byref variable will be forcibly initialized 355 | int transfer_len, rgn_idx, srgn_idx, srgn_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c:355:36: note: byref variable will be forcibly initialized 355 | int transfer_len, rgn_idx, srgn_idx, srgn_offset; | ^~~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c:355:27: note: byref variable will be forcibly initialized 355 | int transfer_len, rgn_idx, srgn_idx, srgn_offset; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufshpb.c:353:16: note: byref variable will be forcibly initialized 353 | __be64 ppn; | ^~~ /kisskb/src/drivers/ufs/core/ufshpb.c: In function 'ufshpb_get_dev_info': /kisskb/src/drivers/ufs/core/ufshpb.c:2596:13: note: byref variable will be forcibly initialized 2596 | int max_single_cmd; | ^~~~~~~~~~~~~~ /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/usb/dwc3/dwc3-haps.c: In function 'dwc3_haps_probe': /kisskb/src/drivers/usb/dwc3/dwc3-haps.c:45:33: note: byref variable will be forcibly initialized 45 | struct resource res[2]; | ^~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/usb/mtu3/mtu3_plat.c:8: /kisskb/src/drivers/usb/mtu3/mtu3_plat.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/dwc3/debugfs.c: In function 'dwc3_lsp_write': /kisskb/src/drivers/usb/dwc3/debugfs.c:363:33: note: byref variable will be forcibly initialized 363 | u32 sel; | ^~~ /kisskb/src/drivers/usb/dwc3/debugfs.c:362:33: note: byref variable will be forcibly initialized 362 | char buf[32] = { 0 }; | ^~~ /kisskb/src/drivers/ata/pata_optidma.c: In function 'optiplus_with_udma': /kisskb/src/drivers/ata/pata_optidma.c:363:12: note: byref variable will be forcibly initialized 363 | u8 r; | ^ /kisskb/src/drivers/ata/pata_optidma.c: In function 'optidma_init_one': /kisskb/src/drivers/ata/pata_optidma.c:414:37: note: byref variable will be forcibly initialized 414 | const struct ata_port_info *ppi[] = { &info_82c700, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_optidma.c: In function 'optidma_set_mode': /kisskb/src/drivers/ata/pata_optidma.c:322:12: note: byref variable will be forcibly initialized 322 | u8 r; | ^ /kisskb/src/drivers/ata/pata_optidma.c: In function 'optiplus_mode_setup': /kisskb/src/drivers/ata/pata_optidma.c:205:12: note: byref variable will be forcibly initialized 205 | u8 udslave; | ^~~~~~~ /kisskb/src/drivers/ata/pata_optidma.c:204:12: note: byref variable will be forcibly initialized 204 | u8 udcfg; | ^~~~~ /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/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/leds/trigger/ledtrig-activity.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:167:23: note: byref variable will be forcibly initialized 167 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_activity_function': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:61:39: note: byref variable will be forcibly initialized 61 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/scsi/am53c974.c: In function 'dc390_eeprom_get_data': /kisskb/src/drivers/scsi/am53c974.c:312:12: note: byref variable will be forcibly initialized 312 | u8 bval; | ^~~~ /kisskb/src/drivers/scsi/am53c974.c: In function 'dc390_check_eeprom': /kisskb/src/drivers/scsi/am53c974.c:350:12: note: byref variable will be forcibly initialized 350 | u8 EEbuf[128]; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_check_rom': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:157:13: note: byref variable will be forcibly initialized 157 | u16 rom_status; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_check_rom_state': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:177:13: note: byref variable will be forcibly initialized 177 | u32 version; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:176:13: note: byref variable will be forcibly initialized 176 | u16 rom_state; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_fw_check_running': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:221:12: note: byref variable will be forcibly initialized 221 | u8 fw_state; | ^~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_rom_erase': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:381:12: note: byref variable will be forcibly initialized 381 | u8 status; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_fw_download_image': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:58:12: note: byref variable will be forcibly initialized 58 | u8 fw_status; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_setup_rom': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:428:12: note: byref variable will be forcibly initialized 428 | u8 status; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_fw_download': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:291:12: note: byref variable will be forcibly initialized 291 | u8 fw_status; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-pci-renesas.c: In function 'renesas_xhci_check_request_fw': /kisskb/src/drivers/usb/host/xhci-pci-renesas.c:582:32: note: byref variable will be forcibly initialized 582 | const struct firmware *fw; | ^~ /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/edac/debugfs.c: In function 'edac_create_debugfs_nodes': /kisskb/src/drivers/edac/debugfs.c:58:14: note: byref variable will be forcibly initialized 58 | char name[80]; | ^~~~ /kisskb/src/drivers/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_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 '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 '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 'ds278x_get_temp': /kisskb/src/drivers/power/supply/ds2782_battery.c:100:13: note: byref variable will be forcibly initialized 100 | s16 raw; | ^~~ /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_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 '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/fs/xfs/xfs_attr_item.c: In function 'xfs_attrd_item_format': /kisskb/src/fs/xfs/xfs_attr_item.c:305:42: note: byref variable will be forcibly initialized 305 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_item.c: In function 'xfs_attri_item_format': /kisskb/src/fs/xfs/xfs_attr_item.c:170:42: note: byref variable will be forcibly initialized 170 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_item.c: In function 'xfs_attri_item_recover': /kisskb/src/fs/xfs/xfs_attr_item.c:581:41: note: byref variable will be forcibly initialized 581 | int local; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_item.c:580:41: note: byref variable will be forcibly initialized 580 | int total; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_item.c:576:41: note: byref variable will be forcibly initialized 576 | struct xfs_trans_res tres; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_item.c:575:42: note: byref variable will be forcibly initialized 575 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_attr_item.c:573:42: note: byref variable will be forcibly initialized 573 | struct xfs_inode *ip; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/drivers/edac/edac_pci.c:9: /kisskb/src/drivers/edac/edac_pci.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/f2fs/compress.c:8: /kisskb/src/fs/f2fs/compress.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/f2fs/compress.c:18: /kisskb/src/fs/f2fs/compress.c: In function 'get_page_private_data': /kisskb/src/fs/f2fs/f2fs.h:1459:23: note: byref variable will be forcibly initialized 1459 | unsigned long data = page_private(page); | ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_compress_pages': /kisskb/src/fs/f2fs/compress.c:384:25: note: byref variable will be forcibly initialized 384 | zstd_out_buffer outbuf; | ^~~~~~ /kisskb/src/fs/f2fs/compress.c:383:24: note: byref variable will be forcibly initialized 383 | zstd_in_buffer inbuf; | ^~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_init_compress_ctx': /kisskb/src/fs/f2fs/compress.c:339:25: note: byref variable will be forcibly initialized 339 | zstd_parameters params; | ^~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'zstd_decompress_pages': /kisskb/src/fs/f2fs/compress.c:465:25: note: byref variable will be forcibly initialized 465 | zstd_out_buffer outbuf; | ^~~~~~ /kisskb/src/fs/f2fs/compress.c:464:24: note: byref variable will be forcibly initialized 464 | zstd_in_buffer inbuf; | ^~~~~ In file included from /kisskb/src/fs/f2fs/compress.c:18: /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_crc32': /kisskb/src/fs/f2fs/f2fs.h:1943:11: note: byref variable will be forcibly initialized 1943 | } desc; | ^~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_compressed_pages': /kisskb/src/fs/f2fs/compress.c:1227:26: note: byref variable will be forcibly initialized 1227 | struct node_info ni; | ^~ /kisskb/src/fs/f2fs/compress.c:1226:30: note: byref variable will be forcibly initialized 1226 | struct dnode_of_data dn; | ^~ /kisskb/src/fs/f2fs/compress.c: In function '__f2fs_cluster_blocks': /kisskb/src/fs/f2fs/compress.c:939:30: note: byref variable will be forcibly initialized 939 | struct dnode_of_data dn; | ^~ /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]; | ^~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_write_raw_pages': /kisskb/src/fs/f2fs/compress.c:1435:13: note: byref variable will be forcibly initialized 1435 | int _submitted, compr_blocks, ret, i; | ^~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'prepare_compress_overwrite': /kisskb/src/fs/f2fs/compress.c:1067:29: note: byref variable will be forcibly initialized 1067 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/f2fs/compress.c:1037:18: note: byref variable will be forcibly initialized 1037 | sector_t last_block_in_bio; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_truncate_partial_cluster': /kisskb/src/fs/f2fs/compress.c:1157:22: note: byref variable will be forcibly initialized 1157 | struct page *pagep; | ^~~~~ /kisskb/src/fs/f2fs/compress.c:1156:15: note: byref variable will be forcibly initialized 1156 | void *fsdata = NULL; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_regs': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:102:12: note: byref variable will be forcibly initialized 102 | u8 reg_start = reg; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_charge_register': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:185:12: note: byref variable will be forcibly initialized 185 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_voltage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:282:12: note: byref variable will be forcibly initialized 282 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_current': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:312:12: note: byref variable will be forcibly initialized 312 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_temperature': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:334:12: note: byref variable will be forcibly initialized 334 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_shutdown': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:557:12: note: byref variable will be forcibly initialized 557 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:556:12: note: byref variable will be forcibly initialized 556 | u8 value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_thr': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:251:12: note: byref variable will be forcibly initialized 251 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_now': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:211:12: note: byref variable will be forcibly initialized 211 | u8 ctrl_reg; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:210:12: note: byref variable will be forcibly initialized 210 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_reset': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:149:12: note: byref variable will be forcibly initialized 149 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:148:12: note: byref variable will be forcibly initialized 148 | u8 value; | ^~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_invalidate_compress_pages': /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/fs/f2fs/compress.c:1910:17: note: byref variable will be forcibly initialized 1910 | pgoff_t index = 0; | ^~~~~ /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/fs/f2fs/compress.c:1909:28: note: byref variable will be forcibly initialized 1909 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/fs/f2fs/compress.c: In function 'f2fs_init_page_array_cache': /kisskb/src/fs/f2fs/compress.c:1978:14: note: byref variable will be forcibly initialized 1978 | char slab_name[32]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_enable_mmio': /kisskb/src/drivers/scsi/myrb.c:814:29: note: byref variable will be forcibly initialized 814 | union myrb_cmd_mbox mbox; | ^~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'DAC960_P_hw_init': /kisskb/src/drivers/scsi/myrb.c:3281:37: note: byref variable will be forcibly initialized 3281 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:3281:30: note: byref variable will be forcibly initialized 3281 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:3281:23: note: byref variable will be forcibly initialized 3281 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'DAC960_PD_hw_init': /kisskb/src/drivers/scsi/myrb.c:3115:37: note: byref variable will be forcibly initialized 3115 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:3115:30: note: byref variable will be forcibly initialized 3115 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:3115:23: note: byref variable will be forcibly initialized 3115 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'DAC960_PG_hw_init': /kisskb/src/drivers/scsi/myrb.c:2919:37: note: byref variable will be forcibly initialized 2919 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:2919:30: note: byref variable will be forcibly initialized 2919 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:2919:23: note: byref variable will be forcibly initialized 2919 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'DAC960_LA_hw_init': /kisskb/src/drivers/scsi/myrb.c:2671:37: note: byref variable will be forcibly initialized 2671 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:2671:30: note: byref variable will be forcibly initialized 2671 | unsigned char error, parm0, parm1; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:2671:23: note: byref variable will be forcibly initialized 2671 | unsigned char error, parm0, parm1; | ^~~~~ 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/scsi/myrb.c:13: /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_exec_cmd': /kisskb/src/drivers/scsi/myrb.c:188:36: note: byref variable will be forcibly initialized 188 | DECLARE_COMPLETION_ONSTACK(cmpl); | ^~~~ /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/scsi/myrb.c: In function 'myrb_hba_enquiry': /kisskb/src/drivers/scsi/myrb.c:671:29: note: byref variable will be forcibly initialized 671 | struct myrb_enquiry old, *new; | ^~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_get_rbld_progress': /kisskb/src/drivers/scsi/myrb.c:444:20: note: byref variable will be forcibly initialized 444 | dma_addr_t rbld_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'rebuild_show': /kisskb/src/drivers/scsi/myrb.c:1902:35: note: byref variable will be forcibly initialized 1902 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'get_pci_parity_status': /kisskb/src/drivers/edac/edac_pci_sysfs.c:491:21: note: byref variable will be forcibly initialized 491 | u32 sanity; | ^~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c:480:13: note: byref variable will be forcibly initialized 480 | u16 status; | ^~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'consistency_check_store': /kisskb/src/drivers/scsi/myrb.c:2065:28: note: byref variable will be forcibly initialized 2065 | dma_addr_t rate_addr; | ^~~~~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_test': /kisskb/src/drivers/edac/edac_pci_sysfs.c:535:12: note: byref variable will be forcibly initialized 535 | u8 header_type; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c:2034:17: note: byref variable will be forcibly initialized 2034 | int rc, start; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:2029:35: note: byref variable will be forcibly initialized 2029 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'rebuild_store': /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_clear': /kisskb/src/drivers/edac/edac_pci_sysfs.c:513:12: note: byref variable will be forcibly initialized 513 | u8 header_type; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c:1957:28: note: byref variable will be forcibly initialized 1957 | dma_addr_t rate_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c:1927:17: note: byref variable will be forcibly initialized 1927 | int rc, start; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_get_resync': /kisskb/src/drivers/scsi/myrb.c:2241:35: note: byref variable will be forcibly initialized 2241 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_pthru_queuecommand': /kisskb/src/drivers/scsi/myrb.c:1272:20: note: byref variable will be forcibly initialized 1272 | dma_addr_t dcdb_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_inquiry': /kisskb/src/drivers/scsi/myrb.c:1342:23: note: byref variable will be forcibly initialized 1342 | unsigned char inq[36] = { | ^~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_mode_sense': /kisskb/src/drivers/scsi/myrb.c:1366:23: note: byref variable will be forcibly initialized 1366 | unsigned char modes[32], *mode_pg; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_read_capacity': /kisskb/src/drivers/scsi/myrb.c:1410:23: note: byref variable will be forcibly initialized 1410 | unsigned char data[8]; | ^~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_ldev_queuecommand': /kisskb/src/drivers/scsi/myrb.c:1572:28: note: byref variable will be forcibly initialized 1572 | dma_addr_t hw_sgl_addr; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_bgi_control': /kisskb/src/drivers/scsi/myrb.c:583:20: note: byref variable will be forcibly initialized 583 | dma_addr_t bgi_addr; | ^~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_get_hba_config': /kisskb/src/drivers/scsi/myrb.c:916:20: note: byref variable will be forcibly initialized 916 | dma_addr_t config2_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c:914:20: note: byref variable will be forcibly initialized 914 | dma_addr_t enquiry2_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/myrb.c: In function 'myrb_update_rbld_progress': /kisskb/src/drivers/scsi/myrb.c:472:35: note: byref variable will be forcibly initialized 472 | struct myrb_rbld_progress rbld_buf; | ^~~~~~~~ /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/scsi/myrb.c: In function 'myrb_get_cc_progress': /kisskb/src/drivers/scsi/myrb.c:536:20: note: byref variable will be forcibly initialized 536 | dma_addr_t rbld_addr; | ^~~~~~~~~ /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/scsi/myrb.c: In function 'myrb_get_event': /kisskb/src/drivers/scsi/myrb.c:312:39: note: byref variable will be forcibly initialized 312 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/myrb.c:289:20: note: byref variable will be forcibly initialized 289 | dma_addr_t ev_addr; | ^~~~~~~ /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/scsi/myrb.c: In function 'myrb_get_errtable': /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'integral_cutoff_store': /kisskb/src/drivers/scsi/myrb.c:345:33: note: byref variable will be forcibly initialized 345 | struct myrb_error_entry old_table[MYRB_MAX_CHANNELS * MYRB_MAX_TARGETS]; | ^~~~~~~~~ /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 'emul_temp_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:258:13: note: byref variable will be forcibly initialized 258 | int temperature; | ^~~~~~~~~~~ /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 '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 '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 'weight_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:902:18: note: byref variable will be forcibly initialized 902 | int ret, weight; | ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 's10_edac_dberr_handler': /kisskb/src/drivers/edac/altera_edac.c:2088:38: note: byref variable will be forcibly initialized 2088 | struct arm_smccc_res result; | ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2080:23: note: byref variable will be forcibly initialized 2080 | int err_addr, dberror; | ^~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_irq_handler': /kisskb/src/drivers/edac/altera_edac.c:1842:23: note: byref variable will be forcibly initialized 1842 | unsigned long bits; | ^~~~ /kisskb/src/drivers/edac/altera_edac.c:1838:36: note: byref variable will be forcibly initialized 1838 | int dberr, bit, sm_offset, irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/of_address.h:6, from /kisskb/src/drivers/edac/altera_edac.c:20: /kisskb/src/drivers/edac/altera_edac.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_device_add': /kisskb/src/drivers/edac/altera_edac.c:1899:25: note: byref variable will be forcibly initialized 1899 | struct resource res; | ^~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_probe': /kisskb/src/drivers/edac/altera_edac.c:2163:30: note: byref variable will be forcibly initialized 2163 | int dberror, err_addr; | ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2163:21: note: byref variable will be forcibly initialized 2163 | int dberror, err_addr; | ^~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_get_temp': /kisskb/src/drivers/thermal/thermal_helpers.c:82:32: note: byref variable will be forcibly initialized 82 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:81:13: note: byref variable will be forcibly initialized 81 | int crit_temp = INT_MAX; | ^~~~~~~~~ /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/thermal/thermal_helpers.c: In function 'thermal_zone_set_trips': /kisskb/src/drivers/thermal/thermal_helpers.c:132:24: note: byref variable will be forcibly initialized 132 | int trip_temp, hysteresis; | ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:132:13: note: byref variable will be forcibly initialized 132 | int trip_temp, hysteresis; | ^~~~~~~~~ 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/ata/pata_radisys.c: In function 'radisys_init_one': /kisskb/src/drivers/ata/pata_radisys.c:223:37: note: byref variable will be forcibly initialized 223 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_radisys.c: In function 'radisys_set_dmamode': /kisskb/src/drivers/ata/pata_radisys.c:135:20: note: byref variable will be forcibly initialized 135 | u8 udma_mode; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_radisys.c:95:12: note: byref variable will be forcibly initialized 95 | u8 udma_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/ata/pata_radisys.c:94:13: note: byref variable will be forcibly initialized 94 | u16 idetm_data; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_radisys.c: In function 'radisys_set_piomode': /kisskb/src/drivers/ata/pata_radisys.c:44:13: note: byref variable will be forcibly initialized 44 | u16 idetm_data; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.h:277, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:12: /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_get_offsets_mtu3_log': /kisskb/src/include/linux/trace_events.h:925:17: note: byref variable will be forcibly initialized 925 | va_list __ap; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:263:9: note: in definition of macro 'DECLARE_EVENT_CLASS' 263 | tstruct; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:43:30: note: in expansion of macro 'PARAMS' 43 | PARAMS(tstruct), \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:24:9: note: in expansion of macro 'TP_STRUCT__entry' 24 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:43:34: note: in expansion of macro '__dynamic_array' 43 | #define __vstring(item, fmt, ap) __dynamic_array(char, item, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:44:23: note: in expansion of macro '__trace_event_vstr_len' 44 | __trace_event_vstr_len(fmt, ap)) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:26:17: note: in expansion of macro '__vstring' 26 | __vstring(msg, vaf->fmt, vaf->va) | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.h:277, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:12: /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_log': /kisskb/src/include/trace/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/perf.h:89:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 89 | { assign; } \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:44:30: note: in expansion of macro 'PARAMS' 44 | PARAMS(assign), \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:28:9: note: in expansion of macro 'TP_fast_assign' 28 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:30:17: note: in expansion of macro '__assign_vstr' 30 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_u3_ltssm_isr': /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/usb/mtu3/./mtu3_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mtu3_u3_ltssm_isr, | ^~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mtu3_u3_ltssm_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_u2_common_isr': /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/usb/mtu3/./mtu3_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(mtu3_u2_common_isr, | ^~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(mtu3_u2_common_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_qmu_isr': /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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_log_setup': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(mtu3_log_setup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(mtu3_log_setup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_log_request': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_log_gpd': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'perf_trace_mtu3_log_ep': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /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/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.h:277, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:12: /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_log': /kisskb/src/include/trace/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:402:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 402 | { assign; } \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:44:30: note: in expansion of macro 'PARAMS' 44 | PARAMS(assign), \ | ^~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:28:9: note: in expansion of macro 'TP_fast_assign' 28 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:30:17: note: in expansion of macro '__assign_vstr' 30 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_u3_ltssm_isr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mtu3_u3_ltssm_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_u2_common_isr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(mtu3_u2_common_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_delayed_work': /kisskb/src/drivers/power/supply/sbs-battery.c:1075:13: note: byref variable will be forcibly initialized 1075 | s32 ret; | ^~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_qmu_isr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(mtu3_log_setup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_request, | ^~~~~~~~~~~~~~~~~~~ /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/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_log_gpd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'trace_event_raw_event_mtu3_log_ep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c: In function 'ledtrig_tty_work': /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:96:23: note: byref variable will be forcibly initialized 96 | dev_t devno; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-tty.c:83:39: note: byref variable will be forcibly initialized 83 | struct serial_icounter_struct icount; | ^~~~~~ /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; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.h:277, from /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:12: /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_log': /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /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/include/trace/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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(mtu3_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_qmu_isr': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(mtu3_qmu_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_log_gpd': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(mtu3_log_gpd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_u3_ltssm_isr': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mtu3_u3_ltssm_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(mtu3_u3_ltssm_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_u2_common_isr': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(mtu3_u2_common_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(mtu3_u2_common_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_log_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/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/usb/mtu3/./mtu3_trace.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(mtu3_log_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/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/usb/mtu3/./mtu3_trace.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(mtu3_log_setup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_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/drivers/usb/mtu3/./mtu3_trace.h:116:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 116 | DECLARE_EVENT_CLASS(mtu3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function '__bpf_trace_mtu3_log_ep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/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/usb/mtu3/./mtu3_trace.h:214:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 214 | DECLARE_EVENT_CLASS(mtu3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c: In function 'mtu3_dbg_trace': /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:17:17: note: byref variable will be forcibly initialized 17 | va_list args; | ^~~~ /kisskb/src/drivers/usb/mtu3/mtu3_trace.c:16:26: note: byref variable will be forcibly initialized 16 | struct va_format vaf; | ^~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_decode_bits': /kisskb/src/drivers/scsi/3w-xxxx.c:257:14: note: byref variable will be forcibly initialized 257 | char host[16]; | ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_allocate_memory': /kisskb/src/drivers/scsi/3w-xxxx.c:834:20: note: byref variable will be forcibly initialized 834 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_reset_sequence': /kisskb/src/drivers/scsi/3w-xxxx.c:1208:23: note: byref variable will be forcibly initialized 1208 | unsigned char c = 1; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-xxxx.c:199: /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_chrdev_ioctl': /kisskb/src/include/linux/wait.h: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/scsi/3w-xxxx.c:991:35: note: in expansion of macro 'wait_event_timeout' 991 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:881:22: note: byref variable will be forcibly initialized 881 | unsigned int data_buffer_length = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:879:24: note: byref variable will be forcibly initialized 879 | unsigned short tw_aen_code; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:878:20: note: byref variable will be forcibly initialized 878 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:877:13: note: byref variable will be forcibly initialized 877 | int request_id; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_inquiry_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1461:23: note: byref variable will be forcibly initialized 1461 | unsigned char request_buffer[36]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_read_capacity_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1656:14: note: byref variable will be forcibly initialized 1656 | char buff[8]; | ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_mode_sense_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1566:23: note: byref variable will be forcibly initialized 1566 | unsigned char request_buffer[8]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_interrupt': /kisskb/src/drivers/scsi/3w-xxxx.c:1999:13: note: byref variable will be forcibly initialized 1999 | int request_id; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_request_sense': /kisskb/src/drivers/scsi/3w-xxxx.c:1785:14: note: byref variable will be forcibly initialized 1785 | char request_buffer[18]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_host.c: In function 'ssusb_wakeup_of_property_parse': /kisskb/src/drivers/usb/mtu3/mtu3_host.c:86:32: note: byref variable will be forcibly initialized 86 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-xxxx.c:1927:13: note: byref variable will be forcibly initialized 1927 | int request_id = 0; | ^~~~~~~~~~ /kisskb/src/drivers/ufs/core/ufs-hwmon.c: In function 'ufs_read_temp_enable': /kisskb/src/drivers/ufs/core/ufs-hwmon.c:20:13: note: byref variable will be forcibly initialized 20 | u32 ee_mask; | ^~~~~~~ /kisskb/src/drivers/ufs/core/ufs-hwmon.c: In function 'ufs_get_temp': /kisskb/src/drivers/ufs/core/ufs-hwmon.c:35:13: note: byref variable will be forcibly initialized 35 | u32 value; | ^~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_get_sensor_id': /kisskb/src/drivers/thermal/thermal_of.c:422:32: note: byref variable will be forcibly initialized 422 | struct of_phandle_args sensor_specs; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/thermal/thermal_of.c:13: /kisskb/src/drivers/thermal/thermal_of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_zone_of_sensor_register': /kisskb/src/drivers/thermal/thermal_of.c:501:26: note: byref variable will be forcibly initialized 501 | int ret, id; | ^~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_get_trip_type': /kisskb/src/drivers/thermal/thermal_of.c:798:21: note: byref variable will be forcibly initialized 798 | const char *t; | ^ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_populate_trip': /kisskb/src/drivers/thermal/thermal_of.c:827:13: note: byref variable will be forcibly initialized 827 | int prop; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/thermal/thermal_of.c:13: /kisskb/src/drivers/thermal/thermal_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/thermal/thermal_of.c: In function 'thermal_of_populate_bind_params': /kisskb/src/drivers/thermal/thermal_of.c:705:13: note: byref variable will be forcibly initialized 705 | u32 prop; | ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:700:32: note: byref variable will be forcibly initialized 700 | struct of_phandle_args cooling_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'thermal_of_build_thermal_zone': /kisskb/src/drivers/thermal/thermal_of.c:920:19: note: byref variable will be forcibly initialized 920 | u32 prop, coef[2]; | ^~~~ /kisskb/src/drivers/thermal/thermal_of.c:920:13: note: byref variable will be forcibly initialized 920 | u32 prop, coef[2]; | ^~~~ /kisskb/src/drivers/thermal/thermal_of.c: In function 'of_parse_thermal_zones': /kisskb/src/drivers/thermal/thermal_of.c:1096:21: note: byref variable will be forcibly initialized 1096 | u32 prop; | ^~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_thermal_get_temp': /kisskb/src/drivers/hwmon/hwmon.c:159:14: note: byref variable will be forcibly initialized 159 | long t; | ^ 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/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/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, | ^~~~~~~~~~~ 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]; | ^~~~~ /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; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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_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/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/edac/synopsys_edac.c: In function 'setup_address_map': /kisskb/src/drivers/edac/synopsys_edac.c:1290:13: note: byref variable will be forcibly initialized 1290 | u32 addrmap[12]; | ^~~~~~~ /kisskb/src/drivers/edac/synopsys_edac.c: In function 'get_memsize': /kisskb/src/drivers/edac/synopsys_edac.c:733:24: note: byref variable will be forcibly initialized 733 | struct sysinfo inf; | ^~~ /kisskb/src/drivers/edac/synopsys_edac.c: In function 'mc_probe': /kisskb/src/drivers/edac/synopsys_edac.c:1324:30: note: byref variable will be forcibly initialized 1324 | struct edac_mc_layer layers[2]; | ^~~~~~ /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/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/usb/host/xhci-mtk.c: In function 'usb_wakeup_of_property_parse': /kisskb/src/drivers/usb/host/xhci-mtk.c:363:32: note: byref variable will be forcibly initialized 363 | struct of_phandle_args args; | ^~~~ /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/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/edac/fsl_ddr_edac.c: In function 'fsl_mc_inject_ctrl_store': /kisskb/src/drivers/edac/fsl_ddr_edac.c:133:23: note: byref variable will be forcibly initialized 133 | unsigned long val; | ^~~ /kisskb/src/drivers/edac/fsl_ddr_edac.c: In function 'fsl_mc_inject_data_lo_store': /kisskb/src/drivers/edac/fsl_ddr_edac.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned long val; | ^~~ /kisskb/src/drivers/edac/fsl_ddr_edac.c: In function 'fsl_mc_inject_data_hi_store': /kisskb/src/drivers/edac/fsl_ddr_edac.c:93:23: note: byref variable will be forcibly initialized 93 | unsigned long val; | ^~~ /kisskb/src/drivers/edac/fsl_ddr_edac.c: In function 'fsl_mc_check': /kisskb/src/drivers/edac/fsl_ddr_edac.c:288:13: note: byref variable will be forcibly initialized 288 | int bad_ecc_bit; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/fsl_ddr_edac.c:287:13: note: byref variable will be forcibly initialized 287 | int bad_data_bit; | ^~~~~~~~~~~~ /kisskb/src/drivers/edac/fsl_ddr_edac.c: In function 'fsl_mc_err_probe': /kisskb/src/drivers/edac/fsl_ddr_edac.c:479:25: note: byref variable will be forcibly initialized 479 | struct resource r; | ^ /kisskb/src/drivers/edac/fsl_ddr_edac.c:477:30: note: byref variable will be forcibly initialized 477 | struct edac_mc_layer layers[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/w83627hf.c:1097:23: note: byref variable will be forcibly initialized 1097 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/w83627hf.c:1140:23: note: byref variable will be forcibly initialized 1140 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/w83627hf.c:1049:23: note: byref variable will be forcibly initialized 1049 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_store': /kisskb/src/drivers/hwmon/w83627hf.c:916:23: note: byref variable will be forcibly initialized 916 | unsigned long bit; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/w83627hf.c:998:23: note: byref variable will be forcibly initialized 998 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:687:23: note: byref variable will be forcibly initialized 687 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/w83627hf.c:876:23: note: byref variable will be forcibly initialized 876 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:635:23: note: byref variable will be forcibly initialized 635 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in0_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:605:23: note: byref variable will be forcibly initialized 605 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83627hf.c:817:23: note: byref variable will be forcibly initialized 817 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/w83627hf.c:1184:23: note: byref variable will be forcibly initialized 1184 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/w83627hf.c:773:14: note: byref variable will be forcibly initialized 773 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:751:14: note: byref variable will be forcibly initialized 751 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/w83627hf.c:522:14: note: byref variable will be forcibly initialized 522 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/w83627hf.c:503:14: note: byref variable will be forcibly initialized 503 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627hf.c: In function 'sensors_w83627hf_init': /kisskb/src/drivers/hwmon/w83627hf.c:1969:34: note: byref variable will be forcibly initialized 1969 | struct w83627hf_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627hf.c:1968:24: note: byref variable will be forcibly initialized 1968 | unsigned short address; | ^~~~~~~ /kisskb/src/drivers/media/usb/b2c2/flexcop-usb.c: In function 'flexcop_usb_read_ibi_reg': /kisskb/src/drivers/media/usb/b2c2/flexcop-usb.c:305:27: note: byref variable will be forcibly initialized 305 | flexcop_ibi_value val; | ^~~ /kisskb/src/drivers/ata/pata_triflex.c: In function 'triflex_init_one': /kisskb/src/drivers/ata/pata_triflex.c:184:37: note: byref variable will be forcibly initialized 184 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_triflex.c: In function 'triflex_load_timing': /kisskb/src/drivers/ata/pata_triflex.c:77:29: note: byref variable will be forcibly initialized 77 | u32 triflex_timing, old_triflex_timing; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_status': /kisskb/src/drivers/power/supply/rt9455_charger.c:355:25: note: byref variable will be forcibly initialized 355 | unsigned int v, pwr_rdy; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:355:22: note: byref variable will be forcibly initialized 355 | unsigned int v, pwr_rdy; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_battery_presence': /kisskb/src/drivers/power/supply/rt9455_charger.c:487:22: note: byref variable will be forcibly initialized 487 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_online': /kisskb/src/drivers/power/supply/rt9455_charger.c:508:22: note: byref variable will be forcibly initialized 508 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_get_field_val': /kisskb/src/drivers/power/supply/rt9455_charger.c:275:22: note: byref variable will be forcibly initialized 275 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:525:13: note: byref variable will be forcibly initialized 525 | int curr; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_voltage': /kisskb/src/drivers/power/supply/rt9455_charger.c:555:13: note: byref variable will be forcibly initialized 555 | int voltage; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_term_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:586:20: note: byref variable will be forcibly initialized 586 | int ichrg, ieoc_percentage, ret; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:586:13: note: byref variable will be forcibly initialized 586 | int ichrg, ieoc_percentage, ret; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_usb_event': /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:32: note: byref variable will be forcibly initialized 1405 | unsigned int opa_mode, iaicr; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:22: note: byref variable will be forcibly initialized 1405 | unsigned int opa_mode, iaicr; | ^~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_register_reset': /kisskb/src/drivers/power/supply/rt9455_charger.c:300:22: note: byref variable will be forcibly initialized 300 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_health': /kisskb/src/drivers/power/supply/rt9455_charger.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq1_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:854:35: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:28: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:22: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_batt_presence_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:28: note: byref variable will be forcibly initialized 1500 | unsigned int irq1, mask1; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:22: note: byref variable will be forcibly initialized 1500 | unsigned int irq1, mask1; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_pwr_rdy_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1448:22: note: byref variable will be forcibly initialized 1448 | unsigned int pwr_rdy; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq2_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:948:28: note: byref variable will be forcibly initialized 948 | unsigned int irq2, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:948:22: note: byref variable will be forcibly initialized 948 | unsigned int irq2, mask2; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq3_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:28: note: byref variable will be forcibly initialized 1060 | unsigned int irq3, mask3; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:22: note: byref variable will be forcibly initialized 1060 | unsigned int irq3, mask3; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_thread': /kisskb/src/drivers/power/supply/rt9455_charger.c:1119:22: note: byref variable will be forcibly initialized 1119 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1118:14: note: byref variable will be forcibly initialized 1118 | bool is_battery_absent = false; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1117:14: note: byref variable will be forcibly initialized 1117 | bool alert_userspace = false; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_probe': /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_step_wise.c:42:23: note: byref variable will be forcibly initialized 42 | unsigned long cur_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:24: note: byref variable will be forcibly initialized 1598 | u32 mivr = -1, iaicr = -1; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:13: note: byref variable will be forcibly initialized 1598 | u32 mivr = -1, iaicr = -1; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:20: note: byref variable will be forcibly initialized 1596 | u32 ichrg, ieoc_percentage; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:13: note: byref variable will be forcibly initialized 1596 | u32 ichrg, ieoc_percentage; | ^~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_step_wise.c:101:32: note: byref variable will be forcibly initialized 101 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c:100:13: note: byref variable will be forcibly initialized 100 | int trip_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/leds.h:12, from /kisskb/src/drivers/leds/led-core.c:11: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:22: note: byref variable will be forcibly initialized 446 | char tmp_buf[LED_MAX_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:21: note: byref variable will be forcibly initialized 483 | const char *state = NULL; | ^~~~~ /kisskb/src/drivers/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/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:914:32: note: byref variable will be forcibly initialized 914 | 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': In file included from /kisskb/src/drivers/leds/led-class.c:22: /kisskb/src/drivers/leds/led-class.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/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/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/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_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_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_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/usb/mtu3/mtu3.h:14, from /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:12: /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c: In function 'mtu3_qmu_gpd_show': /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:225:20: note: byref variable will be forcibly initialized 225 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c: In function 'mtu3_probe_write': /kisskb/src/drivers/ata/pata_via.c: In function 'via_cable_detect': /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:322:13: note: byref variable will be forcibly initialized 322 | u32 val; | ^~~ /kisskb/src/drivers/ata/pata_via.c:184:13: note: byref variable will be forcibly initialized 184 | u32 ata66; | ^~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:321:14: note: byref variable will be forcibly initialized 321 | char buf[32]; | ^~~ /kisskb/src/drivers/ata/pata_via.c: In function 'via_config_fifo': /kisskb/src/drivers/ata/pata_via.c:485:20: note: byref variable will be forcibly initialized 485 | u8 fifo; | ^~~~ /kisskb/src/drivers/ata/pata_via.c:477:12: note: byref variable will be forcibly initialized 477 | u8 enable; | ^~~~~~ /kisskb/src/drivers/ata/pata_via.c: In function 'via_fixup': /kisskb/src/drivers/ata/pata_via.c:502:13: note: byref variable will be forcibly initialized 502 | u32 timing; | ^~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c: In function 'ssusb_vbus_write': /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:499:14: note: byref variable will be forcibly initialized 499 | bool enable; | ^~~~~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:498:14: note: byref variable will be forcibly initialized 498 | char buf[16]; | ^~~ /kisskb/src/drivers/ata/pata_via.c: In function 'via_init_one': /kisskb/src/drivers/ata/pata_via.c:581:12: note: byref variable will be forcibly initialized 581 | u8 enable; | ^~~~~~ /kisskb/src/drivers/ata/pata_via.c:578:37: note: byref variable will be forcibly initialized 578 | const struct ata_port_info *ppi[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c: In function 'ssusb_mode_write': /kisskb/src/drivers/usb/mtu3/mtu3_debugfs.c:451:14: note: byref variable will be forcibly initialized 451 | char buf[16]; | ^~~ /kisskb/src/drivers/ata/pata_via.c: In function 'via_do_set_mode': /kisskb/src/drivers/ata/pata_via.c:313:20: note: byref variable will be forcibly initialized 313 | u8 udma_etc; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_via.c:279:20: note: byref variable will be forcibly initialized 279 | u8 setup; /* 2 bits per drive */ | ^~~~~ /kisskb/src/drivers/ata/pata_via.c:250:30: note: byref variable will be forcibly initialized 250 | struct ata_timing t, p; | ^ /kisskb/src/drivers/ata/pata_via.c:250:27: note: byref variable will be forcibly initialized 250 | struct ata_timing t, p; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/image/mdc800.c:75: /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_usb_waitForIRQ': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:337:9: note: in expansion of macro 'wait_event_timeout' 337 | wait_event_timeout(mdc800->irq_wait, mdc800->irq_woken, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ata/pata_via.c: In function 'via_mode_filter': /kisskb/src/drivers/ata/pata_via.c:359:23: note: byref variable will be forcibly initialized 359 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_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:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:734:33: note: in expansion of macro 'wait_event_timeout' 734 | wait_event_timeout(mdc800->download_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c: In function 'mdc800_device_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:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/image/mdc800.c:859:25: note: in expansion of macro 'wait_event_timeout' 859 | wait_event_timeout(mdc800->write_wait, mdc800->written, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_internal_cmd_sgl': /kisskb/src/drivers/scsi/mvumi.c:228:20: note: byref variable will be forcibly initialized 228 | dma_addr_t phy_addr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/mvumi.c:9: /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_issue_blocked_cmd': /kisskb/src/include/linux/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/scsi/mvumi.c:729:9: note: in expansion of macro 'wait_event_timeout' 729 | wait_event_timeout(mhba->int_cmd_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_send_command': /kisskb/src/drivers/scsi/mvumi.c:1825:15: note: byref variable will be forcibly initialized 1825 | void *ib_entry; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_inquiry': /kisskb/src/drivers/scsi/mvumi.c:1415:13: note: byref variable will be forcibly initialized 1415 | u64 wwid = 0; | ^~~~ /kisskb/src/drivers/scsi/mvumi.c: In function 'mvumi_receive_ob_list_entry': /kisskb/src/drivers/scsi/mvumi.c:529:31: note: byref variable will be forcibly initialized 529 | unsigned int cur_obf, assign_obf_end, i; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mvumi.c:529:22: note: byref variable will be forcibly initialized 529 | unsigned int cur_obf, assign_obf_end, i; | ^~~~~~~ /kisskb/src/drivers/thermal/gov_user_space.c: In function 'notify_user_space': /kisskb/src/drivers/thermal/gov_user_space.c:34:15: note: byref variable will be forcibly initialized 34 | char *thermal_prop[5]; | ^~~~~~~~~~~~ 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/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__virtscsi_add_cmd': /kisskb/src/drivers/scsi/virtio_scsi.c:422:42: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:37: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:29: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_vq_done': /kisskb/src/drivers/scsi/virtio_scsi.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int len; | ^~~ 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/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_tmf': /kisskb/src/drivers/scsi/virtio_scsi.c:604:36: note: byref variable will be forcibly initialized 604 | DECLARE_COMPLETION_ONSTACK(comp); | ^~~~ /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/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; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function '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/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/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_init': /kisskb/src/include/linux/virtio_config.h:421:50: note: byref variable will be forcibly initialized 421 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:17: note: in expansion of macro 'virtio_cwrite' 768 | virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:828:9: note: in expansion of macro 'virtscsi_config_set' 828 | virtscsi_config_set(vdev, sense_size, VIRTIO_SCSI_SENSE_SIZE); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:421:50: note: byref variable will be forcibly initialized 421 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:17: note: in expansion of macro 'virtio_cwrite' 768 | virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:827:9: note: in expansion of macro 'virtscsi_config_set' 827 | virtscsi_config_set(vdev, cdb_size, VIRTIO_SCSI_CDB_SIZE); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_rescan_hotunplug': /kisskb/src/drivers/scsi/virtio_scsi.c:337:23: note: byref variable will be forcibly initialized 337 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_kick_event': /kisskb/src/drivers/scsi/virtio_scsi.c:233:28: note: byref variable will be forcibly initialized 233 | struct scatterlist sg; | ^~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_probe': /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:887:26: note: in expansion of macro 'virtscsi_config_get' 887 | shost->max_lun = virtscsi_config_get(vdev, max_lun) + 1 + 0x4000; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:882:30: note: in expansion of macro 'virtscsi_config_get' 882 | shost->max_sectors = virtscsi_config_get(vdev, max_sectors) ?: 0xFFFF; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:880:23: note: in expansion of macro 'virtscsi_config_get' 880 | cmd_per_lun = virtscsi_config_get(vdev, cmd_per_lun) ?: 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:867:20: note: in expansion of macro 'virtscsi_config_get' 867 | sg_elems = virtscsi_config_get(vdev, seg_max) ?: 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:860:23: note: in expansion of macro 'virtscsi_config_get' 860 | num_targets = virtscsi_config_get(vdev, max_target) + 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:392:50: note: byref variable will be forcibly initialized 392 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:17: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:857:22: note: in expansion of macro 'virtscsi_config_get' 857 | num_queues = virtscsi_config_get(vdev, num_queues) ? : 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_icreate_item.c: In function 'xfs_icreate_item_format': /kisskb/src/fs/xfs/xfs_icreate_item.c:55:34: note: byref variable will be forcibly initialized 55 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_sff_irq_check': /kisskb/src/drivers/ata/pata_sl82c105.c:234:13: note: byref variable will be forcibly initialized 234 | u32 val, mask = ap->port_no ? CTRL_IDE_IRQB : CTRL_IDE_IRQA; | ^~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_fixup': /kisskb/src/drivers/ata/pata_sl82c105.c:295:13: note: byref variable will be forcibly initialized 295 | u32 val; | ^~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_init_one': /kisskb/src/drivers/ata/pata_sl82c105.c:316:37: note: byref variable will be forcibly initialized 316 | const struct ata_port_info *ppi[] = { &info_early, | ^~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_reset_engine': /kisskb/src/drivers/ata/pata_sl82c105.c:143:13: note: byref variable will be forcibly initialized 143 | u16 val; | ^~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_configure_dmamode': /kisskb/src/drivers/ata/pata_sl82c105.c:121:13: note: byref variable will be forcibly initialized 121 | u16 dummy; | ^~~~~ /kisskb/src/drivers/ata/pata_sl82c105.c: In function 'sl82c105_configure_piomode': /kisskb/src/drivers/ata/pata_sl82c105.c:84:13: note: byref variable will be forcibly initialized 84 | u16 dummy; | ^~~~~ /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/ufs/host/tc-dwc-g210-pci.c: In function 'tc_dwc_g210_pci_probe': /kisskb/src/drivers/ufs/host/tc-dwc-g210-pci.c:68:25: note: byref variable will be forcibly initialized 68 | struct ufs_hba *hba; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/xhci-mtk-sch.c:10: /kisskb/src/drivers/usb/host/xhci-mtk-sch.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:8, from /kisskb/src/include/linux/completion.h:12, 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/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'open_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:266:34: note: in expansion of macro 'wait_event_interruptible' 266 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:253:34: note: in expansion of macro 'wait_event_interruptible' 253 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.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:8, from /kisskb/src/include/linux/completion.h:12, 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/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'sg_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/scsi/sg.c:474:26: note: in expansion of macro 'wait_event_interruptible' 474 | retval = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:447:14: note: byref variable will be forcibly initialized 447 | bool busy; | ^~~~ /kisskb/src/drivers/scsi/sg.c:446:13: note: byref variable will be forcibly initialized 446 | int req_pack_id = -1; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_rq_end_io': /kisskb/src/drivers/scsi/sg.c:1349:39: note: byref variable will be forcibly initialized 1349 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_start_req': /kisskb/src/drivers/scsi/sg.c:1808:33: note: byref variable will be forcibly initialized 1808 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/sg.c:1807:31: note: byref variable will be forcibly initialized 1807 | struct iovec *iov = NULL; | ^~~ /kisskb/src/drivers/scsi/sg.c:1727:33: note: byref variable will be forcibly initialized 1727 | struct rq_map_data *md, map_data; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_cmd640.c: In function 'cmd640_hardware_init': /kisskb/src/drivers/ata/pata_cmd640.c:192:12: note: byref variable will be forcibly initialized 192 | u8 ctrl; | ^~~~ /kisskb/src/drivers/ata/pata_cmd640.c: In function 'cmd640_init_one': /kisskb/src/drivers/ata/pata_cmd640.c:223:37: note: byref variable will be forcibly initialized 223 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/ata/pata_cmd640.c: In function 'cmd640_sff_irq_check': /kisskb/src/drivers/ata/pata_cmd640.c:168:13: note: byref variable will be forcibly initialized 168 | u8 irq_stat, irq_mask = ap->port_no ? 0x10 : 0x04; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_cmd640.c: In function 'cmd640_set_piomode': /kisskb/src/drivers/ata/pata_cmd640.c:71:35: note: byref variable will be forcibly initialized 71 | struct ata_timing p; | ^ /kisskb/src/drivers/ata/pata_cmd640.c:59:12: note: byref variable will be forcibly initialized 59 | u8 reg; | ^~~ /kisskb/src/drivers/ata/pata_cmd640.c:56:27: note: byref variable will be forcibly initialized 56 | struct ata_timing t; | ^ /kisskb/src/drivers/scsi/sg.c: In function 'sg_new_write': /kisskb/src/drivers/scsi/sg.c:719:23: note: byref variable will be forcibly initialized 719 | unsigned char cmnd[SG_MAX_CDB_SIZE]; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/lt7182s.c: In function 'lt7182s_probe': /kisskb/src/drivers/hwmon/pmbus/lt7182s.c:107:12: note: byref variable will be forcibly initialized 107 | u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_write': /kisskb/src/drivers/scsi/sg.c:609:23: note: byref variable will be forcibly initialized 609 | unsigned char cmnd[SG_MAX_CDB_SIZE]; | ^~~~ /kisskb/src/drivers/scsi/sg.c:607:26: note: byref variable will be forcibly initialized 607 | struct sg_header old_hdr; | ^~~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_ioctl_common': /kisskb/src/drivers/scsi/sg.c:978:38: note: byref variable will be forcibly initialized 978 | sg_scsi_id_t v; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/include/linux/wait.h:303: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/scsi/sg.c:939:26: note: in expansion of macro 'wait_event_interruptible' 939 | result = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:922:21: note: byref variable will be forcibly initialized 922 | Sg_request *srp; | ^~~ /kisskb/src/drivers/ufs/host/ufshcd-dwc.c: In function 'ufshcd_dwc_link_is_up': /kisskb/src/drivers/ufs/host/ufshcd-dwc.c:58:13: note: byref variable will be forcibly initialized 58 | int dme_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/pmbus/ltc2978.c: In function 'ltc2978_get_id': /kisskb/src/drivers/hwmon/pmbus/ltc2978.c:601:20: note: byref variable will be forcibly initialized 601 | u8 buf[I2C_SMBUS_BLOCK_MAX]; | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_parity_test_read': /kisskb/src/drivers/edac/thunderx_edac.c:234:14: note: byref variable will be forcibly initialized 234 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:292:33: note: in expansion of macro 'DEBUGFS_FIELD_ATTR' 292 | #define LMC_DEBUGFS_ENT(_field) DEBUGFS_FIELD_ATTR(lmc, _field) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:451:1: note: in expansion of macro 'LMC_DEBUGFS_ENT' 451 | LMC_DEBUGFS_ENT(parity_test); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_mask2_read': /kisskb/src/drivers/edac/thunderx_edac.c:234:14: note: byref variable will be forcibly initialized 234 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:292:33: note: in expansion of macro 'DEBUGFS_FIELD_ATTR' 292 | #define LMC_DEBUGFS_ENT(_field) DEBUGFS_FIELD_ATTR(lmc, _field) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:450:1: note: in expansion of macro 'LMC_DEBUGFS_ENT' 450 | LMC_DEBUGFS_ENT(mask2); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_mask0_read': /kisskb/src/drivers/edac/thunderx_edac.c:234:14: note: byref variable will be forcibly initialized 234 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:292:33: note: in expansion of macro 'DEBUGFS_FIELD_ATTR' 292 | #define LMC_DEBUGFS_ENT(_field) DEBUGFS_FIELD_ATTR(lmc, _field) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:449:1: note: in expansion of macro 'LMC_DEBUGFS_ENT' 449 | LMC_DEBUGFS_ENT(mask0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_mci_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1932:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1932 | L2C_DEBUGFS_ATTR(mci_int, L2C_MCI_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_cbc_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1926:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1926 | L2C_DEBUGFS_ATTR(cbc_int, L2C_CBC_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_tad_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1920:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1920 | L2C_DEBUGFS_ATTR(tad_int, L2C_TAD_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1279:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1279 | OCX_DEBUGFS_ATTR(com_int, OCX_COM_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne23_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1277:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1277 | OCX_DEBUGFS_ATTR(lne23_badcnt, OCX_LNE_BAD_CNT(23)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne22_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1276:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1276 | OCX_DEBUGFS_ATTR(lne22_badcnt, OCX_LNE_BAD_CNT(22)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne21_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1275:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1275 | OCX_DEBUGFS_ATTR(lne21_badcnt, OCX_LNE_BAD_CNT(21)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne20_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1274:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1274 | OCX_DEBUGFS_ATTR(lne20_badcnt, OCX_LNE_BAD_CNT(20)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne19_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1273:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1273 | OCX_DEBUGFS_ATTR(lne19_badcnt, OCX_LNE_BAD_CNT(19)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne18_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1272:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1272 | OCX_DEBUGFS_ATTR(lne18_badcnt, OCX_LNE_BAD_CNT(18)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne17_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1271:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1271 | OCX_DEBUGFS_ATTR(lne17_badcnt, OCX_LNE_BAD_CNT(17)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne16_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1270:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1270 | OCX_DEBUGFS_ATTR(lne16_badcnt, OCX_LNE_BAD_CNT(16)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne15_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1268:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1268 | OCX_DEBUGFS_ATTR(lne15_badcnt, OCX_LNE_BAD_CNT(15)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne14_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1267:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1267 | OCX_DEBUGFS_ATTR(lne14_badcnt, OCX_LNE_BAD_CNT(14)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne13_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1266:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1266 | OCX_DEBUGFS_ATTR(lne13_badcnt, OCX_LNE_BAD_CNT(13)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne12_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1265:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1265 | OCX_DEBUGFS_ATTR(lne12_badcnt, OCX_LNE_BAD_CNT(12)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne11_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1264:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1264 | OCX_DEBUGFS_ATTR(lne11_badcnt, OCX_LNE_BAD_CNT(11)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne10_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1263:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1263 | OCX_DEBUGFS_ATTR(lne10_badcnt, OCX_LNE_BAD_CNT(10)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne09_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1262:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1262 | OCX_DEBUGFS_ATTR(lne09_badcnt, OCX_LNE_BAD_CNT(9)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne08_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1261:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1261 | OCX_DEBUGFS_ATTR(lne08_badcnt, OCX_LNE_BAD_CNT(8)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne07_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1259:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1259 | OCX_DEBUGFS_ATTR(lne07_badcnt, OCX_LNE_BAD_CNT(7)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne06_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1258:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1258 | OCX_DEBUGFS_ATTR(lne06_badcnt, OCX_LNE_BAD_CNT(6)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne05_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1257:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1257 | OCX_DEBUGFS_ATTR(lne05_badcnt, OCX_LNE_BAD_CNT(5)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne04_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1256:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1256 | OCX_DEBUGFS_ATTR(lne04_badcnt, OCX_LNE_BAD_CNT(4)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne03_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1255:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1255 | OCX_DEBUGFS_ATTR(lne03_badcnt, OCX_LNE_BAD_CNT(3)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne02_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1254:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1254 | OCX_DEBUGFS_ATTR(lne02_badcnt, OCX_LNE_BAD_CNT(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne01_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1253:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1253 | OCX_DEBUGFS_ATTR(lne01_badcnt, OCX_LNE_BAD_CNT(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne00_badcnt_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1252:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1252 | OCX_DEBUGFS_ATTR(lne00_badcnt, OCX_LNE_BAD_CNT(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link2_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1250:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1250 | OCX_DEBUGFS_ATTR(com_link2_int, OCX_COM_LINKX_INT_W1S(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link1_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1249:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1249 | OCX_DEBUGFS_ATTR(com_link1_int, OCX_COM_LINKX_INT_W1S(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link0_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1248:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1248 | OCX_DEBUGFS_ATTR(com_link0_int, OCX_COM_LINKX_INT_W1S(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk2_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1246:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1246 | OCX_DEBUGFS_ATTR(rlk2_ecc_ctl, OCX_RLKX_ECC_CTL(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk1_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1245:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1245 | OCX_DEBUGFS_ATTR(rlk1_ecc_ctl, OCX_RLKX_ECC_CTL(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk0_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1244:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1244 | OCX_DEBUGFS_ATTR(rlk0_ecc_ctl, OCX_RLKX_ECC_CTL(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk2_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1242:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1242 | OCX_DEBUGFS_ATTR(tlk2_ecc_ctl, OCX_TLKX_ECC_CTL(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk1_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1241:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1241 | OCX_DEBUGFS_ATTR(tlk1_ecc_ctl, OCX_TLKX_ECC_CTL(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk0_ecc_ctl_read': /kisskb/src/drivers/edac/thunderx_edac.c:263:14: note: byref variable will be forcibly initialized 263 | char buf[20]; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1240:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1240 | OCX_DEBUGFS_ATTR(tlk0_ecc_ctl, OCX_TLKX_ECC_CTL(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_int_read': /kisskb/src/drivers/edac/thunderx_edac.c:327:14: note: byref variable will be forcibly initialized 327 | char buf[20]; | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_mci_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1932:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1932 | L2C_DEBUGFS_ATTR(mci_int, L2C_MCI_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_cbc_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1926:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1926 | L2C_DEBUGFS_ATTR(cbc_int, L2C_CBC_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_tad_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1918:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1918 | #define L2C_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(l2c, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1920:1: note: in expansion of macro 'L2C_DEBUGFS_ATTR' 1920 | L2C_DEBUGFS_ATTR(tad_int, L2C_TAD_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1279:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1279 | OCX_DEBUGFS_ATTR(com_int, OCX_COM_INT_W1S); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne23_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1277:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1277 | OCX_DEBUGFS_ATTR(lne23_badcnt, OCX_LNE_BAD_CNT(23)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne22_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1276:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1276 | OCX_DEBUGFS_ATTR(lne22_badcnt, OCX_LNE_BAD_CNT(22)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne21_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1275:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1275 | OCX_DEBUGFS_ATTR(lne21_badcnt, OCX_LNE_BAD_CNT(21)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne20_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1274:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1274 | OCX_DEBUGFS_ATTR(lne20_badcnt, OCX_LNE_BAD_CNT(20)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne19_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1273:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1273 | OCX_DEBUGFS_ATTR(lne19_badcnt, OCX_LNE_BAD_CNT(19)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne18_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1272:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1272 | OCX_DEBUGFS_ATTR(lne18_badcnt, OCX_LNE_BAD_CNT(18)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne17_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1271:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1271 | OCX_DEBUGFS_ATTR(lne17_badcnt, OCX_LNE_BAD_CNT(17)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne16_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1270:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1270 | OCX_DEBUGFS_ATTR(lne16_badcnt, OCX_LNE_BAD_CNT(16)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne15_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1268:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1268 | OCX_DEBUGFS_ATTR(lne15_badcnt, OCX_LNE_BAD_CNT(15)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne14_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1267:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1267 | OCX_DEBUGFS_ATTR(lne14_badcnt, OCX_LNE_BAD_CNT(14)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne13_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1266:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1266 | OCX_DEBUGFS_ATTR(lne13_badcnt, OCX_LNE_BAD_CNT(13)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne12_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1265:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1265 | OCX_DEBUGFS_ATTR(lne12_badcnt, OCX_LNE_BAD_CNT(12)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne11_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1264:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1264 | OCX_DEBUGFS_ATTR(lne11_badcnt, OCX_LNE_BAD_CNT(11)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne10_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1263:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1263 | OCX_DEBUGFS_ATTR(lne10_badcnt, OCX_LNE_BAD_CNT(10)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne09_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1262:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1262 | OCX_DEBUGFS_ATTR(lne09_badcnt, OCX_LNE_BAD_CNT(9)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne08_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1261:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1261 | OCX_DEBUGFS_ATTR(lne08_badcnt, OCX_LNE_BAD_CNT(8)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne07_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1259:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1259 | OCX_DEBUGFS_ATTR(lne07_badcnt, OCX_LNE_BAD_CNT(7)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne06_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1258:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1258 | OCX_DEBUGFS_ATTR(lne06_badcnt, OCX_LNE_BAD_CNT(6)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne05_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1257:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1257 | OCX_DEBUGFS_ATTR(lne05_badcnt, OCX_LNE_BAD_CNT(5)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne04_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1256:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1256 | OCX_DEBUGFS_ATTR(lne04_badcnt, OCX_LNE_BAD_CNT(4)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne03_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1255:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1255 | OCX_DEBUGFS_ATTR(lne03_badcnt, OCX_LNE_BAD_CNT(3)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne02_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1254:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1254 | OCX_DEBUGFS_ATTR(lne02_badcnt, OCX_LNE_BAD_CNT(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne01_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1253:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1253 | OCX_DEBUGFS_ATTR(lne01_badcnt, OCX_LNE_BAD_CNT(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_lne00_badcnt_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1252:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1252 | OCX_DEBUGFS_ATTR(lne00_badcnt, OCX_LNE_BAD_CNT(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link2_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1250:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1250 | OCX_DEBUGFS_ATTR(com_link2_int, OCX_COM_LINKX_INT_W1S(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link1_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1249:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1249 | OCX_DEBUGFS_ATTR(com_link1_int, OCX_COM_LINKX_INT_W1S(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_link0_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1248:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1248 | OCX_DEBUGFS_ATTR(com_link0_int, OCX_COM_LINKX_INT_W1S(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk2_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1246:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1246 | OCX_DEBUGFS_ATTR(rlk2_ecc_ctl, OCX_RLKX_ECC_CTL(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk1_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1245:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1245 | OCX_DEBUGFS_ATTR(rlk1_ecc_ctl, OCX_RLKX_ECC_CTL(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_rlk0_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1244:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1244 | OCX_DEBUGFS_ATTR(rlk0_ecc_ctl, OCX_RLKX_ECC_CTL(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk2_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1242:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1242 | OCX_DEBUGFS_ATTR(tlk2_ecc_ctl, OCX_TLKX_ECC_CTL(2)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk1_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1241:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1241 | OCX_DEBUGFS_ATTR(tlk1_ecc_ctl, OCX_TLKX_ECC_CTL(1)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_tlk0_ecc_ctl_write': /kisskb/src/drivers/edac/thunderx_edac.c:275:13: note: byref variable will be forcibly initialized 275 | u64 val; \ | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c:1238:41: note: in expansion of macro 'DEBUGFS_REG_ATTR' 1238 | #define OCX_DEBUGFS_ATTR(_name, _reg) DEBUGFS_REG_ATTR(ocx, _name, _reg) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c:1240:1: note: in expansion of macro 'OCX_DEBUGFS_ATTR' 1240 | OCX_DEBUGFS_ATTR(tlk0_ecc_ctl, OCX_TLKX_ECC_CTL(0)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_inject_int_write': /kisskb/src/drivers/edac/thunderx_edac.c:308:13: note: byref variable will be forcibly initialized 308 | u64 val; | ^~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_l2c_probe': /kisskb/src/drivers/edac/thunderx_edac.c:1953:14: note: byref variable will be forcibly initialized 1953 | char name[32]; | ^~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_probe': /kisskb/src/drivers/edac/thunderx_edac.c:1347:14: note: byref variable will be forcibly initialized 1347 | char name[32]; | ^~~~ /kisskb/src/drivers/edac/thunderx_edac.c: In function 'thunderx_lmc_probe': /kisskb/src/drivers/edac/thunderx_edac.c:665:30: note: byref variable will be forcibly initialized 665 | struct edac_mc_layer layer; | ^~~~~ /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/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; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function '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/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/clocksource/sh_cmt.c:14: /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clocksource/sh_cmt.c: In function 'sh_cmt_clocksource_read': /kisskb/src/drivers/clocksource/sh_cmt.c:625:13: note: byref variable will be forcibly initialized 625 | u32 has_wrapped; | ^~~~~~~~~~~ /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/clocksource/sh_cmt.c: In function 'sh_cmt_clock_event_program_verify': /kisskb/src/drivers/clocksource/sh_cmt.c:415:13: note: byref variable will be forcibly initialized 415 | u32 has_wrapped; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_power2state': /kisskb/src/drivers/thermal/devfreq_cooling.c:265:35: note: byref variable will be forcibly initialized 265 | struct devfreq_dev_status status; | ^~~~~~ /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_get_requested_power': /kisskb/src/drivers/thermal/devfreq_cooling.c:183:35: note: byref variable will be forcibly initialized 183 | struct devfreq_dev_status status; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/devfreq.h:13, from /kisskb/src/drivers/thermal/devfreq_cooling.c:13: /kisskb/src/drivers/thermal/devfreq_cooling.c: In function '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/devfreq_cooling.c: In function 'devfreq_cooling_gen_tables': /kisskb/src/drivers/thermal/devfreq_cooling.c:322:23: note: byref variable will be forcibly initialized 322 | unsigned long freq; | ^~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83795.c:730:23: note: byref variable will be forcibly initialized 730 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83795.c:1518:23: note: byref variable will be forcibly initialized 1518 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_temp': /kisskb/src/drivers/hwmon/w83795.c:1301:23: note: byref variable will be forcibly initialized 1301 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_pwm': /kisskb/src/drivers/hwmon/w83795.c:1265:23: note: byref variable will be forcibly initialized 1265 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_temp_pwm': /kisskb/src/drivers/hwmon/w83781d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83795.c:1205:23: note: byref variable will be forcibly initialized 1205 | unsigned long val; | ^~~ /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/w83795.c: In function 'store_temp_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:1096:23: note: byref variable will be forcibly initialized 1096 | unsigned long tmp; | ^~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83795.c:1443:23: note: byref variable will be forcibly initialized 1443 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fanin': /kisskb/src/drivers/hwmon/w83795.c:1157:23: note: byref variable will be forcibly initialized 1157 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_pwm_enable': /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/w83795.c:923:23: note: byref variable will be forcibly initialized 923 | unsigned long val; | ^~~ /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/w83795.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83795.c:863:23: note: byref variable will be forcibly initialized 863 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83795.c:755:23: note: byref variable will be forcibly initialized 755 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_temp_src': /kisskb/src/drivers/hwmon/w83795.c:1028:23: note: byref variable will be forcibly initialized 1028 | unsigned long channel; | ^~~~~~~ /kisskb/src/drivers/hwmon/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/w83795.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83795.c:801:23: note: byref variable will be forcibly initialized 801 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/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); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_dts_ext': /kisskb/src/drivers/hwmon/w83795.c:1402:14: note: byref variable will be forcibly initialized 1402 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83795.c:1341:14: note: byref variable will be forcibly initialized 1341 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/ad7414.c: In function 'max_min_store': /kisskb/src/drivers/hwmon/ad7414.c:130:14: note: byref variable will be forcibly initialized 130 | long temp; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c: In function 'dvb_usb_v2_generic_io': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_urb.c:14:18: note: byref variable will be forcibly initialized 14 | int ret, actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_read_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:270:12: note: byref variable will be forcibly initialized 270 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:1413:12: note: byref variable will be forcibly initialized 1413 | u8 batfet_disable; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_field_val': /kisskb/src/drivers/power/supply/bq24190_charger.c:305:12: note: byref variable will be forcibly initialized 305 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_temp_alert_max': /kisskb/src/drivers/power/supply/bq24190_charger.c:1437:13: note: byref variable will be forcibly initialized 1437 | int temp, ret; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_voltage': /kisskb/src/drivers/power/supply/bq24190_charger.c:1057:13: note: byref variable will be forcibly initialized 1057 | int voltage, ret; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_iinlimit': /kisskb/src/drivers/power/supply/bq24190_charger.c:1093:13: note: byref variable will be forcibly initialized 1093 | int iinlimit, ret; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_type': /kisskb/src/drivers/power/supply/bq24190_charger.c:750:12: note: byref variable will be forcibly initialized 750 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:911:21: note: byref variable will be forcibly initialized 911 | u8 pg_stat, batfet_disable; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:911:12: note: byref variable will be forcibly initialized 911 | u8 pg_stat, batfet_disable; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_precharge': /kisskb/src/drivers/power/supply/bq24190_charger.c:967:12: note: byref variable will be forcibly initialized 967 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_term': /kisskb/src/drivers/power/supply/bq24190_charger.c:983:12: note: byref variable will be forcibly initialized 983 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:1000:13: note: byref variable will be forcibly initialized 1000 | int curr, ret; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:999:12: note: byref variable will be forcibly initialized 999 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1322:12: note: byref variable will be forcibly initialized 1322 | u8 ss_reg, chrg_fault; | ^~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_write_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:287:12: note: byref variable will be forcibly initialized 287 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_set_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:1026:12: note: byref variable will be forcibly initialized 1026 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_set_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:623:12: note: byref variable will be forcibly initialized 623 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_check_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1593:24: note: byref variable will be forcibly initialized 1593 | u8 ss_reg = 0, f_reg = 0; | ^~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:1593:12: note: byref variable will be forcibly initialized 1593 | u8 ss_reg = 0, f_reg = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-adp5520.c:17: /kisskb/src/drivers/leds/leds-adp5520.c: 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/bq24190_charger.c: In function 'bq24190_register_reset': /kisskb/src/drivers/power/supply/bq24190_charger.c:704:12: note: byref variable will be forcibly initialized 704 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_hw_init': /kisskb/src/drivers/power/supply/bq24190_charger.c:1687:12: note: byref variable will be forcibly initialized 1687 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_input_current_limit_work': /kisskb/src/drivers/power/supply/bq24190_charger.c:1253:36: note: byref variable will be forcibly initialized 1253 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_store': /kisskb/src/drivers/power/supply/bq24190_charger.c:481:12: note: byref variable will be forcibly initialized 481 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_show': /kisskb/src/drivers/power/supply/bq24190_charger.c:452:12: note: byref variable will be forcibly initialized 452 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:1723:13: note: byref variable will be forcibly initialized 1723 | int v, idx; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c:1722:43: note: byref variable will be forcibly initialized 1722 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/thermal/sprd_thermal.c: In function 'sprd_thm_cal_read': /kisskb/src/drivers/thermal/sprd_thermal.c:126:16: note: byref variable will be forcibly initialized 126 | size_t len; | ^~~ /kisskb/src/drivers/thermal/sprd_thermal.c: In function 'sprd_thm_sensor_calibration': /kisskb/src/drivers/thermal/sprd_thermal.c:157:13: note: byref variable will be forcibly initialized 157 | int dt_offset = 64, ratio = 1000; | ^~~~~~~~~ /kisskb/src/drivers/thermal/sprd_thermal.c: In function 'sprd_thm_probe': /kisskb/src/drivers/thermal/sprd_thermal.c:339:13: note: byref variable will be forcibly initialized 339 | u32 val; | ^~~ /kisskb/src/drivers/ufs/host/tc-dwc-g210.c: In function 'tc_dwc_g210_setup_20bit_rmmi_lane1': /kisskb/src/drivers/ufs/host/tc-dwc-g210.c:146:13: note: byref variable will be forcibly initialized 146 | int connected_tx_lanes = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/host/tc-dwc-g210.c:145:13: note: byref variable will be forcibly initialized 145 | int connected_rx_lanes = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxbsp_i2c_write_read': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1315:24: note: byref variable will be forcibly initialized 1315 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1419:12: note: byref variable will be forcibly initialized 1419 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1523:12: note: byref variable will be forcibly initialized 1523 | u8 buf[sizeof(*data)]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_read_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1556:12: note: byref variable will be forcibly initialized 1556 | u8 buf[sizeof(*data)]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1596:12: note: byref variable will be forcibly initialized 1596 | u8 buf[DRXDAP_MAX_WCHUNKSIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1729:12: note: byref variable will be forcibly initialized 1729 | u8 buf[sizeof(data)]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_write_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2025:21: note: byref variable will be forcibly initialized 2025 | u16 tr_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_read_aud_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1912:13: note: byref variable will be forcibly initialized 1912 | u16 tr_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_sig_strength': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9386:13: note: byref variable will be forcibly initialized 9386 | u16 if_gain = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9385:13: note: byref variable will be forcibly initialized 9385 | u16 rf_gain = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsb_post_rs_pck_err': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6220:13: note: byref variable will be forcibly initialized 6220 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpre_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6303:13: note: byref variable will be forcibly initialized 6303 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vs_bpost_viterbi_ber': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6259:13: note: byref variable will be forcibly initialized 6259 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_vsbmer': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6325:13: note: byref variable will be forcibly initialized 6325 | u16 data_hi = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_qamrs_err_count': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:52: note: byref variable will be forcibly initialized 9310 | nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:35: note: byref variable will be forcibly initialized 9310 | nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9310:13: note: byref variable will be forcibly initialized 9310 | nr_packet_errors = 0, nr_failures = 0, nr_snc_par_fail_count = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9309:13: note: byref variable will be forcibly initialized 9309 | nr_symbol_errors = 0, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9308:13: note: byref variable will be forcibly initialized 9308 | u16 nr_bit_errors = 0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_get_qam_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9474:13: note: byref variable will be forcibly initialized 9474 | u16 fec_oc_period = 0; /* SNC sync failure measurement period */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9473:13: note: byref variable will be forcibly initialized 9473 | u16 qsym_err_vd = 0; /* quadrature symbol errors in QAM_VD */ | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9472:13: note: byref variable will be forcibly initialized 9472 | u16 qam_sl_err_power = 0; /* accumulated error between raw and sliced symbols */ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_sig_quality': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:18: note: byref variable will be forcibly initialized 10685 | u16 mer, strength = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10685:13: note: byref variable will be forcibly initialized 10685 | u16 mer, strength = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:28: note: byref variable will be forcibly initialized 10684 | u32 ber, cnt, err, pkt; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:23: note: byref variable will be forcibly initialized 10684 | u32 ber, cnt, err, pkt; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:18: note: byref variable will be forcibly initialized 10684 | u32 ber, cnt, err, pkt; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10684:13: note: byref variable will be forcibly initialized 10684 | u32 ber, cnt, err, pkt; | ^~~ 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/include/linux/usb.h:15, from /kisskb/src/include/linux/usb/input.h:9, from /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb.h:12, from /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_common.h:12, from /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:9: /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_uio_write': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3674:13: note: byref variable will be forcibly initialized 3674 | u16 value = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_set_lna_state': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11911:28: note: byref variable will be forcibly initialized 11911 | struct drxuio_data uio_data; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11910:27: note: byref variable will be forcibly initialized 11910 | struct drxuio_cfg uio_cfg; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2279:13: note: byref variable will be forcibly initialized 2279 | u16 wait_cmd = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_i2c_bridge': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3882:13: note: byref variable will be forcibly initialized 3882 | u16 result = 0; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c: In function 'dvb_usbv2_download_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:26:32: note: byref variable will be forcibly initialized 26 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3881:28: note: byref variable will be forcibly initialized 3881 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12186:14: note: byref variable will be forcibly initialized 12186 | bool i2c_gate_state; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'hi_cfg_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2237:13: note: byref variable will be forcibly initialized 2237 | u16 result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2236:28: note: byref variable will be forcibly initialized 2236 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3981:13: note: byref variable will be forcibly initialized 3981 | u16 cur_cmd = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_lock_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10800:13: note: byref variable will be forcibly initialized 10800 | u16 cmd_result[2] = { 0, 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c: In function 'dvb_usb_start_feed': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:246:43: note: byref variable will be forcibly initialized 246 | struct usb_data_stream_properties stream_props; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_read_status': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11966:30: note: byref variable will be forcibly initialized 11966 | enum drx_lock_status lock_status; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4147:13: note: byref variable will be forcibly initialized 4147 | u16 cmd_result[15]; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4146:13: note: byref variable will be forcibly initialized 4146 | u16 set_param_parameters[18]; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4144:28: note: byref variable will be forcibly initialized 4144 | struct drxjscu_cmd scu_cmd; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_write_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4236:12: note: byref variable will be forcibly initialized 4236 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_scu_atomic_read_reg16': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4208:12: note: byref variable will be forcibly initialized 4208 | u8 buf[2] = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5354:13: note: byref variable will be forcibly initialized 5354 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_atv': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9754:13: note: byref variable will be forcibly initialized 9754 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4261:13: note: byref variable will be forcibly initialized 4261 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4336:21: note: byref variable will be forcibly initialized 4336 | u16 clk_neg = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4324:13: note: byref variable will be forcibly initialized 4324 | u16 count = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4400:13: note: byref variable will be forcibly initialized 4400 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4397:13: note: byref variable will be forcibly initialized 4397 | u16 agc_ki = 0; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c: In function 'dvb_usbv2_probe': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:946:29: note: byref variable will be forcibly initialized 946 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5152:21: note: byref variable will be forcibly initialized 5152 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:4938:21: note: byref variable will be forcibly initialized 4938 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpegtei_handling': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3377:13: note: byref variable will be forcibly initialized 3377 | u16 fec_oc_ems_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3376:13: note: byref variable will be forcibly initialized 3376 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3375:13: note: byref variable will be forcibly initialized 3375 | u16 fec_oc_dpr_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'bit_reverse_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3448:13: note: byref variable will be forcibly initialized 3448 | u16 fec_oc_ipr_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_mpeg_start_width': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3492:13: note: byref variable will be forcibly initialized 3492 | u16 fec_oc_comm_mb = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_atomic_read_write_block': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2110:13: note: byref variable will be forcibly initialized 2110 | u16 dummy = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2109:13: note: byref variable will be forcibly initialized 2109 | u16 word; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2107:28: note: byref variable will be forcibly initialized 2107 | struct drxj_hi_cmd hi_cmd; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_dap_atomic_read_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2184:12: note: byref variable will be forcibly initialized 2184 | u8 buf[sizeof(*data)] = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2479:13: note: byref variable will be forcibly initialized 2479 | u16 bid = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2478:13: note: byref variable will be forcibly initialized 2478 | u32 sio_top_jtagid_lo = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2477:13: note: byref variable will be forcibly initialized 2477 | u16 sio_pdr_ohw_cfg = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_orx_nsu_aox': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9872:13: note: byref variable will be forcibly initialized 9872 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'smart_ant_init': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3918:13: note: byref variable will be forcibly initialized 3918 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:3916:27: note: byref variable will be forcibly initialized 3916 | struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SMA }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxdap_fasi_write_reg32': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:1802:12: note: byref variable will be forcibly initialized 1802 | u8 buf[sizeof(data)]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_cfg_mpeg_output': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2734:13: note: byref variable will be forcibly initialized 2734 | u16 fec_oc_reg_ipr_mode = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2733:13: note: byref variable will be forcibly initialized 2733 | u16 fec_oc_reg_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6370:13: note: byref variable will be forcibly initialized 6370 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6368:36: note: byref variable will be forcibly initialized 6368 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_down_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5409:13: note: byref variable will be forcibly initialized 5409 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5407:36: note: byref variable will be forcibly initialized 5407 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam_flip_spec': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8683:13: note: byref variable will be forcibly initialized 8683 | u16 fsm_state = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8681:13: note: byref variable will be forcibly initialized 8681 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8680:13: note: byref variable will be forcibly initialized 8680 | u16 qam_ctl_ena = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8679:13: note: byref variable will be forcibly initialized 8679 | u32 iqm_fs_rate_lo = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8678:13: note: byref variable will be forcibly initialized 8678 | u32 iqm_fs_rate_ofs = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'qam64auto': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8879:13: note: byref variable will be forcibly initialized 8879 | u16 data = 0; | ^~~~ /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/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_standard': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10933:29: note: byref variable will be forcibly initialized 10933 | u16 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_vsb': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6110:44: note: byref variable will be forcibly initialized 6110 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:6076:42: note: byref variable will be forcibly initialized 6076 | struct drxj_cfg_afe_gain vsb_pga_cfg = { DRX_STANDARD_8VSB, 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5970:21: note: byref variable will be forcibly initialized 5970 | u16 fec_oc_reg_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5933:21: note: byref variable will be forcibly initialized 5933 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5720:13: note: byref variable will be forcibly initialized 5720 | u16 cmd_param = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5719:13: note: byref variable will be forcibly initialized 5719 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:5717:28: note: byref variable will be forcibly initialized 5717 | struct drxjscu_cmd cmd_scu; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8620:52: note: byref variable will be forcibly initialized 8620 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:8482:50: note: byref variable will be forcibly initialized 8482 | struct drxj_cfg_afe_gain qam_pga_cfg = { DRX_STANDARD_ITU_B, 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7866:13: note: byref variable will be forcibly initialized 7866 | u16 set_env_parameters = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:7863:13: note: byref variable will be forcibly initialized 7863 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'set_qam_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9225:29: note: byref variable will be forcibly initialized 9225 | u16 qam_ctl_ena = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9143:29: note: byref variable will be forcibly initialized 9143 | u16 qam_ctl_ena = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9101:30: note: byref variable will be forcibly initialized 9101 | enum drx_lock_status lock_status = DRX_NOT_LOCKED; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_channel': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10585:36: note: byref variable will be forcibly initialized 10585 | struct drxuio_data uio1 = { DRX_UIO1, false }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:10500:35: note: byref variable will be forcibly initialized 10500 | struct drxuio_cfg uio_cfg = { DRX_UIO1, DRX_UIO_MODE_FIRMWARE_SAW }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx_ctrl_u_code': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11854:28: note: byref variable will be forcibly initialized 11854 | u8 mc_data_buffer[DRX_UCODE_MAX_BUF_SIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11757:40: note: byref variable will be forcibly initialized 11757 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'ctrl_set_oob': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9938:12: note: byref variable will be forcibly initialized 9938 | u8 pfi_coeffs[4][6] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9930:13: note: byref variable will be forcibly initialized 9930 | u16 cmd_result[2] = { 0, 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9929:13: note: byref variable will be forcibly initialized 9929 | u16 set_param_parameters[3]; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:9928:28: note: byref variable will be forcibly initialized 9928 | struct drxjscu_cmd scu_cmd; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2681:32: note: byref variable will be forcibly initialized 2681 | struct i2c_device_addr wake_up_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:2679:12: note: byref variable will be forcibly initialized 2679 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_powerstate': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11945:29: note: byref variable will be forcibly initialized 11945 | enum drx_power_mode power_mode; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drx39xxj_set_frontend': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12107:21: note: byref variable will be forcibly initialized 12107 | u32 int_freq; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12082:28: note: byref variable will be forcibly initialized 12082 | struct drx_channel channel; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:12081:27: note: byref variable will be forcibly initialized 12081 | enum drx_standard standard = DRX_STANDARD_8VSB; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_close': /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11562:29: note: byref variable will be forcibly initialized 11562 | enum drx_power_mode power_mode = DRX_POWER_UP; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c: In function 'drxj_open': /kisskb/src/drivers/ata/pata_ns87410.c: In function 'ns87410_init_one': /kisskb/src/drivers/ata/pata_ns87410.c:136:37: note: byref variable will be forcibly initialized 136 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11353:29: note: byref variable will be forcibly initialized 11353 | enum drx_power_mode power_mode = DRX_POWER_UP; | ^~~~~~~~~~ /kisskb/src/drivers/ata/pata_ns87410.c: In function 'ns87410_set_piomode': /kisskb/src/drivers/ata/pata_ns87410.c:55:27: note: byref variable will be forcibly initialized 55 | struct ata_timing at; | ^~ /kisskb/src/drivers/ata/pata_ns87410.c:54:20: note: byref variable will be forcibly initialized 54 | u8 idetcr, idefr; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11351:36: note: byref variable will be forcibly initialized 11351 | struct drx_cfg_mpeg_output cfg_mpeg_output; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drx39xyj/drxj.c:11350:31: note: byref variable will be forcibly initialized 11350 | struct drxu_code_info ucode_info; | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/usb-serial.c: In function 'serial_proc_show': /kisskb/src/drivers/usb/serial/usb-serial.c:551:14: note: byref variable will be forcibly initialized 551 | char tmp[40]; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_field_read': /kisskb/src/drivers/power/supply/bq25890_charger.c:355:13: note: byref variable will be forcibly initialized 355 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:689:30: note: byref variable will be forcibly initialized 689 | struct bq25890_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_pump_express_work': /kisskb/src/drivers/power/supply/bq25890_charger.c:909:25: note: byref variable will be forcibly initialized 909 | int voltage, i, ret; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_fw_read_u32_props': /kisskb/src/drivers/power/supply/bq25890_charger.c:1089:13: note: byref variable will be forcibly initialized 1089 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_power_supply_get_property': /kisskb/src/drivers/power/supply/bq25890_charger.c:464:13: note: byref variable will be forcibly initialized 464 | int ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_probe': /kisskb/src/drivers/media/dvb-frontends/a8293.c:72:12: note: byref variable will be forcibly initialized 72 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_set_voltage': /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:18: note: byref variable will be forcibly initialized 21 | u8 reg0, reg1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:12: note: byref variable will be forcibly initialized 21 | u8 reg0, reg1; | ^~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_charger_external_power_changed': /kisskb/src/drivers/power/supply/bq25890_charger.c:620:36: note: byref variable will be forcibly initialized 620 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'blinkm_detect': /kisskb/src/drivers/leds/leds-blinkm.c:525:12: note: byref variable will be forcibly initialized 525 | u8 tmpargs[7]; | ^~~~~~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'store_color_common': /kisskb/src/drivers/leds/leds-blinkm.c:158:12: note: byref variable will be forcibly initialized 158 | u8 value; | ^~~~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'blinkm_probe': /kisskb/src/drivers/leds/leds-blinkm.c:574:14: note: byref variable will be forcibly initialized 574 | char blinkm_led_name[28]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_register_entity': /kisskb/src/drivers/media/mc/mc-device.c:652:36: note: byref variable will be forcibly initialized 652 | struct media_graph new = { .top = 0 }; | ^~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_ioctl': /kisskb/src/drivers/media/mc/mc-device.c:445:14: note: byref variable will be forcibly initialized 445 | char __karg[256], *karg = __karg; | ^~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_get_topology': /kisskb/src/drivers/media/mc/mc-device.c:240:30: note: byref variable will be forcibly initialized 240 | struct media_v2_link klink, __user *ulink; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:239:29: note: byref variable will be forcibly initialized 239 | struct media_v2_pad kpad, __user *upad; | ^~~~ /kisskb/src/drivers/media/mc/mc-device.c:238:35: note: byref variable will be forcibly initialized 238 | struct media_v2_interface kintf, __user *uintf; | ^~~~~ /kisskb/src/drivers/media/mc/mc-device.c:237:32: note: byref variable will be forcibly initialized 237 | struct media_v2_entity kentity, __user *uentity; | ^~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c: In function 'media_device_enum_links': /kisskb/src/drivers/media/mc/mc-device.c:178:48: note: byref variable will be forcibly initialized 178 | struct media_link_desc klink_desc; | ^~~~~~~~~~ /kisskb/src/drivers/media/mc/mc-device.c:164:47: note: byref variable will be forcibly initialized 164 | struct media_pad_desc pad; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/clocksource/sh_tmu.c:14: /kisskb/src/drivers/clocksource/sh_tmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c: In function 'fsl_usb2_mph_dr_of_probe': /kisskb/src/drivers/usb/host/fsl-mph-dr-of.c:181:39: note: byref variable will be forcibly initialized 181 | struct fsl_usb2_platform_data data, *pdata; | ^~~~ /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/thermal/max77620_thermal.c: In function 'max77620_thermal_read_temp': /kisskb/src/drivers/thermal/max77620_thermal.c:50:22: note: byref variable will be forcibly initialized 50 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-da9052.c:12: /kisskb/src/drivers/leds/leds-da9052.c: 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/adm1025.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1025.c:241:14: note: byref variable will be forcibly initialized 241 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1025.c:220:14: note: byref variable will be forcibly initialized 220 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1025.c:304:14: note: byref variable will be forcibly initialized 304 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1025.c:282:14: note: byref variable will be forcibly initialized 282 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1025.c:369:23: note: byref variable will be forcibly initialized 369 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/renesas_usbhs/mod.c: In function 'usbhs_interrupt': /kisskb/src/drivers/usb/renesas_usbhs/mod.c:233:32: note: byref variable will be forcibly initialized 233 | struct usbhs_irq_state irq_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/sched/signal.h:7, from /kisskb/src/drivers/usb/serial/generic.c:10: /kisskb/src/drivers/usb/serial/generic.c: In function 'usb_serial_generic_tiocmiwait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:538:15: note: in expansion of macro 'wait_event_interruptible' 538 | ret = wait_event_interruptible(port->port.delta_msr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:530:29: note: byref variable will be forcibly initialized 530 | struct async_icount cnow; | ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/common.c: In function 'usbhs_probe': /kisskb/src/drivers/usb/renesas_usbhs/common.c:595:13: note: byref variable will be forcibly initialized 595 | u32 tmp; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:13: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_to_log_dinode_ts': /kisskb/src/fs/xfs/xfs_inode_item.c:312:41: note: byref variable will be forcibly initialized 312 | xfs_log_timestamp_t its; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:9: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_item_format': /kisskb/src/fs/xfs/xfs_inode_item.c:458:34: note: byref variable will be forcibly initialized 458 | struct xfs_log_iovec *vecp = NULL; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item.c:6: /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_buf_inode_iodone': /kisskb/src/fs/xfs/xfs_inode_item.c:803:19: note: byref variable will be forcibly initialized 803 | LIST_HEAD(ail_updates); | ^~~~~~~~~~~ /kisskb/src/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/xfs/xfs_inode_item.c:802:19: note: byref variable will be forcibly initialized 802 | LIST_HEAD(flushed_inodes); | ^~~~~~~~~~~~~~ /kisskb/src/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/edac/xgene_edac.c: In function 'xgene_edac_mc_check': /kisskb/src/drivers/edac/xgene_edac.c:178:22: note: byref variable will be forcibly initialized 178 | unsigned int pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:177:22: note: byref variable will be forcibly initialized 177 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_check': /kisskb/src/drivers/edac/xgene_edac.c:737:22: note: byref variable will be forcibly initialized 737 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_is_active': /kisskb/src/drivers/edac/xgene_edac.c:311:22: note: byref variable will be forcibly initialized 311 | unsigned int reg; | ^~~ /kisskb/src/drivers/ata/pata_opti.c: In function 'opti_init_one': /kisskb/src/drivers/ata/pata_opti.c:169:37: note: byref variable will be forcibly initialized 169 | const struct ata_port_info *ppi[] = { &info, NULL }; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_rb_report': /kisskb/src/drivers/edac/xgene_edac.c:1468:13: note: byref variable will be forcibly initialized 1468 | u32 reg; | ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'store_shost_eh_deadline': /kisskb/src/drivers/scsi/scsi_sysfs.c:337:23: note: byref variable will be forcibly initialized 337 | unsigned long deadline, flags; | ^~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_check': /kisskb/src/drivers/edac/xgene_edac.c:1640:13: note: byref variable will be forcibly initialized 1640 | u32 reg; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:1639:13: note: byref variable will be forcibly initialized 1639 | u32 pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1638:13: note: byref variable will be forcibly initialized 1638 | u32 pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_isr': /kisskb/src/drivers/edac/xgene_edac.c:1817:22: note: byref variable will be forcibly initialized 1817 | unsigned int pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1816:22: note: byref variable will be forcibly initialized 1816 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_add': /kisskb/src/drivers/edac/xgene_edac.c:348:25: note: byref variable will be forcibly initialized 348 | struct resource res; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:346:34: note: byref variable will be forcibly initialized 346 | struct xgene_edac_mc_ctx tmp_ctx; | ^~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:345:30: note: byref variable will be forcibly initialized 345 | struct edac_mc_layer layers[2]; | ^~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_add': /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'check_set': /kisskb/src/drivers/scsi/scsi_sysfs.c:118:15: note: byref variable will be forcibly initialized 118 | char *last; | ^~~~ /kisskb/src/drivers/edac/xgene_edac.c:1729:25: note: byref variable will be forcibly initialized 1729 | struct resource res; | ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_scan': /kisskb/src/drivers/scsi/scsi_sysfs.c:136:41: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:37: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:28: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:38: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:30: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:22: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:14: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:865:14: note: byref variable will be forcibly initialized 865 | char name[10]; | ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_add': /kisskb/src/drivers/edac/xgene_edac.c:895:13: note: byref variable will be forcibly initialized 895 | u32 val; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:893:13: note: byref variable will be forcibly initialized 893 | u32 pmd; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:892:14: note: byref variable will be forcibly initialized 892 | char edac_name[10]; | ^~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:891:25: note: byref variable will be forcibly initialized 891 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_sysfs.c:10: /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_device_dev_release_usercontext': /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:1169:14: note: byref variable will be forcibly initialized 1169 | char name[10]; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:498:20: note: in expansion of macro 'rcu_replace_pointer' 498 | vpd_pgb2 = rcu_replace_pointer(sdev->vpd_pgb2, vpd_pgb2, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:496:20: note: in expansion of macro 'rcu_replace_pointer' 496 | vpd_pgb1 = rcu_replace_pointer(sdev->vpd_pgb1, vpd_pgb1, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:494:20: note: in expansion of macro 'rcu_replace_pointer' 494 | vpd_pgb0 = rcu_replace_pointer(sdev->vpd_pgb0, vpd_pgb0, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:492:20: note: in expansion of macro 'rcu_replace_pointer' 492 | vpd_pg89 = rcu_replace_pointer(sdev->vpd_pg89, vpd_pg89, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:490:20: note: in expansion of macro 'rcu_replace_pointer' 490 | vpd_pg83 = rcu_replace_pointer(sdev->vpd_pg83, vpd_pg83, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:488:20: note: in expansion of macro 'rcu_replace_pointer' 488 | vpd_pg80 = rcu_replace_pointer(sdev->vpd_pg80, vpd_pg80, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:486:19: note: in expansion of macro 'rcu_replace_pointer' 486 | vpd_pg0 = rcu_replace_pointer(sdev->vpd_pg0, vpd_pg0, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_add': /kisskb/src/drivers/edac/xgene_edac.c:1188:25: note: byref variable will be forcibly initialized 1188 | struct resource res; | ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_queue_ramp_up_period': /kisskb/src/drivers/scsi/scsi_sysfs.c:1218:22: note: byref variable will be forcibly initialized 1218 | unsigned int period; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_eh_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:745:22: note: byref variable will be forcibly initialized 745 | unsigned int eh_timeout; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:724:13: note: byref variable will be forcibly initialized 724 | int timeout; | ^~~~~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3697.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-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/leds/leds-lm3530.c: In function 'lm3530_init_registers': /kisskb/src/drivers/leds/leds-lm3530.c:234:32: note: byref variable will be forcibly initialized 234 | struct lm3530_als_data als; | ^~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_log_dinode_to_disk_ts': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:132:41: note: byref variable will be forcibly initialized 132 | xfs_timestamp_t ts; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item_recover.c:6: /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:248:31: note: byref variable will be forcibly initialized 248 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xlog_recover_inode_commit_pass2': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:278:42: note: byref variable will be forcibly initialized 278 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/hwmon/adm1029.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1029.c:204:14: note: byref variable will be forcibly initialized 204 | long val; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_acm.c: In function 'acm_notify_serial_state': /kisskb/src/drivers/usb/gadget/function/f_acm.c:537:33: note: byref variable will be forcibly initialized 537 | __le16 serial_state; | ^~~~~~~~~~~~ /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/power/supply/bq25980_charger.c: In function 'bq25980_get_state': /kisskb/src/drivers/power/supply/bq25980_charger.c:567:22: note: byref variable will be forcibly initialized 567 | unsigned int ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:566:22: note: byref variable will be forcibly initialized 566 | unsigned int stat4; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:565:22: note: byref variable will be forcibly initialized 565 | unsigned int stat3; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:564:22: note: byref variable will be forcibly initialized 564 | unsigned int stat2; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:563:22: note: byref variable will be forcibly initialized 563 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:562:22: note: byref variable will be forcibly initialized 562 | unsigned int chg_ctrl_2; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_irq_handler_thread': /kisskb/src/drivers/power/supply/bq25980_charger.c:834:30: note: byref variable will be forcibly initialized 834 | struct bq25980_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_ibat_adc': /kisskb/src/drivers/power/supply/bq25980_charger.c:521:27: note: byref variable will be forcibly initialized 521 | int ibat_adc_lsb, ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:521:13: note: byref variable will be forcibly initialized 521 | int ibat_adc_lsb, ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbat': /kisskb/src/drivers/power/supply/bq25980_charger.c:542:27: note: byref variable will be forcibly initialized 542 | int vsys_adc_lsb, vsys_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:542:13: note: byref variable will be forcibly initialized 542 | int vsys_adc_lsb, vsys_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:323:22: note: byref variable will be forcibly initialized 323 | unsigned int busovp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:277:22: note: byref variable will be forcibly initialized 277 | unsigned int busocp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_ibus': /kisskb/src/drivers/power/supply/bq25980_charger.c:479:27: note: byref variable will be forcibly initialized 479 | int ibus_adc_lsb, ibus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:479:13: note: byref variable will be forcibly initialized 479 | int ibus_adc_lsb, ibus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbus': /kisskb/src/drivers/power/supply/bq25980_charger.c:501:27: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:13: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_curr': /kisskb/src/drivers/power/supply/bq25980_charger.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int batocp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_volt': /kisskb/src/drivers/power/supply/bq25980_charger.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int batovp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_charger_property': /kisskb/src/drivers/power/supply/bq25980_charger.c:701:30: note: byref variable will be forcibly initialized 701 | struct bq25980_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_hw_init': /kisskb/src/drivers/power/supply/bq25980_charger.c:1082:43: note: byref variable will be forcibly initialized 1082 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ /kisskb/src/drivers/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/ufs/host/ufshcd-pci.c: In function 'ufs_intel_disable_lcc': /kisskb/src/drivers/ufs/host/ufshcd-pci.c:114:13: note: byref variable will be forcibly initialized 114 | u32 lcc_enable = 0; | ^~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c: In function 'ufs_intel_lkf_apply_dev_quirks': /kisskb/src/drivers/ufs/host/ufshcd-pci.c:188:27: note: byref variable will be forcibly initialized 188 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c:188:13: note: byref variable will be forcibly initialized 188 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c:187:26: note: byref variable will be forcibly initialized 187 | u32 granularity, peer_granularity; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c:187:13: note: byref variable will be forcibly initialized 187 | u32 granularity, peer_granularity; | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c: In function 'ufs_intel_set_lanes': /kisskb/src/drivers/ufs/host/ufshcd-pci.c:143:34: note: byref variable will be forcibly initialized 143 | struct ufs_pa_layer_attr pwr_info = hba->pwr_info; | ^~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c: In function 'ufs_intel_lkf_pwr_change_notify': /kisskb/src/drivers/ufs/host/ufshcd-pci.c:171:29: note: byref variable will be forcibly initialized 171 | u32 peer_granularity; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufshcd-pci.c: In function 'ufshcd_pci_probe': /kisskb/src/drivers/ufs/host/ufshcd-pci.c:542:25: note: byref variable will be forcibly initialized 542 | struct ufs_hba *hba; | ^~~ /kisskb/src/drivers/thermal/da9062-thermal.c: In function 'da9062_thermal_poll_on': /kisskb/src/drivers/thermal/da9062-thermal.c:65:22: note: byref variable will be forcibly initialized 65 | unsigned int val; | ^~~ /kisskb/src/drivers/thermal/da9062-thermal.c: In function 'da9062_thermal_probe': /kisskb/src/drivers/thermal/da9062-thermal.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; | ^~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:30: note: byref variable will be forcibly initialized 1136 | struct bq256xx_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_state': /kisskb/src/drivers/power/supply/bq256xx_charger.c:427:22: note: byref variable will be forcibly initialized 427 | unsigned int charger_status_1; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int charger_status_0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:30: note: byref variable will be forcibly initialized 1148 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25611d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:543:22: note: byref variable will be forcibly initialized 543 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:707:22: note: byref variable will be forcibly initialized 707 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:769:22: note: byref variable will be forcibly initialized 769 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:520:22: note: byref variable will be forcibly initialized 520 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:470:22: note: byref variable will be forcibly initialized 470 | unsigned int charge_current_limit; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25601d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:583:22: note: byref variable will be forcibly initialized 583 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:799:22: note: byref variable will be forcibly initialized 799 | unsigned int charger_control_2; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:675:22: note: byref variable will be forcibly initialized 675 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:739:22: note: byref variable will be forcibly initialized 739 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq2560x_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:565:22: note: byref variable will be forcibly initialized 565 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:829:22: note: byref variable will be forcibly initialized 829 | unsigned int input_current_limit; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int charge_current_limit; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:30: note: byref variable will be forcibly initialized 953 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_hw_init': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1507:43: note: byref variable will be forcibly initialized 1507 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ In file included from /kisskb/src/drivers/thermal/mtk_thermal.c:16: /kisskb/src/drivers/thermal/mtk_thermal.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/thermal/mtk_thermal.c: In function 'of_get_phys_base': /kisskb/src/drivers/thermal/mtk_thermal.c:818:13: note: byref variable will be forcibly initialized 818 | u64 size64; | ^~~~~~ /kisskb/src/drivers/thermal/mtk_thermal.c: In function 'mtk_thermal_get_calibration_data': /kisskb/src/drivers/thermal/mtk_thermal.c:895:16: note: byref variable will be forcibly initialized 895 | size_t len; | ^~~ /kisskb/src/drivers/leds/leds-lp3944.c: In function 'lp3944_led_set': /kisskb/src/drivers/leds/leds-lp3944.c:171:12: note: byref variable will be forcibly initialized 171 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_get_rc_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1265:22: note: byref variable will be forcibly initialized 1265 | char manufacturer[10]; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1158:12: note: byref variable will be forcibly initialized 1158 | u8 buf[17]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_streaming_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:559:12: note: byref variable will be forcibly initialized 559 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_write_reg_i2c': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:117:22: note: byref variable will be forcibly initialized 117 | struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_read_reg_i2c': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:130:22: note: byref variable will be forcibly initialized 130 | struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_copy_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:770:22: note: byref variable will be forcibly initialized 770 | struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, 4, firmware_info}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:769:17: note: byref variable will be forcibly initialized 769 | u8 val, firmware_info[4]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:769:12: note: byref variable will be forcibly initialized 769 | u8 val, firmware_info[4]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_eeprom_hash': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:345:22: note: byref variable will be forcibly initialized 345 | struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:344:12: note: byref variable will be forcibly initialized 344 | u8 buf[AF9015_EEPROM_SIZE]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:378:22: note: byref variable will be forcibly initialized 378 | struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:377:12: note: byref variable will be forcibly initialized 377 | u8 val, i, offset = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:148:22: note: byref variable will be forcibly initialized 148 | struct req_t req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_download_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:295:22: note: byref variable will be forcibly initialized 295 | struct req_t req = {DOWNLOAD_FIRMWARE, 0, 0, 0, 0, 0, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:273:22: note: byref variable will be forcibly initialized 273 | struct req_t req = {GET_CONFIG, 0, 0, 0, 0, 1, &reply}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:272:12: note: byref variable will be forcibly initialized 272 | u8 reply; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_regmap_read': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1324:22: note: byref variable will be forcibly initialized 1324 | struct req_t req = {READ_MEMORY, 0, reg, 0, 0, len, val}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_regmap_write': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1303:22: note: byref variable will be forcibly initialized 1303 | struct req_t req = {WRITE_MEMORY, 0, reg, 0, 0, len, val}; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_update_bits': /kisskb/src/drivers/leds/leds-lp55xx-common.c:384:12: note: byref variable will be forcibly initialized 384 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c: In function 'af9015_probe': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9015.c:1342:14: note: byref variable will be forcibly initialized 1342 | char manufacturer[sizeof("ITE Technologies, Inc.")]; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_detect_device': /kisskb/src/drivers/leds/leds-lp55xx-common.c:56:12: note: byref variable will be forcibly initialized 56 | u8 val = cfg->enable.val; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100: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; | ^~~~~~~~~ In file included from /kisskb/src/drivers/usb/renesas_usbhs/pipe.c:9: /kisskb/src/drivers/usb/renesas_usbhs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/renesas_usbhs/pipe.c: In function 'usbhs_pipe_malloc': /kisskb/src/drivers/usb/renesas_usbhs/pipe.c:700:13: note: byref variable will be forcibly initialized 700 | u16 pipecfg, pipebuf; | ^~~~~~~ In file included from /kisskb/src/include/linux/sh_dma.h:10, from /kisskb/src/drivers/usb/renesas_usbhs/fifo.h:12, from /kisskb/src/drivers/usb/renesas_usbhs/pipe.h:12, from /kisskb/src/drivers/usb/renesas_usbhs/common.h:21, from /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:12: /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_dma_init_dt': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:1277:14: note: byref variable will be forcibly initialized 1277 | char name[16]; | ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_dma_init_pdev': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:1261:24: note: byref variable will be forcibly initialized 1261 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/fifo.c: In function 'usbhsf_pkt_handler': /kisskb/src/drivers/usb/renesas_usbhs/fifo.c:164:13: note: byref variable will be forcibly initialized 164 | int is_done = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/usbhid/hid-core.c:15: /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_wait_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:14: note: in expansion of macro 'wait_event_timeout' 644 | if (!wait_event_timeout(usbhid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_output_report': /kisskb/src/drivers/hid/usbhid/hid-core.c:943:13: note: byref variable will be forcibly initialized 943 | int actual_length, skipped_report_id = 0, ret; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_set_leds': /kisskb/src/drivers/hid/usbhid/hid-core.c:826:27: note: byref variable will be forcibly initialized 826 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_start': /kisskb/src/drivers/hid/usbhid/hid-core.c:1066:25: note: byref variable will be forcibly initialized 1066 | unsigned int n, insize = 0; | ^~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_parse': /kisskb/src/drivers/hid/usbhid/hid-core.c:984:32: note: byref variable will be forcibly initialized 984 | struct hid_descriptor *hdesc; | ^~~~~ /kisskb/src/drivers/ata/pata_pcmcia.c: In function 'pcmcia_init_one': /kisskb/src/drivers/ata/pata_pcmcia.c:190:13: note: byref variable will be forcibly initialized 190 | int is_kme = 0, ret = -ENOMEM, p; | ^~~~~~ /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/media/mc/mc-entity.c: In function 'media_entity_get_fwnode_pad': /kisskb/src/drivers/media/mc/mc-entity.c:374:32: note: byref variable will be forcibly initialized 374 | struct fwnode_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/media/mc/mc-entity.c:11: /kisskb/src/drivers/media/mc/mc-entity.c: In function '__media_pipeline_start': /kisskb/src/drivers/media/mc/mc-entity.c:431:32: note: byref variable will be forcibly initialized 431 | DECLARE_BITMAP(has_no_links, MEDIA_ENTITY_MAX_PADS); | ^~~~~~~~~~~~ /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/media/mc/mc-entity.c:430:32: note: byref variable will be forcibly initialized 430 | DECLARE_BITMAP(active, MEDIA_ENTITY_MAX_PADS); | ^~~~~~ /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/usb/gadget/udc/bdc/bdc_ep.c: In function 'setup_bd_list_xfr': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:428:32: note: byref variable will be forcibly initialized 428 | u32 maxp, tfs, dword2, dword3; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:11: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'kmalloc_array': /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_bulk_buflen_store': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c:528:13: note: byref variable will be forcibly initialized 528 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:490:13: note: byref variable will be forcibly initialized 490 | u32 num; | ^~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:16:30: note: byref variable will be forcibly initialized 16 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'ep_bd_list_alloc': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:127:20: note: byref variable will be forcibly initialized 127 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_fault_check': /kisskb/src/drivers/leds/leds-lp8860.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_init': /kisskb/src/drivers/leds/leds-lp8860.c:241:22: note: byref variable will be forcibly initialized 241 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_probe': /kisskb/src/drivers/leds/leds-lp8860.c:385:30: note: byref variable will be forcibly initialized 385 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_handle_dram_ecc_errors': /kisskb/src/drivers/edac/dmc520_edac.c:370:31: note: byref variable will be forcibly initialized 370 | struct ecc_error_info info; | ^~~~ /kisskb/src/drivers/edac/dmc520_edac.c:369:14: note: byref variable will be forcibly initialized 369 | char message[DMC520_MSG_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_edac_probe': /kisskb/src/drivers/edac/dmc520_edac.c:478:30: note: byref variable will be forcibly initialized 478 | struct edac_mc_layer layers[1]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_refcount_update_finish_item': /kisskb/src/fs/xfs/xfs_refcount_item.c:383:41: note: byref variable will be forcibly initialized 383 | xfs_extlen_t new_aglen; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:382:41: note: byref variable will be forcibly initialized 382 | xfs_fsblock_t new_fsb; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cud_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:188:34: note: byref variable will be forcibly initialized 188 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:90:34: note: byref variable will be forcibly initialized 90 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /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/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_health': /kisskb/src/drivers/power/supply/bd99954-charger.c:184:18: note: byref variable will be forcibly initialized 184 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_temp': /kisskb/src/drivers/power/supply/bd99954-charger.c:271:18: note: byref variable will be forcibly initialized 271 | int ret, tmp; | ^~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_recover': /kisskb/src/fs/xfs/xfs_refcount_item.c:474:41: note: byref variable will be forcibly initialized 474 | xfs_extlen_t new_len; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:473:41: note: byref variable will be forcibly initialized 473 | xfs_fsblock_t new_fsb; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:471:42: note: byref variable will be forcibly initialized 471 | struct xfs_btree_cur *rcur = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:470:42: note: byref variable will be forcibly initialized 470 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_refcount_item.c:466:41: note: byref variable will be forcibly initialized 466 | struct xfs_bmbt_irec irec; | ^~~~ /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/power/supply/bd99954-charger.c: In function '__bd9995x_chip_reset': /kisskb/src/drivers/power/supply/bd99954-charger.c:608:13: note: byref variable will be forcibly initialized 608 | u16 tmp = ALLRST | OTPLD; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:606:18: note: byref variable will be forcibly initialized 606 | int ret, state; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:637:30: note: byref variable will be forcibly initialized 637 | struct bd9995x_state state; | ^~~~~ /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/power/supply/ip5xxx_power.c: In function 'ip5xxx_boost_get_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:509:22: note: byref variable will be forcibly initialized 509 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_voltage_max': /kisskb/src/drivers/power/supply/ip5xxx_power.c:265:22: note: byref variable will be forcibly initialized 265 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_set_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:436:18: note: byref variable will be forcibly initialized 436 | int ret, vmax; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_status': /kisskb/src/drivers/power/supply/ip5xxx_power.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_charge_type': /kisskb/src/drivers/power/supply/ip5xxx_power.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_health': /kisskb/src/drivers/power/supply/ip5xxx_power.c:248:22: note: byref variable will be forcibly initialized 248 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_read_adc': /kisskb/src/drivers/power/supply/ip5xxx_power.c:296:26: note: byref variable will be forcibly initialized 296 | unsigned int hi, lo; | ^~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:296:22: note: byref variable will be forcibly initialized 296 | unsigned int hi, lo; | ^~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:318:22: note: byref variable will be forcibly initialized 318 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:317:23: note: byref variable will be forcibly initialized 317 | int raw, ret, vmax; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:317:13: note: byref variable will be forcibly initialized 317 | int raw, ret, vmax; | ^~~ In file included from /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:14: /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c: In function 'ufshcd_populate_vreg': /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:126:14: note: byref variable will be forcibly initialized 126 | char prop_name[MAX_PROP_SIZE]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:12: /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c: 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/ufs/host/ufshcd-pltfrm.c: In function 'ufshcd_parse_clock_info': /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:32:13: note: byref variable will be forcibly initialized 32 | int len = 0; | ^~~ /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:29:21: note: byref variable will be forcibly initialized 29 | const char *name; | ^~~~ /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c: In function 'ufshcd_pltfrm_init': /kisskb/src/drivers/ufs/host/ufshcd-pltfrm.c:340:25: note: byref variable will be forcibly initialized 340 | struct ufs_hba *hba; | ^~~ /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:2125:13: note: byref variable will be forcibly initialized 2125 | int map_len; | ^~~~~~~ /kisskb/src/drivers/of/base.c:2124:13: note: byref variable will be forcibly initialized 2124 | u32 map_mask, masked_id; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:614:13: note: byref variable will be forcibly initialized 614 | int statlen; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:300:17: note: byref variable will be forcibly initialized 300 | int ac, len; | ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:339:17: note: byref variable will be forcibly initialized 339 | int ac, prop_len, tid; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1428:36: note: byref variable will be forcibly initialized 1428 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:23: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:458:32: note: byref variable will be forcibly initialized 458 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1534:24: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~ /kisskb/src/drivers/of/base.c:1534:13: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1533:21: note: byref variable will be forcibly initialized 1533 | int i, ret, map_len, match; | ^~~~~~~ /kisskb/src/drivers/of/base.c:1531:16: note: byref variable will be forcibly initialized 1531 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_role_write': /kisskb/src/drivers/usb/chipidea/debug.c:266:14: note: byref variable will be forcibly initialized 266 | char buf[8]; | ^~~ /kisskb/src/drivers/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/usb/chipidea/debug.c: In function 'ci_port_test_write': /kisskb/src/drivers/usb/chipidea/debug.c:80:14: note: byref variable will be forcibly initialized 80 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c:79:18: note: byref variable will be forcibly initialized 79 | unsigned mode; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1934:21: note: byref variable will be forcibly initialized 1934 | int id, len; | ^~ /kisskb/src/drivers/of/base.c:1913:29: note: byref variable will be forcibly initialized 1913 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2087:13: note: byref variable will be forcibly initialized 2087 | u32 cache_level = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-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/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2460:23: note: byref variable will be forcibly initialized 2460 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:28: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:20: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:15: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:2150:14: note: byref variable will be forcibly initialized 2150 | char buf[64] = ""; | ^~~ /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/ata/pata_of_platform.c: In function 'pata_of_platform_probe': /kisskb/src/drivers/ata/pata_of_platform.c:30:13: note: byref variable will be forcibly initialized 30 | int pio_mode = 0; | ^~~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int reg_shift = 0; | ^~~~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:28:25: note: byref variable will be forcibly initialized 28 | struct resource irq_res; | ^~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:27:25: note: byref variable will be forcibly initialized 27 | struct resource ctl_res; | ^~~~~~~ /kisskb/src/drivers/ata/pata_of_platform.c:26:25: note: byref variable will be forcibly initialized 26 | struct resource io_res; | ^~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'goldfish_interrupt_task': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:582:13: note: byref variable will be forcibly initialized 582 | int wakes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/platform/goldfish/goldfish_pipe.c:50: /kisskb/src/drivers/platform/goldfish/goldfish_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; | ^~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'transfer_max_buffers': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:335:22: note: byref variable will be forcibly initialized 335 | unsigned int iter_last_page_size; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:50: /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'wait_for_host_signal': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible' 378 | if (wait_event_interruptible(pipe->wake_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'goldfish_pipe_read_write': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:416:21: note: byref variable will be forcibly initialized 416 | int status; | ^~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:415:21: note: byref variable will be forcibly initialized 415 | s32 consumed_size; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/ufs/host/ufs-mediatek-trace.h:36, from /kisskb/src/drivers/ufs/host/ufs-mediatek.c:32: /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'perf_trace_ufs_mtk_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/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_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/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/ufs/host/ufs-mediatek-trace.h:36, from /kisskb/src/drivers/ufs/host/ufs-mediatek.c:32: /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'trace_event_raw_event_ufs_mtk_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/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/ufs/host/ufs-mediatek-trace.h:36, from /kisskb/src/drivers/ufs/host/ufs-mediatek.c:32: /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function '__bpf_trace_ufs_mtk_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/include/trace/../../drivers/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_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/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/ufs/host/ufs-mediatek-trace.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(ufs_mtk_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_vsx_set_lpm': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:1129:30: note: byref variable will be forcibly initialized 1129 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_crypto_enable': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:116:30: note: byref variable will be forcibly initialized 116 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_device_reset': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:1044:30: note: byref variable will be forcibly initialized 1044 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_mphy_power_on': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:386:30: note: byref variable will be forcibly initialized 386 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_resume': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:1226:30: note: byref variable will be forcibly initialized 1226 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_suspend': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:1181:30: note: byref variable will be forcibly initialized 1181 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_vreg_fix_vcc': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:705:30: note: byref variable will be forcibly initialized 705 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c:704:14: note: byref variable will be forcibly initialized 704 | char vcc_name[MAX_VCC_NAME]; | ^~~~~~~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_pre_pwr_change': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:869:31: note: byref variable will be forcibly initialized 869 | struct ufs_dev_params host_cap; | ^~~~~~~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_get_controller_version': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:671:18: note: byref variable will be forcibly initialized 671 | int ret, ver = 0; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_pre_link': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:964:13: note: byref variable will be forcibly initialized 964 | u32 tmp; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_cfg_unipro_cg': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:80:13: note: byref variable will be forcibly initialized 80 | u32 tmp; | ^~~ /kisskb/src/drivers/staging/vme_user/vme.c: In function 'vme_get_size': /kisskb/src/drivers/staging/vme_user/vme.c:167:28: note: byref variable will be forcibly initialized 167 | u32 aspace, cycle, dwidth; | ^~~~~~ /kisskb/src/drivers/staging/vme_user/vme.c:167:21: note: byref variable will be forcibly initialized 167 | u32 aspace, cycle, dwidth; | ^~~~~ /kisskb/src/drivers/staging/vme_user/vme.c:167:13: note: byref variable will be forcibly initialized 167 | u32 aspace, cycle, dwidth; | ^~~~~~ /kisskb/src/drivers/staging/vme_user/vme.c:166:20: note: byref variable will be forcibly initialized 166 | dma_addr_t buf_base; | ^~~~~~~~ /kisskb/src/drivers/staging/vme_user/vme.c:165:34: note: byref variable will be forcibly initialized 165 | unsigned long long base, size; | ^~~~ /kisskb/src/drivers/staging/vme_user/vme.c:165:28: note: byref variable will be forcibly initialized 165 | unsigned long long base, size; | ^~~~ /kisskb/src/drivers/staging/vme_user/vme.c:164:13: note: byref variable will be forcibly initialized 164 | int enabled, retval; | ^~~~~~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_setup_ref_clk': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:241:30: note: byref variable will be forcibly initialized 241 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/ufs/host/ufs-mediatek.c: In function 'ufs_mtk_init_boost_crypt': /kisskb/src/drivers/ufs/host/ufs-mediatek.c:515:13: note: byref variable will be forcibly initialized 515 | u32 volt; | ^~~~ /kisskb/src/drivers/hwmon/pmbus/max20730.c: In function 'max20730_probe': /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/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/fs/xfs/xfs_iunlink_item.c: In function 'xfs_iunlink_log_dinode': /kisskb/src/fs/xfs/xfs_iunlink_item.c:58:34: note: byref variable will be forcibly initialized 58 | struct xfs_buf *ibp; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_iso_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1199:13: note: byref variable will be forcibly initialized 1199 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1161:13: note: byref variable will be forcibly initialized 1161 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1123:13: note: byref variable will be forcibly initialized 1123 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxburst_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1080:12: note: byref variable will be forcibly initialized 1080 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_mult_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1037:12: note: byref variable will be forcibly initialized 1037 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_interval_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:951:12: note: byref variable will be forcibly initialized 951 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_pattern_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:908:12: note: byref variable will be forcibly initialized 908 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:994:13: note: byref variable will be forcibly initialized 994 | u16 num; | ^~~ /kisskb/src/drivers/staging/vme_user/vme_user.c: In function 'vme_user_ioctl': /kisskb/src/drivers/staging/vme_user/vme_user.c:299:20: note: byref variable will be forcibly initialized 299 | dma_addr_t pci_addr; | ^~~~~~~~ /kisskb/src/drivers/staging/vme_user/vme_user.c:295:27: note: byref variable will be forcibly initialized 295 | struct vme_irq_id irq_req; | ^~~~~~~ /kisskb/src/drivers/staging/vme_user/vme_user.c:294:26: note: byref variable will be forcibly initialized 294 | struct vme_slave slave; | ^~~~~ /kisskb/src/drivers/staging/vme_user/vme_user.c:293:27: note: byref variable will be forcibly initialized 293 | struct vme_master master; | ^~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-max77650.c:8: /kisskb/src/drivers/leds/leds-max77650.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_charger_state': /kisskb/src/drivers/power/supply/act8945a_charger.c:89:30: note: byref variable will be forcibly initialized 89 | unsigned int status, state; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:89:22: note: byref variable will be forcibly initialized 89 | unsigned int status, state; | ^~~~~~ /kisskb/src/drivers/leds/leds-max77650.c: In function 'max77650_led_probe': /kisskb/src/drivers/leds/leds-max77650.c:88:38: note: byref variable will be forcibly initialized 88 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-max77650.c:70:13: note: byref variable will be forcibly initialized 70 | u32 reg; | ^~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_charge_type': /kisskb/src/drivers/power/supply/act8945a_charger.c:128:30: note: byref variable will be forcibly initialized 128 | unsigned int status, state; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:128:22: note: byref variable will be forcibly initialized 128 | unsigned int status, state; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_battery_health': /kisskb/src/drivers/power/supply/act8945a_charger.c:166:37: note: byref variable will be forcibly initialized 166 | unsigned int status, state, config; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:166:30: note: byref variable will be forcibly initialized 166 | unsigned int status, state, config; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:166:22: note: byref variable will be forcibly initialized 166 | unsigned int status, state, config; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_set_supply_type': /kisskb/src/drivers/power/supply/act8945a_charger.c:410:30: note: byref variable will be forcibly initialized 410 | unsigned int status, state; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:410:22: note: byref variable will be forcibly initialized 410 | unsigned int status, state; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_capacity_level': /kisskb/src/drivers/power/supply/act8945a_charger.c:213:37: note: byref variable will be forcibly initialized 213 | unsigned int status, state, config; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:213:30: note: byref variable will be forcibly initialized 213 | unsigned int status, state, config; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int status, state, config; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_get_current_max': /kisskb/src/drivers/power/supply/act8945a_charger.c:280:30: note: byref variable will be forcibly initialized 280 | unsigned int status, state; | ^~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int status, state; | ^~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c: In function 'act8945a_charger_config': /kisskb/src/drivers/power/supply/act8945a_charger.c:468:22: note: byref variable will be forcibly initialized 468 | unsigned int tmp; | ^~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:465:13: note: byref variable will be forcibly initialized 465 | u32 input_voltage_threshold; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:464:13: note: byref variable will be forcibly initialized 464 | u32 pre_time_out; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/act8945a_charger.c:463:13: note: byref variable will be forcibly initialized 463 | u32 total_time_out; | ^~~~~~~~~~~~~~ /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/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/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_rd_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:142:24: note: byref variable will be forcibly initialized 142 | struct usb_req req = { CMD_MEM_RD, mbox, sizeof(wbuf), wbuf, len, val }; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:140:12: note: byref variable will be forcibly initialized 140 | u8 wbuf[] = { len, 2, 0, 0, (reg >> 8) & 0xff, reg & 0xff }; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_download_firmware_new': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:680:24: note: byref variable will be forcibly initialized 680 | struct usb_req req_fw_dl = { CMD_FW_SCATTER_WR, 0, 0, NULL, 0, NULL }; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_wr_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:119:24: note: byref variable will be forcibly initialized 119 | struct usb_req req = { CMD_MEM_WR, mbox, 6 + len, wbuf, 0, NULL }; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:117:12: note: byref variable will be forcibly initialized 117 | u8 wbuf[MAX_XFER_SIZE]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_wr_reg_mask': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:164:12: note: byref variable will be forcibly initialized 164 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_download_firmware_old': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:597:24: note: byref variable will be forcibly initialized 597 | struct usb_req req_fw_dl = { CMD_FW_DL, 0, 0, wbuf, 0, NULL }; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:595:12: note: byref variable will be forcibly initialized 595 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'it930x_tuner_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1617:30: note: byref variable will be forcibly initialized 1617 | struct si2157_config si2157_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'it930x_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1217:29: note: byref variable will be forcibly initialized 1217 | struct i2c_adapter *adapter; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1216:30: note: byref variable will be forcibly initialized 1216 | struct si2168_config si2168_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:825:12: note: byref variable will be forcibly initialized 825 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:488:24: note: byref variable will be forcibly initialized 488 | struct usb_req req = { CMD_FW_QUERYINFO, 0, sizeof(wbuf), wbuf, | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:487:12: note: byref variable will be forcibly initialized 487 | u8 rbuf[4]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:486:12: note: byref variable will be forcibly initialized 486 | u8 wbuf[1] = { 1 }; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:485:12: note: byref variable will be forcibly initialized 485 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_i2c_master_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:431:40: note: byref variable will be forcibly initialized 431 | struct usb_req req = { CMD_I2C_RD, 0, sizeof(buf), | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:430:28: note: byref variable will be forcibly initialized 430 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:398:40: note: byref variable will be forcibly initialized 398 | struct usb_req req = { CMD_I2C_WR, 0, 5 + msg[0].len, | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:397:28: note: byref variable will be forcibly initialized 397 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:340:40: note: byref variable will be forcibly initialized 340 | struct usb_req req = { CMD_I2C_RD, 0, 5 + msg[0].len, | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:339:28: note: byref variable will be forcibly initialized 339 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_download_firmware': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:730:24: note: byref variable will be forcibly initialized 730 | struct usb_req req_fw_ver = { CMD_FW_QUERYINFO, 0, 1, wbuf, 4, rbuf }; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:727:12: note: byref variable will be forcibly initialized 727 | u8 rbuf[4]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:726:12: note: byref variable will be forcibly initialized 726 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1858:24: note: byref variable will be forcibly initialized 1858 | struct usb_req req = { CMD_IR_GET, 0, 0, NULL, 4, buf }; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1857:12: note: byref variable will be forcibly initialized 1857 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_tuner_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1545:45: note: byref variable will be forcibly initialized 1545 | struct it913x_platform_data it913x_pdata = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1469:45: note: byref variable will be forcibly initialized 1469 | struct fc2580_platform_data fc2580_pdata = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1369:46: note: byref variable will be forcibly initialized 1369 | struct tua9001_platform_data tua9001_pdata = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1357:24: note: byref variable will be forcibly initialized 1357 | struct i2c_msg msg[1]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c: In function 'af9035_probe': /kisskb/src/drivers/media/usb/dvb-usb-v2/af9035.c:1963:14: note: byref variable will be forcibly initialized 1963 | char manufacturer[sizeof("Afatech")]; | ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/smccc/soc_id.c: In function 'smccc_soc_init': /kisskb/src/drivers/firmware/smccc/soc_id.c:37:30: note: byref variable will be forcibly initialized 37 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/power/supply/sbs-charger.c: In function 'sbs_check_state': /kisskb/src/drivers/power/supply/sbs-charger.c:93:22: note: byref variable will be forcibly initialized 93 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/sbs-charger.c: In function 'sbs_probe': /kisskb/src/drivers/power/supply/sbs-charger.c:170:18: note: byref variable will be forcibly initialized 170 | int ret, val; | ^~~ /kisskb/src/drivers/usb/chipidea/host.c: In function 'ci_ehci_hub_control': /kisskb/src/drivers/usb/chipidea/host.c:248:25: note: byref variable will be forcibly initialized 248 | bool done = false; | ^~~~ /kisskb/src/drivers/usb/chipidea/host.c:246:25: note: byref variable will be forcibly initialized 246 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:403:12: note: byref variable will be forcibly initialized 403 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_init': /kisskb/src/drivers/media/dvb-frontends/af9013.c:835:12: note: byref variable will be forcibly initialized 835 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1187:12: note: byref variable will be forcibly initialized 1187 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_read_status': /kisskb/src/drivers/media/dvb-frontends/af9013.c:522:12: note: byref variable will be forcibly initialized 522 | u8 buf[7]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:49: note: byref variable will be forcibly initialized 521 | unsigned int utmp, utmp1, utmp2, utmp3, utmp4; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:42: note: byref variable will be forcibly initialized 521 | unsigned int utmp, utmp1, utmp2, utmp3, utmp4; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:35: note: byref variable will be forcibly initialized 521 | unsigned int utmp, utmp1, utmp2, utmp3, utmp4; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:28: note: byref variable will be forcibly initialized 521 | unsigned int utmp, utmp1, utmp2, utmp3, utmp4; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:521:22: note: byref variable will be forcibly initialized 521 | unsigned int utmp, utmp1, utmp2, utmp3, utmp4; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9013.c:113:13: note: byref variable will be forcibly initialized 113 | u32 if_frequency, freq_cw; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:112:12: note: byref variable will be forcibly initialized 112 | u8 buf[6]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_sleep': /kisskb/src/drivers/media/dvb-frontends/af9013.c:982:22: note: byref variable will be forcibly initialized 982 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_download_firmware': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1032:32: note: byref variable will be forcibly initialized 1032 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1030:12: note: byref variable will be forcibly initialized 1030 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1029:22: note: byref variable will be forcibly initialized 1029 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_probe': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1440:12: note: byref variable will be forcibly initialized 1440 | u8 firmware_version[4]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_rregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1326:24: note: byref variable will be forcibly initialized 1326 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1325:12: note: byref variable will be forcibly initialized 1325 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c: In function 'af9013_wregs': /kisskb/src/drivers/media/dvb-frontends/af9013.c:1284:24: note: byref variable will be forcibly initialized 1284 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9013.c:1283:12: note: byref variable will be forcibly initialized 1283 | u8 buf[21]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:492:12: note: byref variable will be forcibly initialized 492 | u8 buf[8]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9033.c:988:12: note: byref variable will be forcibly initialized 988 | u8 wbuf[2] = {(pid >> 0) & 0xff, (pid >> 8) & 0xff}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:363:13: note: byref variable will be forcibly initialized 363 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:362:17: note: byref variable will be forcibly initialized 362 | u8 tmp, buf[3], bandwidth_reg_val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_snr': /kisskb/src/drivers/media/dvb-frontends/af9033.c:825:22: note: byref variable will be forcibly initialized 825 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/af9033.c:877:25: note: byref variable will be forcibly initialized 877 | u8 gain_offset, buf[7]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:876:22: note: byref variable will be forcibly initialized 876 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_status': /kisskb/src/drivers/media/dvb-frontends/af9033.c:619:22: note: byref variable will be forcibly initialized 619 | unsigned int utmp, utmp1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:618:12: note: byref variable will be forcibly initialized 618 | u8 buf[7]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_sleep': /kisskb/src/drivers/media/dvb-frontends/af9033.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/af9033.c:38:12: note: byref variable will be forcibly initialized 38 | u8 buf[1 + MAX_TAB_LEN]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_init': /kisskb/src/drivers/media/dvb-frontends/af9033.c:76:12: note: byref variable will be forcibly initialized 76 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_probe': /kisskb/src/drivers/media/dvb-frontends/af9033.c:1058:12: note: byref variable will be forcibly initialized 1058 | u8 buf[8]; | ^~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function '__gs_console_push': /kisskb/src/drivers/usb/gadget/function/u_serial.c:906:22: note: byref variable will be forcibly initialized 906 | char buf[64]; | ^~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_set_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1070:14: note: byref variable will be forcibly initialized 1070 | bool enable; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_free_port': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:1190:9: note: in expansion of macro 'wait_event' 1190 | wait_event(port->close_wait, gs_closed(port)); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_alloc_line_no_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1217:41: note: byref variable will be forcibly initialized 1217 | struct usb_cdc_line_coding coding; | ^~~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/tty_port.h:5, from /kisskb/src/include/linux/tty.h:12, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:21: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_put_char': /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/usb/gadget/function/u_serial.c:758:18: note: in expansion of macro 'kfifo_put' 758 | status = kfifo_put(&port->port_write_buf, ch); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_close': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:697:17: note: in expansion of macro 'wait_event_interruptible_timeout' 697 | wait_event_interruptible_timeout(port->drain_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_break_ctl': /kisskb/src/drivers/usb/serial/ch341.c:635:17: note: byref variable will be forcibly initialized 635 | uint8_t break_reg[2]; | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_get_status': /kisskb/src/drivers/usb/serial/ch341.c:294:12: note: byref variable will be forcibly initialized 294 | u8 buffer[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_configure': /kisskb/src/drivers/usb/serial/ch341.c:314:12: note: byref variable will be forcibly initialized 314 | u8 buffer[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_detect_quirks': /kisskb/src/drivers/usb/serial/ch341.c:346:12: note: byref variable will be forcibly initialized 346 | u8 buffer[2]; | ^~~~~~ In file included from /kisskb/src/drivers/of/device.c:4: /kisskb/src/drivers/of/device.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:118:38: note: byref variable will be forcibly initialized 118 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/leds/leds-max8997.c: In function 'max8997_led_probe': /kisskb/src/drivers/leds/leds-max8997.c:238:14: note: byref variable will be forcibly initialized 238 | char name[20]; | ^~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c: In function 'ci_hdrc_msm_mux_phy': /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c:144:32: note: byref variable will be forcibly initialized 144 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rud_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:211:34: note: byref variable will be forcibly initialized 211 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:89:34: note: byref variable will be forcibly initialized 89 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_recover': /kisskb/src/fs/xfs/xfs_rmap_item.c:524:42: note: byref variable will be forcibly initialized 524 | struct xfs_btree_cur *rcur = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c:523:42: note: byref variable will be forcibly initialized 523 | struct xfs_trans *tp; | ^~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_mem_entry_init': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1030:17: note: byref variable will be forcibly initialized 1030 | 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:1073:17: note: byref variable will be forcibly initialized 1073 | va_list args; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_set_rsc_table': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1564:16: note: byref variable will be forcibly initialized 1564 | size_t table_sz; | ^~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_alloc_carveout': /kisskb/src/drivers/remoteproc/remoteproc_core.c:797:20: note: byref variable will be forcibly initialized 797 | 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:11: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_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/media/dvb-core/dmxdev.c:1457:17: note: in expansion of macro 'wait_event' 1457 | wait_event(dmxdev->dvr_dvbdev->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: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/media/dvb-core/dmxdev.c:1453:17: note: in expansion of macro 'wait_event' 1453 | wait_event(dmxdev->dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_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/media/dvb-core/dmxdev.c:76:23: note: in expansion of macro 'wait_event_interruptible' 76 | ret = wait_event_interruptible(src->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_trace': /kisskb/src/drivers/remoteproc/remoteproc_core.c:660:14: note: byref variable will be forcibly initialized 660 | char name[15]; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_boot': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1987:32: note: byref variable will be forcibly initialized 1987 | const struct firmware *firmware_p; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:13: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_find_carveout_by_name': /kisskb/src/drivers/remoteproc/remoteproc_core.c:257:14: note: byref variable will be forcibly initialized 257 | char _name[32]; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c:256:17: note: byref variable will be forcibly initialized 256 | va_list args; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_handle_vdev': /kisskb/src/drivers/remoteproc/remoteproc_core.c:524:14: note: byref variable will be forcibly initialized 524 | char name[16]; | ^~~~ /kisskb/src/drivers/remoteproc/remoteproc_core.c: In function 'rproc_trigger_recovery': /kisskb/src/drivers/remoteproc/remoteproc_core.c:1902:32: note: byref variable will be forcibly initialized 1902 | const struct firmware *firmware_p; | ^~~~~~~~~~ /kisskb/src/drivers/staging/vme_user/vme_fake.c: In function 'fake_master_rmw': /kisskb/src/drivers/staging/vme_user/vme_fake.c:814:13: note: byref variable will be forcibly initialized 814 | u32 tmp, base; | ^~~ /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/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:182:32: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1770:27: note: byref variable will be forcibly initialized 1770 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'dvb_usercopy': /kisskb/src/drivers/media/dvb-core/dvbdev.c:907:17: note: byref variable will be forcibly initialized 907 | char sbuf[128]; | ^~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:645:24: note: byref variable will be forcibly initialized 645 | unsigned long *bit = NULL; | ^~~ /kisskb/src/drivers/hid/hid-input.c:643:13: note: byref variable will be forcibly initialized 643 | int max = 0, code; | ^~~ /kisskb/src/drivers/soundwire/bus_type.c: In function 'sdw_slave_uevent': /kisskb/src/drivers/soundwire/bus_type.c:64:14: note: byref variable will be forcibly initialized 64 | char modalias[32]; | ^~~~~~~~ /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/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/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_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/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/usb/chipidea/ci_hdrc_pci.c: In function 'ci_hdrc_pci_probe': /kisskb/src/drivers/usb/chipidea/ci_hdrc_pci.c:59:25: note: byref variable will be forcibly initialized 59 | struct resource res[3]; | ^~~ /kisskb/src/drivers/usb/renesas_usbhs/rza.c: In function 'usbhs_rza1_hardware_init': /kisskb/src/drivers/usb/renesas_usbhs/rza.c:19:27: note: byref variable will be forcibly initialized 19 | u32 freq_usb = 0, freq_extal = 0; | ^~~~~~~~~~ /kisskb/src/drivers/usb/renesas_usbhs/rza.c:19:13: note: byref variable will be forcibly initialized 19 | u32 freq_usb = 0, freq_extal = 0; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_process_read_urb': /kisskb/src/drivers/usb/serial/cp210x.c:892:14: note: byref variable will be forcibly initialized 892 | char flag; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmget': /kisskb/src/drivers/usb/serial/cp210x.c:1400:12: note: byref variable will be forcibly initialized 1400 | u8 control; | ^~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_tx_queue_byte_count': /kisskb/src/drivers/usb/serial/cp210x.c:921:35: note: byref variable will be forcibly initialized 921 | struct cp210x_comm_status sts; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tx_empty': /kisskb/src/drivers/usb/serial/cp210x.c:941:13: note: byref variable will be forcibly initialized 941 | u32 count; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_fw_version': /kisskb/src/drivers/usb/serial/cp210x.c:2073:12: note: byref variable will be forcibly initialized 2073 | u8 ver[3]; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2104_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1688:42: note: byref variable will be forcibly initialized 1688 | struct cp210x_single_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2105_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1624:40: note: byref variable will be forcibly initialized 1624 | struct cp210x_dual_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1623:32: note: byref variable will be forcibly initialized 1623 | struct cp210x_pin_mode mode; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2108_gpio_init': /kisskb/src/drivers/usb/serial/cp210x.c:1738:40: note: byref variable will be forcibly initialized 1738 | struct cp210x_quad_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_write_u32_reg': /kisskb/src/drivers/usb/serial/cp210x.c:736:16: note: byref variable will be forcibly initialized 736 | __le32 le32_val; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmset_port': /kisskb/src/drivers/usb/serial/cp210x.c:1317:32: note: byref variable will be forcibly initialized 1317 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_set_flow_control': /kisskb/src/drivers/usb/serial/cp210x.c:1130:32: note: byref variable will be forcibly initialized 1130 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1129:37: note: byref variable will be forcibly initialized 1129 | struct cp210x_special_chars chars; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/cp210x.c:1601:23: note: byref variable will be forcibly initialized 1601 | unsigned long altfunc_mask = priv->gpio_altfunc; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_set': /kisskb/src/drivers/usb/serial/cp210x.c:1481:34: note: byref variable will be forcibly initialized 1481 | struct cp210x_gpio_write buf; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c:1480:36: note: byref variable will be forcibly initialized 1480 | struct cp210x_gpio_write16 buf16; | ^~~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c: In function 'usbmisc_get_init_data': /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c:114:32: note: byref variable will be forcibly initialized 114 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_get': /kisskb/src/drivers/usb/serial/cp210x.c:1439:13: note: byref variable will be forcibly initialized 1439 | u16 mask; | ^~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/usb/chipidea/ci_hdrc_tegra.c:9: /kisskb/src/drivers/usb/chipidea/ci_hdrc_tegra.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /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/media/dvb-frontends/ascot2e.c: In function 'ascot2e_read_regs': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:158:24: note: byref variable will be forcibly initialized 158 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_write_regs': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:117:24: note: byref variable will be forcibly initialized 117 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:116:12: note: byref variable will be forcibly initialized 116 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_write_reg': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:149:12: note: byref variable will be forcibly initialized 149 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:203:12: note: byref variable will be forcibly initialized 203 | u8 rdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_attach': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:477:12: note: byref variable will be forcibly initialized 477 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:231:12: note: byref variable will be forcibly initialized 231 | u8 data[2] = { 0xFB, 0x0F }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_set_params': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:314:12: note: byref variable will be forcibly initialized 314 | u8 data[10]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:216:12: note: byref variable will be forcibly initialized 216 | u8 data[2]; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_gadget': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_ep': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'perf_trace_udc_log_req': /kisskb/src/include/trace/perf.h:67:13: note: byref variable will be forcibly initialized 67 | int rctx; \ | ^~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/perf.h:61:25: note: byref variable will be forcibly initialized 61 | struct pt_regs *__regs; \ | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_gadget': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_req': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function '__bpf_trace_udc_log_gadget': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function '__bpf_trace_udc_log_ep': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_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/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function '__bpf_trace_udc_log_req': /kisskb/src/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:60:19: note: byref variable will be forcibly initialized 60 | typeof(x) __src = (x); \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/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/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/serial/cypress_m8.c:26: /kisskb/src/drivers/usb/serial/cypress_m8.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h: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/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/media/usb/siano/smsusb.c: In function 'smsusb1_load_firmware': /kisskb/src/drivers/media/usb/siano/smsusb.c:252:17: note: byref variable will be forcibly initialized 252 | int rc, dummy; | ^~~~~ /kisskb/src/drivers/media/usb/siano/smsusb.c:250:32: note: byref variable will be forcibly initialized 250 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/usb/siano/smsusb.c: In function 'smsusb_init_device': /kisskb/src/drivers/media/usb/siano/smsusb.c:388:35: note: byref variable will be forcibly initialized 388 | struct smsdevice_params_t params; | ^~~~~~ /kisskb/src/drivers/media/usb/siano/smsusb.c: In function 'smsusb_probe': /kisskb/src/drivers/media/usb/siano/smsusb.c:500:14: note: byref variable will be forcibly initialized 500 | char devpath[32]; | ^~~~~~~ /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/media/usb/siano/smsusb.c: In function 'smsusb_sendrequest': /kisskb/src/drivers/media/usb/siano/smsusb.c:210:13: note: byref variable will be forcibly initialized 210 | int dummy, ret; | ^~~~~ /kisskb/src/drivers/media/usb/siano/smsusb.c: In function 'smsusb1_setmode': /kisskb/src/drivers/media/usb/siano/smsusb.c:325:28: note: byref variable will be forcibly initialized 325 | struct sms_msg_hdr msg = { MSG_SW_RELOAD_REQ, 0, HIF_TASK, | ^~~ /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:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1252:32: note: byref variable will be forcibly initialized 1252 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1350:32: note: byref variable will be forcibly initialized 1350 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:984:32: note: byref variable will be forcibly initialized 984 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_break_ctl': /kisskb/src/drivers/usb/serial/digi_acceleport.c:843:23: note: byref variable will be forcibly initialized 843 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_transmit_idle': /kisskb/src/drivers/usb/serial/digi_acceleport.c:577:23: note: byref variable will be forcibly initialized 577 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_set_termios': /kisskb/src/drivers/usb/serial/digi_acceleport.c:660:23: note: byref variable will be forcibly initialized 660 | unsigned char buf[32]; | ^~~ /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/usb/serial/digi_acceleport.c: In function 'digi_open': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1072:25: note: byref variable will be forcibly initialized 1072 | struct ktermios not_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c:1070:23: note: byref variable will be forcibly initialized 1070 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_close': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_watt_prop': /kisskb/src/drivers/power/supply/rt5033_battery.c:41:18: note: byref variable will be forcibly initialized 41 | u32 msb, lsb; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c:41:13: note: byref variable will be forcibly initialized 41 | u32 msb, lsb; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_present': /kisskb/src/drivers/power/supply/rt5033_battery.c:28:13: note: byref variable will be forcibly initialized 28 | u32 val; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_capacity': /kisskb/src/drivers/power/supply/rt5033_battery.c:18:13: note: byref variable will be forcibly initialized 18 | u32 msb; | ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/io_edgeport.c:1474:22: note: byref variable will be forcibly initialized 1474 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1424:31: note: byref variable will be forcibly initialized 1424 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1386:31: note: byref variable will be forcibly initialized 1386 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/io_edgeport.c:2187:13: note: byref variable will be forcibly initialized 2187 | int divisor; | ^~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_toggle_global_events': /kisskb/src/drivers/staging/nvec/nvec.c:340:23: note: byref variable will be forcibly initialized 340 | unsigned char global_events[] = { NVEC_SLEEP, GLOBAL_EVENTS, state }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'nvec_power_off': /kisskb/src/drivers/staging/nvec/nvec.c:758:14: note: byref variable will be forcibly initialized 758 | char ap_pwr_down[] = { NVEC_SLEEP, AP_PWR_DOWN }; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/io_edgeport.c:31: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_open': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c:899:9: note: in expansion of macro 'wait_event_timeout' 899 | wait_event_timeout(edge_port->wait_open, !edge_port->openPending, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c: In function 'tegra_nvec_probe': /kisskb/src/drivers/staging/nvec/nvec.c:774:17: note: byref variable will be forcibly initialized 774 | enable_event[7] = { NVEC_SYS, CNF_EVENT_REPORTING, true }; | ^~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:773:17: note: byref variable will be forcibly initialized 773 | unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 }, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:772:17: note: byref variable will be forcibly initialized 772 | char get_firmware_version[] = { NVEC_CNTL, GET_FIRMWARE_VERSION }, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/nvec/nvec.c:770:26: note: byref variable will be forcibly initialized 770 | struct nvec_msg *msg; | ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_manufacturing_desc': /kisskb/src/drivers/usb/serial/io_edgeport.c:2537:22: note: byref variable will be forcibly initialized 2537 | char string[30]; | ^~~~~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_normal_to_secure_shm_thread': /kisskb/src/drivers/firmware/stratix10-svc.c:664:30: note: byref variable will be forcibly initialized 664 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_thread_cmd_data_claim': /kisskb/src/drivers/firmware/stratix10-svc.c:207:30: note: byref variable will be forcibly initialized 207 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_thread_cmd_config_status': /kisskb/src/drivers/firmware/stratix10-svc.c:253:30: note: byref variable will be forcibly initialized 253 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'svc_normal_to_secure_thread': /kisskb/src/drivers/firmware/stratix10-svc.c:389:30: note: byref variable will be forcibly initialized 389 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/drivers/usb/serial/io_edgeport.c:41: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'load_application_firmware': /kisskb/src/drivers/usb/serial/io_edgeport.c:2624:32: note: byref variable will be forcibly initialized 2624 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/stratix10-svc.c:15: /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'update_edgeport_E2PROM': /kisskb/src/drivers/usb/serial/io_edgeport.c:318:32: note: byref variable will be forcibly initialized 318 | const struct firmware *fw; | ^~ /kisskb/src/drivers/firmware/stratix10-svc.c: In function 'get_invoke_func': /kisskb/src/drivers/firmware/stratix10-svc.c:838:21: note: byref variable will be forcibly initialized 838 | const char *method; | ^~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:403:24: note: byref variable will be forcibly initialized 403 | struct sdw_msg msg; | ^~~ 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/soundwire/bus.c: In function 'sdw_bread_no_pm_unlocked': /kisskb/src/drivers/soundwire/bus.c:459:12: note: byref variable will be forcibly initialized 459 | u8 buf; | ^~~ /kisskb/src/drivers/soundwire/bus.c:458:24: note: byref variable will be forcibly initialized 458 | struct sdw_msg msg; | ^~~ /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/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm_unlocked': /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, | ^~~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c:477:24: note: byref variable will be forcibly initialized 477 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_nread_no_pm': /kisskb/src/drivers/soundwire/bus.c:386:24: note: byref variable will be forcibly initialized 386 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_read_no_pm': /kisskb/src/drivers/soundwire/bus.c:491:12: note: byref variable will be forcibly initialized 491 | u8 buf; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_read': /kisskb/src/drivers/soundwire/bus.c:584:12: note: byref variable will be forcibly initialized 584 | u8 buf; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_handle_slave_alerts': /kisskb/src/drivers/soundwire/bus.c:1506:32: note: byref variable will be forcibly initialized 1506 | u8 buf, buf2[2], _buf, _buf2[2]; | ^~~~~ /kisskb/src/drivers/soundwire/bus.c:1506:17: note: byref variable will be forcibly initialized 1506 | u8 buf, buf2[2], _buf, _buf2[2]; | ^~~~ /kisskb/src/drivers/soundwire/bus.c:1503:23: note: byref variable will be forcibly initialized 1503 | unsigned long port; | ^~~~ /kisskb/src/drivers/soundwire/bus.c:1501:28: note: byref variable will be forcibly initialized 1501 | u8 clear = 0, bit, port_status[15] = {0}; | ^~~~~~~~~~~ /kisskb/src/drivers/soundwire/bus.c:1500:38: note: byref variable will be forcibly initialized 1500 | struct sdw_slave_intr_status slave_intr; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/devfreq/devfreq.c:13: /kisskb/src/drivers/devfreq/devfreq.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bread_no_pm': /kisskb/src/drivers/soundwire/bus.c:427:12: note: byref variable will be forcibly initialized 427 | u8 buf; | ^~~ /kisskb/src/drivers/soundwire/bus.c:426:24: note: byref variable will be forcibly initialized 426 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_bwrite_no_pm': /kisskb/src/drivers/soundwire/bus.c:445:24: note: byref variable will be forcibly initialized 445 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c: In function 'sdw_program_device_num': /kisskb/src/drivers/soundwire/bus.c:727:24: note: byref variable will be forcibly initialized 727 | struct sdw_msg msg; | ^~~ /kisskb/src/drivers/soundwire/bus.c:726:29: note: byref variable will be forcibly initialized 726 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/soundwire/bus.c:724:12: note: byref variable will be forcibly initialized 724 | u8 buf[SDW_NUM_DEV_ID_REGISTERS] = {0}; | ^~~ 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/include/trace/bpf_probe.h:61:29: note: byref variable will be forcibly initialized 61 | UINTTYPE(sizeof(x)) __dst; \ | ^~~~~ /kisskb/src/include/trace/bpf_probe.h:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/linux/kernel.h:491:24: note: in expansion of macro '__CAST3' 491 | #define __CONCAT(a, b) a ## b | ^ /kisskb/src/include/linux/kernel.h:492:27: note: in expansion of macro '__CONCAT' 492 | #define CONCATENATE(a, b) __CONCAT(a, b) | ^~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:78:26: note: in expansion of macro 'CONCATENATE' 78 | #define CAST_TO_U64(...) CONCATENATE(__CAST, COUNT_ARGS(__VA_ARGS__))(__VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:85:60: note: in expansion of macro 'CAST_TO_U64' 85 | CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(prog, CAST_TO_U64(args)); \ | ^~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:90:9: note: in expansion of macro '__BPF_DECLARE_TRACE' 90 | __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/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': /kisskb/src/drivers/devfreq/devfreq.c:405:33: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:405:23: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_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:1831:14: note: byref variable will be forcibly initialized 1831 | char str_timer[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1799:22: note: byref variable will be forcibly initialized 1799 | unsigned int value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1649:33: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1649:23: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1595:33: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1595:23: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1541:23: note: byref variable will be forcibly initialized 1541 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_add_device': /kisskb/src/drivers/devfreq/devfreq.c:789:33: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:789:23: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1417:14: note: byref variable will be forcibly initialized 1417 | char str_governor[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/thermal.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:14, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1924:43: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1924:33: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1743:18: note: byref variable will be forcibly initialized 1743 | int err, value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1609:23: note: byref variable will be forcibly initialized 1609 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1568:23: note: byref variable will be forcibly initialized 1568 | unsigned long value; | ^~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_parse_dt': /kisskb/src/drivers/power/supply/lp8727_charger.c:512:21: note: byref variable will be forcibly initialized 512 | const char *type; | ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_battery_get_property': /kisskb/src/drivers/power/supply/lp8727_charger.c:339:12: note: byref variable will be forcibly initialized 339 | u8 read; | ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_dedicated_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:160:12: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_usb_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:168:12: note: byref variable will be forcibly initialized 168 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_init_device': /kisskb/src/drivers/power/supply/lp8727_charger.c:142:12: note: byref variable will be forcibly initialized 142 | u8 intstat[LP8788_NUM_INTREGS]; | ^~~~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_enable_chgdet': /kisskb/src/drivers/power/supply/lp8727_charger.c:215:12: note: byref variable will be forcibly initialized 215 | u8 val; | ^~~ In file included from /kisskb/src/drivers/devfreq/devfreq-event.c:18: /kisskb/src/drivers/devfreq/devfreq-event.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_delayed_func': /kisskb/src/drivers/power/supply/lp8727_charger.c:226:12: note: byref variable will be forcibly initialized 226 | u8 intstat[LP8788_NUM_INTREGS]; | ^~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_ti.c:2159:31: note: byref variable will be forcibly initialized 2159 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_ti.c:2132:31: note: byref variable will be forcibly initialized 2132 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_code': /kisskb/src/drivers/usb/serial/io_ti.c:927:13: note: byref variable will be forcibly initialized 927 | int done; | ^~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_fw': /kisskb/src/drivers/usb/serial/io_ti.c:1005:32: note: byref variable will be forcibly initialized 1005 | const struct firmware *fw; | ^~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:424:15: note: byref variable will be forcibly initialized 424 | char *envp[3]; | ^~~~ /kisskb/src/drivers/extcon/extcon.c:422:14: note: byref variable will be forcibly initialized 422 | char state_buf[120]; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:421:14: note: byref variable will be forcibly initialized 421 | char name_buf[120]; | ^~~~~~~~ /kisskb/src/drivers/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/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_read': /kisskb/src/drivers/remoteproc/remoteproc_coredump.c:179:16: note: byref variable will be forcibly initialized 179 | size_t seg_data, bytes_left = count; | ^~~~~~~~ /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; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/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; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:23: /kisskb/src/drivers/extcon/extcon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:14: /kisskb/src/drivers/media/dvb-core/dvb_demux.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_cancel_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2606:33: note: byref variable will be forcibly initialized 2606 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:80, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:261:31: note: byref variable will be forcibly initialized 261 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:120:29: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 120 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_cycle_start': /kisskb/src/fs/xfs/xfs_log_recover.c:276:26: note: byref variable will be forcibly initialized 276 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_rseek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:776:34: note: byref variable will be forcibly initialized 776 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_seek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:850:34: note: byref variable will be forcibly initialized 850 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_check_unmount_rec': /kisskb/src/fs/xfs/xfs_log_recover.c:1147:34: note: byref variable will be forcibly initialized 1147 | char *offset; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_reorder_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1874:19: note: byref variable will be forcibly initialized 1874 | LIST_HEAD(item_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/xfs/xfs_log_recover.c:1873:19: note: byref variable will be forcibly initialized 1873 | LIST_HEAD(inode_buffer_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/xfs/xfs_log_recover.c:1872:19: note: byref variable will be forcibly initialized 1872 | LIST_HEAD(buffer_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/xfs/xfs_log_recover.c:1871:19: note: byref variable will be forcibly initialized 1871 | LIST_HEAD(cancel_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/xfs/xfs_log_recover.c:1870:19: note: byref variable will be forcibly initialized 1870 | LIST_HEAD(sort_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/xfs/xfs_log_recover.c: In function 'xlog_recover_commit_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1984:42: note: byref variable will be forcibly initialized 1984 | LIST_HEAD (done_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/xfs/xfs_log_recover.c:1983:42: note: byref variable will be forcibly initialized 1983 | LIST_HEAD (ra_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/xfs/xfs_log_recover.c: In function 'xlog_find_verify_cycle': /kisskb/src/fs/xfs/xfs_log_recover.c:323:26: note: byref variable will be forcibly initialized 323 | char *buf = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_log_record': /kisskb/src/fs/xfs/xfs_log_recover.c:402:34: note: byref variable will be forcibly initialized 402 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_zeroed': /kisskb/src/fs/xfs/xfs_log_recover.c:1399:34: note: byref variable will be forcibly initialized 1399 | xfs_daddr_t new_blk, last_blk, start_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1399:25: note: byref variable will be forcibly initialized 1399 | xfs_daddr_t new_blk, last_blk, start_blk; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1397:26: note: byref variable will be forcibly initialized 1397 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_head': /kisskb/src/fs/xfs/xfs_log_recover.c:504:66: note: byref variable will be forcibly initialized 504 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:504:34: note: byref variable will be forcibly initialized 504 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:504:25: note: byref variable will be forcibly initialized 504 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:503:26: note: byref variable will be forcibly initialized 503 | char *offset; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_do_recovery_pass': /kisskb/src/fs/xfs/xfs_log_recover.c:2960:34: note: byref variable will be forcibly initialized 2960 | LIST_HEAD (buffer_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/xfs/xfs_log_recover.c:2959:33: note: byref variable will be forcibly initialized 2959 | struct hlist_head rhash[XLOG_RHASH_SIZE]; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2952:34: note: byref variable will be forcibly initialized 2952 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:946:33: note: byref variable will be forcibly initialized 946 | xfs_daddr_t tmp_tail; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:945:33: note: byref variable will be forcibly initialized 945 | bool wrapped; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:943:33: note: byref variable will be forcibly initialized 943 | xfs_daddr_t first_bad; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:941:34: note: byref variable will be forcibly initialized 941 | struct xlog_rec_header *thead; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_head': /kisskb/src/fs/xfs/xfs_log_recover.c:1035:33: note: byref variable will be forcibly initialized 1035 | bool tmp_wrapped; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1032:33: note: byref variable will be forcibly initialized 1032 | xfs_daddr_t tmp_rhead_blk; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1031:33: note: byref variable will be forcibly initialized 1031 | xfs_daddr_t first_bad; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1029:34: note: byref variable will be forcibly initialized 1029 | struct xlog_rec_header *tmp_rhead; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:1251:33: note: byref variable will be forcibly initialized 1251 | bool clean = false; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1250:33: note: byref variable will be forcibly initialized 1250 | bool wrapped = false; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1248:33: note: byref variable will be forcibly initialized 1248 | xfs_daddr_t rhead_blk; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1245:34: note: byref variable will be forcibly initialized 1245 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1244:34: note: byref variable will be forcibly initialized 1244 | xlog_rec_header_t *rhead; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_finish_defer_ops': /kisskb/src/fs/xfs/xfs_log_recover.c:2468:44: note: byref variable will be forcibly initialized 2468 | struct xfs_defer_resources dres; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2467:41: note: byref variable will be forcibly initialized 2467 | struct xfs_trans_res resv; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2463:34: note: byref variable will be forcibly initialized 2463 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2539:33: note: byref variable will be forcibly initialized 2539 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c:2538:19: note: byref variable will be forcibly initialized 2538 | LIST_HEAD(capture_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/xfs/xfs_log_recover.c: In function 'xlog_recover_iunlink_bucket': /kisskb/src/fs/xfs/xfs_log_recover.c:2678:34: note: byref variable will be forcibly initialized 2678 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_clear_agi_bucket': /kisskb/src/fs/xfs/xfs_log_recover.c:2638:34: note: byref variable will be forcibly initialized 2638 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2636:34: note: byref variable will be forcibly initialized 2636 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_iunlink_ag': /kisskb/src/fs/xfs/xfs_log_recover.c:2751:34: note: byref variable will be forcibly initialized 2751 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_iunlinks': /kisskb/src/fs/xfs/xfs_log_recover.c:2799:33: note: byref variable will be forcibly initialized 2799 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_release_intent': /kisskb/src/fs/xfs/xfs_log_recover.c:1730:33: note: byref variable will be forcibly initialized 1730 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover': /kisskb/src/fs/xfs/xfs_log_recover.c:3351:35: note: byref variable will be forcibly initialized 3351 | xfs_daddr_t head_blk, tail_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3351:25: note: byref variable will be forcibly initialized 3351 | xfs_daddr_t head_blk, tail_blk; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/net2280.c: In function 'handle_stat0_irqs': /kisskb/src/drivers/usb/gadget/udc/net2280.c:3109:19: note: byref variable will be forcibly initialized 3109 | } u; | ^ /kisskb/src/drivers/usb/gadget/udc/net2280.c: In function 'net2280_match_ep': /kisskb/src/drivers/usb/gadget/udc/net2280.c:1551:14: note: byref variable will be forcibly initialized 1551 | char name[8]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfsaild_push': /kisskb/src/fs/xfs/xfs_trans_ail.c:422:33: note: byref variable will be forcibly initialized 422 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfs_trans_ail_update_bulk': /kisskb/src/fs/xfs/xfs_trans_ail.c:804:19: note: byref variable will be forcibly initialized 804 | 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/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_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/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_streaming_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:301:26: note: byref variable will be forcibly initialized 301 | struct ec168_req req = {STREAMING_CTRL, 0x7f01, 0x0202, 0, NULL}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:177:26: note: byref variable will be forcibly initialized 177 | struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:176:12: note: byref variable will be forcibly initialized 176 | u8 reply; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c: In function 'ec168_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/ec168.c:105:26: note: byref variable will be forcibly initialized 105 | struct ec168_req req; | ^~~ /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/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/drivers/power/supply/gpio-charger.c:7: /kisskb/src/drivers/power/supply/gpio-charger.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/gpio-charger.c: In function 'gpio_charger_get_type': /kisskb/src/drivers/power/supply/gpio-charger.c:140:21: note: byref variable will be forcibly initialized 140 | const char *chargetype; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:77:24: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:76:12: note: byref variable will be forcibly initialized 76 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_readreg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:98:24: note: byref variable will be forcibly initialized 98 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:96:12: note: byref variable will be forcibly initialized 96 | u8 data; | ^~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1183:13: note: byref variable will be forcibly initialized 1183 | u32 quirks; | ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:36: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:28: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_common_create_luns': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:2938:14: note: byref variable will be forcibly initialized 2938 | char buf[8]; /* enough for 100000000 different numbers, decimal */ | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'sleep_thread': /kisskb/src/arch/arm64/include/asm/barrier.h: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:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:580:22: note: in expansion of macro 'wait_event_interruptible' 580 | rc = wait_event_interruptible(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:581:39: note: in expansion of macro 'smp_load_acquire' 581 | bh && smp_load_acquire(&bh->state) >= | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:580:22: note: in expansion of macro 'wait_event_interruptible' 580 | rc = wait_event_interruptible(common->io_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/linux/wait.h:500:15: note: in definition of macro 'wait_event_interruptible' 500 | if (!(condition)) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:581:39: note: in expansion of macro 'smp_load_acquire' 581 | bh && smp_load_acquire(&bh->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/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /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/drivers/usb/gadget/function/f_mass_storage.c:576:22: note: in expansion of macro 'wait_event_freezable' 576 | rc = wait_event_freezable(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:577:39: note: in expansion of macro 'smp_load_acquire' 577 | bh && smp_load_acquire(&bh->state) >= | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/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/drivers/usb/gadget/function/f_mass_storage.c:576:22: note: in expansion of macro 'wait_event_freezable' 576 | rc = wait_event_freezable(common->io_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/linux/wait.h:383:15: note: in definition of macro 'wait_event_freezable' 383 | if (!(condition)) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:577:39: note: in expansion of macro 'smp_load_acquire' 577 | bh && smp_load_acquire(&bh->state) >= | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_unbind': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3114:17: note: in expansion of macro 'wait_event' 3114 | wait_event(common->fsg_wait, common->fsg != fsg); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rcuwait.h:6, from /kisskb/src/include/linux/percpu-rwsem.h:7, from /kisskb/src/include/linux/fs.h:33, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h: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; | ^~~~~~ 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/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'bulk_out_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:442:9: note: in expansion of macro 'smp_store_release' 442 | smp_store_release(&bh->state, BUF_STATE_FULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'bulk_in_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:425:9: note: in expansion of macro 'smp_store_release' 425 | smp_store_release(&bh->state, BUF_STATE_EMPTY); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/renesas_usbhs/mod_host.c: In function 'usbhsh_setup_stage_packet_push': /kisskb/src/drivers/usb/renesas_usbhs/mod_host.c:754:32: note: byref variable will be forcibly initialized 754 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'check_command': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:1713:33: note: byref variable will be forcibly initialized 1713 | char hdlen[20]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_read': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:596:46: note: byref variable will be forcibly initialized 596 | loff_t file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_verify': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:941:46: note: byref variable will be forcibly initialized 941 | loff_t file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_write': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:727:58: note: byref variable will be forcibly initialized 727 | loff_t usb_offset, file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_opts_stall_store': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3376:14: note: byref variable will be forcibly initialized 3376 | bool stall; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_lun_make': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3272:12: note: byref variable will be forcibly initialized 3272 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3270:31: note: byref variable will be forcibly initialized 3270 | struct fsg_lun_config config; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3472:31: note: byref variable will be forcibly initialized 3472 | struct fsg_lun_config config; | ^~~~~~ /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c: In function 'mchp_pit64b_init_mode': /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c:288:13: note: byref variable will be forcibly initialized 288 | u32 pres, best_pres = 0; | ^~~~ /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c: In function 'mchp_pit64b_dt_init_timer': /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c:424:34: note: byref variable will be forcibly initialized 424 | struct mchp_pit64b_timer timer; | ^~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_tiocmget': /kisskb/src/drivers/usb/serial/f81534.c:1427:12: note: byref variable will be forcibly initialized 1427 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_msr': /kisskb/src/drivers/usb/serial/f81534.c:1047:12: note: byref variable will be forcibly initialized 1047 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_lsr_worker': /kisskb/src/drivers/usb/serial/f81534.c:1297:12: note: byref variable will be forcibly initialized 1297 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_set_mask_register': /kisskb/src/drivers/usb/serial/f81534.c:300:12: note: byref variable will be forcibly initialized 300 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_wait_for_spi_idle': /kisskb/src/drivers/usb/serial/f81534.c:351:12: note: byref variable will be forcibly initialized 351 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_flash': /kisskb/src/drivers/usb/serial/f81534.c:405:12: note: byref variable will be forcibly initialized 405 | u8 tmp_buf[F81534_MAX_DATA_BLOCK]; | ^~~~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_find_config_idx': /kisskb/src/drivers/usb/serial/f81534.c:731:12: note: byref variable will be forcibly initialized 731 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_check_port_hw_disabled': /kisskb/src/drivers/usb/serial/f81534.c:763:12: note: byref variable will be forcibly initialized 763 | u8 lsr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c:762:12: note: byref variable will be forcibly initialized 762 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c:761:12: note: byref variable will be forcibly initialized 761 | u8 old_mcr; | ^~~~~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1531:22: note: byref variable will be forcibly initialized 1531 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tiocmget': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2880:23: note: byref variable will be forcibly initialized 2880 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tx_empty': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2626:23: note: byref variable will be forcibly initialized 2626 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'latency_timer_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1689:12: note: byref variable will be forcibly initialized 1689 | u8 v; | ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'event_char_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1711:22: note: byref variable will be forcibly initialized 1711 | unsigned int v; | ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function '_read_latency_timer': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1448:12: note: byref variable will be forcibly initialized 1448 | u8 buf; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_read_cbus_pins': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1851:12: note: byref variable will be forcibly initialized 1851 | u8 buf; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1982:23: note: byref variable will be forcibly initialized 1982 | unsigned long map = priv->gpio_altfunc; | ^~~ /kisskb/src/drivers/devfreq/governor_userspace.c: In function 'set_freq_store': /kisskb/src/drivers/devfreq/governor_userspace.c:39:23: note: byref variable will be forcibly initialized 39 | unsigned long wanted; | ^~~~~~ /kisskb/src/drivers/staging/nvec/nvec_paz00.c: In function 'nvec_led_brightness_set': /kisskb/src/drivers/staging/nvec/nvec_paz00.c:33:23: note: byref variable will be forcibly initialized 33 | unsigned char buf[] = NVEC_LED_REQ; | ^~~ /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/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_send_command': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:318:21: note: byref variable will be forcibly initialized 318 | int result, actual_len; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_stop_ts_feed': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1116:12: note: byref variable will be forcibly initialized 1116 | u8 b0[] = { 0x00 }; | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_stop_sec_feed': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1130:12: note: byref variable will be forcibly initialized 1130 | u8 b0[] = { 0x00, 0x00 }; | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_get_stb_state': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:387:16: note: byref variable will be forcibly initialized 387 | __be32 tmp; | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:385:13: note: byref variable will be forcibly initialized 385 | int c_length; | ^~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:384:12: note: byref variable will be forcibly initialized 384 | u8 c[COMMAND_PACKET_SIZE]; | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_set_pids': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:442:16: note: byref variable will be forcibly initialized 442 | __be16 video = htons(dec->pid[DMX_PES_VIDEO]); | ^~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:441:16: note: byref variable will be forcibly initialized 441 | __be16 audio = htons(dec->pid[DMX_PES_AUDIO]); | ^~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:440:16: note: byref variable will be forcibly initialized 440 | __be16 pcr = htons(dec->pid[DMX_PES_PCR]); | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:436:12: note: byref variable will be forcibly initialized 436 | u8 b[] = { 0x00, 0x00, 0x00, 0x00, | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/usb/ttusb-dec/ttusb_dec.c:10: /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function '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/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_start_ts_feed': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:968:12: note: byref variable will be forcibly initialized 968 | u8 b0[] = { 0x05 }; | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_start_sec_feed': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1049:12: note: byref variable will be forcibly initialized 1049 | u8 x = 1; | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1045:13: note: byref variable will be forcibly initialized 1045 | int c_length; | ^~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1044:12: note: byref variable will be forcibly initialized 1044 | u8 c[COMMAND_PACKET_SIZE]; | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1043:16: note: byref variable will be forcibly initialized 1043 | __be16 pid; | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1035:12: note: byref variable will be forcibly initialized 1035 | u8 b0[] = { 0x00, 0x00, 0x00, 0x01, | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_boot_dsp': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1315:32: note: byref variable will be forcibly initialized 1315 | const struct firmware *fw_entry = NULL; | ^~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1314:16: note: byref variable will be forcibly initialized 1314 | __be32 tmp; | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1312:16: note: byref variable will be forcibly initialized 1312 | __be32 firmware_size_nl; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1311:16: note: byref variable will be forcibly initialized 1311 | __be16 firmware_csum_ns; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1307:14: note: byref variable will be forcibly initialized 1307 | char idstring[21]; | ^~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1305:12: note: byref variable will be forcibly initialized 1305 | u8 b1[] = { 0x61 }; | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1302:12: note: byref variable will be forcibly initialized 1302 | u8 b0[] = { 0x00, 0x00, 0x00, 0x00, | ^~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1301:19: note: byref variable will be forcibly initialized 1301 | int i, j, actual_len, result, size, trans_count; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_parse_attributes': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:456:12: note: byref variable will be forcibly initialized 456 | u8 tuple[257]; | ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:455:13: note: byref variable will be forcibly initialized 455 | int tuple_type; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:454:13: note: byref variable will be forcibly initialized 454 | int tuple_length; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:453:13: note: byref variable will be forcibly initialized 453 | int address = 0; | ^~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_init_stb': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1410:43: note: byref variable will be forcibly initialized 1410 | unsigned int mode = 0, model = 0, version = 0; | ^~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1410:32: note: byref variable will be forcibly initialized 1410 | unsigned int mode = 0, model = 0, version = 0; | ^~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1410:22: note: byref variable will be forcibly initialized 1410 | unsigned int mode = 0, model = 0, version = 0; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_write': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1447:12: note: byref variable will be forcibly initialized 1447 | u8 fragbuf[HOST_LINK_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:18: note: byref variable will be forcibly initialized 1445 | u8 slot, connection_id; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:12: note: byref variable will be forcibly initialized 1445 | u8 slot, connection_id; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_read_data': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:637:12: note: byref variable will be forcibly initialized 637 | u8 buf[HOST_LINK_BUF_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_link_init': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:325:12: note: byref variable will be forcibly initialized 325 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_process_pva': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:477:24: note: byref variable will be forcibly initialized 477 | __be16 v_pes_payload_length; | ^~~~~~~~~~~~~~~~~~~~ /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/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read_condition': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1547:12: note: byref variable will be forcibly initialized 1547 | u8 hdr[2]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1544:16: note: byref variable will be forcibly initialized 1544 | size_t fraglen; | ^~~~~~~ /kisskb/src/drivers/usb/serial/garmin_gps.c: In function 'gsp_send_ack': /kisskb/src/drivers/usb/serial/garmin_gps.c:338:14: note: byref variable will be forcibly initialized 338 | __u8 pkt[10]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_poll': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1788:13: note: byref variable will be forcibly initialized 1788 | int result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1787:13: note: byref variable will be forcibly initialized 1787 | int slot; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:303: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/dvb-core/dvb_ca_en50221.c:1628:26: note: in expansion of macro 'wait_event_interruptible' 1628 | status = wait_event_interruptible(ca->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1607:16: note: byref variable will be forcibly initialized 1607 | size_t fraglen; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1603:13: note: byref variable will be forcibly initialized 1603 | int slot; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1602:12: note: byref variable will be forcibly initialized 1602 | u8 hdr[2]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1601:13: note: byref variable will be forcibly initialized 1601 | int result = 0; | ^~~~~~ In file included from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_dec_set_interface': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:896:12: note: byref variable will be forcibly initialized 896 | u8 b[] = { 0x05 }; | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c: In function 'ttusb_init_rc': /kisskb/src/drivers/media/usb/ttusb-dec/ttusb_dec.c:1211:12: note: byref variable will be forcibly initialized 1211 | u8 b[] = { 0x00, 0x01 }; | ^ /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/hwmon/adm1031.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adm1031.c:479:14: note: byref variable will be forcibly initialized 479 | long val; | ^~~ /kisskb/src/drivers/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/hwmon/adm1031.c: In function 'auto_temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:438:14: note: byref variable will be forcibly initialized 438 | long val; | ^~~ /kisskb/src/drivers/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/hwmon/adm1031.c: In function 'auto_temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:408:14: note: byref variable will be forcibly initialized 408 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1031.c:778:14: note: byref variable will be forcibly initialized 778 | long val; | ^~~ /kisskb/src/drivers/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/hwmon/adm1031.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:756:14: note: byref variable will be forcibly initialized 756 | long val; | ^~~ /kisskb/src/drivers/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/hwmon/adm1031.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:734:14: note: byref variable will be forcibly initialized 734 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_offset_store': /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/hwmon/adm1031.c:712:14: note: byref variable will be forcibly initialized 712 | long val; | ^~~ /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/hwmon/adm1031.c: In function 'fan_auto_channel_store': /kisskb/src/drivers/hwmon/adm1031.c:335:14: note: byref variable will be forcibly initialized 335 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1031.c:590:14: note: byref variable will be forcibly initialized 590 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1031.c:615:14: note: byref variable will be forcibly initialized 615 | long val; | ^~~ /kisskb/src/drivers/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/hwmon/adm1031.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/adm1031.c:863:23: note: byref variable will be forcibly initialized 863 | unsigned long val; | ^~~ /kisskb/src/drivers/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/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/usb/serial/ipw.c: In function 'ipw_open': /kisskb/src/drivers/usb/serial/ipw.c:136:12: note: byref variable will be forcibly initialized 136 | u8 buf_flow_static[16] = IPW_BYTES_FLOWINIT; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:66: /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:12: note: byref variable will be forcibly initialized 100 | u8 buf[] = {reg, 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/dma-mapping.h:7, from /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c:10: /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c: In function '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/usb/dvb-usb-v2/lmedm04.c: In function 'lme2510_stream_restart': /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:171:12: note: byref variable will be forcibly initialized 171 | u8 rbuff[1]; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:170:12: note: byref variable will be forcibly initialized 170 | u8 stream_on[] = LME_ST_ON_W; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:169:12: note: byref variable will be forcibly initialized 169 | u8 all_pids[] = LME_ALL_PIDS; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c: In function 'lme_coldreset': /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:656:12: note: byref variable will be forcibly initialized 656 | u8 data[1] = {0}; | ^~~~ /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c: In function 'usbhsg_irq_ctrl_stage': /kisskb/src/drivers/usb/renesas_usbhs/mod_gadget.c:483:32: note: byref variable will be forcibly initialized 483 | struct usb_ctrlrequest ctrl; | ^~~~ /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/media/usb/dvb-usb-v2/lmedm04.c: In function 'lme_firmware_switch': /kisskb/src/drivers/media/usb/dvb-usb-v2/lmedm04.c:676:32: note: byref variable will be forcibly initialized 676 | const struct firmware *fw = NULL; | ^~ In file included from /kisskb/src/drivers/memory/tegra/mc.c:13: /kisskb/src/drivers/memory/tegra/mc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/governor_passive.c: In function 'get_target_freq_with_cpufreq': /kisskb/src/drivers/devfreq/governor_passive.c:85:32: note: byref variable will be forcibly initialized 85 | unsigned long dev_min, dev_max; | ^~~~~~~ /kisskb/src/drivers/devfreq/governor_passive.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned long dev_min, dev_max; | ^~~~~~~ /kisskb/src/drivers/devfreq/governor_passive.c:84:28: note: byref variable will be forcibly initialized 84 | unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; | ^~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/memory/tegra/mc.c:8: /kisskb/src/drivers/memory/tegra/mc.c: 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/memory/tegra/mc.c: In function 'load_one_timing': /kisskb/src/drivers/memory/tegra/mc.c:397:13: note: byref variable will be forcibly initialized 397 | u32 tmp; | ^~~ /kisskb/src/drivers/memory/tegra/mc.c: In function 'tegra_mc_setup_timings': /kisskb/src/drivers/memory/tegra/mc.c:455:23: note: byref variable will be forcibly initialized 455 | u32 ram_code, node_ram_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/memory/tegra/mc.c: In function 'tegra30_mc_handle_irq': /kisskb/src/drivers/memory/tegra/mc.c:573:22: note: byref variable will be forcibly initialized 573 | char perm[7]; | ^~~~ /kisskb/src/drivers/memory/tegra/mc.c:568:29: note: byref variable will be forcibly initialized 568 | phys_addr_t addr = 0; | ^~~~ /kisskb/src/drivers/memory/tegra/mc.c:539:23: note: byref variable will be forcibly initialized 539 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/memory/tegra/mc.c:538:27: note: byref variable will be forcibly initialized 538 | unsigned int bit, channel; | ^~~~~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'device_attr_store': /kisskb/src/drivers/power/supply/max77693_charger.c:260:23: note: byref variable will be forcibly initialized 260 | unsigned long val; | ^~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_charger_state': /kisskb/src/drivers/power/supply/max77693_charger.c:35:22: note: byref variable will be forcibly initialized 35 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_charge_type': /kisskb/src/drivers/power/supply/max77693_charger.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_battery_health': /kisskb/src/drivers/power/supply/max77693_charger.c:128:22: note: byref variable will be forcibly initialized 128 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_present': /kisskb/src/drivers/power/supply/max77693_charger.c:170:22: note: byref variable will be forcibly initialized 170 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_online': /kisskb/src/drivers/power/supply/max77693_charger.c:188:22: note: byref variable will be forcibly initialized 188 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'fast_charge_timer_show': /kisskb/src/drivers/power/supply/max77693_charger.c:278:22: note: byref variable will be forcibly initialized 278 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'top_off_threshold_current_show': /kisskb/src/drivers/power/supply/max77693_charger.c:344:22: note: byref variable will be forcibly initialized 344 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'top_off_timer_show': /kisskb/src/drivers/power/supply/max77693_charger.c:395:22: note: byref variable will be forcibly initialized 395 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'bulk_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:271:13: note: byref variable will be forcibly initialized 271 | int actual = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_set_termios': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:888:13: note: byref variable will be forcibly initialized 888 | u32 actual; | ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'read_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:292:13: note: byref variable will be forcibly initialized 292 | int actual = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_open': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:963:13: note: byref variable will be forcibly initialized 963 | u32 actual; | ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'vcc_mode_store': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:1121:23: note: byref variable will be forcibly initialized 1121 | unsigned long v; | ^ /kisskb/src/drivers/soundwire/slave.c: In function 'sdw_of_find_slaves': /kisskb/src/drivers/soundwire/slave.c:232:37: note: byref variable will be forcibly initialized 232 | struct sdw_slave_id id; | ^~ /kisskb/src/drivers/soundwire/slave.c:230:30: note: byref variable will be forcibly initialized 230 | unsigned int sdw_version; | ^~~~~~~~~~~ /kisskb/src/drivers/soundwire/slave.c:229:35: note: byref variable will be forcibly initialized 229 | int link_id, ret, len; | ^~~ 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/media/dvb-frontends/cx24117.c: In function 'cx24117_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:310:24: note: byref variable will be forcibly initialized 310 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:309:12: note: byref variable will be forcibly initialized 309 | u8 recv = 0; | ^~~~ /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/media/dvb-frontends/cx24117.c: In function 'cx24117_writecmd': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:282:12: note: byref variable will be forcibly initialized 282 | u8 buf[CX24117_ARGLEN+1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:281:24: note: byref variable will be forcibly initialized 281 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:20: note: byref variable will be forcibly initialized 762 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:260:24: note: byref variable will be forcibly initialized 260 | struct i2c_msg msg = { .addr = state->priv->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:259:12: note: byref variable will be forcibly initialized 259 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_readregN': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:335:24: note: byref variable will be forcibly initialized 335 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:840:12: note: byref variable will be forcibly initialized 840 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_snr': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:818:12: note: byref variable will be forcibly initialized 818 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ber': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:763:12: note: byref variable will be forcibly initialized 763 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:547:24: note: byref variable will be forcibly initialized 547 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:543:28: note: byref variable will be forcibly initialized 543 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:443:32: note: byref variable will be forcibly initialized 443 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:902:28: note: byref variable will be forcibly initialized 902 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:954:28: note: byref variable will be forcibly initialized 954 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:788:12: note: byref variable will be forcibly initialized 788 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:785:28: note: byref variable will be forcibly initialized 785 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_get_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1562:12: note: byref variable will be forcibly initialized 1562 | u8 buf[0x1f-4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1556:28: note: byref variable will be forcibly initialized 1556 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1300:24: note: byref variable will be forcibly initialized 1300 | enum fe_status tunerstat; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1299:28: note: byref variable will be forcibly initialized 1299 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1279:28: note: byref variable will be forcibly initialized 1279 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1219:28: note: byref variable will be forcibly initialized 1219 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_attach': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1163:30: note: byref variable will be forcibly initialized 1163 | struct cx24117_priv *priv = NULL; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:25: note: byref variable will be forcibly initialized 3130 | char tmp[128]; | ^~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'try_start_dim_transfer': /kisskb/src/drivers/staging/most/dim2/dim2.c:164:31: note: byref variable will be forcibly initialized 164 | struct dim_ch_state_t st; | ^~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/most/dim2/dim2.c:10: /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'deliver_netinfo_thread': /kisskb/src/include/linux/wait.h: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/most/dim2/dim2.c:215:17: note: in expansion of macro 'wait_event_interruptible' 215 | wait_event_interruptible(dev->netinfo_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'service_done_flag': /kisskb/src/drivers/staging/most/dim2/dim2.c:262:31: note: byref variable will be forcibly initialized 262 | struct dim_ch_state_t st; | ^~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'dim2_ahb_isr': /kisskb/src/drivers/staging/most/dim2/dim2.c:394:29: note: byref variable will be forcibly initialized 394 | struct dim_channel *buffer[DMA_CHANNELS + 1]; | ^~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'dim2_probe': /kisskb/src/drivers/staging/most/dim2/dim2.c:747:21: note: byref variable will be forcibly initialized 747 | const char *clock_speed; | ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:126:21: note: byref variable will be forcibly initialized 126 | u32 sz; | ^~ /kisskb/src/drivers/of/fdt.c:125:29: note: byref variable will be forcibly initialized 125 | const char *pname; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:215:13: note: byref variable will be forcibly initialized 215 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:293:29: note: byref variable will be forcibly initialized 293 | struct device_node *nps[FDT_MAX_DEPTH]; | ^~~ /kisskb/src/drivers/of/fdt.c:291:25: note: byref variable will be forcibly initialized 291 | int offset = 0, depth = 0, initial_depth = 0; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_is_compatible': /kisskb/src/drivers/of/fdt.c:775:13: note: byref variable will be forcibly initialized 775 | int cplen; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:47:13: note: byref variable will be forcibly initialized 47 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:684:29: note: byref variable will be forcibly initialized 684 | int offset, rc = 0, depth = -1; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_initrd': /kisskb/src/drivers/of/fdt.c:922:13: note: byref variable will be forcibly initialized 922 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/drivers/of/fdt.c:879:21: note: byref variable will be forcibly initialized 879 | int size; | ^~~~ /kisskb/src/drivers/of/fdt.c:865:28: note: byref variable will be forcibly initialized 865 | const char *const *compat; | ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen_stdout': /kisskb/src/drivers/of/fdt.c:1024:13: note: byref variable will be forcibly initialized 1024 | int l; | ^ /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/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:637:19: note: byref variable will be forcibly initialized 637 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c:637:13: note: byref variable will be forcibly initialized 637 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_usable_mem_range': /kisskb/src/drivers/of/fdt.c:992:13: note: byref variable will be forcibly initialized 992 | int len, i; | ^~~ /kisskb/src/drivers/of/fdt.c:991:23: note: byref variable will be forcibly initialized 991 | const __be32 *prop, *endp; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1162:13: note: byref variable will be forcibly initialized 1162 | int l, node; | ^ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1115:21: note: byref variable will be forcibly initialized 1115 | int l; | ^ /kisskb/src/drivers/of/fdt.c:1114:31: note: byref variable will be forcibly initialized 1114 | const __be32 *reg, *endp; | ^~~ /kisskb/src/drivers/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/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/usb/serial/keyspan.c: In function 'keyspan_usa26_send_setup': /kisskb/src/drivers/usb/serial/keyspan.c:2029:49: note: byref variable will be forcibly initialized 2029 | struct keyspan_usa26_portControlMessage msg; | ^~~ /kisskb/src/drivers/usb/serial/keyspan.c: In function 'keyspan_usa28_send_setup': /kisskb/src/drivers/usb/serial/keyspan.c:2176:49: note: byref variable will be forcibly initialized 2176 | struct keyspan_usa28_portControlMessage msg; | ^~~ /kisskb/src/drivers/usb/serial/keyspan.c: In function 'keyspan_usa49_send_setup': /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/usb/serial/keyspan.c:2295:49: note: byref variable will be forcibly initialized 2295 | struct keyspan_usa49_portControlMessage msg; | ^~~ /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/usb/serial/keyspan.c: In function 'keyspan_usa90_send_setup': /kisskb/src/drivers/usb/serial/keyspan.c:2478:57: note: byref variable will be forcibly initialized 2478 | u8 prescaler; | ^~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_q': /kisskb/src/drivers/usb/serial/keyspan.c:2472:49: note: byref variable will be forcibly initialized 2472 | struct keyspan_usa90_portControlMessage msg; | ^~~ /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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/include/linux/wait.h: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/usb/serial/keyspan.c: In function 'keyspan_usa67_send_setup': /kisskb/src/drivers/usb/serial/keyspan.c:2602:49: note: byref variable will be forcibly initialized 2602 | struct keyspan_usa67_portControlMessage msg; | ^~~ /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]; | ^~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c: In function 'tegra_devfreq_probe': /kisskb/src/drivers/devfreq/tegra30-devfreq.c:842:21: note: byref variable will be forcibly initialized 842 | const char *clk_names[] = { "actmon", NULL }; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c:835:13: note: byref variable will be forcibly initialized 835 | u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_ro': /kisskb/src/drivers/usb/gadget/function/storage_common.c:397:25: note: byref variable will be forcibly initialized 397 | bool ro; | ^~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_nofua': /kisskb/src/drivers/usb/gadget/function/storage_common.c:419:25: note: byref variable will be forcibly initialized 419 | bool nofua; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_cdrom': /kisskb/src/drivers/usb/gadget/function/storage_common.c:470:25: note: byref variable will be forcibly initialized 470 | bool cdrom; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_removable': /kisskb/src/drivers/usb/gadget/function/storage_common.c:493:25: note: byref variable will be forcibly initialized 493 | bool removable; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_get_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:124:34: note: byref variable will be forcibly initialized 124 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_read_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:221:34: note: byref variable will be forcibly initialized 221 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:13: note: byref variable will be forcibly initialized 115 | int rlen; | ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:26: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:21: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:17: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:169:13: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:168:16: note: byref variable will be forcibly initialized 168 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:21: note: byref variable will be forcibly initialized 165 | int parent, len; | ^~~ /kisskb/src/drivers/usb/serial/metro-usb.c: In function 'metrousb_send_unidirectional_cmd': /kisskb/src/drivers/usb/serial/metro-usb.c:81:13: note: byref variable will be forcibly initialized 81 | int actual_len; | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/kl5kusb105.c: In function 'klsi_105_get_line_state': /kisskb/src/drivers/usb/serial/kl5kusb105.c:157:13: note: byref variable will be forcibly initialized 157 | u16 status; | ^~~~~~ /kisskb/src/drivers/usb/serial/kl5kusb105.c: In function 'klsi_105_tiocmget': /kisskb/src/drivers/usb/serial/kl5kusb105.c:493:23: note: byref variable will be forcibly initialized 493 | unsigned long line_state; | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/kl5kusb105.c: In function 'klsi_105_open': /kisskb/src/drivers/usb/serial/kl5kusb105.c:226:39: note: byref variable will be forcibly initialized 226 | struct klsi_105_port_settings cfg; | ^~~ /kisskb/src/drivers/usb/serial/kl5kusb105.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long line_state; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c: In function 'ttusbdecfe_dvbs_diseqc_send_master_cmd': /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:141:12: note: byref variable will be forcibly initialized 141 | u8 b[] = { 0x00, 0xff, 0x00, 0x00, | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c: In function 'ttusbdecfe_dvbt_read_status': /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:43:13: note: byref variable will be forcibly initialized 43 | int len, ret; | ^~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:42:12: note: byref variable will be forcibly initialized 42 | u8 result[4]; | ^~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:40:12: note: byref variable will be forcibly initialized 40 | u8 b[] = { 0x00, 0x00, 0x00, 0x00, | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c: In function 'ttusbdecfe_dvbt_set_frontend': /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:86:16: note: byref variable will be forcibly initialized 86 | __be32 freq = htonl(p->frequency / 1000); | ^~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:80:12: note: byref variable will be forcibly initialized 80 | u8 b[] = { 0x00, 0x00, 0x00, 0x03, | ^ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c: In function 'ttusbdecfe_dvbs_set_frontend': /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:121:16: note: byref variable will be forcibly initialized 121 | __be32 lnb_voltage; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:120:16: note: byref variable will be forcibly initialized 120 | __be32 band; | ^~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:119:16: note: byref variable will be forcibly initialized 119 | __be32 sym_rate; | ^~~~~~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:118:16: note: byref variable will be forcibly initialized 118 | __be32 freq; | ^~~~ /kisskb/src/drivers/media/usb/ttusb-dec/ttusbdecfe.c:108:12: note: byref variable will be forcibly initialized 108 | u8 b[] = { 0x00, 0x00, 0x00, 0x01, | ^ /kisskb/src/drivers/remoteproc/remoteproc_cdev.c: In function 'rproc_device_ioctl': /kisskb/src/drivers/remoteproc/remoteproc_cdev.c:52:13: note: byref variable will be forcibly initialized 52 | s32 param; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_cdev.c: In function 'rproc_cdev_write': /kisskb/src/drivers/remoteproc/remoteproc_cdev.c:25:14: note: byref variable will be forcibly initialized 25 | char cmd[10]; | ^~~ /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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/remoteproc/remoteproc_elf_loader.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/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/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; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:26: /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_empty': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:60:32: note: in expansion of macro 'smp_load_acquire' 60 | return (rbuf->pread == smp_load_acquire(&rbuf->pwrite)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_avail': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:90:17: note: in expansion of macro 'smp_load_acquire' 90 | avail = smp_load_acquire(&rbuf->pwrite) - rbuf->pread; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_flush': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:124:66: note: in definition of macro '__smp_store_release' 124 | { .__val = (__force __unqual_scalar_typeof(*p)) (v) }; \ | ^ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:9: note: in expansion of macro 'smp_store_release' 106 | smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:41: note: in expansion of macro 'smp_load_acquire' 106 | smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:106:9: note: in expansion of macro 'smp_store_release' 106 | smp_store_release(&rbuf->pread, smp_load_acquire(&rbuf->pwrite)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:154:9: note: in expansion of macro 'smp_store_release' 154 | smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:148:17: note: in expansion of macro 'smp_store_release' 148 | smp_store_release(&rbuf->pread, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:233:9: note: in expansion of macro 'smp_store_release' 233 | smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:227:17: note: in expansion of macro 'smp_store_release' 227 | smp_store_release(&rbuf->pwrite, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_read': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:178:9: note: in expansion of macro 'smp_store_release' 178 | smp_store_release(&rbuf->pread, (rbuf->pread + todo) % rbuf->size); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:173:17: note: in expansion of macro 'smp_store_release' 173 | smp_store_release(&rbuf->pread, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:202:9: note: in expansion of macro 'smp_store_release' 202 | smp_store_release(&rbuf->pwrite, (rbuf->pwrite + todo) % rbuf->size); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:198:17: note: in expansion of macro 'smp_store_release' 198 | smp_store_release(&rbuf->pwrite, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c: In function 'dvb_ringbuffer_reset': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:118:9: note: in expansion of macro 'smp_store_release' 118 | smp_store_release(&rbuf->pwrite, 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ringbuffer.c:116:9: note: in expansion of macro 'smp_store_release' 116 | smp_store_release(&rbuf->pread, 0); | ^~~~~~~~~~~~~~~~~ /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; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_update_ps_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:299:22: note: byref variable will be forcibly initialized 299 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_const_charge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:452:22: note: byref variable will be forcibly initialized 452 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:451:22: note: byref variable will be forcibly initialized 451 | unsigned int ichg_reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_batt_reg': /kisskb/src/drivers/power/supply/bq2515x_charger.c:633:13: note: byref variable will be forcibly initialized 633 | int vbat_reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:506:22: note: byref variable will be forcibly initialized 506 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_ilim_lvl': /kisskb/src/drivers/power/supply/bq2515x_charger.c:658:13: note: byref variable will be forcibly initialized 658 | int ilimctrl; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_charge_disable': /kisskb/src/drivers/power/supply/bq2515x_charger.c:422:13: note: byref variable will be forcibly initialized 422 | int icctrl2; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charging_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:572:22: note: byref variable will be forcibly initialized 572 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_wake_up': /kisskb/src/drivers/power/supply/bq2515x_charger.c:272:13: note: byref variable will be forcibly initialized 272 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_voltage_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:336:13: note: byref variable will be forcibly initialized 336 | int vbat_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:335:13: note: byref variable will be forcibly initialized 335 | int vbat_msb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_current_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:365:22: note: byref variable will be forcibly initialized 365 | unsigned int buvlo, vlowv_sel, vlowv = BQ2515X_VLOWV_SEL_1B0_UV; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:364:41: note: byref variable will be forcibly initialized 364 | unsigned int icharge_range = 0, pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int ichg_reg_code, reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:360:13: note: byref variable will be forcibly initialized 360 | int ichg_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:359:13: note: byref variable will be forcibly initialized 359 | int ichg_msb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charger_get_health': /kisskb/src/drivers/power/supply/bq2515x_charger.c:699:22: note: byref variable will be forcibly initialized 699 | unsigned int flag3; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:698:22: note: byref variable will be forcibly initialized 698 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_set_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:529:22: note: byref variable will be forcibly initialized 529 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_hw_init': /kisskb/src/drivers/power/supply/bq2515x_charger.c:948:43: note: byref variable will be forcibly initialized 948 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max8997.c:464:14: note: byref variable will be forcibly initialized 464 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max8997.c:386:14: note: byref variable will be forcibly initialized 386 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_detect_dev': /kisskb/src/drivers/extcon/extcon-max8997.c:581:14: note: byref variable will be forcibly initialized 581 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_probe': /kisskb/src/drivers/extcon/extcon-max8997.c:639:14: note: byref variable will be forcibly initialized 639 | bool attached; | ^~~~~~~~ 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/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function '__uhid_report_queue_and_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:196:15: note: in expansion of macro 'wait_event_interruptible_timeout' 196 | ret = wait_event_interruptible_timeout(uhid->report_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_char_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:690:23: note: in expansion of macro 'wait_event_interruptible' 690 | ret = wait_event_interruptible(uhid->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_dev_create': /kisskb/src/drivers/hid/uhid.c:555:32: note: byref variable will be forcibly initialized 555 | struct uhid_create_req orig; | ^~~~ /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/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_check_parameters': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:963:13: note: byref variable will be forcibly initialized 963 | u32 freq_max; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:962:13: note: byref variable will be forcibly initialized 962 | u32 freq_min; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_swzigzag': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:480:24: note: byref variable will be forcibly initialized 480 | enum fe_status s = FE_NONE; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_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: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/dvb-core/dvb_frontend.c:675:17: note: in expansion of macro 'wait_event_interruptible_timeout' 675 | wait_event_interruptible_timeout(fepriv->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:655:24: note: byref variable will be forcibly initialized 655 | enum fe_status s = FE_NONE; | ^ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_write_ctr': /kisskb/src/drivers/staging/most/dim2/hal.c:202:19: note: byref variable will be forcibly initialized 202 | u32 const mask[4] = { 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF }; | ^~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_clear_ctr': /kisskb/src/drivers/staging/most/dim2/hal.c:209:19: note: byref variable will be forcibly initialized 209 | u32 const value[4] = { 0, 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_configure_cdt': /kisskb/src/drivers/staging/most/dim2/hal.c:253:13: note: byref variable will be forcibly initialized 253 | u32 cdt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_configure_adt': /kisskb/src/drivers/staging/most/dim2/hal.c:280:13: note: byref variable will be forcibly initialized 280 | u32 adt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_clear_adt': /kisskb/src/drivers/staging/most/dim2/hal.c:292:13: note: byref variable will be forcibly initialized 292 | u32 adt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_clear_cdt': /kisskb/src/drivers/staging/most/dim2/hal.c:273:13: note: byref variable will be forcibly initialized 273 | u32 cdt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_configure_cat': /kisskb/src/drivers/staging/most/dim2/hal.c:231:13: note: byref variable will be forcibly initialized 231 | u32 value[4] = { 0, 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:230:13: note: byref variable will be forcibly initialized 230 | u32 mask[4] = { 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_clear_cat': /kisskb/src/drivers/staging/most/dim2/hal.c:244:13: note: byref variable will be forcibly initialized 244 | u32 value[4] = { 0, 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:243:13: note: byref variable will be forcibly initialized 243 | u32 mask[4] = { 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_start_isoc_sync': /kisskb/src/drivers/staging/most/dim2/hal.c:326:13: note: byref variable will be forcibly initialized 326 | u32 adt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c:325:13: note: byref variable will be forcibly initialized 325 | u32 mask[4] = { 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_start_ctrl_async': /kisskb/src/drivers/staging/most/dim2/hal.c:303:13: note: byref variable will be forcibly initialized 303 | u32 adt[4] = { 0, 0, 0, 0 }; | ^~~ /kisskb/src/drivers/staging/most/dim2/hal.c:302:13: note: byref variable will be forcibly initialized 302 | u32 mask[4] = { 0, 0, 0, 0 }; | ^~~~ /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/media/dvb-core/dvb_frontend.c: In function 'dvb_get_property': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2346:40: note: byref variable will be forcibly initialized 2346 | struct dtv_frontend_properties getp; | ^~~~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'service_channel': /kisskb/src/drivers/staging/most/dim2/hal.c:579:13: note: byref variable will be forcibly initialized 579 | u32 adt_w[4] = { 0, 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/staging/most/dim2/hal.c:578:13: note: byref variable will be forcibly initialized 578 | u32 mask[4] = { 0, 0, 0, 0 }; | ^~~~ /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/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:40: note: byref variable will be forcibly initialized 2400 | struct dtv_frontend_properties getp; | ^~~~ /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"); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_get_event': /kisskb/src/include/linux/wait.h:303: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/dvb-core/dvb_frontend.c:301:23: note: in expansion of macro 'wait_event_interruptible' 301 | ret = wait_event_interruptible(events->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /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/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2621:33: note: byref variable will be forcibly initialized 2621 | ktime_t nexttime; | ^~~~~~~~ In file included from /kisskb/src/drivers/soundwire/mipi_disco.c:20: /kisskb/src/drivers/soundwire/mipi_disco.c: 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/soundwire/mipi_disco.c: In function 'sdw_master_read_prop': /kisskb/src/drivers/soundwire/mipi_disco.c:34:14: note: byref variable will be forcibly initialized 34 | char name[32]; | ^~~~ /kisskb/src/drivers/soundwire/mipi_disco.c: In function 'sdw_slave_read_dpn': /kisskb/src/drivers/soundwire/mipi_disco.c:170:14: note: byref variable will be forcibly initialized 170 | char name[40]; | ^~~~ /kisskb/src/drivers/soundwire/mipi_disco.c:169:23: note: byref variable will be forcibly initialized 169 | unsigned long addr; | ^~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_get_lsr_info': /kisskb/src/drivers/usb/serial/mos7840.c:1368:22: note: byref variable will be forcibly initialized 1368 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c: In function 'friio_ext_ctl': /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c:265:24: note: byref variable will be forcibly initialized 265 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c: In function 'friio_tuner_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c:448:31: note: byref variable will be forcibly initialized 448 | struct dvb_pll_config cfg; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c: In function 'friio_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c:417:31: note: byref variable will be forcibly initialized 417 | struct tc90522_config cfg; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c: In function 'friio_reset': /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c:330:21: note: byref variable will be forcibly initialized 330 | u8 wbuf[1], rbuf[2]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/gl861.c:330:12: note: byref variable will be forcibly initialized 330 | u8 wbuf[1], rbuf[2]; | ^~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_tiocmget': /kisskb/src/drivers/usb/serial/mos7840.c:994:15: note: byref variable will be forcibly initialized 994 | __u16 mcr; | ^~~ /kisskb/src/drivers/usb/serial/mos7840.c:993:15: note: byref variable will be forcibly initialized 993 | __u16 msr; | ^~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'show_dram': /kisskb/src/drivers/memory/brcmstb_dpfe.c:828:13: note: byref variable will be forcibly initialized 828 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'show_info': /kisskb/src/drivers/memory/brcmstb_dpfe.c:715:13: note: byref variable will be forcibly initialized 715 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/mos7840.c:1104:15: note: byref variable will be forcibly initialized 1104 | __u16 clk_sel_val; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c:1103:15: note: byref variable will be forcibly initialized 1103 | __u16 Data; | ^~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'show_vendor': /kisskb/src/drivers/memory/brcmstb_dpfe.c:800:17: note: byref variable will be forcibly initialized 800 | ssize_t ret; | ^~~ /kisskb/src/drivers/usb/serial/mos7840.c:1101:13: note: byref variable will be forcibly initialized 1101 | int divisor = 0; | ^~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c:797:13: note: byref variable will be forcibly initialized 797 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'show_refresh': /kisskb/src/drivers/memory/brcmstb_dpfe.c:742:17: note: byref variable will be forcibly initialized 742 | ssize_t ret; | ^~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c:737:13: note: byref variable will be forcibly initialized 737 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'store_refresh': /kisskb/src/drivers/memory/brcmstb_dpfe.c:774:23: note: byref variable will be forcibly initialized 774 | unsigned long val; | ^~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c:771:13: note: byref variable will be forcibly initialized 771 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c: In function 'brcmstb_dpfe_download_firmware': /kisskb/src/drivers/memory/brcmstb_dpfe.c:635:21: note: byref variable will be forcibly initialized 635 | u32 response[MSG_FIELD_MAX]; | ^~~~~~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c:626:26: note: byref variable will be forcibly initialized 626 | struct init_data init; | ^~~~ /kisskb/src/drivers/memory/brcmstb_dpfe.c:624:32: note: byref variable will be forcibly initialized 624 | const struct firmware *fw; | ^~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_unthrottle': /kisskb/src/drivers/usb/serial/mos7840.c:973:31: note: byref variable will be forcibly initialized 973 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_throttle': /kisskb/src/drivers/usb/serial/mos7840.c:944:31: note: byref variable will be forcibly initialized 944 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /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; | ^~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_open': /kisskb/src/drivers/usb/serial/mos7840.c:519:15: note: byref variable will be forcibly initialized 519 | __u16 Data; | ^~~~ /kisskb/src/drivers/remoteproc/rcar_rproc.c: In function 'rcar_rproc_prepare': /kisskb/src/drivers/remoteproc/rcar_rproc.c:54:36: note: byref variable will be forcibly initialized 54 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_port_probe': /kisskb/src/drivers/usb/serial/mos7840.c:1538:15: note: byref variable will be forcibly initialized 1538 | __u16 Data; | ^~~~ /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/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/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:236:24: note: byref variable will be forcibly initialized 236 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c:235:12: note: byref variable will be forcibly initialized 235 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:257:24: note: byref variable will be forcibly initialized 257 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c:256:12: note: byref variable will be forcibly initialized 256 | u8 b = 0; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_read_status': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:828:21: note: byref variable will be forcibly initialized 828 | u32 tun_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_enable_disable_master_ports': /kisskb/src/drivers/soundwire/stream.c:340:30: note: byref variable will be forcibly initialized 340 | struct sdw_enable_ch enable_ch; | ^~~~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function 'sdw_prep_deprep_master_ports': /kisskb/src/drivers/soundwire/stream.c:521:31: note: byref variable will be forcibly initialized 521 | struct sdw_prepare_ch prep_ch; | ^~~~~~~ /kisskb/src/drivers/soundwire/stream.c: In function '_sdw_prepare_stream': /kisskb/src/drivers/soundwire/stream.c:1343:31: note: byref variable will be forcibly initialized 1343 | struct sdw_bus_params params; | ^~~~~~ /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/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/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/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/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/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/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/staging/most/i2c/i2c.c: In function 'do_rx_work': /kisskb/src/drivers/staging/most/i2c/i2c.c:193:23: note: byref variable will be forcibly initialized 193 | unsigned char msg[MAX_BUF_SIZE_CONTROL]; | ^~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:261:27: note: byref variable will be forcibly initialized 261 | unsigned int adc, dev1; | ^~~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c:261:22: note: byref variable will be forcibly initialized 261 | unsigned int adc, dev1; | ^~~ /kisskb/src/drivers/extcon/extcon-rt8973a.c: In function 'rt8973a_init_dev_type': /kisskb/src/drivers/extcon/extcon-rt8973a.c:502:22: note: byref variable will be forcibly initialized 502 | unsigned int data, vendor_id, version_id; | ^~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:361:39: note: byref variable will be forcibly initialized 361 | unsigned int cable_type, adc, dev_type1; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c:361:34: note: byref variable will be forcibly initialized 361 | unsigned int cable_type, adc, dev_type1; | ^~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_init_dev_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:644:22: note: byref variable will be forcibly initialized 644 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2196:13: note: byref variable will be forcibly initialized 2196 | int current_class = -1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_os_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2347:39: note: byref variable will be forcibly initialized 2347 | enum ffs_os_desc_type type; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_strings': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2646:27: note: byref variable will be forcibly initialized 2646 | vla_group(d); | ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '_ffs_func_bind': /kisskb/src/drivers/usb/gadget/function/f_fs.c:3130:19: note: byref variable will be forcibly initialized 3130 | vla_group(d); | ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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/staging/sm750fb/sm750.c:3: /kisskb/src/drivers/staging/sm750fb/sm750.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/sm750fb/sm750.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1516:32: note: byref variable will be forcibly initialized 1516 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:477:37: note: byref variable will be forcibly initialized 477 | struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_ep0_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:905:16: note: in expansion of macro '__wait_event_interruptible_locked' 905 | ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:550:21: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' 550 | if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2482:32: note: byref variable will be forcibly initialized 2482 | struct ffs_desc_helper helper; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '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/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:964:23: note: in expansion of macro 'wait_event_interruptible' 964 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_read_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1230:28: note: byref variable will be forcibly initialized 1230 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_write_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1193:28: note: byref variable will be forcibly initialized 1193 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1339:48: note: byref variable will be forcibly initialized 1339 | struct usb_endpoint_descriptor desc1, *desc; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1308:23: note: in expansion of macro 'wait_event_interruptible' 1308 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'T4_init': /kisskb/src/drivers/hid/hid-alps.c:612:12: note: byref variable will be forcibly initialized 612 | u8 tmp, sen_line_num_x, sen_line_num_y; | ^~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'u1_init': /kisskb/src/drivers/hid/hid-alps.c:501:30: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:21: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:12: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:43: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:27: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:17: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:12: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~ /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/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/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/leds/leds-is31fl319x.c: In function 'is31fl3196_brightness_set': /kisskb/src/drivers/leds/leds-is31fl319x.c:266:30: note: byref variable will be forcibly initialized 266 | unsigned int pwm_value; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl3190_brightness_set': /kisskb/src/drivers/leds/leds-is31fl319x.c:212:30: note: byref variable will be forcibly initialized 212 | unsigned int pwm_value; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_parse_fw': /kisskb/src/drivers/leds/leds-is31fl319x.c:418:21: note: byref variable will be forcibly initialized 418 | u32 reg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:103, from /kisskb/src/include/ras/ras_event.h:428, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function '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_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:428, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:104, from /kisskb/src/include/ras/ras_event.h:428, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function '__bpf_trace_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:65:24: note: in expansion of macro '__CAST_TO_U64' 65 | #define __CAST1(a,...) __CAST_TO_U64(a) | ^~~~~~~~~~~~~ /kisskb/src/include/trace/bpf_probe.h:66:42: note: in expansion of macro '__CAST1' 66 | #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:67:42: note: in expansion of macro '__CAST2' 67 | #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_probe.h:68:42: note: in expansion of macro '__CAST3' 68 | #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) | ^~~~~~~ /kisskb/src/include/trace/bpf_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/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/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl111sf_ant_hunt': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:823:37: note: byref variable will be forcibly initialized 823 | u16 rxPwrA, rxPwr0, rxPwr1, rxPwr2; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:823:29: note: byref variable will be forcibly initialized 823 | u16 rxPwrA, rxPwr0, rxPwr1, rxPwr2; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:823:21: note: byref variable will be forcibly initialized 823 | u16 rxPwrA, rxPwr0, rxPwr1, rxPwr2; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:823:13: note: byref variable will be forcibly initialized 823 | u16 rxPwrA, rxPwr0, rxPwr1, rxPwr2; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl111sf_read_reg': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:94:12: note: byref variable will be forcibly initialized 94 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl1x1sf_get_chip_info': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:188:16: note: byref variable will be forcibly initialized 188 | u8 id, ver; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:188:12: note: byref variable will be forcibly initialized 188 | u8 id, ver; | ^~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl111sf_init': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:927:12: note: byref variable will be forcibly initialized 927 | u8 reg = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl111sf_write_reg': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:118:12: note: byref variable will be forcibly initialized 118 | u8 buf[] = { addr, data }; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c: In function 'mxl111sf_write_reg_mask': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf.c:135:12: note: byref variable will be forcibly initialized 135 | u8 val = 0; | ^~~ /kisskb/src/drivers/usb/serial/spcp8x5.c: In function 'spcp8x5_carrier_raised': /kisskb/src/drivers/usb/serial/spcp8x5.c:252:12: note: byref variable will be forcibly initialized 252 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/spcp8x5.c: In function 'spcp8x5_tiocmget': /kisskb/src/drivers/usb/serial/spcp8x5.c:441:12: note: byref variable will be forcibly initialized 441 | u8 status; | ^~~~~~ /kisskb/src/drivers/usb/serial/ssu100.c: In function 'ssu100_process_read_urb': /kisskb/src/drivers/usb/serial/ssu100.c:468:14: note: byref variable will be forcibly initialized 468 | char flag = TTY_NORMAL; | ^~~~ 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/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/usb/gadget/udc/goku_udc.c: In function 'ep0_setup': /kisskb/src/drivers/usb/gadget/udc/goku_udc.c:1423:41: note: byref variable will be forcibly initialized 1423 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_regm': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:133:22: note: byref variable will be forcibly initialized 133 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'campoll': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:504:20: note: byref variable will be forcibly initialized 504 | u8 slotstat; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:491:12: note: byref variable will be forcibly initialized 491 | u8 istat; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:534:12: note: byref variable will be forcibly initialized 534 | u8 slotstat; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cam_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:201:12: note: byref variable will be forcibly initialized 201 | u8 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_data': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:17: note: byref variable will be forcibly initialized 547 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:12: note: byref variable will be forcibly initialized 547 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:122:12: note: byref variable will be forcibly initialized 122 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:111:12: note: byref variable will be forcibly initialized 111 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_cam_control': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:405:22: note: byref variable will be forcibly initialized 405 | unsigned int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:100:20: note: byref variable will be forcibly initialized 100 | u8 buf[256]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:96:12: note: byref variable will be forcibly initialized 96 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:85:12: note: byref variable will be forcibly initialized 85 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_attribute_mem': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:380:12: note: byref variable will be forcibly initialized 380 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cxd2099_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:610:22: note: byref variable will be forcibly initialized 610 | unsigned int val; | ^~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function 'std_req_get_status': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:1480:17: note: byref variable will be forcibly initialized 1480 | u16 status_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c: In function '_nbu2ss_dma_unmap_single': /kisskb/src/drivers/staging/emxx_udc/emxx_udc.c:490:25: note: byref variable will be forcibly initialized 490 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_attach': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:520:39: note: byref variable will be forcibly initialized 520 | struct cxd2820r_platform_data pdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:519:31: note: byref variable will be forcibly initialized 519 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:556:22: note: byref variable will be forcibly initialized 556 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_search': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:326:24: note: byref variable will be forcibly initialized 326 | enum fe_status status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_set': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:440:12: note: byref variable will be forcibly initialized 440 | u8 gpio[GPIO_COUNT]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_direction_output': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:426:12: note: byref variable will be forcibly initialized 426 | u8 gpio[GPIO_COUNT]; | ^~~~ /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/perf/xgene_pmu.c: In function 'fdt_pmu_probe_active_mcb_mcu_l3c': /kisskb/src/drivers/perf/xgene_pmu.c:1374:22: note: byref variable will be forcibly initialized 1374 | unsigned int reg; | ^~~ /kisskb/src/drivers/perf/xgene_pmu.c: In function 'fdt_get_pmu_hw_inf': /kisskb/src/drivers/perf/xgene_pmu.c:1631:13: note: byref variable will be forcibly initialized 1631 | int enable_bit; | ^~~~~~~~~~ /kisskb/src/drivers/perf/xgene_pmu.c:1630:25: note: byref variable will be forcibly initialized 1630 | struct resource res; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:17: note: byref variable will be forcibly initialized 57 | phandle parent; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:120:13: note: byref variable will be forcibly initialized 120 | int imaplen, match, i, rc = -EINVAL; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:119:52: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:36: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:13: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:118:43: note: byref variable will be forcibly initialized 118 | const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:116:16: note: byref variable will be forcibly initialized 116 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:333:13: note: byref variable will be forcibly initialized 333 | u32 intsize; | ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:32: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ In file included from /kisskb/src/drivers/of/irq.c:23: /kisskb/src/drivers/of/irq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_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/staging/sm750fb/sm750_hw.c: In function 'hw_sm750_crtc_setMode': /kisskb/src/drivers/staging/sm750fb/sm750_hw.c:257:31: note: byref variable will be forcibly initialized 257 | struct mode_parameter modparm; | ^~~~~~~ In file included from /kisskb/src/drivers/mcb/mcb-parse.c:4: /kisskb/src/drivers/mcb/mcb-parse.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mcb/mcb-parse.c: In function 'chameleon_parse_cells': /kisskb/src/drivers/mcb/mcb-parse.c:182:23: note: byref variable will be forcibly initialized 182 | char __iomem *p = base; | ^ /kisskb/src/drivers/mcb/mcb-parse.c:181:31: note: byref variable will be forcibly initialized 181 | struct chameleon_bar *cb; | ^~ /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/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_set_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:20:29: note: byref variable will be forcibly initialized 20 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:19:13: note: byref variable will be forcibly initialized 19 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:18:12: note: byref variable will be forcibly initialized 18 | u8 buf[2]; | ^~~ /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; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_get_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:95:12: note: byref variable will be forcibly initialized 95 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:94:22: note: byref variable will be forcibly initialized 94 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:149:12: note: byref variable will be forcibly initialized 149 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int utmp, utmp1, utmp2; | ^~~~ 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/drivers/staging/fwserial/fwserial.c:10: /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwserial_find_port': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1720:25: note: in expansion of macro 'rcu_assign_pointer' 1720 | rcu_assign_pointer(ports[i]->peer, peer); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwserial_claim_port': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1691:17: note: in expansion of macro 'rcu_assign_pointer' 1691 | rcu_assign_pointer(port->peer, peer); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwtty_proc_show_port': /kisskb/src/drivers/staging/fwserial/fwserial.c:1399:22: note: byref variable will be forcibly initialized 1399 | struct stats stats; | ^~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwtty_debugfs_show_port': /kisskb/src/drivers/staging/fwserial/fwserial.c:1415:22: note: byref variable will be forcibly initialized 1415 | struct stats stats; | ^~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwtty_get_icount': /kisskb/src/drivers/staging/fwserial/fwserial.c:1377:22: note: byref variable will be forcibly initialized 1377 | struct stats stats; | ^~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function '__fwtty_write_port_status': /kisskb/src/drivers/staging/fwserial/fwserial.c:415:22: note: byref variable will be forcibly initialized 415 | unsigned int status = __fwtty_port_line_status(port); | ^~~~~~ 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/drivers/staging/fwserial/fwserial.c:10: /kisskb/src/drivers/staging/fwserial/fwserial.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/staging/fwserial/fwserial.c:10: /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwtty_break_ctl': /kisskb/src/include/linux/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/staging/fwserial/fwserial.c:1318:23: note: in expansion of macro 'wait_event_interruptible_timeout' 1318 | ret = wait_event_interruptible_timeout(port->wait_tx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'wait_msr_change': /kisskb/src/include/linux/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/fwserial/fwserial.c:1210:16: note: in expansion of macro 'wait_event_interruptible' 1210 | return wait_event_interruptible(port->port.delta_msr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1206:29: note: byref variable will be forcibly initialized 1206 | struct async_icount prev; | ^~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c: In function 'fwserial_add_peer': /kisskb/src/drivers/staging/fwserial/fwserial.c:2058:57: note: byref variable will be forcibly initialized 2058 | struct virt_plug_params params; | ^~~~~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1998:18: note: byref variable will be forcibly initialized 1998 | int key, val; | ^~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1998:13: note: byref variable will be forcibly initialized 1998 | int key, val; | ^~~ /kisskb/src/drivers/staging/fwserial/fwserial.c:1997:32: note: byref variable will be forcibly initialized 1997 | struct fw_csr_iterator ci; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/leds/leds-is31fl32xx.c:12: /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_child_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:334:13: note: byref variable will be forcibly initialized 334 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:371:38: note: byref variable will be forcibly initialized 371 | struct led_init_data init_data = {}; | ^~~~~~~~~ /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/staging/axis-fifo/axis-fifo.c: In function 'sysfs_read': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:171:14: note: byref variable will be forcibly initialized 171 | char tmp[32]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c:11: /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'sysfs_write': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:153:23: note: byref variable will be forcibly initialized 153 | unsigned long tmp; | ^~~ In file included from /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:18: /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:385:23: note: in expansion of macro 'wait_event_interruptible_timeout' 385 | ret = wait_event_interruptible_timeout(fifo->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:365:13: note: byref variable will be forcibly initialized 365 | u32 tmp_buf[READ_BUF_SIZE]; | ^~~~~~~ In file included from /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:18: /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_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: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/staging/axis-fifo/axis-fifo.c:528:23: note: in expansion of macro 'wait_event_interruptible_timeout' 528 | ret = wait_event_interruptible_timeout(fifo->write_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:486:13: note: byref variable will be forcibly initialized 486 | u32 tmp_buf[WRITE_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_tx_empty': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:850:12: note: byref variable will be forcibly initialized 850 | u8 lsr, mask; | ^~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_parse_dt': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:751:22: note: byref variable will be forcibly initialized 751 | unsigned int value; | ^~~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_do_download': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1549:13: note: byref variable will be forcibly initialized 1549 | int done; | ^~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_download_firmware': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1581:14: note: byref variable will be forcibly initialized 1581 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1580:32: note: byref variable will be forcibly initialized 1580 | const struct firmware *fw_p; | ^~~~ /kisskb/src/drivers/usb/gadget/legacy/serial.c: In function 'enable_set': /kisskb/src/drivers/usb/gadget/legacy/serial.c:106:14: note: byref variable will be forcibly initialized 106 | bool do_enable; | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_tiocmset': /kisskb/src/drivers/usb/serial/upd78f0730.c:209:39: note: byref variable will be forcibly initialized 209 | struct upd78f0730_set_dtr_rts request; | ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_break_ctl': /kisskb/src/drivers/usb/serial/upd78f0730.c:245:39: note: byref variable will be forcibly initialized 245 | struct upd78f0730_set_dtr_rts request; | ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_set_termios': /kisskb/src/drivers/usb/serial/upd78f0730.c:303:40: note: byref variable will be forcibly initialized 303 | struct upd78f0730_line_control request; | ^~~~~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:23: note: byref variable will be forcibly initialized 309 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:25: note: byref variable will be forcibly initialized 620 | struct resource res[3]; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_check_signature': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:76:18: note: byref variable will be forcibly initialized 76 | unsigned val; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_irq_handler': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:191:18: note: byref variable will be forcibly initialized 191 | unsigned reg; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_extcon_probe': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int revision; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/whiteheat.c:17: /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_send_command': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c:561:13: note: in expansion of macro 'wait_event_timeout' 561 | t = wait_event_timeout(command_info->wait_command, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_dtr': /kisskb/src/drivers/usb/serial/whiteheat.c:702:34: note: byref variable will be forcibly initialized 702 | struct whiteheat_set_rdb dtr_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:691:34: note: byref variable will be forcibly initialized 691 | struct whiteheat_set_rdb rts_command; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_get_dtr_rts': /kisskb/src/drivers/usb/serial/whiteheat.c:735:33: note: byref variable will be forcibly initialized 735 | struct whiteheat_simple get_dr_command; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_set_break': /kisskb/src/drivers/usb/serial/whiteheat.c:713:34: note: byref variable will be forcibly initialized 713 | struct whiteheat_set_rdb break_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_report_tx_done': /kisskb/src/drivers/usb/serial/whiteheat.c:745:33: note: byref variable will be forcibly initialized 745 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_close': /kisskb/src/drivers/usb/serial/whiteheat.c:605:33: note: byref variable will be forcibly initialized 605 | struct whiteheat_simple close_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_open': /kisskb/src/drivers/usb/serial/whiteheat.c:595:33: note: byref variable will be forcibly initialized 595 | struct whiteheat_simple open_command; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_purge': /kisskb/src/drivers/usb/serial/whiteheat.c:724:32: note: byref variable will be forcibly initialized 724 | struct whiteheat_purge purge_command; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'firm_setup_port': /kisskb/src/drivers/usb/serial/whiteheat.c:617:40: note: byref variable will be forcibly initialized 617 | struct whiteheat_port_settings port_settings; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/whiteheat.c: In function 'whiteheat_attach': /kisskb/src/drivers/usb/serial/whiteheat.c:221:13: note: byref variable will be forcibly initialized 221 | int alen; | ^~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/gth.c:12: /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:4: /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: 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/intel_th/gth.c: In function 'output_attr_store': /kisskb/src/drivers/hwtracing/intel_th/gth.c:351:22: note: byref variable will be forcibly initialized 351 | unsigned int config; | ^~~~~~ /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'master_attr_store': /kisskb/src/drivers/hwtracing/intel_th/gth.c:171:23: note: byref variable will be forcibly initialized 171 | int old_port, port; | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_word_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:99:1: note: in expansion of macro 'sdw_dpn_attr' 99 | sdw_dpn_attr(max_word); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'min_word_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:100:1: note: in expansion of macro 'sdw_dpn_attr' 100 | sdw_dpn_attr(min_word); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'words_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:120:23: note: byref variable will be forcibly initialized 120 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:163:1: note: in expansion of macro 'sdw_dpn_array_attr' 163 | sdw_dpn_array_attr(words); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c: In function 'mxl111sf_init_tuner_demod': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c:13:39: note: byref variable will be forcibly initialized 13 | struct mxl111sf_reg_ctrl_info mxl_111_overwrite_default[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'type_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:101:1: note: in expansion of macro 'sdw_dpn_attr' 101 | sdw_dpn_attr(type); | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c: In function 'mxl111sf_config_mpeg_in': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c:114:18: note: byref variable will be forcibly initialized 114 | u8 mode, tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c:114:12: note: byref variable will be forcibly initialized 114 | u8 mode, tmp; | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_grouping_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:102:1: note: in expansion of macro 'sdw_dpn_attr' 102 | sdw_dpn_attr(max_grouping); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'simple_ch_prep_sm_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:103:1: note: in expansion of macro 'sdw_dpn_attr' 103 | sdw_dpn_attr(simple_ch_prep_sm); | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c: In function 'mxl111sf_config_i2s': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c:235:12: note: byref variable will be forcibly initialized 235 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c: In function 'mxl111sf_config_spi': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-phy.c:263:12: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'ch_prep_timeout_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:104:1: note: in expansion of macro 'sdw_dpn_attr' 104 | sdw_dpn_attr(ch_prep_timeout); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'imp_def_interrupts_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:98:1: note: in expansion of macro 'sdw_dpn_attr' 98 | sdw_dpn_attr(imp_def_interrupts); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'min_ch_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:106:1: note: in expansion of macro 'sdw_dpn_attr' 106 | sdw_dpn_attr(min_ch); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_ch_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:105:1: note: in expansion of macro 'sdw_dpn_attr' 105 | sdw_dpn_attr(max_ch); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'channels_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:120:23: note: byref variable will be forcibly initialized 120 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:165:1: note: in expansion of macro 'sdw_dpn_array_attr' 165 | sdw_dpn_array_attr(channels); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'ch_combinations_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:120:23: note: byref variable will be forcibly initialized 120 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:164:1: note: in expansion of macro 'sdw_dpn_array_attr' 164 | sdw_dpn_array_attr(ch_combinations); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'max_async_buffer_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:107:1: note: in expansion of macro 'sdw_dpn_attr' 107 | sdw_dpn_attr(max_async_buffer); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'block_pack_mode_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:108:1: note: in expansion of macro 'sdw_dpn_attr' 108 | sdw_dpn_attr(block_pack_mode); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'port_encoding_dpn_show': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:60:23: note: byref variable will be forcibly initialized 60 | unsigned long mask; \ | ^~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:109:1: note: in expansion of macro 'sdw_dpn_attr' 109 | sdw_dpn_attr(port_encoding); | ^~~~~~~~~~~~ /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c: In function 'sdw_slave_sysfs_dpn_init': /kisskb/src/drivers/soundwire/sysfs_slave_dpn.c:282:23: note: byref variable will be forcibly initialized 282 | unsigned long mask; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_check_fifo': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:354:12: note: byref variable will be forcibly initialized 354 | u8 buf[26]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_check_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:330:12: note: byref variable will be forcibly initialized 330 | u8 buf[26]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_readagain': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:385:12: note: byref variable will be forcibly initialized 385 | u8 i2c_r_data[24]; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:384:12: note: byref variable will be forcibly initialized 384 | u8 i2c_w_data[26]; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_hw_xfer_msg': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:438:12: note: byref variable will be forcibly initialized 438 | u8 readbuff[26]; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:433:12: note: byref variable will be forcibly initialized 433 | u8 i2c_r_data[24]; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:432:12: note: byref variable will be forcibly initialized 432 | u8 buf[26]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_bitbang_recvbyte': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:89:12: note: byref variable will be forcibly initialized 89 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_ack': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:178:12: note: byref variable will be forcibly initialized 178 | u8 b = 0; | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c: In function 'mxl111sf_i2c_bitbang_sendbyte': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-i2c.c:26:12: note: byref variable will be forcibly initialized 26 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_set_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:30:29: note: byref variable will be forcibly initialized 30 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:25:12: note: byref variable will be forcibly initialized 25 | u8 bw_params2[][2] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:20:12: note: byref variable will be forcibly initialized 20 | u8 bw_params1[][5] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:19:12: note: byref variable will be forcibly initialized 19 | u8 buf[3], bw_param; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:18:13: note: byref variable will be forcibly initialized 18 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'free_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:537:35: note: byref variable will be forcibly initialized 537 | struct r8a66597_pipe_info info; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_get_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:133:12: note: byref variable will be forcibly initialized 133 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_read_status_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:254:12: note: byref variable will be forcibly initialized 254 | u8 buf[3]; | ^~~ /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; | ^~~~~~~ In file included from /kisskb/src/include/sound/tlv.h:10, from /kisskb/src/drivers/usb/gadget/function/u_audio.c:21: /kisskb/src/drivers/usb/gadget/function/u_audio.c: In function 'u_audio_volume_tlv': /kisskb/src/drivers/usb/gadget/function/u_audio.c:982:31: note: byref variable will be forcibly initialized 982 | DECLARE_TLV_DB_MINMAX(scale, 0, 0); | ^~~~~ /kisskb/src/include/uapi/sound/tlv.h:78:22: note: in definition of macro 'SNDRV_CTL_TLVD_DECLARE_DB_MINMAX' 78 | unsigned int name[] = { \ | ^~~~ /kisskb/src/drivers/usb/gadget/function/u_audio.c:982:9: note: in expansion of macro 'DECLARE_TLV_DB_MINMAX' 982 | DECLARE_TLV_DB_MINMAX(scale, 0, 0); | ^~~~~~~~~~~~~~~~~~~~~ /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/usb/gadget/udc/r8a66597-udc.c: In function 'alloc_pipe_config': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:454:35: note: byref variable will be forcibly initialized 454 | struct r8a66597_pipe_info info; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/function/u_audio.c:16: /kisskb/src/drivers/usb/gadget/function/u_audio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'irq_control_stage': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1362:32: note: byref variable will be forcibly initialized 1362 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/drivers/usb/gadget/function/u_audio.c: In function 'g_audio_setup': /kisskb/src/drivers/usb/gadget/function/u_audio.c:1297:22: note: byref variable will be forcibly initialized 1297 | char ctrl_name[24]; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_audio.c:1160:25: note: byref variable will be forcibly initialized 1160 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/usb/gadget/function/u_audio.c:1159:26: note: byref variable will be forcibly initialized 1159 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/gadget/udc/r8a66597-udc.c:1838:14: note: byref variable will be forcibly initialized 1838 | char clk_name[8]; | ^~~~~~~~ /kisskb/src/drivers/staging/sm750fb/sm750_accel.c: In function 'sm750_hw_imageblit': /kisskb/src/drivers/staging/sm750fb/sm750_accel.c:328:23: note: byref variable will be forcibly initialized 328 | unsigned char ajRemain[4]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_set_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:26:29: note: byref variable will be forcibly initialized 26 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:20:12: note: byref variable will be forcibly initialized 20 | u8 bw_params1[][5] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:19:12: note: byref variable will be forcibly initialized 19 | u8 buf[3], bw_param; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:18:13: note: byref variable will be forcibly initialized 18 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_get_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:163:12: note: byref variable will be forcibly initialized 163 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:162:22: note: byref variable will be forcibly initialized 162 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_read_status_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:282:12: note: byref variable will be forcibly initialized 282 | u8 buf[4]; | ^~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__rmem_check_for_overlap': /kisskb/src/drivers/of/of_reserved_mem.c:238:47: note: byref variable will be forcibly initialized 238 | phys_addr_t this_end, next_end; | ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c:238:37: note: byref variable will be forcibly initialized 238 | 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/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_reserved_mem_device_release': /kisskb/src/drivers/of/of_reserved_mem.c:406:19: note: byref variable will be forcibly initialized 406 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:262:21: note: byref variable will be forcibly initialized 262 | int len; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'in_rq_min': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:501:32: note: byref variable will be forcibly initialized 501 | __le16 r; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'in_rq_max': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:548:32: note: byref variable will be forcibly initialized 548 | __le16 r; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'in_rq_res': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:595:32: note: byref variable will be forcibly initialized 595 | __le16 r; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'in_rq_cur': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:458:29: note: byref variable will be forcibly initialized 458 | s16 volume; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:457:32: note: byref variable will be forcibly initialized 457 | __le16 c; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:450:38: note: byref variable will be forcibly initialized 450 | unsigned int mute; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_if_hz': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:329:13: note: byref variable will be forcibly initialized 329 | u32 hz; | ^~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_regs': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:264:24: note: byref variable will be forcibly initialized 264 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_write_regs': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:219:24: note: byref variable will be forcibly initialized 219 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:216:12: note: byref variable will be forcibly initialized 216 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_write_reg': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:253:12: note: byref variable will be forcibly initialized 253 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:301:12: note: byref variable will be forcibly initialized 301 | u8 rdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:975:12: note: byref variable will be forcibly initialized 975 | u8 reg = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_t_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1006:12: note: byref variable will be forcibly initialized 1006 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1054:12: note: byref variable will be forcibly initialized 1054 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1035:12: note: byref variable will be forcibly initialized 1035 | u8 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1076:12: note: byref variable will be forcibly initialized 1076 | u8 unlock = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1075:12: note: byref variable will be forcibly initialized 1075 | u8 tslock = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1074:12: note: byref variable will be forcibly initialized 1074 | u8 sync = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_t_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1896:12: note: byref variable will be forcibly initialized 1896 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1881:12: note: byref variable will be forcibly initialized 1881 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1911:12: note: byref variable will be forcibly initialized 1911 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1926:12: note: byref variable will be forcibly initialized 1926 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_dvbs_read_snr': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1672:12: note: byref variable will be forcibly initialized 1672 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_volume_res_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1321:12: note: byref variable will be forcibly initialized 1321 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1610:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1610 | UAC1_ATTRIBUTE(s16, c_volume_res); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1339:12: note: byref variable will be forcibly initialized 1339 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_volume_max_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1609:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1609 | UAC1_ATTRIBUTE(s16, c_volume_max); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1357:12: note: byref variable will be forcibly initialized 1357 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_volume_min_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1375:12: note: byref variable will be forcibly initialized 1375 | u8 data[2]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1608:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1608 | UAC1_ATTRIBUTE(s16, c_volume_min); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ucblocks': /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_volume_res_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2083:13: note: byref variable will be forcibly initialized 2083 | u32 ucblocks = 0; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1604:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1604 | UAC1_ATTRIBUTE(s16, p_volume_res); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1407:12: note: byref variable will be forcibly initialized 1407 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_volume_max_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1603:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1603 | UAC1_ATTRIBUTE(s16, p_volume_max); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1451:12: note: byref variable will be forcibly initialized 1451 | u8 pktnum[2]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1450:12: note: byref variable will be forcibly initialized 1450 | u8 data[3]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_volume_min_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1602:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1602 | UAC1_ATTRIBUTE(s16, p_volume_min); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1484:12: note: byref variable will be forcibly initialized 1484 | u8 data[11]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1522:12: note: byref variable will be forcibly initialized 1522 | u8 data[5]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1620:12: note: byref variable will be forcibly initialized 1620 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1572:12: note: byref variable will be forcibly initialized 1572 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:33: note: byref variable will be forcibly initialized 1943 | u32 ret, bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:18: note: byref variable will be forcibly initialized 1943 | u32 ret, bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_ts_clock_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:41: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:23: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:12: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_s_s2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1129:12: note: byref variable will be forcibly initialized 1129 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1188:12: note: byref variable will be forcibly initialized 1188 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1232:12: note: byref variable will be forcibly initialized 1232 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1258:12: note: byref variable will be forcibly initialized 1258 | u8 data[4]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_volume_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1607:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1607 | UAC1_ATTRIBUTE(bool, c_volume_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1298:12: note: byref variable will be forcibly initialized 1298 | u8 data[2]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_mute_present_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_chip_id': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:961:12: note: byref variable will be forcibly initialized 961 | u8 chip_id = 0; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1606:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1606 | UAC1_ATTRIBUTE(bool, c_mute_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_volume_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1601:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1601 | UAC1_ATTRIBUTE(bool, p_volume_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_mute_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1600:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1600 | UAC1_ATTRIBUTE(bool, p_mute_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_dvbs2_set_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:359:12: note: byref variable will be forcibly initialized 359 | u8 data[3] = {0, 0, 0}; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_req_number_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_s_to_active_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:389:12: note: byref variable will be forcibly initialized 389 | u8 data[4] = { 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1598:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1598 | UAC1_ATTRIBUTE(u32, req_number); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_ssize_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1597:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1597 | UAC1_ATTRIBUTE(u32, p_ssize); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2419:12: note: byref variable will be forcibly initialized 2419 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_chmask_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1595:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1595 | UAC1_ATTRIBUTE(u32, p_chmask); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_ssize_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1594:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1594 | UAC1_ATTRIBUTE(u32, c_ssize); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_chmask_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1475:14: note: byref variable will be forcibly initialized 1475 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1592:1: note: in expansion of macro 'UAC1_ATTRIBUTE' 1592 | UAC1_ATTRIBUTE(u32, c_chmask); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t2_band': /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/media/dvb-frontends/cxd2841er.c:2174:12: note: byref variable will be forcibly initialized 2174 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_p_srate_store': /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1527:13: note: byref variable will be forcibly initialized 1527 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1596:1: note: in expansion of macro 'UAC1_RATE_ATTRIBUTE' 1596 | UAC1_RATE_ATTRIBUTE(p_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1524:15: note: byref variable will be forcibly initialized 1524 | char *split_page = NULL; \ | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1596:1: note: in expansion of macro 'UAC1_RATE_ATTRIBUTE' 1596 | UAC1_RATE_ATTRIBUTE(p_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_c_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2821:12: note: byref variable will be forcibly initialized 2821 | u8 b10_b6[3]; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c: In function 'f_uac1_opts_c_srate_store': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2818:12: note: byref variable will be forcibly initialized 2818 | u8 bw6mhz_b10_a6[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1527:13: note: byref variable will be forcibly initialized 1527 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1593:1: note: in expansion of macro 'UAC1_RATE_ATTRIBUTE' 1593 | UAC1_RATE_ATTRIBUTE(c_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2815:12: note: byref variable will be forcibly initialized 2815 | u8 bw7_8mhz_b10_a6[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1524:15: note: byref variable will be forcibly initialized 1524 | char *split_page = NULL; \ | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac1.c:1593:1: note: in expansion of macro 'UAC1_RATE_ATTRIBUTE' 1593 | UAC1_RATE_ATTRIBUTE(c_srate); | ^~~~~~~~~~~~~~~~~~~ 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/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_i_band': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2647:12: note: byref variable will be forcibly initialized 2647 | u8 data[3]; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3132:12: note: byref variable will be forcibly initialized 3132 | u8 data24m2[3] = {0xB7, 0x1B, 0x00}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3131:12: note: byref variable will be forcibly initialized 3131 | u8 data24m[2] = {0x60, 0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3130:12: note: byref variable will be forcibly initialized 3130 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2901:12: note: byref variable will be forcibly initialized 2901 | u8 data24m[3] = {0xDC, 0x6C, 0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2900:12: note: byref variable will be forcibly initialized 2900 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2975:12: note: byref variable will be forcibly initialized 2975 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3208:12: note: byref variable will be forcibly initialized 3208 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_send_diseqc_msg': /kisskb/src/drivers/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/media/dvb-frontends/cxd2841er.c:3698:12: note: byref variable will be forcibly initialized 3698 | u8 data[12]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1744:12: note: byref variable will be forcibly initialized 1744 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1795:12: note: byref variable will be forcibly initialized 1795 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1824:12: note: byref variable will be forcibly initialized 1824 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1853:12: note: byref variable will be forcibly initialized 1853 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2036:13: note: byref variable will be forcibly initialized 2036 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_frontend': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3268:24: note: byref variable will be forcibly initialized 3268 | enum fe_status status = 0; | ^~~~~~ /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/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_frontend_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3379:24: note: byref variable will be forcibly initialized 3379 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_tc': /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:23: note: byref variable will be forcibly initialized 635 | char *ids[] = { comm, "default", NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:22: note: byref variable will be forcibly initialized 634 | char comm[sizeof(current->comm)]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3540:18: note: byref variable will be forcibly initialized 3540 | int ret, carrier_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_frontend_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3305:24: note: byref variable will be forcibly initialized 3305 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3304:34: note: byref variable will be forcibly initialized 3304 | int ret = 0, i, timeout, carr_offset; | ^~~~~~~~~~~ /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/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3510:18: note: byref variable will be forcibly initialized 3510 | int ret, carrier_offset; | ^~~~~~~~~~~~~~ /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; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_source_link_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:9: note: in expansion of macro 'rcu_assign_pointer' 1040 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:9: note: in expansion of macro 'rcu_assign_pointer' 1000 | rcu_assign_pointer(src->link, stm); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:15: note: byref variable will be forcibly initialized 992 | char *ids[] = { NULL, "default", NULL }; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__stm_source_link_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:9: note: in expansion of macro 'rcu_assign_pointer' 1089 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/mux/core.c: In function 'mux_get': /kisskb/src/drivers/mux/core.c:535:32: note: byref variable will be forcibly initialized 535 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/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/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/drivers/nvmem/core.c:19: /kisskb/src/drivers/nvmem/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_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/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_leds': /kisskb/src/drivers/leds/leds-lp50xx.c:398:13: note: byref variable will be forcibly initialized 398 | int led_number; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_dt': /kisskb/src/drivers/leds/leds-lp50xx.c:450:13: note: byref variable will be forcibly initialized 450 | u32 color_id; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:22: note: byref variable will be forcibly initialized 403 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_in_read': /kisskb/src/drivers/hwmon/adm9240.c:442:22: note: byref variable will be forcibly initialized 442 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_temp_read': /kisskb/src/drivers/hwmon/adm9240.c:557:22: note: byref variable will be forcibly initialized 557 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'cpu0_vid_show': /kisskb/src/drivers/hwmon/adm9240.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_show': /kisskb/src/drivers/hwmon/adm9240.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:14: note: byref variable will be forcibly initialized 253 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:12: note: byref variable will be forcibly initialized 384 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int reg, old, shift = (channel + 2) * 2; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_fan_read': /kisskb/src/drivers/hwmon/adm9240.c:499:22: note: byref variable will be forcibly initialized 499 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_init_client': /kisskb/src/drivers/hwmon/adm9240.c:316:18: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:12: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:22: note: byref variable will be forcibly initialized 315 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/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_adc_handler': /kisskb/src/drivers/extcon/extcon-max77843.c:463:14: note: byref variable will be forcibly initialized 463 | 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:816:14: note: byref variable will be forcibly initialized 816 | bool attached; | ^~~~~~~~ /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-palmas.c: In function 'palmas_vbus_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:46:22: note: byref variable will be forcibly initialized 46 | unsigned int vbus_line_state; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_id_irq_handler': /kisskb/src/drivers/extcon/extcon-palmas.c:76:27: note: byref variable will be forcibly initialized 76 | unsigned int set, id_src; | ^~~~~~ /kisskb/src/drivers/extcon/extcon-palmas.c:76:22: note: byref variable will be forcibly initialized 76 | unsigned int set, id_src; | ^~~ /kisskb/src/drivers/extcon/extcon-palmas.c: In function 'palmas_usb_probe': /kisskb/src/drivers/extcon/extcon-palmas.c:230:21: note: byref variable will be forcibly initialized 230 | u32 debounce; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-gt683r.c: In function 'mode_store': /kisskb/src/drivers/hid/hid-gt683r.c:100:12: note: byref variable will be forcibly initialized 100 | u8 sysfs_mode; | ^~~~~~~~~~ /kisskb/src/drivers/staging/sm750fb/ddk750_chip.c: In function 'set_chip_clock': /kisskb/src/drivers/staging/sm750fb/ddk750_chip.c:58:26: note: byref variable will be forcibly initialized 58 | struct pll_value pll; | ^~~ /kisskb/src/drivers/soundwire/debugfs.c: In function 'sdw_bus_debugfs_init': /kisskb/src/drivers/soundwire/debugfs.c:16:14: note: byref variable will be forcibly initialized 16 | char name[16]; | ^~~~ /kisskb/src/drivers/soundwire/debugfs.c: In function 'sdw_slave_debugfs_init': /kisskb/src/drivers/soundwire/debugfs.c:125:14: note: byref variable will be forcibly initialized 125 | char name[32]; | ^~~~ /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/media/dvb-frontends/dib3000mb.c: In function 'dib3000_write_reg': /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:71:12: note: byref variable will be forcibly initialized 71 | u8 b[] = { | ^ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c: In function 'dib3000_read_reg': /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:54:12: note: byref variable will be forcibly initialized 54 | u8 rb[2]; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib3000mb.c:53:12: note: byref variable will be forcibly initialized 53 | u8 wb[] = { ((reg >> 8) | 0x80) & 0xff, reg & 0xff }; | ^~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2063:23: note: byref variable will be forcibly initialized 2063 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1832:23: note: byref variable will be forcibly initialized 1832 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1553:47: note: byref variable will be forcibly initialized 1553 | struct msc_win_to_user_struct u = { | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwtracing/intel_th/msu.c:11: /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1991:23: note: byref variable will be forcibly initialized 1991 | unsigned long val, *win = NULL, *rewin; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1883:13: note: byref variable will be forcibly initialized 1883 | int i, ret; | ^ /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/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_get_gpi_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:58:12: note: byref variable will be forcibly initialized 58 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_set_gpo_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:25:12: note: byref variable will be forcibly initialized 25 | u8 tmp; | ^~~ /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; | ^~~~~~~ /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/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_config_gpio_pins': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:108:12: note: byref variable will be forcibly initialized 108 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_hw_do_set_gpio': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:168:29: note: byref variable will be forcibly initialized 168 | struct mxl_gpio_cfg gpio_config = { | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'pca9534_set_gpio': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:574:24: note: byref variable will be forcibly initialized 574 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:573:12: note: byref variable will be forcibly initialized 573 | u8 r = 0; | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:572:12: note: byref variable will be forcibly initialized 572 | u8 w[2] = { 1, 0 }; | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_probe_port_expander': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:647:12: note: byref variable will be forcibly initialized 647 | u8 r = 0; | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:646:12: note: byref variable will be forcibly initialized 646 | u8 w = 1; | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'pca9534_init_port_expander': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:609:24: note: byref variable will be forcibly initialized 609 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:607:12: note: byref variable will be forcibly initialized 607 | u8 w[2] = { 1, 0x07 }; /* write protect enabled, signal LEDs off */ | ^ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c: In function 'mxl111sf_config_pin_mux_modes': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:47: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:42: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:37: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:32: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:27: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:22: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:17: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-gpio.c:204:12: note: byref variable will be forcibly initialized 204 | u8 r12, r15, r17, r18, r3D, r82, r84, r89; | ^~~ /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; | ^~~ /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/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); | ^~~~~~~~~~~~~~~~~~~ /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/staging/greybus/light.c: In function '__gb_lights_led_brightness_set': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/staging/greybus/light.c:370:49: note: byref variable will be forcibly initialized 370 | struct gb_lights_set_brightness_request req; | ^~~ /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/nvmem/sprd-efuse.c: In function 'sprd_efuse_read': /kisskb/src/drivers/nvmem/sprd-efuse.c:300:13: note: byref variable will be forcibly initialized 300 | u32 data; | ^~~~ /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:1177:18: note: byref variable will be forcibly initialized 1177 | int ret, ret_apply, ret_tmp; | ^~~~~~~~~ /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; | ^~~ 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/hid/hid-lg.c:16: /kisskb/src/drivers/hid/hid-lg.c: In function 'lg_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:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-lg.c:816:25: note: in expansion of macro 'wait_event_interruptible_timeout' 816 | wait_event_interruptible_timeout(wait, 0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-lg.c:814:43: note: byref variable will be forcibly initialized 814 | wait_queue_head_t wait; | ^~~~ /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/hwmon/adt7x10.c: In function 'adt7x10_alarm_read': /kisskb/src/drivers/hwmon/adt7x10.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_irq_handler': /kisskb/src/drivers/hwmon/adt7x10.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_read': /kisskb/src/drivers/hwmon/adt7x10.c:173:19: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c:173:13: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_write': /kisskb/src/drivers/hwmon/adt7x10.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_ready': /kisskb/src/drivers/hwmon/adt7x10.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_read': /kisskb/src/drivers/hwmon/adt7x10.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_probe': /kisskb/src/drivers/hwmon/adt7x10.c:342:22: note: byref variable will be forcibly initialized 342 | unsigned int config; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'in_rq_range': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1647:49: note: byref variable will be forcibly initialized 1647 | struct cntrl_range_lay2 r; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1604:57: note: byref variable will be forcibly initialized 1604 | struct cntrl_ranges_lay3_srates rs; | ^~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'in_rq_cur': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1566:29: note: byref variable will be forcibly initialized 1566 | s16 volume; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1565:47: note: byref variable will be forcibly initialized 1565 | struct cntrl_cur_lay2 c; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1558:38: note: byref variable will be forcibly initialized 1558 | unsigned int mute; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1531:47: note: byref variable will be forcibly initialized 1531 | struct cntrl_cur_lay3 c; | ^ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1524:22: note: byref variable will be forcibly initialized 1524 | u32 p_srate, c_srate; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1524:13: note: byref variable will be forcibly initialized 1524 | u32 p_srate, c_srate; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_volume_res_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2093:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2093 | UAC2_ATTRIBUTE(s16, c_volume_res); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_volume_max_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2092:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2092 | UAC2_ATTRIBUTE(s16, c_volume_max); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_volume_min_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2091:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2091 | UAC2_ATTRIBUTE(s16, c_volume_min); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_volume_res_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2087:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2087 | UAC2_ATTRIBUTE(s16, p_volume_res); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_volume_max_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2086:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2086 | UAC2_ATTRIBUTE(s16, p_volume_max); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_volume_min_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2085:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2085 | UAC2_ATTRIBUTE(s16, p_volume_min); | ^~~~~~~~~~~~~~ /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/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_volume_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2090:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2090 | UAC2_ATTRIBUTE(bool, c_volume_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_mute_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2089:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2089 | UAC2_ATTRIBUTE(bool, c_mute_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_volume_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2084:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2084 | UAC2_ATTRIBUTE(bool, p_volume_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_mute_present_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2083:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2083 | UAC2_ATTRIBUTE(bool, p_mute_present); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_fb_max_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2094:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2094 | UAC2_ATTRIBUTE(u32, fb_max); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_req_number_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2081:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2081 | UAC2_ATTRIBUTE(u32, req_number); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_ssize_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2079:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2079 | UAC2_ATTRIBUTE(u32, c_ssize); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_chmask_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2076:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2076 | UAC2_ATTRIBUTE(u32, c_chmask); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_ssize_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2074:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2074 | UAC2_ATTRIBUTE(u32, p_ssize); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_chmask_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2072:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2072 | UAC2_ATTRIBUTE(u32, p_chmask); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_hs_bint_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2080:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2080 | UAC2_ATTRIBUTE(u8, c_hs_bint); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_hs_bint_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:1899:14: note: byref variable will be forcibly initialized 1899 | type num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2075:1: note: in expansion of macro 'UAC2_ATTRIBUTE' 2075 | UAC2_ATTRIBUTE(u8, p_hs_bint); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_c_srate_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2007:13: note: byref variable will be forcibly initialized 2007 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2077:1: note: in expansion of macro 'UAC2_RATE_ATTRIBUTE' 2077 | UAC2_RATE_ATTRIBUTE(c_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2004:15: note: byref variable will be forcibly initialized 2004 | char *split_page = NULL; \ | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2077:1: note: in expansion of macro 'UAC2_RATE_ATTRIBUTE' 2077 | UAC2_RATE_ATTRIBUTE(c_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c: In function 'f_uac2_opts_p_srate_store': /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2007:13: note: byref variable will be forcibly initialized 2007 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2073:1: note: in expansion of macro 'UAC2_RATE_ATTRIBUTE' 2073 | UAC2_RATE_ATTRIBUTE(p_srate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2004:15: note: byref variable will be forcibly initialized 2004 | char *split_page = NULL; \ | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_uac2.c:2073:1: note: in expansion of macro 'UAC2_RATE_ATTRIBUTE' 2073 | UAC2_RATE_ATTRIBUTE(p_srate); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/function/f_midi.c:22: /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_disable': /kisskb/src/drivers/usb/gadget/function/f_midi.c:421:29: note: byref variable will be forcibly initialized 421 | struct usb_request *req = NULL; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_transmit_byte': /kisskb/src/drivers/usb/gadget/function/f_midi.c:450:17: note: byref variable will be forcibly initialized 450 | uint8_t p[4] = { port->cable << 4, 0, 0, 0 }; | ^ In file included from /kisskb/src/drivers/usb/gadget/function/f_midi.c:25: /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_do_transmit': /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/usb/gadget/function/f_midi.c:666:17: note: in expansion of macro 'kfifo_put' 666 | kfifo_put(&midi->in_req_fifo, req); | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:640:33: note: byref variable will be forcibly initialized 640 | uint8_t b; | ^ /kisskb/src/drivers/usb/gadget/function/f_midi.c:608:29: note: byref variable will be forcibly initialized 608 | struct usb_request *req = NULL; | ^~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'renesas_usb3_b_device_write': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2520:14: note: byref variable will be forcibly initialized 2520 | char buf[32]; | ^~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_midi.c:25: /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_set_alt': /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/usb/gadget/function/f_midi.c:392:17: note: in expansion of macro 'kfifo_put' 392 | kfifo_put(&midi->in_req_fifo, req); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/function/f_midi.c:22: /kisskb/src/drivers/usb/gadget/function/f_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/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_register_card': /kisskb/src/drivers/usb/gadget/function/f_midi.c:801:29: note: byref variable will be forcibly initialized 801 | struct snd_rawmidi *rmidi; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:800:26: note: byref variable will be forcibly initialized 800 | struct snd_card *card; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_bind': /kisskb/src/drivers/usb/gadget/function/f_midi.c:873:47: note: byref variable will be forcibly initialized 873 | struct usb_midi_out_jack_descriptor_1 jack_out_emb_desc[MAX_PORTS]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:872:47: note: byref variable will be forcibly initialized 872 | struct usb_midi_out_jack_descriptor_1 jack_out_ext_desc[MAX_PORTS]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:871:44: note: byref variable will be forcibly initialized 871 | struct usb_midi_in_jack_descriptor jack_in_emb_desc[MAX_PORTS]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:870:44: note: byref variable will be forcibly initialized 870 | struct usb_midi_in_jack_descriptor jack_in_ext_desc[MAX_PORTS]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'usb3_std_req_get_status': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:1601:16: note: byref variable will be forcibly initialized 1601 | __le16 tx_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_opts_out_ports_store': /kisskb/src/drivers/usb/gadget/function/f_midi.c:1111:13: note: byref variable will be forcibly initialized 1111 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:1185:1: note: in expansion of macro 'F_MIDI_OPT' 1185 | F_MIDI_OPT(out_ports, true, MAX_PORTS); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'usb3_irq_epc_pipe0_setup': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:1863:32: note: byref variable will be forcibly initialized 1863 | struct usb_ctrlrequest ctrl; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_opts_in_ports_store': /kisskb/src/drivers/usb/gadget/function/f_midi.c:1111:13: note: byref variable will be forcibly initialized 1111 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:1184:1: note: in expansion of macro 'F_MIDI_OPT' 1184 | F_MIDI_OPT(in_ports, true, MAX_PORTS); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_opts_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_midi.c:1111:13: note: byref variable will be forcibly initialized 1111 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:1183:1: note: in expansion of macro 'F_MIDI_OPT' 1183 | F_MIDI_OPT(qlen, false, 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_opts_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_midi.c:1111:13: note: byref variable will be forcibly initialized 1111 | u32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:1182:1: note: in expansion of macro 'F_MIDI_OPT' 1182 | F_MIDI_OPT(buflen, false, 0); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:10: /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c: In function 'renesas_usb3_init_ram': /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2645:23: note: byref variable will be forcibly initialized 2645 | u32 ramif[2], basead[2]; /* index 0 = for IN pipes */ | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/renesas_usb3.c:2645:13: note: byref variable will be forcibly initialized 2645 | u32 ramif[2], basead[2]; /* index 0 = for IN pipes */ | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c: In function 'f_midi_opts_index_store': /kisskb/src/drivers/usb/gadget/function/f_midi.c:1155:13: note: byref variable will be forcibly initialized 1155 | s32 num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_midi.c:1181:1: note: in expansion of macro 'F_MIDI_OPT_SIGNED' 1181 | F_MIDI_OPT_SIGNED(index, true, SNDRV_CARDS); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/sm750fb/ddk750_mode.c: In function 'ddk750_setModeTiming': /kisskb/src/drivers/staging/sm750fb/ddk750_mode.c:212:26: note: byref variable will be forcibly initialized 212 | struct pll_value pll; | ^~~ 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/nvmem/mtk-efuse.c: In function 'mtk_efuse_probe': /kisskb/src/drivers/nvmem/mtk-efuse.c:35:26: note: byref variable will be forcibly initialized 35 | struct resource *res; | ^~~ /kisskb/src/drivers/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/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/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/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/usb/gadget/legacy/acm_ms.c: In function 'acm_ms_bind': /kisskb/src/drivers/usb/gadget/legacy/acm_ms.c:156:33: note: byref variable will be forcibly initialized 156 | struct fsg_config config; | ^~~~~~ /kisskb/src/drivers/hid/hid-lg4ff.c: In function 'lg4ff_init_wheel_data': /kisskb/src/drivers/hid/hid-lg4ff.c:392:41: note: byref variable will be forcibly initialized 392 | struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, | ^~~~~~~ /kisskb/src/drivers/hid/hid-lg4ff.c: In function 'lg4ff_init': /kisskb/src/drivers/hid/hid-lg4ff.c:1267:13: note: byref variable will be forcibly initialized 1267 | u16 real_product_id; | ^~~~~~~~~~~~~~~ /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/mux/gpio.c: In function 'mux_gpio_set': /kisskb/src/drivers/mux/gpio.c:27:13: note: byref variable will be forcibly initialized 27 | u32 value = state; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/mux/gpio.c:10: /kisskb/src/drivers/mux/gpio.c:26:24: note: byref variable will be forcibly initialized 26 | DECLARE_BITMAP(values, BITS_PER_TYPE(state)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_probe': /kisskb/src/drivers/mux/gpio.c:54:13: note: byref variable will be forcibly initialized 54 | s32 idle_state; | ^~~~~~~~~~ /kisskb/src/drivers/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; | ^~~~ /kisskb/src/drivers/hid/hid-lg-g15.c: In function 'color_store': /kisskb/src/drivers/hid/hid-lg-g15.c:291:23: note: byref variable will be forcibly initialized 291 | unsigned long value; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_read_ucblocks': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:330:12: note: byref variable will be forcibly initialized 330 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_calc_snr': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:400:18: note: byref variable will be forcibly initialized 400 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:400:12: note: byref variable will be forcibly initialized 400 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_modulation': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:95:12: note: byref variable will be forcibly initialized 95 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_read_signal_strength': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:472:13: note: byref variable will be forcibly initialized 472 | u16 snr; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:470:28: note: byref variable will be forcibly initialized 470 | enum fe_modulation modulation; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_read_ber': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:377:24: note: byref variable will be forcibly initialized 377 | u8 val1, val2, val3; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:377:18: note: byref variable will be forcibly initialized 377 | u8 val1, val2, val3; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:377:12: note: byref variable will be forcibly initialized 377 | u8 val1, val2, val3; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_rs_lock_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:217:12: note: byref variable will be forcibly initialized 217 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_lock_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:230:12: note: byref variable will be forcibly initialized 230 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_sync_lock_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:204:12: note: byref variable will be forcibly initialized 204 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_fec_lock_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:243:12: note: byref variable will be forcibly initialized 243 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_read_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:434:46: note: byref variable will be forcibly initialized 434 | int ret, locked, cr_lock, sync_lock, fec_lock; | ^~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:434:35: note: byref variable will be forcibly initialized 434 | int ret, locked, cr_lock, sync_lock, fec_lock; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:434:26: note: byref variable will be forcibly initialized 434 | int ret, locked, cr_lock, sync_lock, fec_lock; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:434:18: note: byref variable will be forcibly initialized 434 | int ret, locked, cr_lock, sync_lock, fec_lock; | ^~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_code_rate': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:64:12: note: byref variable will be forcibly initialized 64 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_guard_fft_mode': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:120:12: note: byref variable will be forcibly initialized 120 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_guard_interval': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:145:12: note: byref variable will be forcibly initialized 145 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl1x1sf_demod_get_tps_hierarchy': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:173:12: note: byref variable will be forcibly initialized 173 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c: In function 'mxl111sf_demod_set_frontend': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c:279:39: note: byref variable will be forcibly initialized 279 | struct mxl111sf_reg_ctrl_info phy_pll_patch[] = { | ^~~~~~~~~~~~~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:23: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:92:22: note: byref variable will be forcibly initialized 92 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c: In function 'dib3000mc_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib3000mc.c:590:40: note: byref variable will be forcibly initialized 590 | struct dtv_frontend_properties schan; | ^~~~~ /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:532:23: note: in expansion of macro 'wait_event_timeout' 532 | 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:580:23: note: in expansion of macro 'wait_event_timeout' 580 | 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:604:12: note: byref variable will be forcibly initialized 604 | u8 buf[2] = {JC_OUTPUT_USB_CMD}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c: In function 'dibx000_reset_i2c_master': /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c:413:12: note: byref variable will be forcibly initialized 413 | u8 tx[4]; | ^~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_request_spi_flash_read': /kisskb/src/drivers/hid/hid-nintendo.c:670:12: note: byref variable will be forcibly initialized 670 | 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:702:13: note: byref variable will be forcibly initialized 702 | u8 *reply; | ^~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_read_stick_calibration': /kisskb/src/drivers/hid/hid-nintendo.c:721:13: note: byref variable will be forcibly initialized 721 | u8 *raw_cal; | ^~~~~~~ /kisskb/src/drivers/hid/hid-nintendo.c: In function 'joycon_set_report_mode': /kisskb/src/drivers/hid/hid-nintendo.c:941:12: note: byref variable will be forcibly initialized 941 | 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:954:12: note: byref variable will be forcibly initialized 954 | 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:967:12: note: byref variable will be forcibly initialized 967 | 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:655:12: note: byref variable will be forcibly initialized 655 | 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:1806:12: note: byref variable will be forcibly initialized 1806 | 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:874:13: note: byref variable will be forcibly initialized 874 | u8 *raw_cal; | ^~~~~~~ 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/staging/greybus/power_supply.c:10: /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function '__gb_power_supply_property_update': /kisskb/src/drivers/staging/greybus/power_supply.c:595:54: note: byref variable will be forcibly initialized 595 | struct gb_power_supply_get_property_response resp; | ^~~~ /kisskb/src/drivers/staging/greybus/power_supply.c:594:53: note: byref variable will be forcibly initialized 594 | struct gb_power_supply_get_property_request req; | ^~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supplies_get_count': /kisskb/src/drivers/staging/greybus/power_supply.c:875:54: note: byref variable will be forcibly initialized 875 | struct gb_power_supply_get_supplies_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/drivers/staging/greybus/power_supply.c:10: /kisskb/src/drivers/staging/greybus/power_supply.c: In function '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/power_supply.c: In function 'gb_power_supply_description_get': /kisskb/src/drivers/staging/greybus/power_supply.c:478:57: note: byref variable will be forcibly initialized 478 | struct gb_power_supply_get_description_response resp; | ^~~~ /kisskb/src/drivers/staging/greybus/power_supply.c:477:56: note: byref variable will be forcibly initialized 477 | struct gb_power_supply_get_description_request req; | ^~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supply_prop_descriptors_get': /kisskb/src/drivers/staging/greybus/power_supply.c:513:36: note: byref variable will be forcibly initialized 513 | enum power_supply_property psp; | ^~~ /kisskb/src/drivers/staging/greybus/power_supply.c: In function 'gb_power_supply_property_set': /kisskb/src/drivers/staging/greybus/power_supply.c:770:53: note: byref variable will be forcibly initialized 770 | struct gb_power_supply_set_property_request req; | ^~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_clocksync_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int ms; | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_ts_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int ms; | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_clock_sync': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:268:13: note: byref variable will be forcibly initialized 268 | u64 payload[2]; /* Clock value and frequency */ | ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:267:29: note: byref variable will be forcibly initialized 267 | const unsigned char nil = 0; | ^~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:266:13: note: byref variable will be forcibly initialized 266 | u32 header = CLOCK_SYNC_HEADER; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_write': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:343:21: note: byref variable will be forcibly initialized 343 | u64 ts = ktime_get_real_ns(); | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:333:21: note: byref variable will be forcibly initialized 333 | u16 length = count; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:295:12: note: byref variable will be forcibly initialized 295 | u8 uuid[UUID_SIZE]; | ^~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:294:13: note: byref variable will be forcibly initialized 294 | u32 header = DATA_HEADER; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:293:29: note: byref variable will be forcibly initialized 293 | const unsigned char nil = 0; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'clock_divider_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:121:23: note: byref variable will be forcibly initialized 121 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'freerunning_clock_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:93:23: note: byref variable will be forcibly initialized 93 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:61:23: note: byref variable will be forcibly initialized 61 | unsigned long val; | ^~~ /kisskb/src/drivers/staging/sm750fb/ddk750_hwi2c.c: In function 'sm750_hw_i2c_read_reg': /kisskb/src/drivers/staging/sm750fb/ddk750_hwi2c.c:212:23: note: byref variable will be forcibly initialized 212 | unsigned char value = 0xFF; | ^~~~~ /kisskb/src/drivers/staging/sm750fb/ddk750_hwi2c.c: In function 'sm750_hw_i2c_write_reg': /kisskb/src/drivers/staging/sm750fb/ddk750_hwi2c.c:237:23: note: byref variable will be forcibly initialized 237 | unsigned char value[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:968:40: note: byref variable will be forcibly initialized 968 | struct dtv_frontend_properties schan; | ^~~~~ /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; | ^~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/function/f_printer.c:14: /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:17: note: in expansion of macro 'wait_event_interruptible' 492 | wait_event_interruptible(dev->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:17: note: in expansion of macro 'wait_event_interruptible' 611 | wait_event_interruptible(dev->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:710:17: note: in expansion of macro 'wait_event_interruptible' 710 | wait_event_interruptible(dev->tx_flush_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'f_printer_opts_q_len_store': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1282:13: note: byref variable will be forcibly initialized 1282 | u16 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'gprinter_setup': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1520:15: note: byref variable will be forcibly initialized 1520 | dev_t devt; | ^~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ 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 'path_find': /kisskb/src/drivers/interconnect/core.c:184:26: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:26: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:26: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:42: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:32: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/pch_udc.c: In function 'pch_udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/pch_udc.c:1511:20: note: byref variable will be forcibly initialized 1511 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/drivers/hwmon/da9052-hwmon.c:20: /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_group_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:144:22: note: byref variable will be forcibly initialized 144 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_get_tsi_result': /kisskb/src/drivers/hwmon/da9052-hwmon.c:191:12: note: byref variable will be forcibly initialized 191 | u8 regs[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_reset_stats': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1668:13: note: byref variable will be forcibly initialized 1668 | u32 ucb; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1134:40: note: byref variable will be forcibly initialized 1134 | struct dtv_frontend_properties schan; | ^~~~~ /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/media/dvb-frontends/dib7000p.c: In function 'dib7000p_get_stats': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1904:13: note: byref variable will be forcibly initialized 1904 | u16 strength; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1901:26: note: byref variable will be forcibly initialized 1901 | u32 time_us = 0, val, snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_agc_startup': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:868:29: note: byref variable will be forcibly initialized 868 | u32 frequency_tuner; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/serial.c: In function 'gnss_serial_parse_dt': /kisskb/src/drivers/gnss/serial.c:114:13: note: byref variable will be forcibly initialized 114 | u32 speed = 4800; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/intel_th.h:11, from /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c:8: /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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; | ^~~~~ /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/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:14: note: byref variable will be forcibly initialized 545 | bool tmp; | ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_destroy_link_store': /kisskb/src/drivers/most/configfs.c:139:14: note: byref variable will be forcibly initialized 139 | bool tmp; | ^~~ /kisskb/src/drivers/hid/hid-roccat.c: In function 'roccat_init': /kisskb/src/drivers/hid/hid-roccat.c:417:15: note: byref variable will be forcibly initialized 417 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_create_link_store': /kisskb/src/drivers/most/configfs.c:117:14: note: byref variable will be forcibly initialized 117 | bool tmp; | ^~~ /kisskb/src/drivers/staging/greybus/i2c.c: In function 'gb_i2c_device_setup': /kisskb/src/drivers/staging/greybus/i2c.c:43:46: note: byref variable will be forcibly initialized 43 | struct gb_i2c_functionality_response response; | ^~~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_uart_flush': /kisskb/src/drivers/staging/greybus/uart.c:333:45: note: byref variable will be forcibly initialized 333 | struct gb_uart_serial_flush_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'send_control': /kisskb/src/drivers/staging/greybus/uart.c:290:55: note: byref variable will be forcibly initialized 290 | struct gb_uart_set_control_line_state_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'send_break': /kisskb/src/drivers/staging/greybus/uart.c:300:42: note: byref variable will be forcibly initialized 300 | struct gb_uart_set_break_request request; | ^~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_tty_unthrottle': /kisskb/src/drivers/staging/greybus/uart.c:578:23: note: byref variable will be forcibly initialized 578 | unsigned char start_char; | ^~~~~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_tty_throttle': /kisskb/src/drivers/staging/greybus/uart.c:559:23: note: byref variable will be forcibly initialized 559 | unsigned char stop_char; | ^~~~~~~~~ /kisskb/src/drivers/staging/greybus/uart.c: In function 'gb_tty_set_termios': /kisskb/src/drivers/staging/greybus/uart.c:485:48: note: byref variable will be forcibly initialized 485 | struct gb_uart_set_line_coding_request newline; | ^~~~~~~ /kisskb/src/drivers/gnss/sirf.c: In function 'sirf_parse_dt': /kisskb/src/drivers/gnss/sirf.c:386:13: note: byref variable will be forcibly initialized 386 | u32 speed = 9600; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/include/linux/gnss.h:11, from /kisskb/src/drivers/gnss/sirf.c:9: /kisskb/src/drivers/gnss/sirf.c: In function 'sirf_wait_for_power_state_nowakeup': /kisskb/src/include/linux/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/gnss/sirf.c:216:15: note: in expansion of macro 'wait_event_interruptible_timeout' 216 | ret = wait_event_interruptible_timeout(data->power_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/sirf.c: In function 'sirf_wait_for_power_state': /kisskb/src/include/linux/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/gnss/sirf.c:238:15: note: in expansion of macro 'wait_event_interruptible_timeout' 238 | ret = wait_event_interruptible_timeout(data->power_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:17: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c: In function 'mxl111sf_get_rf_strength': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:358:18: note: byref variable will be forcibly initialized 358 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:358:12: note: byref variable will be forcibly initialized 358 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c: In function 'mxl1x1sf_tuner_get_lock_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:236:12: note: byref variable will be forcibly initialized 236 | u8 data; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c: In function 'mxl111sf_tuner_get_status': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:339:24: note: byref variable will be forcibly initialized 339 | int rf_locked, ref_locked, ret; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:339:13: note: byref variable will be forcibly initialized 339 | int rf_locked, ref_locked, ret; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c: In function 'mxl1x1sf_tuner_set_if_output_freq': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:127:12: note: byref variable will be forcibly initialized 127 | u8 ctrl; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c: In function 'mxl1x1sf_tune_rf': /kisskb/src/drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c:191:12: note: byref variable will be forcibly initialized 191 | u8 mxl_mode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:39: note: byref variable will be forcibly initialized 75 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-arvo.c:386:35: note: byref variable will be forcibly initialized 386 | struct arvo_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:131:36: note: byref variable will be forcibly initialized 131 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/drivers/gnss/usb.c: In function 'gnss_usb_probe': /kisskb/src/drivers/gnss/usb.c:121:46: note: byref variable will be forcibly initialized 121 | struct usb_endpoint_descriptor *in, *out; | ^~~ /kisskb/src/drivers/gnss/usb.c:121:41: note: byref variable will be forcibly initialized 121 | struct usb_endpoint_descriptor *in, *out; | ^~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:160:23: note: byref variable will be forcibly initialized 160 | unsigned long profile; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:159:36: note: byref variable will be forcibly initialized 159 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:106:23: note: byref variable will be forcibly initialized 106 | unsigned long key_mask; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:105:30: note: byref variable will be forcibly initialized 105 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long state; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:55:30: note: byref variable will be forcibly initialized 55 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:85:30: note: byref variable will be forcibly initialized 85 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:35:30: note: byref variable will be forcibly initialized 35 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-isku.c:382:35: note: byref variable will be forcibly initialized 382 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:41:36: note: byref variable will be forcibly initialized 41 | struct isku_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:51:36: note: byref variable will be forcibly initialized 51 | struct isku_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:76:35: note: byref variable will be forcibly initialized 76 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long profile; | ^~~~~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-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/usb/gadget/udc/mv_udc_core.c: In function 'req_to_dtd': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:408:20: note: byref variable will be forcibly initialized 408 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:406:13: note: byref variable will be forcibly initialized 406 | int is_last, is_first = 1; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:405:18: note: byref variable will be forcibly initialized 405 | unsigned count; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c: In function 'eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:1240:14: note: byref variable will be forcibly initialized 1240 | char name[14]; | ^~~~ /kisskb/src/drivers/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_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 '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_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 '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/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_rd_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:92:29: note: byref variable will be forcibly initialized 92 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_wr_regs': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:74:29: note: byref variable will be forcibly initialized 74 | struct rtl28xxu_req req; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1627:12: note: byref variable will be forcibly initialized 1627 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_wr_reg_mask': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:122:12: note: byref variable will be forcibly initialized 122 | u8 tmp; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_fc0012_tuner_callback': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:774:12: note: byref variable will be forcibly initialized 774 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_init': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1425:12: note: byref variable will be forcibly initialized 1425 | u8 val; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_identify_state': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:625:29: note: byref variable will be forcibly initialized 625 | struct rtl28xxu_req req_demod_i2c = {0x0020, CMD_I2C_DA_RD, 0, NULL}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1717:12: note: byref variable will be forcibly initialized 1717 | u8 buf[128]; | ^~~ /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; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:684:31: note: byref variable will be forcibly initialized 684 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_rc_query': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:182:21: note: byref variable will be forcibly initialized 182 | u8 obuf[2], ibuf[2], toggle; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:182:12: note: byref variable will be forcibly initialized 182 | u8 obuf[2], ibuf[2], toggle; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_gpio_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:89:21: note: byref variable will be forcibly initialized 89 | u8 obuf[3], ibuf[2]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:89:12: note: byref variable will be forcibly initialized 89 | u8 obuf[3], ibuf[2]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1015:45: note: byref variable will be forcibly initialized 1015 | struct i2c_adapter *adapter; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1014:46: note: byref variable will be forcibly initialized 1014 | struct si2168_config si2168_config = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:999:49: note: byref variable will be forcibly initialized 999 | struct cxd2841er_config cxd2837er_config = {}; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:980:47: note: byref variable will be forcibly initialized 980 | struct mn88473_config mn88473_config = {}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:958:47: note: byref variable will be forcibly initialized 958 | struct mn88472_config mn88472_config = {}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:954:39: note: byref variable will be forcibly initialized 954 | struct i2c_board_info info = {}; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:892:31: note: byref variable will be forcibly initialized 892 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_mygica_t230c_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:536:29: note: byref variable will be forcibly initialized 536 | struct i2c_adapter *i2c_adapter; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_t680c_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:451:29: note: byref variable will be forcibly initialized 451 | struct i2c_adapter *i2c_adapter; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_tuner_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1314:46: note: byref variable will be forcibly initialized 1314 | struct si2157_config si2157_config = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1263:39: note: byref variable will be forcibly initialized 1263 | struct i2c_board_info board_info = {}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1260:46: note: byref variable will be forcibly initialized 1260 | struct tua9001_platform_data tua9001_pdata = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1241:47: note: byref variable will be forcibly initialized 1241 | struct i2c_board_info board_info = {}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_t330_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1238:53: note: byref variable will be forcibly initialized 1238 | struct fc2580_platform_data fc2580_pdata = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:501:29: note: byref variable will be forcibly initialized 501 | struct i2c_adapter *i2c_adapter; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1213:45: note: byref variable will be forcibly initialized 1213 | struct e4000_config e4000_config = { | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1187:42: note: byref variable will be forcibly initialized 1187 | struct rtl2832_sdr_platform_data pdata; | ^~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1183:31: note: byref variable will be forcibly initialized 1183 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:104:22: note: byref variable will be forcibly initialized 104 | u8 ibuf[64], obuf[64]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:104:12: note: byref variable will be forcibly initialized 104 | u8 ibuf[64], obuf[64]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_ci_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:350:24: note: byref variable will be forcibly initialized 350 | u8 command[4], respond[2], command_size, respond_size; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:350:12: note: byref variable will be forcibly initialized 350 | u8 command[4], respond[2], command_size, respond_size; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c: In function 'dvbsky_read_mac_addr': /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:237:24: note: byref variable will be forcibly initialized 237 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:236:12: note: byref variable will be forcibly initialized 236 | u8 ibuf[6] = { 0 }; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/dvbsky.c:235:12: note: byref variable will be forcibly initialized 235 | u8 obuf[] = { 0x1e, 0x00 }; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:287:29: note: byref variable will be forcibly initialized 287 | struct rtl28xxu_req req_qt1010 = {0x0fc4, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:286:29: note: byref variable will be forcibly initialized 286 | struct rtl28xxu_req req_mt2060 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:284:29: note: byref variable will be forcibly initialized 284 | struct rtl28xxu_req req_gate_open = {0x0120, 0x0011, 0x0001, "\x08"}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:282:12: note: byref variable will be forcibly initialized 282 | u8 buf[1]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2832u_read_config': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:385:29: note: byref variable will be forcibly initialized 385 | struct rtl28xxu_req req_si2168 = {0x00c8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:384:29: note: byref variable will be forcibly initialized 384 | struct rtl28xxu_req req_si2157 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:383:29: note: byref variable will be forcibly initialized 383 | struct rtl28xxu_req req_cxd2837er = {0xfdd8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:382:29: note: byref variable will be forcibly initialized 382 | struct rtl28xxu_req req_mn88473 = {0xff38, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:381:29: note: byref variable will be forcibly initialized 381 | struct rtl28xxu_req req_mn88472 = {0xff38, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:380:29: note: byref variable will be forcibly initialized 380 | struct rtl28xxu_req req_r828d = {0x0074, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:379:29: note: byref variable will be forcibly initialized 379 | struct rtl28xxu_req req_r820t = {0x0034, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:378:29: note: byref variable will be forcibly initialized 378 | struct rtl28xxu_req req_tda18272 = {0x00c0, CMD_I2C_RD, 2, buf}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:377:29: note: byref variable will be forcibly initialized 377 | struct rtl28xxu_req req_e4000 = {0x02c8, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:376:29: note: byref variable will be forcibly initialized 376 | struct rtl28xxu_req req_mxl5007t = {0xd9c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:375:29: note: byref variable will be forcibly initialized 375 | struct rtl28xxu_req req_tua9001 = {0x7ec0, CMD_I2C_RD, 2, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:374:29: note: byref variable will be forcibly initialized 374 | struct rtl28xxu_req req_max3543 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:373:29: note: byref variable will be forcibly initialized 373 | struct rtl28xxu_req req_mt2063 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:372:29: note: byref variable will be forcibly initialized 372 | struct rtl28xxu_req req_fc2580 = {0x01ac, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:371:29: note: byref variable will be forcibly initialized 371 | struct rtl28xxu_req req_mt2266 = {0x00c0, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:370:29: note: byref variable will be forcibly initialized 370 | struct rtl28xxu_req req_fc0013 = {0x00c6, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:369:29: note: byref variable will be forcibly initialized 369 | struct rtl28xxu_req req_fc0012 = {0x00c6, CMD_I2C_RD, 1, buf}; | ^~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:367:29: note: byref variable will be forcibly initialized 367 | struct rtl28xxu_req req_gate_close = {0x0120, 0x0011, 0x0001, "\x10"}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:365:29: note: byref variable will be forcibly initialized 365 | struct rtl28xxu_req req_gate_open = {0x0120, 0x0011, 0x0001, "\x18"}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:363:12: note: byref variable will be forcibly initialized 363 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl2831u_power_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1459:24: note: byref variable will be forcibly initialized 1459 | u8 gpio, sys0, epa_ctl[2]; | ^~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1459:18: note: byref variable will be forcibly initialized 1459 | u8 gpio, sys0, epa_ctl[2]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:1459:12: note: byref variable will be forcibly initialized 1459 | u8 gpio, sys0, epa_ctl[2]; | ^~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c: In function 'rtl28xxu_i2c_xfer': /kisskb/src/drivers/media/usb/dvb-usb-v2/rtl28xxu.c:145:29: note: byref variable will be forcibly initialized 145 | struct rtl28xxu_req req; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:6: /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_req_to_trb': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:406:20: note: byref variable will be forcibly initialized 406 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:402:13: note: byref variable will be forcibly initialized 402 | int is_last; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:401:18: note: byref variable will be forcibly initialized 401 | unsigned count; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'tcm_usbg_tpg_nexus_store': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1627:23: note: byref variable will be forcibly initialized 1627 | unsigned char i_port[USBG_NAMELEN], *ptr; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_make_tpg': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1342:23: note: byref variable will be forcibly initialized 1342 | unsigned long tpgt; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:1305:14: note: byref variable will be forcibly initialized 1305 | char name[14]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_tcm.c: In function 'usbg_get_cmd': /kisskb/src/drivers/usb/gadget/function/f_tcm.c:1077:18: note: byref variable will be forcibly initialized 1077 | int tag, cpu; | ^~~ /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/media/usb/dvb-usb-v2/zd1301.c: In function 'zd1301_ctrl_msg': /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c:30:18: note: byref variable will be forcibly initialized 30 | int ret, actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c: In function 'zd1301_streaming_ctrl': /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c:234:12: note: byref variable will be forcibly initialized 234 | u8 buf[3] = {0x03, 0x00, onoff ? 0x07 : 0x08}; | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c: In function 'zd1301_demod_wreg': /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c:90:12: note: byref variable will be forcibly initialized 90 | u8 buf[7] = {0x07, 0x00, 0x03, 0x01, | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c: In function 'zd1301_demod_rreg': /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c:108:12: note: byref variable will be forcibly initialized 108 | u8 buf[7] = {0x07, 0x00, 0x04, 0x01, | ^~~ /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c: In function 'zd1301_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb-v2/zd1301.c:130:31: note: byref variable will be forcibly initialized 130 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_alloc_dma_desc': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:234:20: note: byref variable will be forcibly initialized 234 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_respond_u16': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:848:16: note: byref variable will be forcibly initialized 848 | __le16 le_response = cpu_to_le16(response); | ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_setup': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:1050:11: note: byref variable will be forcibly initialized 1050 | } u; | ^ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_udc_init': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:2039:13: note: byref variable will be forcibly initialized 2039 | u32 bufsize; | ^~~~~~~ /kisskb/src/drivers/most/most_cdev.c: In function 'stop_channel': /kisskb/src/drivers/most/most_cdev.c:83:21: note: byref variable will be forcibly initialized 83 | struct mbo *mbo; | ^~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:248:21: note: in expansion of macro 'wait_event_interruptible' 248 | if (wait_event_interruptible(c->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:240:21: note: byref variable will be forcibly initialized 240 | struct mbo *mbo = NULL; | ^~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:196:21: note: in expansion of macro 'wait_event_interruptible' 196 | if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:187:21: note: byref variable will be forcibly initialized 187 | struct mbo *mbo = NULL; | ^~~ /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c: In function 'xudc_handle_setup': /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c:1750:32: note: byref variable will be forcibly initialized 1750 | struct usb_ctrlrequest setup; | ^~~~~ /kisskb/src/drivers/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:417:13: note: byref variable will be forcibly initialized 417 | u32 u; | ^ /kisskb/src/drivers/hwmon/gpio-fan.c:416:18: note: byref variable will be forcibly initialized 416 | unsigned i; | ^ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_snd.c:10: /kisskb/src/drivers/most/most_snd.c: In function 'playback_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_snd.c:233:17: note: in expansion of macro 'wait_event_interruptible' 233 | wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_snd.c: In function 'audio_probe_channel': /kisskb/src/drivers/most/most_snd.c:524:14: note: byref variable will be forcibly initialized 524 | char arg_list_cpy[STRING_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/most/most_snd.c:523:15: note: byref variable will be forcibly initialized 523 | char *sample_res; | ^~~~~~~~~~ /kisskb/src/drivers/most/most_snd.c:522:13: note: byref variable will be forcibly initialized 522 | u16 ch_num; | ^~~~~~ /kisskb/src/drivers/most/most_snd.c:517:25: note: byref variable will be forcibly initialized 517 | struct snd_pcm *pcm; | ^~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl520sm.c:683:23: note: byref variable will be forcibly initialized 683 | unsigned long bit; | ^~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/gl520sm.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long r; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/gl520sm.c:606:23: note: byref variable will be forcibly initialized 606 | unsigned long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:382:23: note: byref variable will be forcibly initialized 382 | unsigned long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan1_off_store': /kisskb/src/drivers/hwmon/gl520sm.c:471:23: note: byref variable will be forcibly initialized 471 | unsigned long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:285:14: note: byref variable will be forcibly initialized 285 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:251:14: note: byref variable will be forcibly initialized 251 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/gl520sm.c:556:14: note: byref variable will be forcibly initialized 556 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:535:14: note: byref variable will be forcibly initialized 535 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl520sm.c:422:23: note: byref variable will be forcibly initialized 422 | unsigned long v; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_read16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:282:24: note: byref variable will be forcibly initialized 282 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_write16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:363:24: note: byref variable will be forcibly initialized 363 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:384:12: note: byref variable will be forcibly initialized 384 | u8 b[2] = { val >> 8, val & 0xff }; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_mbx_send_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:529:16: note: byref variable will be forcibly initialized 529 | u8 *d, b[2]; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_read': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1015:15: note: byref variable will be forcibly initialized 1015 | u8 i, s; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1014:13: note: byref variable will be forcibly initialized 1014 | u16 mb[10]; | ^~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kone.c:809:35: note: byref variable will be forcibly initialized 809 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_profile_report': /kisskb/src/drivers/hid/hid-roccat-kone.c:45:35: note: byref variable will be forcibly initialized 45 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_get_firmware_version': /kisskb/src/drivers/hid/hid-roccat-kone.c:255:18: note: byref variable will be forcibly initialized 255 | uint16_t data; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_get_weight': /kisskb/src/drivers/hid/hid-roccat-kone.c:236:17: note: byref variable will be forcibly initialized 236 | uint8_t data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_write': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1042:12: note: byref variable will be forcibly initialized 1042 | u8 s, i; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1041:13: note: byref variable will be forcibly initialized 1041 | u16 mb[10]; | ^~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_tcu_command': /kisskb/src/drivers/hid/hid-roccat-kone.c:462:23: note: byref variable will be forcibly initialized 462 | unsigned char value; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_diversity_in': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1532:13: note: byref variable will be forcibly initialized 1532 | u16 mode = (u16) onoff; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_check_version': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:768:13: note: byref variable will be forcibly initialized 768 | u16 fw_version = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:767:12: note: byref variable will be forcibly initialized 767 | u8 size; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:766:12: note: byref variable will be forcibly initialized 766 | u8 r[4]; | ^ 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/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:378:12: note: byref variable will be forcibly initialized 378 | u8 b[2] = { val >> 8, val & 0xff }; | ^ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_check_write': /kisskb/src/drivers/hid/hid-roccat-kone.c:114:17: note: byref variable will be forcibly initialized 114 | uint8_t data; | ^~~~ /kisskb/src/drivers/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; | ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_startup_profile': /kisskb/src/drivers/hid/hid-roccat-kone.c:568:23: note: byref variable will be forcibly initialized 568 | unsigned long new_startup_profile; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_output_mode': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1539:13: note: byref variable will be forcibly initialized 1539 | u16 outreg, smo_mode; | ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_tcu': /kisskb/src/drivers/hid/hid-roccat-kone.c:478:23: note: byref variable will be forcibly initialized 478 | unsigned long state; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_show_weight': /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_init': /kisskb/src/drivers/hid/hid-roccat-kone.c:425:13: note: byref variable will be forcibly initialized 425 | int weight = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1083:12: note: byref variable will be forcibly initialized 1083 | u8 size; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_mem_setup_cmd': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:403:12: note: byref variable will be forcibly initialized 403 | u8 b[14] = { 0 }; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_head': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1157:12: note: byref variable will be forcibly initialized 1157 | u8 b[9]; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_union': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1349:31: note: byref variable will be forcibly initialized 1349 | struct dibDVBTChannel ch; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:2240:13: note: byref variable will be forcibly initialized 2240 | u16 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1901:24: note: byref variable will be forcibly initialized 1901 | enum fe_status stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_component_bus_xfer': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1660:12: note: byref variable will be forcibly initialized 1660 | u8 p[13] = { 0 }; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1998:47: note: byref variable will be forcibly initialized 1998 | struct dvb_frontend_parametersContext channel_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:679:41: note: byref variable will be forcibly initialized 679 | struct usb_dcd_config_params dcd_config_params; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ktimer.c:15: /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_ktimer_event': /kisskb/src/drivers/pps/clients/pps-ktimer.c:30:31: note: byref variable will be forcibly initialized 30 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/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; | ^~~~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /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; | ^~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_store': /kisskb/src/drivers/hwmon/ina2xx.c:509:23: note: byref variable will be forcibly initialized 509 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_show': /kisskb/src/drivers/hwmon/ina2xx.c:533:22: note: byref variable will be forcibly initialized 533 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alarm_show': /kisskb/src/drivers/hwmon/ina2xx.c:442:13: note: byref variable will be forcibly initialized 442 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_shunt_store': /kisskb/src/drivers/hwmon/ina2xx.c:490:23: note: byref variable will be forcibly initialized 490 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_store': /kisskb/src/drivers/hwmon/ina2xx.c:400:23: note: byref variable will be forcibly initialized 400 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_show': /kisskb/src/drivers/hwmon/ina2xx.c:372:13: note: byref variable will be forcibly initialized 372 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_read_reg': /kisskb/src/drivers/hwmon/ina2xx.c:231:38: note: byref variable will be forcibly initialized 231 | unsigned int cal; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_value_show': /kisskb/src/drivers/hwmon/ina2xx.c:306:22: note: byref variable will be forcibly initialized 306 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_probe': /kisskb/src/drivers/hwmon/ina2xx.c:623:13: note: byref variable will be forcibly initialized 623 | u32 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:516:13: note: byref variable will be forcibly initialized 516 | u16 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:215:13: note: byref variable will be forcibly initialized 215 | u16 bcdUSB; | ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:198:13: note: byref variable will be forcibly initialized 198 | u16 bcdDevice; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:179:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 179 | GI_DEVICE_DESC_SIMPLE_RW(idProduct, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:178:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 178 | GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:956:12: note: byref variable will be forcibly initialized 956 | u8 type; | ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:824:12: note: byref variable will be forcibly initialized 824 | u8 b_vendor_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_bmAttributes_store': /kisskb/src/drivers/usb/gadget/configfs.c:539:12: note: byref variable will be forcibly initialized 539 | u8 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:177:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 177 | GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceProtocol_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:176:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 176 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceSubClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 175 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceSubClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:174:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 174 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/configfs.c:3: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'usb_os_desc_prepare_interf_dir': /kisskb/src/drivers/usb/gadget/configfs.c:1197:19: note: byref variable will be forcibly initialized 1197 | vla_group(data_chunk); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1069:19: note: byref variable will be forcibly initialized 1069 | vla_group(data_chunk); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:800:14: note: byref variable will be forcibly initialized 800 | bool use; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:683:12: note: byref variable will be forcibly initialized 683 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:681:14: note: byref variable will be forcibly initialized 681 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/hwmon/lineage-pem.c: In function 'pem_read_block': /kisskb/src/drivers/hwmon/lineage-pem.c:133:12: note: byref variable will be forcibly initialized 133 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX]; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:587:14: note: byref variable will be forcibly initialized 587 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:13: note: byref variable will be forcibly initialized 16 | u16 num; | ^~~ /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/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; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/parsers/ofpart_core.c:12: /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'parse_ofoldpart_partitions': /kisskb/src/drivers/mtd/parsers/ofpart_core.c:194:16: note: byref variable will be forcibly initialized 194 | int i, plen, nr_parts; | ^~~~ /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'parse_fixed_partitions': /kisskb/src/drivers/mtd/parsers/ofpart_core.c:104:21: note: byref variable will be forcibly initialized 104 | int len; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_num': /kisskb/src/drivers/vhost/vhost.c:1502:34: note: byref variable will be forcibly initialized 1502 | struct vhost_vring_state s; | ^ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/include/uapi/linux/vhost_types.h:16, from /kisskb/src/include/uapi/linux/vhost.h:14, from /kisskb/src/drivers/vhost/vhost.c:14: /kisskb/src/drivers/vhost/vhost.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_dev_flush': /kisskb/src/drivers/vhost/vhost.c:236:35: note: byref variable will be forcibly initialized 236 | struct vhost_flush_struct flush; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_attach_cgroups': /kisskb/src/drivers/vhost/vhost.c:528:44: note: byref variable will be forcibly initialized 528 | struct vhost_attach_cgroups_struct attach; | ^~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_set_addr': /kisskb/src/drivers/vhost/vhost.c:1523:33: note: byref variable will be forcibly initialized 1523 | struct vhost_vring_addr a; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/include/linux/virtio_config.h:7, from /kisskb/src/include/uapi/linux/vhost_types.h:16, from /kisskb/src/include/uapi/linux/vhost.h:14, from /kisskb/src/drivers/vhost/vhost.c:14: /kisskb/src/drivers/vhost/vhost.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_chr_write_iter': /kisskb/src/drivers/vhost/vhost.c:1139:13: note: byref variable will be forcibly initialized 1139 | u32 asid = 0; | ^~~~ /kisskb/src/drivers/vhost/vhost.c:1138:13: note: byref variable will be forcibly initialized 1138 | int type, ret; | ^~~~ /kisskb/src/drivers/vhost/vhost.c:1136:32: note: byref variable will be forcibly initialized 1136 | struct vhost_iotlb_msg msg; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vring_ioctl': /kisskb/src/drivers/vhost/vhost.c:1603:33: note: byref variable will be forcibly initialized 1603 | struct vhost_vring_file f; | ^ /kisskb/src/drivers/vhost/vhost.c:1602:34: note: byref variable will be forcibly initialized 1602 | struct vhost_vring_state s; | ^ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_set_memory': /kisskb/src/drivers/vhost/vhost.c:1433:29: note: byref variable will be forcibly initialized 1433 | struct vhost_memory mem, *newmem; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_dev_ioctl': /kisskb/src/drivers/vhost/vhost.c:1763:13: note: byref variable will be forcibly initialized 1763 | u64 p; | ^ /kisskb/src/drivers/vhost/vhost.c: In function 'set_bit_to_user': /kisskb/src/drivers/vhost/vhost.c:1838:22: note: byref variable will be forcibly initialized 1838 | struct page *page; | ^~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_tpg_attrib_fabric_prot_type_store': /kisskb/src/drivers/vhost/scsi.c:2072:23: note: byref variable will be forcibly initialized 2072 | unsigned long val; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vq_avail_empty': /kisskb/src/drivers/vhost/vhost.c:2510:20: note: byref variable will be forcibly initialized 2510 | __virtio16 avail_idx; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_tpg_nexus_store': /kisskb/src/drivers/vhost/scsi.c:2219:23: note: byref variable will be forcibly initialized 2219 | unsigned char i_port[VHOST_SCSI_NAMELEN], *ptr, *port_ptr; | ^~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_notify': /kisskb/src/drivers/vhost/vhost.c:2456:28: note: byref variable will be forcibly initialized 2456 | __virtio16 flags; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c:2444:20: note: byref variable will be forcibly initialized 2444 | __virtio16 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/drivers/vhost/scsi.c:12: /kisskb/src/drivers/vhost/scsi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_vq_init_access': /kisskb/src/drivers/vhost/vhost.c:2016:20: note: byref variable will be forcibly initialized 2016 | __virtio16 last_used_idx; | ^~~~~~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_enable_notify': /kisskb/src/drivers/vhost/vhost.c:2528:20: note: byref variable will be forcibly initialized 2528 | __virtio16 avail_idx; | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_from_user': /kisskb/src/drivers/vhost/vhost.c:860:33: note: byref variable will be forcibly initialized 860 | struct iov_iter f; | ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_tmf_resp': /kisskb/src/drivers/vhost/vhost.c: In function 'get_indirect': /kisskb/src/drivers/vhost/scsi.c:1142:25: note: byref variable will be forcibly initialized 1142 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1141:42: note: byref variable will be forcibly initialized 1141 | struct virtio_scsi_ctrl_tmf_resp rsp; | ^~~ /kisskb/src/drivers/vhost/vhost.c:2119:25: note: byref variable will be forcibly initialized 2119 | struct iov_iter from; | ^~~~ /kisskb/src/drivers/vhost/vhost.c:2116:27: note: byref variable will be forcibly initialized 2116 | struct vring_desc desc; | ^~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_bad_target': /kisskb/src/drivers/vhost/scsi.c:811:37: note: byref variable will be forcibly initialized 811 | struct virtio_scsi_cmd_resp rsp; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_send_an_resp': /kisskb/src/drivers/vhost/scsi.c:1234:25: note: byref variable will be forcibly initialized 1234 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1233:41: note: byref variable will be forcibly initialized 1233 | struct virtio_scsi_ctrl_an_resp rsp; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_get_vq_desc': /kisskb/src/drivers/vhost/vhost.c:2220:20: note: byref variable will be forcibly initialized 2220 | __virtio16 ring_head; | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c:2219:20: note: byref variable will be forcibly initialized 2219 | __virtio16 avail_idx; | ^~~~~~~~~ /kisskb/src/drivers/vhost/vhost.c:2216:27: note: byref variable will be forcibly initialized 2216 | struct vring_desc desc; | ^~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_make_tpg': /kisskb/src/drivers/vhost/scsi.c:2304:13: note: byref variable will be forcibly initialized 2304 | u16 tpgt; | ^~~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_copy_to_user': /kisskb/src/drivers/vhost/vhost.c:822:33: note: byref variable will be forcibly initialized 822 | struct iov_iter t; | ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_do_evt_work': /kisskb/src/drivers/vhost/scsi.c:472:23: note: byref variable will be forcibly initialized 472 | unsigned out, in; | ^~ /kisskb/src/drivers/vhost/scsi.c:472:18: note: byref variable will be forcibly initialized 472 | unsigned out, in; | ^~~ /kisskb/src/drivers/vhost/vhost.c: In function 'vhost_add_used': /kisskb/src/drivers/vhost/vhost.c:2363:32: note: byref variable will be forcibly initialized 2363 | struct vring_used_elem heads = { | ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_map_to_sgl': /kisskb/src/drivers/vhost/scsi.c:648:16: note: byref variable will be forcibly initialized 648 | size_t offset; | ^~~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_handle_vq': /kisskb/src/drivers/vhost/scsi.c:935:45: note: byref variable will be forcibly initialized 935 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:935:34: note: byref variable will be forcibly initialized 935 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:935:25: note: byref variable will be forcibly initialized 935 | struct iov_iter in_iter, prot_iter, data_iter; | ^~~~~~~ /kisskb/src/drivers/vhost/scsi.c:933:31: note: byref variable will be forcibly initialized 933 | struct vhost_scsi_ctx vc; | ^~ /kisskb/src/drivers/vhost/scsi.c:932:39: note: byref variable will be forcibly initialized 932 | struct virtio_scsi_cmd_req_pi v_req_pi; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:931:36: note: byref variable will be forcibly initialized 931 | struct virtio_scsi_cmd_req v_req; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c:930:42: note: byref variable will be forcibly initialized 930 | struct vhost_scsi_tpg **vs_tpg, *tpg; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ctl_handle_vq': /kisskb/src/drivers/vhost/scsi.c:1259:31: note: byref variable will be forcibly initialized 1259 | struct vhost_scsi_ctx vc; | ^~ /kisskb/src/drivers/vhost/scsi.c:1258:11: note: byref variable will be forcibly initialized 1258 | } v_req; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c:1253:32: note: byref variable will be forcibly initialized 1253 | struct vhost_scsi_tpg *tpg; | ^~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_complete_cmd_work': /kisskb/src/drivers/vhost/scsi.c:546:25: note: byref variable will be forcibly initialized 546 | struct iov_iter iov_iter; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:542:37: note: byref variable will be forcibly initialized 542 | struct virtio_scsi_cmd_resp v_rsp; | ^~~~~ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_release': /kisskb/src/drivers/vhost/scsi.c:1854:34: note: byref variable will be forcibly initialized 1854 | struct vhost_scsi_target t; | ^ /kisskb/src/drivers/vhost/scsi.c: In function 'vhost_scsi_ioctl': /kisskb/src/drivers/vhost/scsi.c:1882:16: note: byref variable will be forcibly initialized 1882 | int r, abi_version = VHOST_SCSI_ABI_VERSION; | ^~~~~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1881:13: note: byref variable will be forcibly initialized 1881 | u64 features; | ^~~~~~~~ /kisskb/src/drivers/vhost/scsi.c:1876:34: note: byref variable will be forcibly initialized 1876 | struct vhost_scsi_target backend; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:489:39: note: byref variable will be forcibly initialized 489 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:60:40: note: byref variable will be forcibly initialized 60 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_open': /kisskb/src/drivers/pps/clients/pps-ldisc.c:43:32: note: byref variable will be forcibly initialized 43 | struct pps_source_info info; | ^~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ldisc.c:13: /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_dcd_change': /kisskb/src/drivers/pps/clients/pps-ldisc.c:19:31: note: byref variable will be forcibly initialized 19 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_send_control': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:40:39: note: byref variable will be forcibly initialized 40 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:72:40: note: byref variable will be forcibly initialized 72 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:303:30: note: byref variable will be forcibly initialized 303 | struct koneplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:257:39: note: byref variable will be forcibly initialized 257 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c:255:23: note: byref variable will be forcibly initialized 255 | unsigned long profile; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/memstick/core/ms_block.c:13: /kisskb/src/drivers/memstick/core/ms_block.c: In function '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/core/ms_block.c: In function 'h_msb_reset': /kisskb/src/drivers/memstick/core/ms_block.c:658:12: note: byref variable will be forcibly initialized 658 | u8 command = MS_CMD_RESET; | ^~~~~~~ /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/memstick/core/ms_block.c: In function 'msb_ftl_scan': /kisskb/src/drivers/memstick/core/ms_block.c:1376:39: note: byref variable will be forcibly initialized 1376 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_sg_compare_to_buffer': /kisskb/src/drivers/memstick/core/ms_block.c:98:32: note: byref variable will be forcibly initialized 98 | struct sg_mapping_iter miter; | ^~~~~ /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/memstick/core/ms_block.c: In function 'msb_read_page': /kisskb/src/drivers/memstick/core/ms_block.c:866:40: note: byref variable will be forcibly initialized 866 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_read_boot_blocks': /kisskb/src/drivers/memstick/core/ms_block.c:1196:39: note: byref variable will be forcibly initialized 1196 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:1195:28: note: byref variable will be forcibly initialized 1195 | struct scatterlist sg; | ^~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_read_bad_block_table': /kisskb/src/drivers/memstick/core/ms_block.c:1258:28: note: byref variable will be forcibly initialized 1258 | struct scatterlist sg; | ^~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_verify_block': /kisskb/src/drivers/memstick/core/ms_block.c:979:28: note: byref variable will be forcibly initialized 979 | struct scatterlist sg; | ^~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'h_msb_read_page': /kisskb/src/drivers/memstick/core/ms_block.c:341:12: note: byref variable will be forcibly initialized 341 | u8 command, intreg; | ^~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:340:28: note: byref variable will be forcibly initialized 340 | struct scatterlist sg[2]; | ^~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'h_msb_write_block': /kisskb/src/drivers/memstick/core/ms_block.c:479:20: note: byref variable will be forcibly initialized 479 | u8 intreg, command; | ^~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:478:28: note: byref variable will be forcibly initialized 478 | struct scatterlist sg[2]; | ^~ /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/memstick/core/ms_block.c: In function 'msb_get_free_block': /kisskb/src/drivers/memstick/core/ms_block.c:1082:13: note: byref variable will be forcibly initialized 1082 | u16 pos; | ^~~ /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; | ^~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_cache_flush': /kisskb/src/drivers/memstick/core/ms_block.c:1536:39: note: byref variable will be forcibly initialized 1536 | struct ms_extra_data_register extra; | ^~~~~ /kisskb/src/drivers/memstick/core/ms_block.c:1535:28: note: byref variable will be forcibly initialized 1535 | struct scatterlist sg; | ^~ In file included from /kisskb/src/drivers/memstick/core/ms_block.c:14: /kisskb/src/drivers/memstick/core/ms_block.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1124:29: note: byref variable will be forcibly initialized 1124 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_cache_write': /kisskb/src/drivers/memstick/core/ms_block.c:1610:28: note: byref variable will be forcibly initialized 1610 | struct scatterlist sg_tmp[10]; | ^~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_cache_read': /kisskb/src/drivers/memstick/core/ms_block.c:1651:28: note: byref variable will be forcibly initialized 1651 | struct scatterlist sg_tmp[10]; | ^~~~~~ /kisskb/src/drivers/memstick/core/ms_block.c: In function 'msb_io_work': /kisskb/src/drivers/memstick/core/ms_block.c:1879:26: note: byref variable will be forcibly initialized 1879 | int page, error, 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/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; | ^~~~~~ 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/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/include/linux/blk-mq.h:5, from /kisskb/src/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/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/memstick/core/mspro_block.c: In function 'h_mspro_block_setup_cmd': /kisskb/src/drivers/memstick/core/mspro_block.c:635:37: note: byref variable will be forcibly initialized 635 | struct mspro_param_register param = { | ^~~~~ /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/memstick/core/mspro_block.c: In function 'mspro_block_set_interface': /kisskb/src/drivers/memstick/core/mspro_block.c:834:37: note: byref variable will be forcibly initialized 834 | struct mspro_param_register param = { | ^~~~~ /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/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1124:29: note: byref variable will be forcibly initialized 1124 | struct scatterlist *last_sg = NULL; | ^~~~~~~ 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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /kisskb/src/drivers/memstick/core/mspro_block.c:539:23: note: byref variable will be forcibly initialized 539 | unsigned char t_val = 0; | ^~~~~ 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, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_attr_show_specfile': /kisskb/src/drivers/memstick/core/mspro_block.c:404:23: note: byref variable will be forcibly initialized 404 | char name[9], ext[4]; | ^~~ /kisskb/src/drivers/memstick/core/mspro_block.c:404:14: note: byref variable will be forcibly initialized 404 | char name[9], ext[4]; | ^~~~ /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 }; | ^~ /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/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/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/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; | ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'cfi_staa_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:667:30: note: byref variable will be forcibly initialized 667 | size_t totlen = 0, thislen; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:21: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/hwmon/lm80.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm80.c:419:14: note: byref variable will be forcibly initialized 419 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'in_store': /kisskb/src/drivers/hwmon/lm80.c:278:14: note: byref variable will be forcibly initialized 278 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm80.c:349:28: note: byref variable will be forcibly initialized 349 | unsigned long min, val; | ^~~ /kisskb/src/drivers/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/hwmon/lm80.c: In function 'fan_store': /kisskb/src/drivers/hwmon/lm80.c:322:23: note: byref variable will be forcibly initialized 322 | unsigned long val; | ^~~ /kisskb/src/drivers/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/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/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; | ^~~~~ 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; | ^~~~~ 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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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/hid/hid-roccat-kovaplus.c: In function 'kovaplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:568:39: note: byref variable will be forcibly initialized 568 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:103:40: note: byref variable will be forcibly initialized 103 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_send_control': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:49:39: note: byref variable will be forcibly initialized 49 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:115:40: note: byref variable will be forcibly initialized 115 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:359:30: note: byref variable will be forcibly initialized 359 | struct kovaplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:287:39: note: byref variable will be forcibly initialized 287 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned long profile; | ^~~~~~~ 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/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_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 '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 '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/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/mtd/parsers/redboot.c: In function 'parse_redboot_partitions': /kisskb/src/drivers/mtd/parsers/redboot.c:81:16: note: byref variable will be forcibly initialized 81 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/parsers/redboot.c:79:26: note: byref variable will be forcibly initialized 79 | struct fis_list *fl = NULL, *tmp_fl; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:24: note: byref variable will be forcibly initialized 191 | struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = data, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:258:12: note: byref variable will be forcibly initialized 258 | u8 mm[6] = { reg & 0xff, (reg >> 16) & 0xff, | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:271:12: note: byref variable will be forcibly initialized 271 | u8 mm[8] = { reg & 0xff, (reg >> 16) & 0xff, | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:201:24: note: byref variable will be forcibly initialized 201 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:245:12: note: byref variable will be forcibly initialized 245 | u8 mm2[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:242:12: note: byref variable will be forcibly initialized 242 | u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'CorrectSysClockDeviation': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1578:13: note: byref variable will be forcibly initialized 1578 | s32 nomincr = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1577:13: note: byref variable will be forcibly initialized 1577 | s32 incr = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:231:12: note: byref variable will be forcibly initialized 231 | u8 mm2[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:228:12: note: byref variable will be forcibly initialized 228 | u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/chips/gen_probe.c:8: /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'ReadIFAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:856:21: note: byref variable will be forcibly initialized 856 | u16 Value; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:28: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2758:13: note: byref variable will be forcibly initialized 2758 | u32 value; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_GetLockStatus': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:517:13: note: byref variable will be forcibly initialized 517 | u16 ScRaRamLock = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_status': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2772:13: note: byref variable will be forcibly initialized 2772 | u32 lock; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgIfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:588:29: note: byref variable will be forcibly initialized 588 | u16 FeAgRegAgModeLop; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:563:29: note: byref variable will be forcibly initialized 563 | u16 FeAgRegAgModeLop; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgRfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:833:37: note: byref variable will be forcibly initialized 833 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:807:21: note: byref variable will be forcibly initialized 807 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:792:37: note: byref variable will be forcibly initialized 792 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:755:21: note: byref variable will be forcibly initialized 755 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:740:37: note: byref variable will be forcibly initialized 740 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:707:29: note: byref variable will be forcibly initialized 707 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgNoiseCalibration': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1856:13: note: byref variable will be forcibly initialized 1856 | u16 beOptEna; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_SendCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1298:13: note: byref variable will be forcibly initialized 1298 | u16 errCode; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_ProcStartCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1320:13: note: byref variable will be forcibly initialized 1320 | u16 scExec; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StartDiversity': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1777:13: note: byref variable will be forcibly initialized 1777 | u16 rcControl; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_Start': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2329:29: note: byref variable will be forcibly initialized 2329 | u16 sc_config; | ^~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgPga': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1171:13: note: byref variable will be forcibly initialized 1171 | u16 AgModeHip = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1170:13: note: byref variable will be forcibly initialized 1170 | u16 AgModeLop = 0; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StopOC': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:401:13: note: byref variable will be forcibly initialized 401 | u16 dtoIncHip = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:400:13: note: byref variable will be forcibly initialized 400 | u16 dtoIncLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:398:13: note: byref variable will be forcibly initialized 398 | u16 ocSyncLvl = 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_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/media/dvb-frontends/drxd_hard.c: In function 'DRX_Stop': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1674:29: note: byref variable will be forcibly initialized 1674 | u32 lock; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'load_firmware': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:892:32: note: byref variable will be forcibly initialized 892 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetDeviceTypeId': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1483:13: note: byref variable will be forcibly initialized 1483 | u16 deviceId = 0; | ^~~~~~~~ /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/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/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/hid/hid-roccat-pyra.c: In function 'pyra_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-pyra.c:509:35: note: byref variable will be forcibly initialized 509 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_send_control': /kisskb/src/drivers/hid/hid-roccat-pyra.c:44:39: note: byref variable will be forcibly initialized 44 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_init_pyra_device_struct': /kisskb/src/drivers/hid/hid-roccat-pyra.c:372:30: note: byref variable will be forcibly initialized 372 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ltc2990.c: In function 'ltc2990_value_show': /kisskb/src/drivers/hwmon/ltc2990.c:143:13: note: byref variable will be forcibly initialized 143 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_write_settings': /kisskb/src/drivers/hid/hid-roccat-pyra.c:248:35: note: byref variable will be forcibly initialized 248 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_actual_profile': /kisskb/src/drivers/hid/hid-roccat-pyra.c:299:30: note: byref variable will be forcibly initialized 299 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-pyra.c:316:26: note: byref variable will be forcibly initialized 316 | struct pyra_info info; | ^~~~ 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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/include/linux/wait.h: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_lookup_dev': /kisskb/src/drivers/pps/pps.c:434:18: note: byref variable will be forcibly initialized 434 | unsigned id; | ^~ /kisskb/src/drivers/pcmcia/pd6729.c: In function 'pd6729_init': /kisskb/src/drivers/pcmcia/pd6729.c:547:23: note: byref variable will be forcibly initialized 547 | pccard_io_map io = { 0, 0, 0, 0, 1 }; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/pd6729.c:11: /kisskb/src/drivers/pcmcia/pd6729.c: In function '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/pd6729.c: In function 'pd6729_pci_probe': /kisskb/src/drivers/pcmcia/pd6729.c:628:14: note: byref variable will be forcibly initialized 628 | char configbyte; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:229:24: note: byref variable will be forcibly initialized 229 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:354:40: note: byref variable will be forcibly initialized 354 | u8 adr = state->demod_address, mm[6], len; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:383:40: note: byref variable will be forcibly initialized 383 | u8 adr = state->demod_address, mm[8], len; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:253:24: note: byref variable will be forcibly initialized 253 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:48: note: byref variable will be forcibly initialized 286 | u8 adr = state->demod_address, mm1[4], mm2[2], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:40: note: byref variable will be forcibly initialized 286 | u8 adr = state->demod_address, mm1[4], mm2[2], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6663:13: note: byref variable will be forcibly initialized 6663 | u16 err; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4065:13: note: byref variable will be forcibly initialized 4065 | u16 sc_comm_exec = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4064:13: note: byref variable will be forcibly initialized 4064 | u16 sc_ra_ram_lock = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6389:24: note: byref variable will be forcibly initialized 6389 | u16 scu_coc = 0; | ^~~~~~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6388:24: note: byref variable will be forcibly initialized 6388 | u16 scu_lvl = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6384:36: note: byref variable will be forcibly initialized 6384 | struct s_cfg_agc rf_agc, if_agc; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_stop': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1399:13: note: byref variable will be forcibly initialized 1399 | u16 fec_oc_ipr_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1398:13: note: byref variable will be forcibly initialized 1398 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1528:13: note: byref variable will be forcibly initialized 1528 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write_gpio': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5845:13: note: byref variable will be forcibly initialized 5845 | u16 value = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2840:13: note: byref variable will be forcibly initialized 2840 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2889:21: note: byref variable will be forcibly initialized 2889 | u16 clk_neg = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2878:13: note: byref variable will be forcibly initialized 2878 | u16 count = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2139:13: note: byref variable will be forcibly initialized 2139 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2291:13: note: byref variable will be forcibly initialized 2291 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_dto_setup': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1969:13: note: byref variable will be forcibly initialized 1969 | u16 fec_oc_reg_ipr_mode = 0; /* FEC_OC_IPR_MODE register value */ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1968:13: note: byref variable will be forcibly initialized 1968 | u16 fec_oc_reg_mode = 0; /* FEC_OC_MODE register value */ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_ctrl_set_echo_threshold': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3367:13: note: byref variable will be forcibly initialized 3367 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_activate_presets': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3439:43: note: byref variable will be forcibly initialized 3439 | struct drxk_cfg_dvbt_echo_thres_t echo_thres8k = { 0, DRX_FFTMODE_8K }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3438:43: note: byref variable will be forcibly initialized 3438 | struct drxk_cfg_dvbt_echo_thres_t echo_thres2k = { 0, DRX_FFTMODE_2K }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3436:14: note: byref variable will be forcibly initialized 3436 | bool setfrenable = true; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3435:14: note: byref variable will be forcibly initialized 3435 | bool setincenable = false; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3002:13: note: byref variable will be forcibly initialized 3002 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_start': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1899:13: note: byref variable will be forcibly initialized 1899 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:48: note: byref variable will be forcibly initialized 320 | u8 adr = state->demod_address, mm1[4], mm2[4], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:40: note: byref variable will be forcibly initialized 320 | u8 adr = state->demod_address, mm1[4], mm2[4], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:788:13: note: byref variable will be forcibly initialized 788 | u32 sio_top_jtagid_lo = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:787:13: note: byref variable will be forcibly initialized 787 | u16 sio_pdr_ohw_cfg = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxx_open': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:757:13: note: byref variable will be forcibly initialized 757 | u16 key = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:756:13: note: byref variable will be forcibly initialized 756 | u16 bid = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:755:13: note: byref variable will be forcibly initialized 755 | u32 jtag = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read1': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:219:24: note: byref variable will be forcibly initialized 219 | struct i2c_msg msgs[1] = { {.addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1007:21: note: byref variable will be forcibly initialized 1007 | u16 wait_cmd; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:472:12: note: byref variable will be forcibly initialized 472 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_enable_ofdm_token_ring': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1360:13: note: byref variable will be forcibly initialized 1360 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_sc_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3203:13: note: byref variable will be forcibly initialized 3203 | u16 sc_exec = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3201:13: note: byref variable will be forcibly initialized 3201 | u16 err_code = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3200:13: note: byref variable will be forcibly initialized 3200 | u16 cur_cmd = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2481:13: note: byref variable will be forcibly initialized 2481 | u16 transmission_params = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2474:13: note: byref variable will be forcibly initialized 2474 | u16 eq_reg_td_req_smb_cnt = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2473:13: note: byref variable will be forcibly initialized 2473 | u16 eq_reg_td_tps_pwr_ofs = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2472:13: note: byref variable will be forcibly initialized 2472 | u16 eq_reg_td_sqr_err_exp = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2469:13: note: byref variable will be forcibly initialized 2469 | u16 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2420:13: note: byref variable will be forcibly initialized 2420 | u16 qam_sl_err_power = 0; /* accum. error between | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_snr': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6642:13: note: byref variable will be forcibly initialized 6642 | s32 snr2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1439:14: note: byref variable will be forcibly initialized 1439 | char errname[30]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1436:12: note: byref variable will be forcibly initialized 1436 | u8 buffer[34]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1433:13: note: byref variable will be forcibly initialized 1433 | u16 cur_cmd = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5314:13: note: byref variable will be forcibly initialized 5314 | u16 result[2] = { 0, 0 }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_get_stats': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6496:13: note: byref variable will be forcibly initialized 6496 | s32 cnr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6488:13: note: byref variable will be forcibly initialized 6488 | u16 reg16; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6487:13: note: byref variable will be forcibly initialized 6487 | u32 stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4115:13: note: byref variable will be forcibly initialized 4115 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4114:13: note: byref variable will be forcibly initialized 4114 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_reset_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5216:13: note: byref variable will be forcibly initialized 5216 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_demodulator_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5363:21: note: byref variable will be forcibly initialized 5363 | u16 set_env_parameters[1] = { 0 }; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5357:13: note: byref variable will be forcibly initialized 5357 | u16 set_param_parameters[4] = { 0, 0, 0, 0 }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5356:13: note: byref variable will be forcibly initialized 5356 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5414:13: note: byref variable will be forcibly initialized 5414 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3721:13: note: byref variable will be forcibly initialized 3721 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1670:13: note: byref variable will be forcibly initialized 1670 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1669:13: note: byref variable will be forcibly initialized 1669 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1668:29: note: byref variable will be forcibly initialized 1668 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3319:29: note: byref variable will be forcibly initialized 3319 | enum drx_power_mode power_mode = DRX_POWER_UP; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4099:29: note: byref variable will be forcibly initialized 4099 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_chain_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1251:13: note: byref variable will be forcibly initialized 1251 | u16 bl_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt_standard': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3476:13: note: byref variable will be forcibly initialized 3476 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3475:13: note: byref variable will be forcibly initialized 3475 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_direct_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2790:13: note: byref variable will be forcibly initialized 2790 | u16 bl_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_set_parameters': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6314:13: note: byref variable will be forcibly initialized 6314 | u32 IF; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_drxk': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6021:29: note: byref variable will be forcibly initialized 6021 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_attach': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6797:40: note: byref variable will be forcibly initialized 6797 | const struct firmware *fw = NULL; | ^~ /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/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; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-savu.c: In function 'savu_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-savu.c:154:35: note: byref variable will be forcibly initialized 154 | struct savu_roccat_report roccat_report; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/module.c:9: /kisskb/src/drivers/greybus/module.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'eject_store': /kisskb/src/drivers/greybus/module.c:19:14: note: byref variable will be forcibly initialized 19 | long val; | ^~~ /kisskb/src/drivers/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/greybus/interface.c: In function 'gb_interface_activate': /kisskb/src/drivers/greybus/interface.c:1007:32: note: byref variable will be forcibly initialized 1007 | enum gb_interface_type type; | ^~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_state_store': /kisskb/src/drivers/greybus/interface.c:530:14: note: byref variable will be forcibly initialized 530 | bool activate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:7: /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'lpddr_probe_chip': /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:147:30: note: byref variable will be forcibly initialized 147 | struct lpddr_private lpddr; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/ipack/carriers/tpci200.c:10: /kisskb/src/drivers/ipack/carriers/tpci200.c: In function 'tpci200_request_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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ipack/carriers/tpci200.c:231:9: note: in expansion of macro 'rcu_assign_pointer' 231 | rcu_assign_pointer(tpci200->slots[dev->slot].irq, slot_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/ipack/carriers/tpci200.c:10: /kisskb/src/drivers/ipack/carriers/tpci200.c: In function '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/max6650.c: In function 'max6650_init_client': /kisskb/src/drivers/hwmon/max6650.c:366:13: note: byref variable will be forcibly initialized 366 | u32 target_rpm; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:365:13: note: byref variable will be forcibly initialized 365 | u32 prescale; | ^~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:364:13: note: byref variable will be forcibly initialized 364 | u32 voltage; | ^~~~~~~ /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/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/media/dvb-frontends/ds3000.c: In function 'ds3000_writereg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:231:24: note: byref variable will be forcibly initialized 231 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:230:12: note: byref variable will be forcibly initialized 230 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_writeFW': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:264:24: note: byref variable will be forcibly initialized 264 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_readreg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:304:24: note: byref variable will be forcibly initialized 304 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:303:12: note: byref variable will be forcibly initialized 303 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:302:12: note: byref variable will be forcibly initialized 302 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:891:13: note: byref variable will be forcibly initialized 891 | u32 frequency; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:889:24: note: byref variable will be forcibly initialized 889 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:336:32: note: byref variable will be forcibly initialized 336 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/drivers/thunderbolt/nhi.c: In function 'ring_work': /kisskb/src/drivers/thunderbolt/nhi.c:237:19: note: byref variable will be forcibly initialized 237 | LIST_HEAD(done); | ^~~~ /kisskb/src/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/thunderbolt/nhi.c: In function 'nhi_wake_supported': /kisskb/src/drivers/thunderbolt/nhi.c:946:12: note: byref variable will be forcibly initialized 946 | u8 val; | ^~~ /kisskb/src/drivers/thunderbolt/nhi.c: In function 'nhi_imr_valid': /kisskb/src/drivers/thunderbolt/nhi.c:1193:12: note: byref variable will be forcibly initialized 1193 | u8 val; | ^~~ In file included from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/drivers/thunderbolt/nhi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/nhi.c: In function 'nhi_check_iommu': /kisskb/src/drivers/thunderbolt/nhi.c:1120:14: note: byref variable will be forcibly initialized 1120 | bool port_ok = false; | ^~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:36:35: note: byref variable will be forcibly initialized 36 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/hwmon/mcp3021.c: In function 'mcp3021_read': /kisskb/src/drivers/hwmon/mcp3021.c:65:16: note: byref variable will be forcibly initialized 65 | __be16 buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/pid_namespace.h:7, from /kisskb/src/include/linux/ptrace.h:10, from /kisskb/src/include/linux/elfcore.h:11, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/drivers/tee/optee/core.c:9: /kisskb/src/drivers/tee/optee/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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/media/dvb-frontends/ec100.c: In function 'ec100_write_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:24:24: note: byref variable will be forcibly initialized 24 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:23:12: note: byref variable will be forcibly initialized 23 | u8 buf[2] = {reg, val}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:49:24: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_attach': /kisskb/src/drivers/media/dvb-frontends/ec100.c:276:12: note: byref variable will be forcibly initialized 276 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/ec100.c:235:12: note: byref variable will be forcibly initialized 235 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_ber': /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:17: note: byref variable will be forcibly initialized 203 | u8 tmp, tmp2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:12: note: byref variable will be forcibly initialized 203 | u8 tmp, tmp2; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_status': /kisskb/src/drivers/media/dvb-frontends/ec100.c:167:12: note: byref variable will be forcibly initialized 167 | u8 tmp; | ^~~ /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/tee/tee_core.c: In function 'tee_ioctl_open_session': /kisskb/src/drivers/tee/tee_core.c:471:43: note: byref variable will be forcibly initialized 471 | struct tee_ioctl_open_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:469:35: note: byref variable will be forcibly initialized 469 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/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/tee_core.c: In function 'tee_ioctl_invoke': /kisskb/src/drivers/tee/tee_core.c:550:37: note: byref variable will be forcibly initialized 550 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:548:35: note: byref variable will be forcibly initialized 548 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/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/tee_core.c: In function 'tee_ioctl_supp_recv': /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/tee_core.c:686:13: note: byref variable will be forcibly initialized 686 | u32 func; | ^~~~ /kisskb/src/drivers/tee/tee_core.c:685:13: note: byref variable will be forcibly initialized 685 | u32 num_params; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:682:35: note: byref variable will be forcibly initialized 682 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function '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/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/mtd/map.h:16, from /kisskb/src/include/linux/mtd/qinfo.h:5, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'wait_for_ready': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:171:43: note: byref variable will be forcibly initialized 171 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_writev': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:652:28: note: byref variable will be forcibly initialized 652 | unsigned long ofs, vec_seek, i; | ^~~~~~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_write_buffers': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:636:21: note: byref variable will be forcibly initialized 636 | struct kvec vec; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/include/linux/mtd/qinfo.h:9, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'get_a_tx_buf': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:441:22: note: byref variable will be forcibly initialized 441 | unsigned int len; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:14: /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_send_offchannel_raw': /kisskb/src/include/linux/wait.h: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/rpmsg/virtio_rpmsg_bus.c:599:23: note: in expansion of macro 'wait_event_interruptible_timeout' 599 | err = wait_event_interruptible_timeout(vrp->sendq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:559:28: note: byref variable will be forcibly initialized 559 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_create': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:330:37: note: byref variable will be forcibly initialized 330 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_destroy': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:354:37: note: byref variable will be forcibly initialized 354 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_single': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:712:28: note: byref variable will be forcibly initialized 712 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_done': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:782:22: note: byref variable will be forcibly initialized 782 | unsigned int len, msgs_received = 0; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_probe': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:934:36: note: byref variable will be forcibly initialized 934 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:872:27: note: byref variable will be forcibly initialized 872 | struct virtqueue *vqs[2]; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:870:24: note: byref variable will be forcibly initialized 870 | vq_callback_t *vq_cbs[] = { rpmsg_recv_done, rpmsg_xmit_done }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_write_regs': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:51:24: note: byref variable will be forcibly initialized 51 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c:50:12: note: byref variable will be forcibly initialized 50 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_write_reg': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:83:12: note: byref variable will be forcibly initialized 83 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:90:12: note: byref variable will be forcibly initialized 90 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_attach': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:339:12: note: byref variable will be forcibly initialized 339 | u8 buf[3], val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:117:12: note: byref variable will be forcibly initialized 117 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_set_params': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:177:12: note: byref variable will be forcibly initialized 177 | u8 data[5]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:292:24: note: byref variable will be forcibly initialized 292 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:291:12: note: byref variable will be forcibly initialized 291 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_reg': /kisskb/src/drivers/media/dvb-frontends/helene.c:325:12: note: byref variable will be forcibly initialized 325 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_s': /kisskb/src/drivers/media/dvb-frontends/helene.c:512:12: note: byref variable will be forcibly initialized 512 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_read_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:334:24: note: byref variable will be forcibly initialized 334 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/helene.c:379:12: note: byref variable will be forcibly initialized 379 | u8 rdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_t': /kisskb/src/drivers/media/dvb-frontends/helene.c:662:12: note: byref variable will be forcibly initialized 662 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_x_pon': /kisskb/src/drivers/media/dvb-frontends/helene.c:904:12: note: byref variable will be forcibly initialized 904 | u8 rdata[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:903:12: note: byref variable will be forcibly initialized 903 | u8 data[20]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:902:12: note: byref variable will be forcibly initialized 902 | u8 cdata[] = {0x7A, 0x01}; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:899:12: note: byref variable will be forcibly initialized 899 | u8 dataT[] = { 0x06, 0x00, 0x02, 0x00 }; | ^~~~~ /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/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/bcma/host_pci.c: In function 'bcma_host_pci_irq_ctl': /kisskb/src/drivers/bcma/host_pci.c:359:23: note: byref variable will be forcibly initialized 359 | u32 coremask, tmp; | ^~~ /kisskb/src/drivers/bcma/host_pci.c: In function 'bcma_host_pci_probe': /kisskb/src/drivers/bcma/host_pci.c:165:13: note: byref variable will be forcibly initialized 165 | u32 val; | ^~~ /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:377:22: note: byref variable will be forcibly initialized 377 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_detect_status': /kisskb/src/drivers/hwmon/tps23861.c:415:22: note: byref variable will be forcibly initialized 415 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_class_status': /kisskb/src/drivers/hwmon/tps23861.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_poe_plus_status': /kisskb/src/drivers/hwmon/tps23861.c:484:22: note: byref variable will be forcibly initialized 484 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_voltage': /kisskb/src/drivers/hwmon/tps23861.c:143:16: note: byref variable will be forcibly initialized 143 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_current': /kisskb/src/drivers/hwmon/tps23861.c:169:16: note: byref variable will be forcibly initialized 169 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_resistance': /kisskb/src/drivers/hwmon/tps23861.c:497:16: note: byref variable will be forcibly initialized 497 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_probe': /kisskb/src/drivers/hwmon/tps23861.c:553:13: note: byref variable will be forcibly initialized 553 | u32 shunt_resistor; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/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/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/mtd/maps/pci.c: In function 'intel_iq80310_init': /kisskb/src/drivers/mtd/maps/pci.c:90:13: note: byref variable will be forcibly initialized 90 | u32 win_base; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_release': /kisskb/src/drivers/tee/optee/supp.c:40:13: note: byref variable will be forcibly initialized 40 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_recv': /kisskb/src/drivers/tee/optee/supp.c:237:16: note: byref variable will be forcibly initialized 237 | size_t num_meta; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/supp.c:236:13: note: byref variable will be forcibly initialized 236 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_send': /kisskb/src/drivers/tee/optee/supp.c:346:16: note: byref variable will be forcibly initialized 346 | size_t num_meta; | ^~~~~~~~ /kisskb/src/drivers/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/thunderbolt/nhi_ops.c: In function 'icl_nhi_set_ltr': /kisskb/src/drivers/thunderbolt/nhi_ops.c:113:13: note: byref variable will be forcibly initialized 113 | u32 max_ltr, ltr; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c: In function 'icl_nhi_lc_mailbox_cmd_complete': /kisskb/src/drivers/thunderbolt/nhi_ops.c:90:13: note: byref variable will be forcibly initialized 90 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c: In function 'icl_nhi_force_power': /kisskb/src/drivers/thunderbolt/nhi_ops.c:63:21: note: byref variable will be forcibly initialized 63 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c:37:13: note: byref variable will be forcibly initialized 37 | u32 vs_cap; | ^~~~~~ 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/thunderbolt/ctl.c:10: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_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/thunderbolt/ctl.c:569:9: note: in expansion of macro 'wait_event' 569 | wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/thunderbolt/ctl.c:11: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_sync': /kisskb/src/drivers/thunderbolt/ctl.c:595:36: note: byref variable will be forcibly initialized 595 | 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/thunderbolt/ctl.c: In function 'tb_cfg_reset': /kisskb/src/drivers/thunderbolt/ctl.c:818:30: note: byref variable will be forcibly initialized 818 | struct tb_cfg_header reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c:816:30: note: byref variable will be forcibly initialized 816 | struct cfg_reset_pkg request = { .header = tb_cfg_make_header(route) }; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read_raw': /kisskb/src/drivers/thunderbolt/ctl.c:870:30: note: byref variable will be forcibly initialized 870 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write_raw': /kisskb/src/drivers/thunderbolt/ctl.c:941:29: note: byref variable will be forcibly initialized 941 | struct cfg_read_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read': /kisskb/src/drivers/thunderbolt/ctl.c:1011:30: note: byref variable will be forcibly initialized 1011 | struct tb_cfg_result res = tb_cfg_read_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write': /kisskb/src/drivers/thunderbolt/ctl.c:1037:30: note: byref variable will be forcibly initialized 1037 | struct tb_cfg_result res = tb_cfg_write_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_get_upstream_port': /kisskb/src/drivers/thunderbolt/ctl.c:1073:13: note: byref variable will be forcibly initialized 1073 | u32 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/isl6405.c: In function 'isl6405_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6405.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6405.c: In function 'isl6405_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6405.c:33:24: note: byref variable will be forcibly initialized 33 | struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/mtd/devices/phram.c: In function 'phram_setup': /kisskb/src/drivers/mtd/devices/phram.c:266:18: note: byref variable will be forcibly initialized 266 | uint64_t erasesize = PAGE_SIZE; | ^~~~~~~~~ /kisskb/src/drivers/mtd/devices/phram.c:265:18: note: byref variable will be forcibly initialized 265 | uint64_t len; | ^~~ /kisskb/src/drivers/mtd/devices/phram.c:264:18: note: byref variable will be forcibly initialized 264 | uint64_t start; | ^~~~~ /kisskb/src/drivers/mtd/devices/phram.c:263:15: note: byref variable will be forcibly initialized 263 | char *name; | ^~~~ /kisskb/src/drivers/mtd/devices/phram.c:261:39: note: byref variable will be forcibly initialized 261 | char buf[64 + 20 + 20 + 20], *str = buf; | ^~~ /kisskb/src/drivers/mtd/devices/phram.c:261:14: note: byref variable will be forcibly initialized 261 | char buf[64 + 20 + 20 + 20], *str = buf; | ^~~ /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; | ^~~~~~~ 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; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/tee/tee_shm.c:6: /kisskb/src/drivers/tee/tee_shm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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 'pwr_debugfs_power_read': /kisskb/src/drivers/greybus/svc.c:731:14: note: byref variable will be forcibly initialized 731 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:730:13: note: byref variable will be forcibly initialized 730 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_current_read': /kisskb/src/drivers/greybus/svc.c:707:14: note: byref variable will be forcibly initialized 707 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:706:13: note: byref variable will be forcibly initialized 706 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_voltage_read': /kisskb/src/drivers/greybus/svc.c:683:14: note: byref variable will be forcibly initialized 683 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:682:13: note: byref variable will be forcibly initialized 682 | u32 value; | ^~~~~ /kisskb/src/drivers/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/media/dvb-frontends/isl6421.c: In function 'isl6421_set_tone': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:146:24: note: byref variable will be forcibly initialized 146 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:127:24: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c:34:12: note: byref variable will be forcibly initialized 34 | u8 buf; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'get_async_notif_value': /kisskb/src/drivers/tee/optee/smc_abi.c:983:30: note: byref variable will be forcibly initialized 983 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'enable_async_notif': /kisskb/src/drivers/tee/optee/smc_abi.c:1131:30: note: byref variable will be forcibly initialized 1131 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_uid_is_optee_api': /kisskb/src/drivers/tee/optee/smc_abi.c:1142:30: note: byref variable will be forcibly initialized 1142 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_revision_is_compatible': /kisskb/src/drivers/tee/optee/smc_abi.c:1178:11: note: byref variable will be forcibly initialized 1178 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_exchange_capabilities': /kisskb/src/drivers/tee/optee/smc_abi.c:1195:11: note: byref variable will be forcibly initialized 1195 | } res; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h: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 '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 '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 '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/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/media/dvb-frontends/ix2505v.c: In function 'ix2505v_write': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:67:24: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_set_params': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:127:12: note: byref variable will be forcibly initialized 127 | u8 data[4] = {0}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:52:12: note: byref variable will be forcibly initialized 52 | u8 b2[] = {0}; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:19: /kisskb/src/drivers/mtd/nand/onenand/onenand_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/mtd/nand/onenand/onenand_base.c: In function 'onenand_multiblock_erase': /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2185:35: note: byref variable will be forcibly initialized 2185 | struct erase_info verify_instr = *instr; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c: In function 'onenand_default_block_markbad': /kisskb/src/drivers/mtd/nand/onenand/onenand_base.c:2435:16: note: byref variable will be forcibly initialized 2435 | u_char buf[2] = {0, 0}; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_get_serial': /kisskb/src/drivers/hid/hid-steam.c:248:12: note: byref variable will be forcibly initialized 248 | u8 reply[3 + STEAM_SERIAL_LEN + 1]; | ^~~~~ /kisskb/src/drivers/hid/hid-steam.c:247:12: note: byref variable will be forcibly initialized 247 | u8 cmd[] = {STEAM_CMD_GET_SERIAL, 0x15, 0x01}; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_write_registers': /kisskb/src/drivers/hid/hid-steam.c:222:17: note: byref variable will be forcibly initialized 222 | va_list args; | ^~~~ /kisskb/src/drivers/hid/hid-steam.c:221:12: note: byref variable will be forcibly initialized 221 | u8 cmd[64] = {STEAM_CMD_WRITE_REGISTER, 0x00}; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hid/hid-steam.c:36: /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_input_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:473:9: note: in expansion of macro 'rcu_assign_pointer' 473 | rcu_assign_pointer(steam->input, input); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_battery_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:388:9: note: in expansion of macro 'rcu_assign_pointer' 388 | rcu_assign_pointer(steam->battery, battery); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'reset_and_configure': /kisskb/src/drivers/media/dvb-frontends/l64781.c:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msg = { .addr = 0x00, .flags = 0, .buf = buf, .len = 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:101:12: note: byref variable will be forcibly initialized 101 | u8 buf [] = { 0x06 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_readreg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:58:24: note: byref variable will be forcibly initialized 58 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:57:12: note: byref variable will be forcibly initialized 57 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:56:12: note: byref variable will be forcibly initialized 56 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_writereg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:44:24: note: byref variable will be forcibly initialized 44 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:43:12: note: byref variable will be forcibly initialized 43 | u8 buf [] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_attach': /kisskb/src/drivers/media/dvb-frontends/l64781.c:496:24: note: byref variable will be forcibly initialized 496 | struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:495:12: note: byref variable will be forcibly initialized 495 | u8 b1 [] = { 0x00 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:494:12: note: byref variable will be forcibly initialized 494 | u8 b0 [] = { 0x1a }; | ^~ In file included from /kisskb/src/include/linux/counter.h:12, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_events_queue_size_write': /kisskb/src/drivers/counter/counter-sysfs.c:804:27: note: byref variable will be forcibly initialized 804 | DECLARE_KFIFO_PTR(events, struct counter_event); | ^~~~~~ /kisskb/src/include/linux/kfifo.h:110:64: note: in definition of macro 'DECLARE_KFIFO_PTR' 110 | #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_show': /kisskb/src/drivers/counter/counter-sysfs.c:291:13: note: byref variable will be forcibly initialized 291 | u64 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_show': /kisskb/src/drivers/counter/counter-sysfs.c:169:13: note: byref variable will be forcibly initialized 169 | u32 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_show': /kisskb/src/drivers/counter/counter-sysfs.c:100:12: note: byref variable will be forcibly initialized 100 | u8 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_signal_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:595:29: note: byref variable will be forcibly initialized 595 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_sysfs_synapses_add': /kisskb/src/drivers/counter/counter-sysfs.c:663:37: note: byref variable will be forcibly initialized 663 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_count_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:709:29: note: byref variable will be forcibly initialized 709 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_store': /kisskb/src/drivers/counter/counter-sysfs.c:319:13: note: byref variable will be forcibly initialized 319 | u64 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_store': /kisskb/src/drivers/counter/counter-sysfs.c:234:13: note: byref variable will be forcibly initialized 234 | u32 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_store': /kisskb/src/drivers/counter/counter-sysfs.c:133:12: note: byref variable will be forcibly initialized 133 | u8 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c:132:14: note: byref variable will be forcibly initialized 132 | bool bool_data = 0; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/include/linux/counter.h:9, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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/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/media/dvb-frontends/lg2160.c: In function 'lg216x_read_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:81:24: note: byref variable will be forcibly initialized 81 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:80:12: note: byref variable will be forcibly initialized 80 | u8 reg_buf[] = { reg >> 8, reg & 0xff }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:18: note: byref variable will be forcibly initialized 1246 | u8 snr1, snr2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1246:12: note: byref variable will be forcibly initialized 1246 | u8 snr1, snr2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_lock_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1122:12: note: byref variable will be forcibly initialized 1122 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_read_status': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:28: note: byref variable will be forcibly initialized 1189 | int ret, acq_lock, sync_lock; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1189:18: note: byref variable will be forcibly initialized 1189 | int ret, acq_lock, sync_lock; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_fic_version': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:496:12: note: byref variable will be forcibly initialized 496 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_nog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:530:12: note: byref variable will be forcibly initialized 530 | u8 val; | ^~~ /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/media/dvb-frontends/lg2160.c: In function 'lg216x_get_tnog': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:546:12: note: byref variable will be forcibly initialized 546 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sgn': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:562:12: note: byref variable will be forcibly initialized 562 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_prc': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:578:12: note: byref variable will be forcibly initialized 578 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:597:12: note: byref variable will be forcibly initialized 597 | u8 val; | ^~~ /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/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_frame_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:637:12: note: byref variable will be forcibly initialized 637 | u8 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2401:43: note: byref variable will be forcibly initialized 2401 | struct nand_op_parser_ctx best_ctx; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_rs_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:663:12: note: byref variable will be forcibly initialized 663 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_block_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:688:12: note: byref variable will be forcibly initialized 688 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_get_sccc_code_mode': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:725:12: note: byref variable will be forcibly initialized 725 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_read_snr': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:18: note: byref variable will be forcibly initialized 1218 | u8 snr1, snr2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:1218:12: note: byref variable will be forcibly initialized 1218 | u8 snr1, snr2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_write_reg': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:57:24: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c:56:12: note: byref variable will be forcibly initialized 56 | u8 buf[] = { reg >> 8, reg & 0xff, val }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:126:12: note: byref variable will be forcibly initialized 126 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_fix': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:263:12: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_agc_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:305:12: note: byref variable will be forcibly initialized 305 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:325:12: note: byref variable will be forcibly initialized 325 | u8 val; | ^~~ /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c: In function 'create_bbt': /kisskb/src/drivers/mtd/nand/onenand/onenand_bbt.c:64:28: note: byref variable will be forcibly initialized 64 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_if': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:238:12: note: byref variable will be forcibly initialized 238 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_tuner_pwr_save': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:362:12: note: byref variable will be forcibly initialized 362 | u8 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_lp_exec_read_page_op': /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2160_set_spi_clock': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:422:12: note: byref variable will be forcibly initialized 422 | u8 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1191:31: note: byref variable will be forcibly initialized 1191 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 addrs[5]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg2161_set_output_interface': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:440:12: note: byref variable will be forcibly initialized 440 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lg2160.c: In function 'lg216x_set_ensemble': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:395:12: note: byref variable will be forcibly initialized 395 | u8 val; | ^~~ /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/media/dvb-frontends/lg2160.c: In function 'lg2160_spectrum_polarity': /kisskb/src/drivers/media/dvb-frontends/lg2160.c:344:12: note: byref variable will be forcibly initialized 344 | u8 val; | ^~~ /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/mtd/nand/raw/nand_base.c: In function 'nand_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1764:39: note: byref variable will be forcibly initialized 1764 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1759:38: note: byref variable will be forcibly initialized 1759 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1758:20: note: byref variable will be forcibly initialized 1758 | u8 ddrstatus[2]; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_check_wp': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:365:12: note: byref variable will be forcibly initialized 365 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_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/mtd/nand/raw/nand_base.c:1531:39: note: byref variable will be forcibly initialized 1531 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1525:38: note: byref variable will be forcibly initialized 1525 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1520:12: note: byref variable will be forcibly initialized 1520 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_erase_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1848:39: note: byref variable will be forcibly initialized 1848 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1840:38: note: byref variable will be forcibly initialized 1840 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1839:20: note: byref variable will be forcibly initialized 1839 | u8 addrs[3] = { page, page >> 8, page >> 16 }; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1834:12: note: byref variable will be forcibly initialized 1834 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_reset_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2026:39: note: byref variable will be forcibly initialized 2026 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2020:38: note: byref variable will be forcibly initialized 2020 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_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/mtd/nand/raw/nand_base.c: In function 'nand_write_oob_syndrome': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3686:42: note: byref variable will be forcibly initialized 3686 | uint32_t fill = 0xFFFFFFFF; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_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/counter/counter-chrdev.c: In function 'counter_get_data': /kisskb/src/drivers/counter/counter-chrdev.c:461:13: note: byref variable will be forcibly initialized 461 | u32 value_u32 = 0; | ^~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:460:12: note: byref variable will be forcibly initialized 460 | u8 value_u8 = 0; | ^~~~~~~~ /kisskb/src/drivers/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[] = { | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/counter/counter-chrdev.c:6: /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:75:31: note: in expansion of macro 'wait_event_interruptible' 75 | err = wait_event_interruptible(counter->events_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:62:22: note: byref variable will be forcibly initialized 62 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/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/counter/counter-chrdev.c: In function 'counter_add_watch': /kisskb/src/drivers/counter/counter-chrdev.c:235:30: note: byref variable will be forcibly initialized 235 | struct counter_watch watch; | ^~~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_push_event': /kisskb/src/drivers/counter/counter-chrdev.c:539:30: note: byref variable will be forcibly initialized 539 | struct counter_event ev; | ^~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_device': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:352:17: note: in expansion of macro 'wait_event' 352 | wait_event(chip->resume_wq, !chip->suspended); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:36: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_nand_bus_width': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5276:13: note: byref variable will be forcibly initialized 5276 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_engine_type_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5197:21: note: byref variable will be forcibly initialized 5197 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_algo_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5244:21: note: byref variable will be forcibly initialized 5244 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_placement_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5230:21: note: byref variable will be forcibly initialized 5230 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_wait_rdy_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1991:39: note: byref variable will be forcibly initialized 1991 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1987:38: note: byref variable will be forcibly initialized 1987 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/devices/block2mtd.c: In function 'parse_num': /kisskb/src/drivers/mtd/devices/block2mtd.c:359:15: note: byref variable will be forcibly initialized 359 | char *endp; | ^~~~ /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/devices/block2mtd.c: In function 'block2mtd_setup2': /kisskb/src/drivers/mtd/devices/block2mtd.c:393:16: note: byref variable will be forcibly initialized 393 | size_t erase_size = PAGE_SIZE; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/devices/block2mtd.c:389:15: note: byref variable will be forcibly initialized 389 | char *str = buf; | ^~~ /kisskb/src/drivers/mtd/devices/block2mtd.c:388:14: note: byref variable will be forcibly initialized 388 | char buf[80 + 12 + 80 + 8]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:761:28: note: byref variable will be forcibly initialized 761 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_write': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:4388:28: note: byref variable will be forcibly initialized 4388 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_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/mtd/nand/raw/nand_base.c: In function 'nand_block_markbad_lowlevel': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:573:35: note: byref variable will be forcibly initialized 573 | struct erase_info einfo; | ^~~~~ 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:1680:21: note: byref variable will be forcibly initialized 1680 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'pwm_update_registers': /kisskb/src/drivers/hwmon/nct6775-core.c:2511:13: note: byref variable will be forcibly initialized 2511 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'add_temp_sensors': /kisskb/src/drivers/hwmon/nct6775-core.c:3375:13: note: byref variable will be forcibly initialized 3375 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_init_device': /kisskb/src/drivers/hwmon/nct6775-core.c:3314:18: note: byref variable will be forcibly initialized 3314 | u16 tmp, diode; | ^~~~~ /kisskb/src/drivers/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/hwmon/nct6775-core.c:3314:13: note: byref variable will be forcibly initialized 3314 | u16 tmp, diode; | ^~~ /kisskb/src/drivers/tee/optee/ffa_abi.c:787:22: note: byref variable will be forcibly initialized 787 | unsigned int rpc_param_count; | ^~~~~~~~~~~~~~~ /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; | ^~~ 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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ /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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:1045:25: note: in expansion of macro 'rcu_assign_pointer' 1045 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'show_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2426:13: note: byref variable will be forcibly initialized 2426 | u16 pwm; | ^~~ /kisskb/src/drivers/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:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h: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 = { | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwmon/nct6775-core.c:43: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_store_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1739:23: note: byref variable will be forcibly initialized 1739 | unsigned long val; | ^~~ /kisskb/src/drivers/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/hwmon/nct6775-core.c: In function 'store_temp_type': /kisskb/src/drivers/hwmon/nct6775-core.c:2203:19: note: byref variable will be forcibly initialized 2203 | u16 vbat, diode; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2203:13: note: byref variable will be forcibly initialized 2203 | u16 vbat, diode; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2200:23: note: byref variable will be forcibly initialized 2200 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1792:23: note: byref variable will be forcibly initialized 1792 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_pulses': /kisskb/src/drivers/hwmon/nct6775-core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2016:23: note: byref variable will be forcibly initialized 2016 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_in_reg': /kisskb/src/drivers/hwmon/nct6775-core.c:1645:23: note: byref variable will be forcibly initialized 1645 | unsigned long val; | ^~~ /kisskb/src/drivers/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; | ^ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:3156:23: note: byref variable will be forcibly initialized 3156 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:3067:13: note: byref variable will be forcibly initialized 3067 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3065:23: note: byref variable will be forcibly initialized 3065 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2459:13: note: byref variable will be forcibly initialized 2459 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2454:23: note: byref variable will be forcibly initialized 2454 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_weight_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2979:23: note: byref variable will be forcibly initialized 2979 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_weight_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2714:13: note: byref variable will be forcibly initialized 2714 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2712:23: note: byref variable will be forcibly initialized 2712 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_time': /kisskb/src/drivers/hwmon/nct6775-core.c:3030:23: note: byref variable will be forcibly initialized 3030 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_speed_tolerance': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:127:24: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:126:12: note: byref variable will be forcibly initialized 126 | u8 buf[] = { reg >> 8, reg & 0xff, val }; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:151:24: note: byref variable will be forcibly initialized 151 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:150:12: note: byref variable will be forcibly initialized 150 | u8 reg_buf[] = { reg >> 8, reg & 0xff }; | ^~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_speed': /kisskb/src/drivers/hwmon/nct6775-core.c:2811:23: note: byref variable will be forcibly initialized 2811 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_reg_bit': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:185:12: note: byref variable will be forcibly initialized 185 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2772:23: note: byref variable will be forcibly initialized 2772 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/nct6775-core.c:2852:23: note: byref variable will be forcibly initialized 2852 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_tristate': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:290:12: note: byref variable will be forcibly initialized 290 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2662:13: note: byref variable will be forcibly initialized 2662 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2660:23: note: byref variable will be forcibly initialized 2660 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1722:21: note: in expansion of macro 'read_reg' 1722 | *ucblocks = read_reg(state, 0x00f4); /* TPIFTPERRCNT[0-7] */ | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_calculate_snr_x100': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1495:16: note: in expansion of macro 'read_reg' 1495 | (read_reg(state, 0x00e9)); | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1494:16: note: in expansion of macro 'read_reg' 1494 | pwr = (read_reg(state, 0x00e8) << 8) | | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1493:16: note: in expansion of macro 'read_reg' 1493 | (read_reg(state, 0x00ed)); | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1492:16: note: in expansion of macro 'read_reg' 1492 | mse = (read_reg(state, 0x00ec) << 8) | | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2388:13: note: byref variable will be forcibly initialized 2388 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2386:23: note: byref variable will be forcibly initialized 2386 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1642:13: note: byref variable will be forcibly initialized 1642 | u16 snr; /* snr_x10 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1641:12: note: byref variable will be forcibly initialized 1641 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_offset': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_ber': /kisskb/src/drivers/hwmon/nct6775-core.c:2163:14: note: byref variable will be forcibly initialized 2163 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1707:28: note: in expansion of macro 'read_reg' 1707 | tmp = (tmp << 8) | read_reg(state, 0x00ff); /* NBERVALUE[0-7] */ | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1706:28: note: in expansion of macro 'read_reg' 1706 | tmp = (tmp << 8) | read_reg(state, 0x00fe); /* NBERVALUE[8-15] */ | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1705:28: note: in expansion of macro 'read_reg' 1705 | tmp = (tmp << 8) | read_reg(state, 0x00fd); /* NBERVALUE[16-23] */ | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:175:12: note: byref variable will be forcibly initialized 175 | u8 __val; \ | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1704:28: note: in expansion of macro 'read_reg' 1704 | tmp = read_reg(state, 0x00fc); /* NBERVALUE[24-31] */ | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2131:14: note: byref variable will be forcibly initialized 2131 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_neverlock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1263:12: note: byref variable will be forcibly initialized 1263 | u8 val = 0; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_min': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_oper_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1146:12: note: byref variable will be forcibly initialized 1146 | u8 val = 0; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1906:23: note: byref variable will be forcibly initialized 1906 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_check_lock_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1178:12: note: byref variable will be forcibly initialized 1178 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_get_packet_error': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1424:12: note: byref variable will be forcibly initialized 1424 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/nct6775-core.c:2580:13: note: byref variable will be forcibly initialized 2580 | u16 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_pre_monitoring': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1281:12: note: byref variable will be forcibly initialized 1281 | u8 currChDiffACQ, snrRef, mainStrong, aiccrejStatus; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2578:23: note: byref variable will be forcibly initialized 2578 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1279:12: note: byref variable will be forcibly initialized 1279 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_monitor_vsb': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1073:20: note: byref variable will be forcibly initialized 1073 | u8 snrRef, maxPowerMan, nCombDet; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1071:12: note: byref variable will be forcibly initialized 1071 | u8 val; | ^~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/nct6775-core.c:48: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:226:12: note: byref variable will be forcibly initialized 226 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_mpeg_mode_polarity': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:264:12: note: byref variable will be forcibly initialized 264 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_probe': /kisskb/src/drivers/hwmon/nct6775-core.c:4142:21: note: byref variable will be forcibly initialized 4142 | u16 tmp; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3413:38: note: byref variable will be forcibly initialized 3413 | struct sensor_template_group tsi_temp_tg; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3407:13: note: byref variable will be forcibly initialized 3407 | u16 src; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1569:13: note: byref variable will be forcibly initialized 1569 | u16 strength = 0; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3406:19: note: byref variable will be forcibly initialized 3406 | int mask, available; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3406:13: note: byref variable will be forcibly initialized 3406 | int mask, available; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_vsb': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:383:12: note: byref variable will be forcibly initialized 383 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_set_qam': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:543:12: note: byref variable will be forcibly initialized 543 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1799:12: note: byref variable will be forcibly initialized 1799 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_init': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:817:12: note: byref variable will be forcibly initialized 817 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c: In function 'lgdt3306a_search': /kisskb/src/drivers/media/dvb-frontends/lgdt3306a.c:1761:24: note: byref variable will be forcibly initialized 1761 | enum fe_status status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_available_bandwidth': /kisskb/src/drivers/thunderbolt/tb.c:371:45: note: byref variable will be forcibly initialized 371 | int dp_consumed_up, dp_consumed_down; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:371:29: note: byref variable will be forcibly initialized 371 | int dp_consumed_up, dp_consumed_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:322:31: note: byref variable will be forcibly initialized 322 | int usb3_consumed_up, usb3_consumed_down, ret; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:322:13: note: byref variable will be forcibly initialized 322 | int usb3_consumed_up, usb3_consumed_down, ret; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:601:13: note: byref variable will be forcibly initialized 601 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_attach': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:920:32: note: byref variable will be forcibly initialized 920 | struct lgdt330x_config config = *_config; | ^~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_reclaim_usb3_bandwidth': /kisskb/src/drivers/thunderbolt/tb.c:425:32: note: byref variable will be forcibly initialized 425 | int ret, available_up, available_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:425:18: note: byref variable will be forcibly initialized 425 | int ret, available_up, available_down; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:128:12: note: byref variable will be forcibly initialized 128 | u8 reset[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_sw_reset': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:151:12: note: byref variable will be forcibly initialized 151 | u8 reset[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_set_parameters': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:342:12: note: byref variable will be forcibly initialized 342 | u8 top_ctrl_cfg[] = { TOP_CONTROL, 0x03 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'i2c_read_demod_bytes': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:96:24: note: byref variable will be forcibly initialized 96 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:95:12: note: byref variable will be forcibly initialized 95 | u8 wr[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt330x_probe': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:864:12: note: byref variable will be forcibly initialized 864 | u8 buf[1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:542:12: note: byref variable will be forcibly initialized 542 | u8 buf[5]; /* read data buffer */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3303_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:726:12: note: byref variable will be forcibly initialized 726 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:495:12: note: byref variable will be forcibly initialized 495 | u8 buf[5]; /* read data buffer */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c: In function 'lgdt3302_read_status': /kisskb/src/drivers/media/dvb-frontends/lgdt330x.c:623:12: note: byref variable will be forcibly initialized 623 | u8 buf[3]; | ^~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_tunnel_dp': /kisskb/src/drivers/thunderbolt/tb.c:885:27: note: byref variable will be forcibly initialized 885 | int available_up, available_down, ret, link_nr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:885:13: note: byref variable will be forcibly initialized 885 | int available_up, available_down, ret, link_nr; | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_tunnel_usb3': /kisskb/src/drivers/thunderbolt/tb.c:454:32: note: byref variable will be forcibly initialized 454 | int ret, available_up, available_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:454:18: note: byref variable will be forcibly initialized 454 | int ret, available_up, available_down; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/thunderbolt/tb.c:9: /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_resume_noirq': /kisskb/src/drivers/thunderbolt/tb.c:1529:19: note: byref variable will be forcibly initialized 1529 | LIST_HEAD(tunnels); | ^~~~~~~ /kisskb/src/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/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_update_alt_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:127:24: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg[3] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:126:12: note: byref variable will be forcibly initialized 126 | u8 b2[] = {reg, data}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:125:12: note: byref variable will be forcibly initialized 125 | u8 b1[] = {0}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:124:12: note: byref variable will be forcibly initialized 124 | u8 b0[] = {reg}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:64:24: note: byref variable will be forcibly initialized 64 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:63:12: note: byref variable will be forcibly initialized 63 | u8 buf[] = {reg, data}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:86:24: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:85:12: note: byref variable will be forcibly initialized 85 | u8 b1[] = {0}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:84:12: note: byref variable will be forcibly initialized 84 | u8 b0[] = {reg}; | ^~ In file included from /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:5: /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'npcm7xx_en_pwm_fan': /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:867:13: note: byref variable will be forcibly initialized 867 | u32 pwm_port; | ^~~~~~~~ /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'npcm7xx_pwm_fan_probe': /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:915:14: note: byref variable will be forcibly initialized 915 | char name[20]; | ^~~~ /kisskb/src/drivers/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; | ^~~ /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/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:43:12: note: byref variable will be forcibly initialized 43 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:68:12: note: byref variable will be forcibly initialized 68 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:67:12: note: byref variable will be forcibly initialized 67 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:866:12: note: byref variable will be forcibly initialized 866 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8913_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:793:12: note: byref variable will be forcibly initialized 793 | u8 str; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:791:12: note: byref variable will be forcibly initialized 791 | u8 t; s8 ret; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8g75_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:834:12: note: byref variable will be forcibly initialized 834 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_signal_agc': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:757:12: note: byref variable will be forcibly initialized 757 | u8 agc_lvl[2], cat; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'packet_counter_start': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:890:12: note: byref variable will be forcibly initialized 890 | u8 orig, t; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'packet_counter_stop': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:910:12: note: byref variable will be forcibly initialized 910 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_get_afc_phase': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:182:22: note: byref variable will be forcibly initialized 182 | u8 reg_addr, t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_is_locked': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:298:12: note: byref variable will be forcibly initialized 298 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_status': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:15: note: byref variable will be forcibly initialized 716 | u8 t, locked = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:12: note: byref variable will be forcibly initialized 716 | u8 t, locked = 0; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mode_auto': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:206:12: note: byref variable will be forcibly initialized 206 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mpeg_mode': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:521:12: note: byref variable will be forcibly initialized 521 | u8 t, reg_addr; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8913_init': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:561:12: note: byref variable will be forcibly initialized 561 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_init': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:615:12: note: byref variable will be forcibly initialized 615 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_ber': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:924:32: note: byref variable will be forcibly initialized 924 | u8 reg_err, reg_total, t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mode_manual': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:256:20: note: byref variable will be forcibly initialized 256 | u8 t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:253:12: note: byref variable will be forcibly initialized 253 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'wait_reg_mask': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:104:12: note: byref variable will be forcibly initialized 104 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_autolock_gi': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:16: note: byref variable will be forcibly initialized 363 | u8 t1, t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:12: note: byref variable will be forcibly initialized 363 | u8 t1, t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:362:12: note: byref variable will be forcibly initialized 362 | u8 ad_fini = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_auto_detect': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:443:20: note: byref variable will be forcibly initialized 443 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:403:12: note: byref variable will be forcibly initialized 403 | u8 locked = 0, tmp_gi; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_auto_lock': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:490:20: note: byref variable will be forcibly initialized 490 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:472:12: note: byref variable will be forcibly initialized 472 | u8 detected_param = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:471:12: note: byref variable will be forcibly initialized 471 | u8 gi = 0x2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8g75_init_data': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:579:32: note: byref variable will be forcibly initialized 579 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_attach': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:1008:12: note: byref variable will be forcibly initialized 1008 | u8 data = 0; | ^~~~ /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/media/dvb-frontends/lnbp21.c: In function 'lnbp21_set_tone': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:81:24: note: byref variable will be forcibly initialized 81 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:62:24: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:34:24: note: byref variable will be forcibly initialized 34 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_block_fast': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:419:28: note: byref variable will be forcibly initialized 419 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_oob': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:316:28: note: byref variable will be forcibly initialized 316 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_data': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:291:16: note: byref variable will be forcibly initialized 291 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'read_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:171:16: note: byref variable will be forcibly initialized 171 | size_t retlen, len, totlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:357:28: note: byref variable will be forcibly initialized 357 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:759:28: note: byref variable will be forcibly initialized 759 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:757:16: note: byref variable will be forcibly initialized 757 | size_t retlen, len = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:751:27: note: byref variable will be forcibly initialized 751 | struct erase_info einfo; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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; | ^~~~~ /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/thunderbolt/switch.c: In function 'tb_port_do_update_credits': /kisskb/src/drivers/thunderbolt/switch.c:1191:13: note: byref variable will be forcibly initialized 1191 | u32 nfc_credits; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_is_width_supported': /kisskb/src/drivers/thunderbolt/switch.c:985:13: note: byref variable will be forcibly initialized 985 | u32 phy, widths; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function '__tb_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:681:13: note: byref variable will be forcibly initialized 681 | u32 phy; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function '__tb_port_pm_secondary_set': /kisskb/src/drivers/thunderbolt/switch.c:3366:13: note: byref variable will be forcibly initialized 3366 | u32 phy; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function '__tb_port_clx_set': /kisskb/src/drivers/thunderbolt/switch.c:3454:13: note: byref variable will be forcibly initialized 3454 | u32 phy, mask; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_plug_events_active': /kisskb/src/drivers/thunderbolt/switch.c:1579:13: note: byref variable will be forcibly initialized 1579 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_show': /kisskb/src/drivers/thunderbolt/switch.c:1850:13: note: byref variable will be forcibly initialized 1850 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_host_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:181:21: note: byref variable will be forcibly initialized 181 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_device_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:234:21: note: byref variable will be forcibly initialized 234 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_sysfs': /kisskb/src/drivers/thunderbolt/switch.c:1860:13: note: byref variable will be forcibly initialized 1860 | int val, ret; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'key_store': /kisskb/src/drivers/thunderbolt/switch.c:1786:12: note: byref variable will be forcibly initialized 1786 | u8 key[TB_SWITCH_KEY_SIZE]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'disapprove_switch': /kisskb/src/drivers/thunderbolt/switch.c:1628:15: note: byref variable will be forcibly initialized 1628 | char *envp[] = { "AUTHORIZED=0", NULL }; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_set_authorized': /kisskb/src/drivers/thunderbolt/switch.c:1655:15: note: byref variable will be forcibly initialized 1655 | char *envp[] = { envp_string, NULL }; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c:1653:14: note: byref variable will be forcibly initialized 1653 | char envp_string[13]; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'authorized_store': /kisskb/src/drivers/thunderbolt/switch.c:1710:22: note: byref variable will be forcibly initialized 1710 | 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/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/switch.c:12: /kisskb/src/drivers/thunderbolt/switch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_set_uuid': /kisskb/src/drivers/thunderbolt/switch.c:2447:13: note: byref variable will be forcibly initialized 2447 | u32 uuid[4]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_add_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:2492:13: note: byref variable will be forcibly initialized 2492 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_init_port': /kisskb/src/drivers/thunderbolt/switch.c:777:44: note: byref variable will be forcibly initialized 777 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_nvm_add': /kisskb/src/drivers/thunderbolt/switch.c:387:13: note: byref variable will be forcibly initialized 387 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_clx_supported': /kisskb/src/drivers/thunderbolt/switch.c:3414:19: note: byref variable will be forcibly initialized 3414 | u32 mask, val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_state': /kisskb/src/drivers/thunderbolt/switch.c:528:27: note: byref variable will be forcibly initialized 528 | struct tb_cap_phy phy; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_clear_counter': /kisskb/src/drivers/thunderbolt/switch.c:655:13: note: byref variable will be forcibly initialized 655 | u32 zero[3] = { 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_get_link_speed': /kisskb/src/drivers/thunderbolt/switch.c:943:13: note: byref variable will be forcibly initialized 943 | u32 val, speed; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_get_link_width': /kisskb/src/drivers/thunderbolt/switch.c:968:13: note: byref variable will be forcibly initialized 968 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_set_link_width': /kisskb/src/drivers/thunderbolt/switch.c:1014:13: note: byref variable will be forcibly initialized 1014 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_set_lane_bonding': /kisskb/src/drivers/thunderbolt/switch.c:1060:13: note: byref variable will be forcibly initialized 1060 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_usb3_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1300:13: note: byref variable will be forcibly initialized 1300 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_usb3_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1316:13: note: byref variable will be forcibly initialized 1316 | u32 word = enable ? (ADP_USB3_CS_0_PE | ADP_USB3_CS_0_V) | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_pci_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1331:13: note: byref variable will be forcibly initialized 1331 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_pci_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1347:13: note: byref variable will be forcibly initialized 1347 | u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_hpd_is_active': /kisskb/src/drivers/thunderbolt/switch.c:1362:13: note: byref variable will be forcibly initialized 1362 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_hpd_clear': /kisskb/src/drivers/thunderbolt/switch.c:1381:13: note: byref variable will be forcibly initialized 1381 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_set_hops': /kisskb/src/drivers/thunderbolt/switch.c:1408:13: note: byref variable will be forcibly initialized 1408 | u32 data[2]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1439:13: note: byref variable will be forcibly initialized 1439 | u32 data[2]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1458:13: note: byref variable will be forcibly initialized 1458 | u32 data[2]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_wait_for_bit': /kisskb/src/drivers/thunderbolt/switch.c:1554:21: note: byref variable will be forcibly initialized 1554 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_pcie_bridge_write': /kisskb/src/drivers/thunderbolt/switch.c:3705:30: note: byref variable will be forcibly initialized 3705 | u32 offset, command, val; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c:3705:21: note: byref variable will be forcibly initialized 3705 | u32 offset, command, val; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_resume': /kisskb/src/drivers/thunderbolt/switch.c:3039:21: note: byref variable will be forcibly initialized 3039 | u64 uid; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_link_depth': /kisskb/src/drivers/thunderbolt/switch.c:3280:29: note: byref variable will be forcibly initialized 3280 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_uuid': /kisskb/src/drivers/thunderbolt/switch.c:3305:29: note: byref variable will be forcibly initialized 3305 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_route': /kisskb/src/drivers/thunderbolt/switch.c:3329:29: note: byref variable will be forcibly initialized 3329 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_mask_clx_objections': /kisskb/src/drivers/thunderbolt/switch.c:3657:21: note: byref variable will be forcibly initialized 3657 | u32 offset, val[2], mask_obj, unmask_obj; | ^~~ /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/counter/ftm-quaddec.c: In function 'ftm_quaddec_get_prescaler': /kisskb/src/drivers/counter/ftm-quaddec.c:121:18: note: byref variable will be forcibly initialized 121 | uint32_t scflags; | ^~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_quaddec_count_read': /kisskb/src/drivers/counter/ftm-quaddec.c:165:18: note: byref variable will be forcibly initialized 165 | uint32_t cntval; | ^~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:60:17: note: in expansion of macro 'FTM_FIELD_UPDATE' 60 | FTM_FIELD_UPDATE(ftm, FTM_MODE, FTM_MODE_WPDIS, 1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:54:18: note: byref variable will be forcibly initialized 54 | uint32_t flag; | ^~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_set_write_protection': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:65:9: note: in expansion of macro 'FTM_FIELD_UPDATE' 65 | FTM_FIELD_UPDATE(ftm, FTM_FMS, FTM_FMS_WPEN, 1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_quaddec_set_prescaler': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:138:9: note: in expansion of macro 'FTM_FIELD_UPDATE' 138 | FTM_FIELD_UPDATE(ftm, FTM_SC, FTM_SC_PS_MASK, cnt_mode); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_writereg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:56:24: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:55:12: note: byref variable will be forcibly initialized 55 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_readreg': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:78:24: note: byref variable will be forcibly initialized 78 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:76:12: note: byref variable will be forcibly initialized 76 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:75:12: note: byref variable will be forcibly initialized 75 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c: In function 'm88rs2000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88rs2000.c:603:13: note: byref variable will be forcibly initialized 603 | u32 tuner_freq; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_agc_pwm': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:159:18: note: byref variable will be forcibly initialized 159 | unsigned tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_attach': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1670:31: note: byref variable will be forcibly initialized 1670 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:39:12: note: byref variable will be forcibly initialized 39 | u8 buf[83]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_update_bits': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:17:12: note: byref variable will be forcibly initialized 17 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_probe': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1769:22: note: byref variable will be forcibly initialized 1769 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1547:22: note: byref variable will be forcibly initialized 1547 | unsigned int utmp, burst; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1468:22: note: byref variable will be forcibly initialized 1468 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_read_status': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:288:30: note: byref variable will be forcibly initialized 288 | unsigned int utmp, post_bit_error, post_bit_count; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:177:12: note: byref variable will be forcibly initialized 177 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:176:22: note: byref variable will be forcibly initialized 176 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_read': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:115:24: note: byref variable will be forcibly initialized 115 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:114:12: note: byref variable will be forcibly initialized 114 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:113:12: note: byref variable will be forcibly initialized 113 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_write': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:77:24: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:74:12: note: byref variable will be forcibly initialized 74 | u8 buf[] = {reg, data}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:628:47: note: byref variable will be forcibly initialized 628 | u32 tuner_frequency_khz, target_mclk, u32tmp; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:628:13: note: byref variable will be forcibly initialized 628 | u32 tuner_frequency_khz, target_mclk, u32tmp; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:626:12: note: byref variable will be forcibly initialized 626 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_init': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1018:32: note: byref variable will be forcibly initialized 1018 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1017:22: note: byref variable will be forcibly initialized 1017 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_select': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1641:24: note: byref variable will be forcibly initialized 1641 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_dummy_read': /kisskb/src/drivers/thunderbolt/cap.c:56:21: note: byref variable will be forcibly initialized 56 | u32 dummy; | ^~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_enable_tmu': /kisskb/src/drivers/thunderbolt/cap.c:21:13: note: byref variable will be forcibly initialized 21 | u32 value, offset; | ^~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:74:27: note: byref variable will be forcibly initialized 74 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function '__tb_port_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:92:35: note: byref variable will be forcibly initialized 92 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:147:27: note: byref variable will be forcibly initialized 147 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:193:35: note: byref variable will be forcibly initialized 193 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_vse_cap': /kisskb/src/drivers/thunderbolt/cap.c:226:35: note: byref variable will be forcibly initialized 226 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_signal_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:152:13: note: byref variable will be forcibly initialized 152 | u32 sr; | ^~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_action_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:172:13: note: byref variable will be forcibly initialized 172 | u32 cmr; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:233:13: note: byref variable will be forcibly initialized 233 | u32 cnt; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_function_write': /kisskb/src/drivers/counter/microchip-tcb-capture.c:89:18: note: byref variable will be forcibly initialized 89 | u32 bmr, cmr; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:89:13: note: byref variable will be forcibly initialized 89 | u32 bmr, cmr; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_probe': /kisskb/src/drivers/counter/microchip-tcb-capture.c:303:13: note: byref variable will be forcibly initialized 303 | int channel; | ^~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:300:14: note: byref variable will be forcibly initialized 300 | char clk_name[7]; | ^~~~~~~~ In file included from /kisskb/src/drivers/thunderbolt/path.c:9: /kisskb/src/drivers/thunderbolt/path.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_find_dst_port': /kisskb/src/drivers/thunderbolt/path.c:38:28: note: byref variable will be forcibly initialized 38 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function '__tb_path_deactivate_hop': /kisskb/src/drivers/thunderbolt/path.c:395:28: note: byref variable will be forcibly initialized 395 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_discover': /kisskb/src/drivers/thunderbolt/path.c:107:28: note: byref variable will be forcibly initialized 107 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_activate': /kisskb/src/drivers/thunderbolt/path.c:528:36: note: byref variable will be forcibly initialized 528 | struct tb_regs_hop hop = { 0 }; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:9: note: in expansion of macro 'wait_event' 1083 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:37: note: byref variable will be forcibly initialized 1029 | struct gb_operation_msg_hdr header; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_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/greybus/es2.c: In function 'apb_log_enable_read': /kisskb/src/drivers/greybus/es2.c:1171:14: note: byref variable will be forcibly initialized 1171 | char tmp_buf[3]; | ^~~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'apb_log_enable_write': /kisskb/src/drivers/greybus/es2.c:1180:13: note: byref variable will be forcibly initialized 1180 | int enable; | ^~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_init_video_credits': /kisskb/src/drivers/thunderbolt/tunnel.c:731:24: note: byref variable will be forcibly initialized 731 | size_t max_dp_streams; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thunderbolt/tunnel.c:10: /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'kmalloc_array': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/tunnel.c:642:13: note: byref variable will be forcibly initialized 642 | u32 val, rate = 0, lanes = 0; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_cm_handshake': /kisskb/src/drivers/thunderbolt/tunnel.c:345:13: note: byref variable will be forcibly initialized 345 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_xchg_caps': /kisskb/src/drivers/thunderbolt/tunnel.c:564:31: note: byref variable will be forcibly initialized 564 | u32 new_rate, new_lanes, new_bw; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:564:21: note: byref variable will be forcibly initialized 564 | u32 new_rate, new_lanes, new_bw; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:506:46: note: byref variable will be forcibly initialized 506 | u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:506:13: note: byref variable will be forcibly initialized 506 | u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; | ^~~~~~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_clear': /kisskb/src/drivers/greybus/es2.c:679:37: note: byref variable will be forcibly initialized 679 | struct arpc_cport_clear_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_quiesce': /kisskb/src/drivers/greybus/es2.c:652:13: note: byref variable will be forcibly initialized 652 | int result; | ^~~~~~ /kisskb/src/drivers/greybus/es2.c:651:39: note: byref variable will be forcibly initialized 651 | struct arpc_cport_quiesce_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_shutdown': /kisskb/src/drivers/greybus/es2.c:626:13: note: byref variable will be forcibly initialized 626 | int result; | ^~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_usb3_reclaim_available_bandwidth': /kisskb/src/drivers/greybus/es2.c:625:40: note: byref variable will be forcibly initialized 625 | struct arpc_cport_shutdown_req req; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c:1270:41: note: byref variable will be forcibly initialized 1270 | int ret, max_rate, allocate_up, allocate_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:1270:28: note: byref variable will be forcibly initialized 1270 | int ret, max_rate, allocate_up, allocate_down; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_flush': /kisskb/src/drivers/greybus/es2.c:606:37: note: byref variable will be forcibly initialized 606 | struct arpc_cport_flush_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_connected': /kisskb/src/drivers/greybus/es2.c:587:41: note: byref variable will be forcibly initialized 587 | struct arpc_cport_connected_req req; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_tunnel_discover_dp': /kisskb/src/drivers/thunderbolt/tunnel.c:791:25: note: byref variable will be forcibly initialized 791 | struct tb_port *port; | ^~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_tunnel_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/tunnel.c:1731:24: note: byref variable will be forcibly initialized 1731 | int up_bw = 0, down_bw = 0; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:1731:13: note: byref variable will be forcibly initialized 1731 | int up_bw = 0, down_bw = 0; | ^~~~~ /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/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; | ^~~~ /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/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/hwmon/sht15.c: In function 'sht15_status_store': /kisskb/src/drivers/hwmon/sht15.c:708:14: note: byref variable will be forcibly initialized 708 | long value; | ^~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_update_status': /kisskb/src/drivers/hwmon/sht15.c:455:12: note: byref variable will be forcibly initialized 455 | u8 checksum_vals[2]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/hwmon/sht15.c:16: /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_measurement': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c:542:15: note: in expansion of macro 'wait_event_timeout' 542 | ret = wait_event_timeout(data->wait_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_bh_read_data': /kisskb/src/drivers/hwmon/sht15.c:816:12: note: byref variable will be forcibly initialized 816 | u8 checksum_vals[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_write': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:67:24: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:65:12: note: byref variable will be forcibly initialized 65 | u8 buf[] = { reg, val }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:89:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:87:12: note: byref variable will be forcibly initialized 87 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:86:12: note: byref variable will be forcibly initialized 86 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_attach': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1828:12: note: byref variable will be forcibly initialized 1828 | u8 dev_id = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'signal_det': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:406:23: note: byref variable will be forcibly initialized 406 | unsigned char S[3]; | ^ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'afcerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:31: note: byref variable will be forcibly initialized 528 | unsigned char AFCM_L, AFCM_H ; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:23: note: byref variable will be forcibly initialized 528 | unsigned char AFCM_L, AFCM_H ; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'dagcm_val_get': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:32: note: byref variable will be forcibly initialized 555 | unsigned char DAGCM_H, DAGCM_L; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:23: note: byref variable will be forcibly initialized 555 | unsigned char DAGCM_H, DAGCM_L; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'sync_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:611:23: note: byref variable will be forcibly initialized 611 | unsigned char val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'freqerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:37: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:30: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:23: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:35: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:28: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:23: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_set_fe': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1030:13: note: byref variable will be forcibly initialized 1030 | int afcex_freq; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1021:23: note: byref variable will be forcibly initialized 1021 | unsigned char junk; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1019:23: note: byref variable will be forcibly initialized 1019 | unsigned char VIRM; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:32: note: byref variable will be forcibly initialized 1017 | unsigned char AFCEX_L, AFCEX_H; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:23: note: byref variable will be forcibly initialized 1017 | unsigned char AFCEX_L, AFCEX_H; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1011:23: note: byref variable will be forcibly initialized 1011 | unsigned char SIG1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1007:13: note: byref variable will be forcibly initialized 1007 | int V[60]; | ^ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1002:13: note: byref variable will be forcibly initialized 1002 | int fOSC = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:20: note: byref variable will be forcibly initialized 999 | u8 agcval, cnmval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:12: note: byref variable will be forcibly initialized 999 | u8 agcval, cnmval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_writereg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:216:24: note: byref variable will be forcibly initialized 216 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:215:12: note: byref variable will be forcibly initialized 215 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:251:24: note: byref variable will be forcibly initialized 251 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:249:12: note: byref variable will be forcibly initialized 249 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_get_stats': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:30: note: byref variable will be forcibly initialized 1570 | u32 block_error = 0, block_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:13: note: byref variable will be forcibly initialized 1570 | u32 block_error = 0, block_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:28: note: byref variable will be forcibly initialized 1567 | u32 bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1775:12: note: byref variable will be forcibly initialized 1775 | u8 dist; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:13: note: byref variable will be forcibly initialized 1567 | u32 bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_snr': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1752:13: note: byref variable will be forcibly initialized 1752 | u8 cn; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1702:12: note: byref variable will be forcibly initialized 1702 | u8 agcm = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_ber': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:48: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:39: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:30: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:21: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:12: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_status': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:18: note: byref variable will be forcibly initialized 573 | u8 stat, stat2; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:12: note: byref variable will be forcibly initialized 573 | u8 stat, stat2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1864:17: note: byref variable will be forcibly initialized 1864 | int rc, if_freq; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:206:13: note: byref variable will be forcibly initialized 206 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:24:12: note: byref variable will be forcibly initialized 24 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:23:22: note: byref variable will be forcibly initialized 23 | unsigned int utmp, utmp1, utmp2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_init': /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; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:400:32: note: byref variable will be forcibly initialized 400 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdsuper.c:124:15: note: byref variable will be forcibly initialized 124 | dev_t dev; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:399:22: note: byref variable will be forcibly initialized 399 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_probe': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:582:22: note: byref variable will be forcibly initialized 582 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1295:27: note: byref variable will be forcibly initialized 1295 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1387:15: note: byref variable will be forcibly initialized 1387 | void *virt; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1386:16: note: byref variable will be forcibly initialized 1386 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1554:33: note: byref variable will be forcibly initialized 1554 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1552:28: note: byref variable will be forcibly initialized 1552 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1915:31: note: byref variable will be forcibly initialized 1915 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:923:16: note: byref variable will be forcibly initialized 923 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:909:16: note: byref variable will be forcibly initialized 909 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2282:28: note: byref variable will be forcibly initialized 2282 | size_t totlen = 0, thislen; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1612:30: note: byref variable will be forcibly initialized 1612 | struct mtd_ecc_stats old_stats = master->ecc_stats; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:506:16: note: byref variable will be forcibly initialized 506 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int bitflip_threshold; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_check_of_node': /kisskb/src/drivers/mtd/mtdcore.c:552:21: note: byref variable will be forcibly initialized 552 | const char *pname, *prefix = "partition-"; | ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:519:29: note: byref variable will be forcibly initialized 519 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:842:16: note: byref variable will be forcibly initialized 842 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1836:13: note: byref variable will be forcibly initialized 1836 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1835:31: note: byref variable will be forcibly initialized 1835 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1879:13: note: byref variable will be forcibly initialized 1879 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1878:31: note: byref variable will be forcibly initialized 1878 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:244:12: note: byref variable will be forcibly initialized 244 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c:243:22: note: byref variable will be forcibly initialized 243 | unsigned int utmp, utmp1, utmp2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:24:13: note: byref variable will be forcibly initialized 24 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_init': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:466:32: note: byref variable will be forcibly initialized 466 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int uitmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_probe': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:615:22: note: byref variable will be forcibly initialized 615 | unsigned int uitmp; | ^~~~~ /kisskb/src/drivers/hwmon/sht21.c: In function 'eic_read': /kisskb/src/drivers/hwmon/sht21.c:165:24: note: byref variable will be forcibly initialized 165 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/hwmon/sht21.c:163:12: note: byref variable will be forcibly initialized 163 | u8 rx[8]; | ^~ /kisskb/src/drivers/hwmon/sht21.c:162:12: note: byref variable will be forcibly initialized 162 | u8 tx[2]; | ^~ /kisskb/src/drivers/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]; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/thunderbolt/domain.c:9: /kisskb/src/drivers/thunderbolt/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/thunderbolt/domain.c: In function 'boot_acl_store': /kisskb/src/drivers/thunderbolt/domain.c:166:25: note: byref variable will be forcibly initialized 166 | char *str, *s, *uuid_str; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_get_drom_offset': /kisskb/src/drivers/thunderbolt/eeprom.c:139:35: note: byref variable will be forcibly initialized 139 | struct tb_cap_plug_events cap; | ^~~ /kisskb/src/drivers/thunderbolt/domain.c: In function 'tb_domain_challenge_switch_key': /kisskb/src/drivers/thunderbolt/domain.c:706:12: note: byref variable will be forcibly initialized 706 | u8 hmac[TB_SWITCH_KEY_SIZE]; | ^~~~ /kisskb/src/drivers/thunderbolt/domain.c:705:12: note: byref variable will be forcibly initialized 705 | u8 response[TB_SWITCH_KEY_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/domain.c:704:12: note: byref variable will be forcibly initialized 704 | u8 challenge[TB_SWITCH_KEY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_out': /kisskb/src/drivers/thunderbolt/eeprom.c:98:30: note: byref variable will be forcibly initialized 98 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_in': /kisskb/src/drivers/thunderbolt/eeprom.c:118:30: note: byref variable will be forcibly initialized 118 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_active': /kisskb/src/drivers/thunderbolt/eeprom.c:44:30: note: byref variable will be forcibly initialized 44 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_read_n': /kisskb/src/drivers/thunderbolt/eeprom.c:171:13: note: byref variable will be forcibly initialized 171 | u16 drom_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_parse_entry_port': /kisskb/src/drivers/thunderbolt/eeprom.c:365:27: note: byref variable will be forcibly initialized 365 | enum tb_port_type type; | ^~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_read_uid_only': /kisskb/src/drivers/thunderbolt/eeprom.c:304:12: note: byref variable will be forcibly initialized 304 | u8 data[9]; | ^~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_copy_nvm': /kisskb/src/drivers/thunderbolt/eeprom.c:474:13: note: byref variable will be forcibly initialized 474 | u32 drom_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_read': /kisskb/src/drivers/thunderbolt/eeprom.c:604:13: note: byref variable will be forcibly initialized 604 | u16 size; | ^~~~ /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/media/dvb-frontends/mt312.c: In function 'mt312_write': /kisskb/src/drivers/media/dvb-frontends/mt312.c:89:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:88:12: note: byref variable will be forcibly initialized 88 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_writereg': /kisskb/src/drivers/media/dvb-frontends/mt312.c:132:12: note: byref variable will be forcibly initialized 132 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read': /kisskb/src/drivers/media/dvb-frontends/mt312.c:55:12: note: byref variable will be forcibly initialized 55 | u8 regbuf[1] = { reg }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:54:24: note: byref variable will be forcibly initialized 54 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mt312.c:519:12: note: byref variable will be forcibly initialized 519 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_snr': /kisskb/src/drivers/media/dvb-frontends/mt312.c:504:12: note: byref variable will be forcibly initialized 504 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mt312.c:482:12: note: byref variable will be forcibly initialized 482 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ber': /kisskb/src/drivers/media/dvb-frontends/mt312.c:466:12: note: byref variable will be forcibly initialized 466 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_status': /kisskb/src/drivers/media/dvb-frontends/mt312.c:437:12: note: byref variable will be forcibly initialized 437 | u8 status[3]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/mt312.c:662:12: note: byref variable will be forcibly initialized 662 | u8 val = 0x00; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_tone': /kisskb/src/drivers/media/dvb-frontends/mt312.c:399:12: note: byref variable will be forcibly initialized 399 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_burst': /kisskb/src/drivers/media/dvb-frontends/mt312.c:375:12: note: byref variable will be forcibly initialized 375 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_inversion': /kisskb/src/drivers/media/dvb-frontends/mt312.c:147:12: note: byref variable will be forcibly initialized 147 | u8 vit_mode; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_code_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:220:12: note: byref variable will be forcibly initialized 220 | u8 fec_status; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_sleep': /kisskb/src/drivers/media/dvb-frontends/mt312.c:691:12: note: byref variable will be forcibly initialized 691 | u8 config; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:166:12: note: byref variable will be forcibly initialized 166 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:162:12: note: byref variable will be forcibly initialized 162 | u8 sym_rate_h; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/mt312.c:336:12: note: byref variable will be forcibly initialized 336 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_initfe': /kisskb/src/drivers/media/dvb-frontends/mt312.c:254:20: note: byref variable will be forcibly initialized 254 | u8 buf_def[8] = { 0x14, 0x12, 0x03, 0x02, | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:235:12: note: byref variable will be forcibly initialized 235 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:20: note: byref variable will be forcibly initialized 535 | u8 buf[5], config_val; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:12: note: byref variable will be forcibly initialized 535 | u8 buf[5], config_val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_single_write': /kisskb/src/drivers/media/dvb-frontends/mt352.c:48:24: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:47:12: note: byref variable will be forcibly initialized 47 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_set_parameters': /kisskb/src/drivers/media/dvb-frontends/mt352.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned char buf[13]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_read_register': /kisskb/src/drivers/media/dvb-frontends/mt352.c:73:24: note: byref variable will be forcibly initialized 73 | struct i2c_msg msg [] = { { .addr = state->config.demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:72:12: note: byref variable will be forcibly initialized 72 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:71:12: note: byref variable will be forcibly initialized 71 | u8 b0 [] = { reg }; | ^~ /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/media/dvb-frontends/mxl5xx.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:123:24: note: byref variable will be forcibly initialized 123 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:204:12: note: byref variable will be forcibly initialized 204 | u8 data[MXL_HYDRA_REG_WRITE_LEN] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:132:24: note: byref variable will be forcibly initialized 132 | struct i2c_msg msg = {.addr = adr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:243:12: note: byref variable will be forcibly initialized 243 | u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:594:13: note: byref variable will be forcibly initialized 594 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:516:13: note: byref variable will be forcibly initialized 516 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'update_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:307:13: note: byref variable will be forcibly initialized 307 | u32 data, mask; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:290:13: note: byref variable will be forcibly initialized 290 | u32 data = 0, mask = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:537:13: note: byref variable will be forcibly initialized 537 | u32 reg[8]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:614:13: note: byref variable will be forcibly initialized 614 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:684:13: note: byref variable will be forcibly initialized 684 | u32 freq; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:683:13: note: byref variable will be forcibly initialized 683 | u32 reg_data[MXL_DEMOD_CHAN_PARAMS_BUFF_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register_unlocked': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:151:12: note: byref variable will be forcibly initialized 151 | u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'send_command': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:176:13: note: byref variable will be forcibly initialized 176 | u32 val, count = 10; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_parameters': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:432:12: note: byref variable will be forcibly initialized 432 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:430:40: note: byref variable will be forcibly initialized 430 | struct MXL_HYDRA_DEMOD_PARAM_T demod_chan_cfg; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'cfg_demod_abort_tune': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:409:12: note: byref variable will be forcibly initialized 409 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:407:45: note: byref variable will be forcibly initialized 407 | struct MXL_HYDRA_DEMOD_ABORT_TUNE_T abort_tune_cmd; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'validate_sku': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:49: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:31: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:13: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_fwinfo': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1656:13: note: byref variable will be forcibly initialized 1656 | u32 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_drive_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1318:13: note: byref variable will be forcibly initialized 1318 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'enable_tuner': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1352:13: note: byref variable will be forcibly initialized 1352 | u32 val, count = 10; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1351:12: note: byref variable will be forcibly initialized 1351 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1349:36: note: byref variable will be forcibly initialized 1349 | struct MXL_HYDRA_TUNER_CMD ctrl_tuner_cmd; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_is_alive': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:321:18: note: byref variable will be forcibly initialized 321 | u32 hb0, hb1; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:321:13: note: byref variable will be forcibly initialized 321 | u32 hb0, hb1; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_fw_segment': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:852:12: note: byref variable will be forcibly initialized 852 | u8 w_msg_buffer[MXL_HYDRA_OEM_MAX_BLOCK_WRITE_LENGTH - | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_download': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:963:12: note: byref variable will be forcibly initialized 963 | u8 cmd_buff[sizeof(struct MXL_HYDRA_SKU_COMMAND_T) + 6]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:961:40: note: byref variable will be forcibly initialized 961 | struct MXL_HYDRA_SKU_COMMAND_T dev_sku_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:960:13: note: byref variable will be forcibly initialized 960 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1704:42: note: byref variable will be forcibly initialized 1704 | struct MXL_HYDRA_MPEGOUT_PARAM_T mpeg_interface_cfg; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1702:13: note: byref variable will be forcibly initialized 1702 | u32 chipver; | ^~~~~~~ /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]; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/thunderbolt/dma_port.c: In function 'dma_port_read': /kisskb/src/drivers/thunderbolt/dma_port.c:102:30: note: byref variable will be forcibly initialized 102 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_find_port': /kisskb/src/drivers/thunderbolt/dma_port.c:178:21: note: byref variable will be forcibly initialized 178 | u32 type; | ^~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_write': /kisskb/src/drivers/thunderbolt/dma_port.c:143:29: note: byref variable will be forcibly initialized 143 | struct cfg_read_pkg reply; | ^~~~~ In file included from /kisskb/src/drivers/thunderbolt/dma_port.c:11: /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_wait_for_completion': /kisskb/src/drivers/thunderbolt/dma_port.c:247:21: note: byref variable will be forcibly initialized 247 | u32 in; | ^~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_request': /kisskb/src/drivers/thunderbolt/dma_port.c:282:13: note: byref variable will be forcibly initialized 282 | u32 out; | ^~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_flash_update_auth_status': /kisskb/src/drivers/thunderbolt/dma_port.c:423:13: note: byref variable will be forcibly initialized 423 | u32 out, cmd; | ^~~ /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[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_cmd_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:78:39: note: byref variable will be forcibly initialized 78 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:75:38: note: byref variable will be forcibly initialized 75 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_has_valid_jedecid': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:62:12: note: byref variable will be forcibly initialized 62 | u8 jedecid[5] = { }; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_mlc_1xnm_rr_init': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:19: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:12: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_write': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:37:24: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_opwrite': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:383:12: note: byref variable will be forcibly initialized 383 | u8 local_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}, *plocal_buf = NULL; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_memwrite': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:304:12: note: byref variable will be forcibly initialized 304 | u8 local_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}, *plocal_buf = NULL; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_write_fw_block': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:252:12: note: byref variable will be forcibly initialized 252 | u8 local_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}, *plocal_buf = NULL; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_read': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:54:24: note: byref variable will be forcibly initialized 54 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_opread': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:417:12: note: byref variable will be forcibly initialized 417 | u8 local_buf[MXL_EAGLE_I2C_PHEADER_SIZE] = {}; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_memread': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:340:12: note: byref variable will be forcibly initialized 340 | u8 local_buf[MXL_EAGLE_I2C_MHEADER_SIZE] = {}, *plocal_buf = NULL; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_reset': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:653:46: note: byref variable will be forcibly initialized 653 | u32 dev_type = MXL_EAGLE_DEVICE_MAX, reg_val = 0x2; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:653:13: note: byref variable will be forcibly initialized 653 | u32 dev_type = MXL_EAGLE_DEVICE_MAX, reg_val = 0x2; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_config_regulators': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:680:13: note: byref variable will be forcibly initialized 680 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_config_xtal': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:716:22: note: byref variable will be forcibly initialized 716 | u32 reg_val, reg_val1; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:716:13: note: byref variable will be forcibly initialized 716 | u32 reg_val, reg_val1; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_i2c_writeread': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:453:32: note: byref variable will be forcibly initialized 453 | u32 resp_checksum = 0, resp_checksum_tmp = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:452:12: note: byref variable will be forcibly initialized 452 | u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:451:12: note: byref variable will be forcibly initialized 451 | u8 tx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_read_snr': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:1115:12: note: byref variable will be forcibly initialized 1115 | u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_read_ber_ucb': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:1166:12: note: byref variable will be forcibly initialized 1166 | u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_read_status': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:1220:12: note: byref variable will be forcibly initialized 1220 | u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:956:12: note: byref variable will be forcibly initialized 956 | u8 op_param = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_powermode': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:832:12: note: byref variable will be forcibly initialized 832 | u8 mode = power_mode; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_fwdownload': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:571:12: note: byref variable will be forcibly initialized 571 | u8 rx_buf[MXL_EAGLE_MAX_I2C_PACKET_SIZE] = {}; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:570:17: note: byref variable will be forcibly initialized 570 | u32 ix, reg_val = 0x1; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c:570:13: note: byref variable will be forcibly initialized 570 | u32 ix, reg_val = 0x1; | ^~ /kisskb/src/drivers/media/dvb-frontends/mxl692.c: In function 'mxl692_init': /kisskb/src/drivers/media/dvb-frontends/mxl692.c:859:32: note: byref variable will be forcibly initialized 859 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_ir_change': /kisskb/src/drivers/hid/hid-wiimote-modules.c:611:14: note: byref variable will be forcibly initialized 611 | __u8 format = 0; | ^~~~~~ /kisskb/src/drivers/hid/hid-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/hid/hid-wiimote-debug.c: In function 'wiidebug_drm_write': /kisskb/src/drivers/hid/hid-wiimote-debug.c:130:14: note: byref variable will be forcibly initialized 130 | char buf[16]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_eeprom_read': /kisskb/src/drivers/hid/hid-wiimote-debug.c:30:14: note: byref variable will be forcibly initialized 30 | char buf[16]; | ^~~ /kisskb/src/drivers/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/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]; | ^~~~~~~ /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, }; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/nand/raw/nand_micron.c: In function 'micron_nand_read_page_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:309:12: note: byref variable will be forcibly initialized 309 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_supports_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:418:12: note: byref variable will be forcibly initialized 418 | u8 id[5]; | ^~ /kisskb/src/drivers/mtd/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/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) | ^~~~ /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/thunderbolt/icm.c: In function 'icm_tr_xdomain_tear_down': /kisskb/src/drivers/thunderbolt/icm.c:1163:46: note: byref variable will be forcibly initialized 1163 | struct icm_tr_pkg_disconnect_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1162:55: note: byref variable will be forcibly initialized 1162 | struct icm_tr_pkg_disconnect_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:1134:43: note: byref variable will be forcibly initialized 1134 | struct icm_tr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1133:52: note: byref variable will be forcibly initialized 1133 | struct icm_tr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_icl_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1623:49: note: byref variable will be forcibly initialized 1623 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1540:48: note: byref variable will be forcibly initialized 1540 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1102:44: note: byref variable will be forcibly initialized 1102 | struct icm_tr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1101:53: note: byref variable will be forcibly initialized 1101 | struct icm_tr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_set_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1578:48: note: byref variable will be forcibly initialized 1578 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1017:49: note: byref variable will be forcibly initialized 1017 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:565:43: note: byref variable will be forcibly initialized 565 | struct icm_fr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:564:52: note: byref variable will be forcibly initialized 564 | struct icm_fr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:534:53: note: byref variable will be forcibly initialized 534 | struct icm_fr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:533:44: note: byref variable will be forcibly initialized 533 | struct icm_fr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1493:49: note: byref variable will be forcibly initialized 1493 | struct icm_ar_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_route': /kisskb/src/drivers/thunderbolt/icm.c:1518:46: note: byref variable will be forcibly initialized 1518 | struct icm_ar_pkg_get_route_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:458:49: note: byref variable will be forcibly initialized 458 | struct icm_fr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_usb4_switch_op': /kisskb/src/drivers/thunderbolt/icm.c:2265:35: note: byref variable will be forcibly initialized 2265 | struct icm_usb4_switch_op request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:2264:44: note: byref variable will be forcibly initialized 2264 | struct icm_usb4_switch_op_response reply; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:89:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf2, .len = len + 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:87:12: note: byref variable will be forcibly initialized 87 | u8 buf2[MAX_XFER_SIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_microcontroller_start': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:279:12: note: byref variable will be forcibly initialized 279 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:61:24: note: byref variable will be forcibly initialized 61 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 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/include/linux/pci.h:37, from /kisskb/src/drivers/thunderbolt/icm.c:15: /kisskb/src/drivers/thunderbolt/icm.c: In function '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/dvb-frontends/nxt200x.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:74:24: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { .addr = addr, .flags = I2C_M_RD, .buf = buf, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_readbytes': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:112:24: note: byref variable will be forcibly initialized 112 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = reg2, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:110:12: note: byref variable will be forcibly initialized 110 | u8 reg2 [] = { reg }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_attach': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:1128:12: note: byref variable will be forcibly initialized 1128 | u8 buf [] = {0,0,0,0,0}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_readreg_multibyte': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:202:17: note: byref variable will be forcibly initialized 202 | u8 buf, len2, attr; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:202:12: note: byref variable will be forcibly initialized 202 | u8 buf, len2, attr; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function '__icm_driver_ready': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_read_ucblocks': /kisskb/src/drivers/thunderbolt/icm.c:1777:21: note: byref variable will be forcibly initialized 1777 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:839:12: note: byref variable will be forcibly initialized 839 | u8 b[3]; | ^ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_read_snr': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:806:12: note: byref variable will be forcibly initialized 806 | u8 b[2]; | ^ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:786:12: note: byref variable will be forcibly initialized 786 | u8 b[2]; | ^ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_read_ber': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:774:12: note: byref variable will be forcibly initialized 774 | u8 b[3]; | ^ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_read_status': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:757:12: note: byref variable will be forcibly initialized 757 | u8 lock; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_writereg_multibyte': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:143:24: note: byref variable will be forcibly initialized 143 | u8 attr, len2, buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:143:18: note: byref variable will be forcibly initialized 143 | u8 attr, len2, buf; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_agc_reset': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:378:12: note: byref variable will be forcibly initialized 378 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt2002_load_firmware': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:405:12: note: byref variable will be forcibly initialized 405 | u8 buf[3], written = 0, chunkpos = 0; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:1046:42: note: byref variable will be forcibly initialized 1046 | struct icm_tr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1045:42: note: byref variable will be forcibly initialized 1045 | struct icm_tr_pkg_approve_device request; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt2004_load_firmware': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:472:12: note: byref variable will be forcibly initialized 472 | u8 buf[3]; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_add_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1073:42: note: byref variable will be forcibly initialized 1073 | struct icm_tr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1072:51: note: byref variable will be forcibly initialized 1072 | struct icm_tr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_microcontroller_stop': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:246:12: note: byref variable will be forcibly initialized 246 | u8 buf, stopval, counter = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_writetuner': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:319:12: note: byref variable will be forcibly initialized 319 | u8 buf, count = 0; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:479:42: note: byref variable will be forcibly initialized 479 | struct icm_fr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:478:42: note: byref variable will be forcibly initialized 478 | struct icm_fr_pkg_approve_device request; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt2004_microcontroller_init': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:288:12: note: byref variable will be forcibly initialized 288 | u8 buf[9]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt200x_setup_frontend_parameters': /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_add_switch_key': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:523:12: note: byref variable will be forcibly initialized 523 | u8 buf[5]; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c:506:51: note: byref variable will be forcibly initialized 506 | struct icm_fr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:505:42: note: byref variable will be forcibly initialized 505 | struct icm_fr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt2002_init': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:857:12: note: byref variable will be forcibly initialized 857 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:855:32: note: byref variable will be forcibly initialized 855 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c: In function 'nxt2004_init': /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:920:12: note: byref variable will be forcibly initialized 920 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt200x.c:918:32: note: byref variable will be forcibly initialized 918 | const struct firmware *fw; | ^~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'pci2cio_wait_completion': /kisskb/src/drivers/thunderbolt/icm.c:214:13: note: byref variable will be forcibly initialized 214 | u32 cmd; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_reset_phy_port': /kisskb/src/drivers/thunderbolt/icm.c:1848:19: note: byref variable will be forcibly initialized 1848 | u32 val0, val1; | ^~~~ /kisskb/src/drivers/thunderbolt/icm.c:1848:13: note: byref variable will be forcibly initialized 1848 | u32 val0, val1; | ^~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_icl_set_uuid': /kisskb/src/drivers/thunderbolt/icm.c:1649:13: note: byref variable will be forcibly initialized 1649 | u32 uuid[4]; | ^~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/ecc.c:97: /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_algo': /kisskb/src/drivers/mtd/nand/ecc.c:394:21: note: byref variable will be forcibly initialized 394 | const char *pm; | ^~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_device_connected': /kisskb/src/drivers/thunderbolt/icm.c:733:13: note: byref variable will be forcibly initialized 733 | u64 route; | ^~~~~ /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/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/ftl.c:58: /kisskb/src/drivers/mtd/ftl.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/ftl.c:58: /kisskb/src/drivers/mtd/ftl.c: In function '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/ftl.c: In function 'find_free': /kisskb/src/drivers/mtd/ftl.c:691:12: note: byref variable will be forcibly initialized 691 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'scan_header': /kisskb/src/drivers/mtd/ftl.c:155:12: note: byref variable will be forcibly initialized 155 | size_t ret; | ^~~ /kisskb/src/drivers/mtd/ftl.c:153:25: note: byref variable will be forcibly initialized 153 | erase_unit_header_t header; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'build_maps': /kisskb/src/drivers/mtd/ftl.c:198:13: note: byref variable will be forcibly initialized 198 | ssize_t retval; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:194:25: note: byref variable will be forcibly initialized 194 | erase_unit_header_t header; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'ftl_read': /kisskb/src/drivers/mtd/ftl.c:754:20: note: byref variable will be forcibly initialized 754 | size_t offset, retlen; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'set_bam_entry': /kisskb/src/drivers/mtd/ftl.c:803:12: note: byref variable will be forcibly initialized 803 | size_t retlen, offset; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:797:26: note: byref variable will be forcibly initialized 797 | uint32_t bsize, blk, le_virt_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'prepare_xfer': /kisskb/src/drivers/mtd/ftl.c:376:13: note: byref variable will be forcibly initialized 376 | ssize_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:375:14: note: byref variable will be forcibly initialized 375 | uint32_t ctl; | ^~~ /kisskb/src/drivers/mtd/ftl.c:372:25: note: byref variable will be forcibly initialized 372 | erase_unit_header_t header; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c: In function 'copy_erase_unit': /kisskb/src/drivers/mtd/ftl.c:439:14: note: byref variable will be forcibly initialized 439 | uint16_t srcunitswap = cpu_to_le16(srcunit); | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/ftl.c:437:13: note: byref variable will be forcibly initialized 437 | ssize_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/ftl.c:435:14: note: byref variable will be forcibly initialized 435 | uint16_t unit; | ^~~~ /kisskb/src/drivers/mtd/ftl.c:431:12: note: byref variable will be forcibly initialized 431 | u_char buf[SECTOR_SIZE]; | ^~~ /kisskb/src/drivers/mtd/ftl.c: In function 'ftl_write': /kisskb/src/drivers/mtd/ftl.c:868:12: note: byref variable will be forcibly initialized 868 | size_t retlen, offset; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_writereg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:41:24: note: byref variable will be forcibly initialized 41 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:40:12: note: byref variable will be forcibly initialized 40 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_readreg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:54:12: note: byref variable will be forcibly initialized 54 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:53:12: note: byref variable will be forcibly initialized 53 | u8 b0[] = { reg }; | ^~ /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/mtd_blkdevs.c: In function 'do_blktrans_request': /kisskb/src/drivers/mtd/mtd_blkdevs.c:49:29: note: byref variable will be forcibly initialized 49 | struct req_iterator iter; | ^~~~ 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:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'otp_select_filemode': /kisskb/src/drivers/mtd/mtdchar.c:313:16: note: byref variable will be forcibly initialized 313 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_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/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_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:641:36: note: byref variable will be forcibly initialized 641 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:597:30: note: byref variable will be forcibly initialized 597 | struct mtd_write_req req; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:31: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/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 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:32: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1072:40: note: byref variable will be forcibly initialized 1072 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1003:33: note: byref variable will be forcibly initialized 1003 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:989:37: note: byref variable will be forcibly initialized 989 | int nbr = retlen / sizeof(struct otp_info); | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:973:24: note: byref variable will be forcibly initialized 973 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:957:21: note: byref variable will be forcibly initialized 957 | int mode; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:948:24: note: byref variable will be forcibly initialized 948 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:939:24: note: byref variable will be forcibly initialized 939 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:923:37: note: byref variable will be forcibly initialized 923 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:911:40: note: byref variable will be forcibly initialized 911 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:900:40: note: byref variable will be forcibly initialized 900 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:889:40: note: byref variable will be forcibly initialized 889 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:868:38: note: byref variable will be forcibly initialized 868 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:854:38: note: byref variable will be forcibly initialized 854 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:840:36: note: byref variable will be forcibly initialized 840 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:826:36: note: byref variable will be forcibly initialized 826 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:807:56: note: byref variable will be forcibly initialized 807 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:797:58: note: byref variable will be forcibly initialized 797 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:698:30: note: byref variable will be forcibly initialized 698 | struct mtd_info_user info; | ^~~~ /kisskb/src/drivers/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/hid/hid-asus.c: In function 'asus_kbd_backlight_work': /kisskb/src/drivers/hid/hid-asus.c:515:12: note: byref variable will be forcibly initialized 515 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0xba, 0xc5, 0xc4, 0x00 }; | ^~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_init': /kisskb/src/drivers/hid/hid-asus.c:407:12: note: byref variable will be forcibly initialized 407 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0x41, 0x53, 0x55, 0x53, 0x20, 0x54, | ^~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_get_functions': /kisskb/src/drivers/hid/hid-asus.c:421:12: note: byref variable will be forcibly initialized 421 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0x05, 0x20, 0x31, 0x00, 0x08 }; | ^~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'rog_nkey_led_init': /kisskb/src/drivers/hid/hid-asus.c:455:12: note: byref variable will be forcibly initialized 455 | u8 buf_init3[] = { FEATURE_KBD_LED_REPORT_ID1, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c:453:12: note: byref variable will be forcibly initialized 453 | u8 buf_init2[] = { FEATURE_KBD_LED_REPORT_ID1, 0x41, 0x53, 0x55, 0x53, 0x20, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c:452:12: note: byref variable will be forcibly initialized 452 | u8 buf_init_start[] = { FEATURE_KBD_LED_REPORT_ID1, 0xB9 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_register_leds': /kisskb/src/drivers/hid/hid-asus.c:552:23: note: byref variable will be forcibly initialized 552 | unsigned char kbd_func; | ^~~~~~~~ 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:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /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/media/dvb-frontends/or51132.c: In function 'or51132_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/or51132.c:516:13: note: byref variable will be forcibly initialized 516 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_readreg': /kisskb/src/drivers/media/dvb-frontends/or51132.c:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c:101:12: note: byref variable will be forcibly initialized 101 | u8 buf[2] = { 0x04, reg }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_readbuf': /kisskb/src/drivers/media/dvb-frontends/or51132.c:86:24: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_writebuf': /kisskb/src/drivers/media/dvb-frontends/or51132.c:63:24: note: byref variable will be forcibly initialized 63 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_setmode': /kisskb/src/drivers/media/dvb-frontends/or51132.c:223:12: note: byref variable will be forcibly initialized 223 | u8 cmd_buf2[3] = {0x1c, 0x00, 0 }; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c:222:12: note: byref variable will be forcibly initialized 222 | u8 cmd_buf1[3] = {0x04, 0x01, 0x5f}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_load_firmware': /kisskb/src/drivers/media/dvb-frontends/or51132.c:121:12: note: byref variable will be forcibly initialized 121 | u8 rec_buf[8]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51132.c: In function 'or51132_set_parameters': /kisskb/src/drivers/media/dvb-frontends/or51132.c:299:32: note: byref variable will be forcibly initialized 299 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:606:12: note: byref variable will be forcibly initialized 606 | u8 buf[4]; | ^~~ /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/media/dvb-frontends/rtl2830.c: In function 'rtl2830_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:777:12: note: byref variable will be forcibly initialized 777 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:19: note: byref variable will be forcibly initialized 388 | u8 u8tmp, buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:12: note: byref variable will be forcibly initialized 388 | u8 u8tmp, buf[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:274:12: note: byref variable will be forcibly initialized 274 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:166:21: note: byref variable will be forcibly initialized 166 | u32 if_ctl, if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:20: note: byref variable will be forcibly initialized 165 | u8 buf[3], u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:12: note: byref variable will be forcibly initialized 165 | u8 buf[3], u8tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_read': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:695:24: note: byref variable will be forcibly initialized 695 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_gather_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:749:24: note: byref variable will be forcibly initialized 749 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:748:12: note: byref variable will be forcibly initialized 748 | u8 buf[256]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:723:24: note: byref variable will be forcibly initialized 723 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/or51211.c:316:13: note: byref variable will be forcibly initialized 316 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:62:24: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'i2c_readbytes': /kisskb/src/drivers/media/dvb-frontends/or51211.c:79:24: note: byref variable will be forcibly initialized 79 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_snr': /kisskb/src/drivers/media/dvb-frontends/or51211.c:285:12: note: byref variable will be forcibly initialized 285 | u8 snd_buf[3]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:284:12: note: byref variable will be forcibly initialized 284 | u8 rec_buf[2]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_status': /kisskb/src/drivers/media/dvb-frontends/or51211.c:230:23: note: byref variable will be forcibly initialized 230 | unsigned char snd_buf[] = {0x04,0x00,0x03,0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned char rec_buf[2]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_setmode': /kisskb/src/drivers/media/dvb-frontends/or51211.c:155:12: note: byref variable will be forcibly initialized 155 | u8 rec_buf[14]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_load_firmware': /kisskb/src/drivers/media/dvb-frontends/or51211.c:97:12: note: byref variable will be forcibly initialized 97 | u8 tudata[585]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_init': /kisskb/src/drivers/media/dvb-frontends/or51211.c:355:23: note: byref variable will be forcibly initialized 355 | unsigned char rec_buf[14]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:354:23: note: byref variable will be forcibly initialized 354 | unsigned char get_ver_buf[] = {0x04,0x00,0x30,0x00,0x00}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:353:32: note: byref variable will be forcibly initialized 353 | const struct firmware* fw; | ^~ /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/media/dvb-frontends/s5h1409.c: In function 's5h1409_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:306:24: note: byref variable will be forcibly initialized 306 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:304:12: note: byref variable will be forcibly initialized 304 | u8 buf[] = { reg, data >> 8, data & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:324:24: note: byref variable will be forcibly initialized 324 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:322:12: note: byref variable will be forcibly initialized 322 | u8 b1[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:321:12: note: byref variable will be forcibly initialized 321 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:877:13: note: byref variable will be forcibly initialized 877 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:750:13: note: byref variable will be forcibly initialized 750 | u32 tuner_status = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_rd_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:148:22: note: byref variable will be forcibly initialized 148 | u8 msb, lsb, reading[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:530:12: note: byref variable will be forcibly initialized 530 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:980:12: note: byref variable will be forcibly initialized 980 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_wr_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:34: note: byref variable will be forcibly initialized 178 | u8 msb, lsb, reading[4], writing[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:22: note: byref variable will be forcibly initialized 178 | u8 msb, lsb, reading[4], writing[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:19: note: byref variable will be forcibly initialized 644 | u8 u8tmp, buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:12: note: byref variable will be forcibly initialized 644 | u8 u8tmp, buf[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:643:13: note: byref variable will be forcibly initialized 643 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:446:21: note: byref variable will be forcibly initialized 446 | u32 if_freq; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:1031:12: note: byref variable will be forcibly initialized 1031 | u8 tmp; | ^~~ /kisskb/src/drivers/mtd/ssfdc.c: In function 'get_valid_cis_sector': /kisskb/src/drivers/mtd/ssfdc.c:106:16: note: byref variable will be forcibly initialized 106 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/ssfdc.c: In function 'read_physical_sector': /kisskb/src/drivers/mtd/ssfdc.c:153:16: note: byref variable will be forcibly initialized 153 | size_t retlen; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/ssfdc.c:11: /kisskb/src/drivers/mtd/ssfdc.c: In function '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/ssfdc.c: In function 'read_raw_oob': /kisskb/src/drivers/mtd/ssfdc.c:166:28: note: byref variable will be forcibly initialized 166 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/ssfdc.c: In function 'build_logical_block_map': /kisskb/src/drivers/mtd/ssfdc.c:243:17: note: byref variable will be forcibly initialized 243 | uint8_t oob_buf[OOB_SIZE]; | ^~~~~~~ /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/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; | ^~~~ 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:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/mtd/nand/raw/denali_dt.c:11: /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'denali_dt_chip_init': /kisskb/src/drivers/mtd/nand/raw/denali_dt.c:86:13: note: byref variable will be forcibly initialized 86 | u32 bank; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c: In function 'cafe_nand_read_page': /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c:386:21: note: byref variable will be forcibly initialized 386 | int pos[4]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c:385:40: note: byref variable will be forcibly initialized 385 | unsigned short syn[8], pat[4]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c:385:32: note: byref variable will be forcibly initialized 385 | unsigned short syn[8], pat[4]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c: In function 'cafe_read_byte': /kisskb/src/drivers/mtd/nand/raw/cafe_nand.c:152:17: note: byref variable will be forcibly initialized 152 | uint8_t d; | ^ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/mtd/nand/raw/denali_pci.c:8: /kisskb/src/drivers/mtd/nand/raw/denali_pci.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_pci.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/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; | ^~~~~~ 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/mtdswap.c:15: /kisskb/src/drivers/mtd/mtdswap.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/mtdswap.c:15: /kisskb/src/drivers/mtd/mtdswap.c: In function '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/mtdswap.c: In function 'mtdswap_read_markers': /kisskb/src/drivers/mtd/mtdswap.c:326:28: note: byref variable will be forcibly initialized 326 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_check_counts': /kisskb/src/drivers/mtd/mtdswap.c:418:24: note: byref variable will be forcibly initialized 418 | struct rb_root hist_root = RB_ROOT; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_add_mtd': /kisskb/src/drivers/mtd/mtdswap.c:1338:23: note: byref variable will be forcibly initialized 1338 | unsigned long part; | ^~~~ /kisskb/src/drivers/mtd/mtdswap.c:1336:15: note: byref variable will be forcibly initialized 1336 | char *parts; | ^~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_erase_block': /kisskb/src/drivers/mtd/mtdswap.c:529:27: note: byref variable will be forcibly initialized 529 | struct erase_info erase; | ^~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_eblk_passes': /kisskb/src/drivers/mtd/mtdswap.c:881:28: note: byref variable will be forcibly initialized 881 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_write_marker': /kisskb/src/drivers/mtd/mtdswap.c:373:28: note: byref variable will be forcibly initialized 373 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/mtdswap.c:370:32: note: byref variable will be forcibly initialized 370 | struct mtdswap_oobdata n; | ^ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_write_block': /kisskb/src/drivers/mtd/mtdswap.c:619:16: note: byref variable will be forcibly initialized 619 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_move_block': /kisskb/src/drivers/mtd/mtdswap.c:681:16: note: byref variable will be forcibly initialized 681 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_gc_eblock': /kisskb/src/drivers/mtd/mtdswap.c:734:43: note: byref variable will be forcibly initialized 734 | unsigned int i, block, eblk_base, newblock; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_writesect': /kisskb/src/drivers/mtd/mtdswap.c:1023:22: note: byref variable will be forcibly initialized 1023 | unsigned int newblock, mapped; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdswap.c: In function 'mtdswap_readsect': /kisskb/src/drivers/mtd/mtdswap.c:1084:16: note: byref variable will be forcibly initialized 1084 | size_t retlen; | ^~~~~~ In file included from /kisskb/src/drivers/thunderbolt/property.c:11: /kisskb/src/drivers/thunderbolt/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/property.c: In function '__tb_property_format_dir': /kisskb/src/drivers/thunderbolt/property.c:354:25: note: byref variable will be forcibly initialized 354 | size_t dir_len, data_len = 0; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/property.c: In function 'tb_property_parse': /kisskb/src/drivers/thunderbolt/property.c:98:14: note: byref variable will be forcibly initialized 98 | char key[TB_PROPERTY_KEY_SIZE + 1]; | ^~~ /kisskb/src/drivers/thunderbolt/property.c: In function 'tb_property_format_dir': /kisskb/src/drivers/thunderbolt/property.c:494:33: note: byref variable will be forcibly initialized 494 | size_t dir_len, data_len = 0; | ^~~~~~~~ /kisskb/src/drivers/hwmon/tmp421.c: In function 'tmp421_probe_child_from_dt': /kisskb/src/drivers/hwmon/tmp421.c:370:13: note: byref variable will be forcibly initialized 370 | s32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp421.c:369:13: note: byref variable will be forcibly initialized 369 | u32 i; | ^ /kisskb/src/drivers/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; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_service_uevent': /kisskb/src/drivers/thunderbolt/xdomain.c:959:14: note: byref variable will be forcibly initialized 959 | char modalias[64]; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_request': /kisskb/src/drivers/thunderbolt/xdomain.c:472:42: note: byref variable will be forcibly initialized 472 | struct tb_xdp_properties_changed req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:471:51: note: byref variable will be forcibly initialized 471 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_request': /kisskb/src/drivers/thunderbolt/xdomain.c:266:28: note: byref variable will be forcibly initialized 266 | struct tb_xdp_uuid req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:265:37: note: byref variable will be forcibly initialized 265 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:1175:13: note: byref variable will be forcibly initialized 1175 | u64 route; | ^~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1174:16: note: byref variable will be forcibly initialized 1174 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_link_state_change_request': /kisskb/src/drivers/thunderbolt/xdomain.c:571:41: note: byref variable will be forcibly initialized 571 | struct tb_xdp_link_state_change req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:570:50: note: byref variable will be forcibly initialized 570 | struct tb_xdp_link_state_change_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_link_state_status_request': /kisskb/src/drivers/thunderbolt/xdomain.c:508:41: note: byref variable will be forcibly initialized 508 | struct tb_xdp_link_state_status req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:507:50: note: byref variable will be forcibly initialized 507 | struct tb_xdp_link_state_status_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_link_status': /kisskb/src/drivers/thunderbolt/xdomain.c:1228:27: note: byref variable will be forcibly initialized 1228 | u8 slw, tlw, sls, tls; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1228:22: note: byref variable will be forcibly initialized 1228 | u8 slw, tlw, sls, tls; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1228:17: note: byref variable will be forcibly initialized 1228 | u8 slw, tlw, sls, tls; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1228:12: note: byref variable will be forcibly initialized 1228 | u8 slw, tlw, sls, tls; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:2211:34: note: byref variable will be forcibly initialized 2211 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_route': /kisskb/src/drivers/thunderbolt/xdomain.c:2269:34: note: byref variable will be forcibly initialized 2269 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_response': /kisskb/src/drivers/thunderbolt/xdomain.c:494:51: note: byref variable will be forcibly initialized 494 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_response': /kisskb/src/drivers/thunderbolt/xdomain.c:294:37: note: byref variable will be forcibly initialized 294 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_link_state_change_response': /kisskb/src/drivers/thunderbolt/xdomain.c:597:50: note: byref variable will be forcibly initialized 597 | struct tb_xdp_link_state_change_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_error_response': /kisskb/src/drivers/thunderbolt/xdomain.c:311:38: note: byref variable will be forcibly initialized 311 | struct tb_xdp_error_response res; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_rate_read': /kisskb/src/drivers/thunderbolt/tmu.c:105:13: note: byref variable will be forcibly initialized 105 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_ucap_supported': /kisskb/src/drivers/thunderbolt/tmu.c:92:13: note: byref variable will be forcibly initialized 92 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_port_tmu_is_unidirectional': /kisskb/src/drivers/thunderbolt/tmu.c:175:13: note: byref variable will be forcibly initialized 175 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_set_time_disruption': /kisskb/src/drivers/thunderbolt/tmu.c:204:13: note: byref variable will be forcibly initialized 204 | u32 val, offset, bit; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_link_state_change': /kisskb/src/drivers/thunderbolt/xdomain.c:1264:13: note: byref variable will be forcibly initialized 1264 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_rate_write': /kisskb/src/drivers/thunderbolt/tmu.c:119:13: note: byref variable will be forcibly initialized 119 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_objection_mask': /kisskb/src/drivers/thunderbolt/tmu.c:511:13: note: byref variable will be forcibly initialized 511 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_link_state_status_response': /kisskb/src/drivers/thunderbolt/xdomain.c:543:13: note: byref variable will be forcibly initialized 543 | u32 val[2]; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:541:50: note: byref variable will be forcibly initialized 541 | struct tb_xdp_link_state_status_response res; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_port_tmu_write': /kisskb/src/drivers/thunderbolt/tmu.c:136:13: note: byref variable will be forcibly initialized 136 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_set_tmu_mode_params': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/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/thunderbolt/xdomain.c:10: /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'kmalloc_array': /kisskb/src/drivers/thunderbolt/tmu.c:19:24: note: byref variable will be forcibly initialized 19 | u32 freq, avg, val; | ^~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_request': /kisskb/src/drivers/thunderbolt/xdomain.c:327:34: note: byref variable will be forcibly initialized 327 | struct tb_xdp_properties req; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_post_time': /kisskb/src/drivers/thunderbolt/tmu.c:292:13: note: byref variable will be forcibly initialized 292 | u32 gm_local_time[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c:290:38: note: byref variable will be forcibly initialized 290 | u64 hi, mid, lo, local_time, post_time; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c:290:26: note: byref variable will be forcibly initialized 290 | u64 hi, mid, lo, local_time, post_time; | ^~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c:287:45: note: byref variable will be forcibly initialized 287 | unsigned int post_time_high_offset, post_time_high = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_properties': /kisskb/src/drivers/thunderbolt/xdomain.c:1362:13: note: byref variable will be forcibly initialized 1362 | u32 gen = 0; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1361:14: note: byref variable will be forcibly initialized 1361 | u32 *block = NULL; | ^~~~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/vt8231.c:549:23: note: byref variable will be forcibly initialized 549 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/vt8231.c:529:23: note: byref variable will be forcibly initialized 529 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_max_store': /kisskb/src/drivers/hwmon/vt8231.c:305:23: note: byref variable will be forcibly initialized 305 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_min_store': /kisskb/src/drivers/hwmon/vt8231.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/vt8231.c:238:23: note: byref variable will be forcibly initialized 238 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/vt8231.c:218:23: note: byref variable will be forcibly initialized 218 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/vt8231.c:433:14: note: byref variable will be forcibly initialized 433 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/vt8231.c:453:14: note: byref variable will be forcibly initialized 453 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/vt8231.c:367:14: note: byref variable will be forcibly initialized 367 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/vt8231.c:385:14: note: byref variable will be forcibly initialized 385 | long val; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_link_depth': /kisskb/src/drivers/thunderbolt/xdomain.c:2241:34: note: byref variable will be forcibly initialized 2241 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_tuner_i2c_tuner_xfer': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:837:12: note: byref variable will be forcibly initialized 837 | u8 tx_open[2] = { CON_1, state->CON_1_val | 1 }; /* repeater stops once there was a stop condition */ | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:836:24: note: byref variable will be forcibly initialized 836 | struct i2c_msg m[3]; | ^ /kisskb/src/drivers/hwmon/vt8231.c: In function 'vt8231_pci_probe': /kisskb/src/drivers/hwmon/vt8231.c:984:22: note: byref variable will be forcibly initialized 984 | u16 address, val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'find_port_lc_cap': /kisskb/src/drivers/thunderbolt/lc.c:34:13: note: byref variable will be forcibly initialized 34 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_available': /kisskb/src/drivers/thunderbolt/lc.c:487:13: note: byref variable will be forcibly initialized 487 | u32 val, alloc; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:99:24: note: byref variable will be forcibly initialized 99 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:98:12: note: byref variable will be forcibly initialized 98 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_port_configured': /kisskb/src/drivers/thunderbolt/lc.c:52:13: note: byref variable will be forcibly initialized 52 | u32 ctrl, lane; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_xdomain_configured': /kisskb/src/drivers/thunderbolt/lc.c:110:13: note: byref variable will be forcibly initialized 110 | u32 ctrl, lane; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:69:24: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:68:12: note: byref variable will be forcibly initialized 68 | u8 b[2]; | ^ /kisskb/src/drivers/thunderbolt/lc.c: In function '__tb_lc_xhci_connect': /kisskb/src/drivers/thunderbolt/lc.c:276:13: note: byref variable will be forcibly initialized 276 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_wake_one': /kisskb/src/drivers/thunderbolt/lc.c:333:13: note: byref variable will be forcibly initialized 333 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_start_lane_initialization': /kisskb/src/drivers/thunderbolt/lc.c:175:13: note: byref variable will be forcibly initialized 175 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_is_clx_supported': /kisskb/src/drivers/thunderbolt/lc.c:207:13: note: byref variable will be forcibly initialized 207 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_is_usb_plugged': /kisskb/src/drivers/thunderbolt/lc.c:230:13: note: byref variable will be forcibly initialized 230 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_is_xhci_connected': /kisskb/src/drivers/thunderbolt/lc.c:256:13: note: byref variable will be forcibly initialized 256 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_wake': /kisskb/src/drivers/thunderbolt/lc.c:370:13: note: byref variable will be forcibly initialized 370 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_sleep': /kisskb/src/drivers/thunderbolt/lc.c:426:21: note: byref variable will be forcibly initialized 426 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c:409:13: note: byref variable will be forcibly initialized 409 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_lane_bonding_possible': /kisskb/src/drivers/thunderbolt/lc.c:454:13: note: byref variable will be forcibly initialized 454 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_alloc': /kisskb/src/drivers/thunderbolt/lc.c:552:13: note: byref variable will be forcibly initialized 552 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_dealloc': /kisskb/src/drivers/thunderbolt/lc.c:599:13: note: byref variable will be forcibly initialized 599 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_force_power': /kisskb/src/drivers/thunderbolt/lc.c:641:13: note: byref variable will be forcibly initialized 641 | u32 in = 0xffff; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:651:29: note: byref variable will be forcibly initialized 651 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:633:43: note: byref variable will be forcibly initialized 633 | struct dvb_frontend_tune_settings fesettings; | ^~~~~~~~~~ /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 '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/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/media/dvb-frontends/s5h1432.c: In function 's5h1432_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:65:24: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:63:12: note: byref variable will be forcibly initialized 63 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:62:12: note: byref variable will be forcibly initialized 62 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c: In function 's5h1432_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:48:24: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg = {.addr = addr, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:46:12: note: byref variable will be forcibly initialized 46 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:353:24: note: byref variable will be forcibly initialized 353 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:351:12: note: byref variable will be forcibly initialized 351 | u8 b1[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:350:12: note: byref variable will be forcibly initialized 350 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:792:13: note: byref variable will be forcibly initialized 792 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:654:13: note: byref variable will be forcibly initialized 654 | u32 tuner_status = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:24: note: byref variable will be forcibly initialized 336 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:334:12: note: byref variable will be forcibly initialized 334 | u8 buf[] = { reg, data >> 8, data & 0xff }; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nandsim.c:17: /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nandsim.c:17: /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_weakblocks': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:832:15: note: byref variable will be forcibly initialized 832 | char *w; | ^ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_weakpages': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:883:15: note: byref variable will be forcibly initialized 883 | char *w; | ^ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_gravepages': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:934:15: note: byref variable will be forcibly initialized 934 | char *g; | ^ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_badblocks': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:804:15: note: byref variable will be forcibly initialized 804 | char *w; | ^ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:116:12: note: byref variable will be forcibly initialized 116 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:105:12: note: byref variable will be forcibly initialized 105 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:131:12: note: byref variable will be forcibly initialized 131 | u8 buf[2] = { val & 0xff, (val >> 8) & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg32': /kisskb/src/drivers/media/dvb-frontends/si2165.c:145:12: note: byref variable will be forcibly initialized 145 | u8 buf[4] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_if_freq_shift': /kisskb/src/drivers/media/dvb-frontends/si2165.c:849:13: note: byref variable will be forcibly initialized 849 | u32 IF = 0; | ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init_pll': /kisskb/src/drivers/media/dvb-frontends/si2165.c:209:12: note: byref variable will be forcibly initialized 209 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:138:12: note: byref variable will be forcibly initialized 138 | u8 buf[3] = { val & 0xff, (val >> 8) & 0xff, (val >> 16) & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware_block': /kisskb/src/drivers/media/dvb-frontends/si2165.c:290:12: note: byref variable will be forcibly initialized 290 | u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 }; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:95:22: note: byref variable will be forcibly initialized 95 | unsigned int val_tmp; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_wait_init_done': /kisskb/src/drivers/media/dvb-frontends/si2165.c:270:12: note: byref variable will be forcibly initialized 270 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_probe': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1154:12: note: byref variable will be forcibly initialized 1154 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_read_status': /kisskb/src/drivers/media/dvb-frontends/si2165.c:768:37: note: byref variable will be forcibly initialized 768 | u32 biterrcnt; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:672:13: note: byref variable will be forcibly initialized 672 | u32 u32tmp; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:671:12: note: byref variable will be forcibly initialized 671 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1039:12: note: byref variable will be forcibly initialized 1039 | u8 val[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg_mask8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:158:20: note: byref variable will be forcibly initialized 158 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware': /kisskb/src/drivers/media/dvb-frontends/si2165.c:372:13: note: byref variable will be forcibly initialized 372 | u32 offset; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:368:32: note: byref variable will be forcibly initialized 368 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:365:13: note: byref variable will be forcibly initialized 365 | u16 val16; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:364:12: note: byref variable will be forcibly initialized 364 | u8 val[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init': /kisskb/src/drivers/media/dvb-frontends/si2165.c:530:12: note: byref variable will be forcibly initialized 530 | u8 patch_version = 0x00; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:529:12: note: byref variable will be forcibly initialized 529 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_writereg': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:57:24: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 4 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:56:12: note: byref variable will be forcibly initialized 56 | u8 b0 [] = { reg >> 8 , reg & 0xff, data >> 8, data & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_correct_offsets': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:313:13: note: byref variable will be forcibly initialized 313 | int frequency_shift; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'i2c_writebytes': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:42:24: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = len }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_initial_setup': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:140:12: note: byref variable will be forcibly initialized 140 | u8 buf [BLOCKSIZE + 2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_readreg': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:81:24: note: byref variable will be forcibly initialized 81 | struct i2c_msg msg[] = {{ .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:79:12: note: byref variable will be forcibly initialized 79 | u8 b1 [2]; | ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:78:12: note: byref variable will be forcibly initialized 78 | u8 b0 [] = { reg >> 8 , reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_setup_frontend_parameters': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:353:18: note: byref variable will be forcibly initialized 353 | u16 val, reg0xc05; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:351:18: note: byref variable will be forcibly initialized 351 | unsigned actual_freq; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_init': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:521:32: note: byref variable will be forcibly initialized 521 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_sleep': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:42:24: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:41:12: note: byref variable will be forcibly initialized 41 | u8 buf[] = { 10, 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_attach': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:193:24: note: byref variable will be forcibly initialized 193 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:192:12: note: byref variable will be forcibly initialized 192 | u8 b1[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:191:12: note: byref variable will be forcibly initialized 191 | u8 b0[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c: In function 'stb6000_set_params': /kisskb/src/drivers/media/dvb-frontends/stb6000.c:73:24: note: byref variable will be forcibly initialized 73 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6000.c:72:12: note: byref variable will be forcibly initialized 72 | u8 buf[12]; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'link_is_usb4': /kisskb/src/drivers/thunderbolt/usb4.c:198:13: note: byref variable will be forcibly initialized 198 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_read_allocated_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1828:22: note: byref variable will be forcibly initialized 1828 | u32 val, bw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1828:13: note: byref variable will be forcibly initialized 1828 | u32 val, bw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_read_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1882:22: note: byref variable will be forcibly initialized 1882 | u32 val, bw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1882:13: note: byref variable will be forcibly initialized 1882 | u32 val, bw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_check_wakes': /kisskb/src/drivers/thunderbolt/usb4.c:160:13: note: byref variable will be forcibly initialized 160 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_native_switch_op': /kisskb/src/drivers/thunderbolt/usb4.c:58:13: note: byref variable will be forcibly initialized 58 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_drom_read_block': /kisskb/src/drivers/thunderbolt/usb4.c:306:13: note: byref variable will be forcibly initialized 306 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:305:12: note: byref variable will be forcibly initialized 305 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_read_block': /kisskb/src/drivers/thunderbolt/usb4.c:495:13: note: byref variable will be forcibly initialized 495 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:494:12: note: byref variable will be forcibly initialized 494 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_write_next_block': /kisskb/src/drivers/thunderbolt/usb4.c:560:12: note: byref variable will be forcibly initialized 560 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_set_configured': /kisskb/src/drivers/thunderbolt/usb4.c:1052:13: note: byref variable will be forcibly initialized 1052 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_set_xdomain_configured': /kisskb/src/drivers/thunderbolt/usb4.c:1096:13: note: byref variable will be forcibly initialized 1096 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_write_allocated_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1910:28: note: byref variable will be forcibly initialized 1910 | u32 val, ubw, dbw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1910:13: note: byref variable will be forcibly initialized 1910 | u32 val, ubw, dbw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_wait_for_bit': /kisskb/src/drivers/thunderbolt/usb4.c:1144:21: note: byref variable will be forcibly initialized 1144 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_write': /kisskb/src/drivers/thunderbolt/usb4.c:1224:13: note: byref variable will be forcibly initialized 1224 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_set_router_offline': /kisskb/src/drivers/thunderbolt/usb4.c:1310:13: note: byref variable will be forcibly initialized 1310 | u32 val = !offline; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_read': /kisskb/src/drivers/thunderbolt/usb4.c:1184:13: note: byref variable will be forcibly initialized 1184 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_op': /kisskb/src/drivers/thunderbolt/usb4.c:1270:13: note: byref variable will be forcibly initialized 1270 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_cm_request': /kisskb/src/drivers/thunderbolt/usb4.c:1766:13: note: byref variable will be forcibly initialized 1766 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_setup': /kisskb/src/drivers/thunderbolt/usb4.c:226:13: note: byref variable will be forcibly initialized 226 | u32 val = 0; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_lane_bonding_possible': /kisskb/src/drivers/thunderbolt/usb4.c:350:13: note: byref variable will be forcibly initialized 350 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_set_wake': /kisskb/src/drivers/thunderbolt/usb4.c:371:13: note: byref variable will be forcibly initialized 371 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_set_sleep': /kisskb/src/drivers/thunderbolt/usb4.c:448:13: note: byref variable will be forcibly initialized 448 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_sector_size': /kisskb/src/drivers/thunderbolt/usb4.c:476:12: note: byref variable will be forcibly initialized 476 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:475:13: note: byref variable will be forcibly initialized 475 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_set_offset': /kisskb/src/drivers/thunderbolt/usb4.c:541:12: note: byref variable will be forcibly initialized 541 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:540:13: note: byref variable will be forcibly initialized 540 | u32 metadata, dwaddress; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_authenticate_status': /kisskb/src/drivers/thunderbolt/usb4.c:643:13: note: byref variable will be forcibly initialized 643 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_credits_init': /kisskb/src/drivers/thunderbolt/usb4.c:690:12: note: byref variable will be forcibly initialized 690 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:689:13: note: byref variable will be forcibly initialized 689 | u32 metadata = 0; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:688:13: note: byref variable will be forcibly initialized 688 | u32 data[NVM_DATA_DWORDS]; | ^~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_query_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:826:12: note: byref variable will be forcibly initialized 826 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:825:13: note: byref variable will be forcibly initialized 825 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_alloc_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:856:12: note: byref variable will be forcibly initialized 856 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:855:13: note: byref variable will be forcibly initialized 855 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_dealloc_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:879:12: note: byref variable will be forcibly initialized 879 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:878:13: note: byref variable will be forcibly initialized 878 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_unlock': /kisskb/src/drivers/thunderbolt/usb4.c:1039:13: note: byref variable will be forcibly initialized 1039 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_read_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:22:24: note: byref variable will be forcibly initialized 22 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_enumerate_retimers': /kisskb/src/drivers/thunderbolt/usb4.c:1360:13: note: byref variable will be forcibly initialized 1360 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_clx_supported': /kisskb/src/drivers/thunderbolt/usb4.c:1377:13: note: byref variable will be forcibly initialized 1377 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/sp2.c:237:12: note: byref variable will be forcibly initialized 237 | u8 buf[2]; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_read_block': /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_write_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:59:24: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:56:12: note: byref variable will be forcibly initialized 56 | u8 buffer[35]; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1671:13: note: byref variable will be forcibly initialized 1671 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_is_last': /kisskb/src/drivers/thunderbolt/usb4.c:1475:13: note: byref variable will be forcibly initialized 1475 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_sector_size': /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_op_cam': /kisskb/src/drivers/media/dvb-frontends/sp2.c:97:13: note: byref variable will be forcibly initialized 97 | int mem, ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:96:12: note: byref variable will be forcibly initialized 96 | u8 store; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1501:13: note: byref variable will be forcibly initialized 1501 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_set_offset': /kisskb/src/drivers/thunderbolt/usb4.c:1528:13: note: byref variable will be forcibly initialized 1528 | u32 metadata, dwaddress; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_write': /kisskb/src/drivers/thunderbolt/usb4.c:1583:29: note: byref variable will be forcibly initialized 1583 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_ts_enable': /kisskb/src/drivers/media/dvb-frontends/sp2.c:219:12: note: byref variable will be forcibly initialized 219 | u8 buf; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_authenticate': /kisskb/src/drivers/thunderbolt/usb4.c:1607:13: note: byref variable will be forcibly initialized 1607 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_reset': /kisskb/src/drivers/media/dvb-frontends/sp2.c:177:12: note: byref variable will be forcibly initialized 177 | u8 buf; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_authenticate_status': /kisskb/src/drivers/thunderbolt/usb4.c:1635:23: note: byref variable will be forcibly initialized 1635 | u32 metadata, val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c:1635:13: note: byref variable will be forcibly initialized 1635 | u32 metadata, val; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_read': /kisskb/src/drivers/thunderbolt/usb4.c:1706:29: note: byref variable will be forcibly initialized 1706 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_init': /kisskb/src/drivers/media/dvb-frontends/sp2.c:267:12: note: byref variable will be forcibly initialized 267 | u8 cimax_init[34] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:266:12: note: byref variable will be forcibly initialized 266 | u8 buf; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_max_link_rate': /kisskb/src/drivers/thunderbolt/usb4.c:1722:13: note: byref variable will be forcibly initialized 1722 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_actual_link_rate': /kisskb/src/drivers/thunderbolt/usb4.c:1746:13: note: byref variable will be forcibly initialized 1746 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_allocate_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1956:31: note: byref variable will be forcibly initialized 1956 | int ret, consumed_up, consumed_down, allocate_up, allocate_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1956:18: note: byref variable will be forcibly initialized 1956 | int ret, consumed_up, consumed_down, allocate_up, allocate_down; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_release_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1998:31: note: byref variable will be forcibly initialized 1998 | int ret, consumed_up, consumed_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1998:18: note: byref variable will be forcibly initialized 1998 | int ret, consumed_up, consumed_down; | ^~~~~~~~~~~ /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/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, 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; | ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7462.c:1382:14: note: byref variable will be forcibly initialized 1382 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_store': /kisskb/src/drivers/hwmon/adt7462.c:1325:14: note: byref variable will be forcibly initialized 1325 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmax_store': /kisskb/src/drivers/hwmon/adt7462.c:1232:14: note: byref variable will be forcibly initialized 1232 | long trange; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7462.c:1270:14: note: byref variable will be forcibly initialized 1270 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_hyst_store': /kisskb/src/drivers/hwmon/adt7462.c:1188:14: note: byref variable will be forcibly initialized 1188 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1126:14: note: byref variable will be forcibly initialized 1126 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1156:14: note: byref variable will be forcibly initialized 1156 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7462.c:1098:14: note: byref variable will be forcibly initialized 1098 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1065:14: note: byref variable will be forcibly initialized 1065 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1019:14: note: byref variable will be forcibly initialized 1019 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_min_store': /kisskb/src/drivers/hwmon/adt7462.c:934:14: note: byref variable will be forcibly initialized 934 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_max_store': /kisskb/src/drivers/hwmon/adt7462.c:894:14: note: byref variable will be forcibly initialized 894 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adt7462.c:797:14: note: byref variable will be forcibly initialized 797 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adt7462.c:833:14: note: byref variable will be forcibly initialized 833 | long temp; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_battery_map_status_voltage': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1267:14: note: byref variable will be forcibly initialized 1267 | long flags = (long) data[2]; | ^~~~~ /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/hid/hid-logitech-hidpp.c: In function 'hidpp20_battery_event_1000': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1221:46: note: byref variable will be forcibly initialized 1221 | int status, capacity, next_capacity, level; | ^~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1221:31: note: byref variable will be forcibly initialized 1221 | int status, capacity, next_capacity, level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1221:21: note: byref variable will be forcibly initialized 1221 | int status, capacity, next_capacity, level; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_battery_voltage_event': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1407:37: note: byref variable will be forcibly initialized 1407 | int status, voltage, level, charge_type; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1407:30: note: byref variable will be forcibly initialized 1407 | int status, voltage, level, charge_type; | ^~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1407:21: note: byref variable will be forcibly initialized 1407 | int status, voltage, level, charge_type; | ^~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp10_consumer_keys_raw_event': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3387:12: note: byref variable will be forcibly initialized 3387 | u8 consumer_report[5]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'wtp_mouse_raw_xy_event': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2739:38: note: byref variable will be forcibly initialized 2739 | struct hidpp_touchpad_raw_xy raw = { | ^~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'wtp_raw_event': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2776:38: note: byref variable will be forcibly initialized 2776 | struct hidpp_touchpad_raw_xy raw; | ^~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_set_autocenter': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2465:12: note: byref variable will be forcibly initialized 2465 | u8 params[HIDPP_AUTOCENTER_PARAMS_LENGTH]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_set_gain': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2487:12: note: byref variable will be forcibly initialized 2487 | u8 params[4]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_playback': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2443:12: note: byref variable will be forcibly initialized 2443 | u8 params[2]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_erase_effect': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2455:12: note: byref variable will be forcibly initialized 2455 | u8 slot = 0; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_upload_effect': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2297:12: note: byref variable will be forcibly initialized 2297 | u8 params[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/drivers/hid/hid-logitech-hidpp.c:13: /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/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-logitech-hidpp.c:13: /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_send_message_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-logitech-hidpp.c:299:14: note: in expansion of macro 'wait_event_timeout' 299 | if (!wait_event_timeout(hidpp->wait, hidpp->answer_available, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_unifying_get_serial': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:808:12: note: byref variable will be forcibly initialized 808 | u8 params[1] = { HIDPP_EXTENDED_PAIRING }; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:806:29: note: byref variable will be forcibly initialized 806 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_root_get_protocol_version': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:889:29: note: byref variable will be forcibly initialized 889 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:888:12: note: byref variable will be forcibly initialized 888 | u8 ping_data[3] = { 0, 0, ping_byte }; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'm560_send_config_command': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2922:29: note: byref variable will be forcibly initialized 2922 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp10_set_register': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:541:12: note: byref variable will be forcibly initialized 541 | u8 params[3] = { 0 }; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:539:29: note: byref variable will be forcibly initialized 539 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp10_query_battery_mileage': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:701:29: note: byref variable will be forcibly initialized 701 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp10_query_battery_status': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:649:29: note: byref variable will be forcibly initialized 649 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_root_get_feature': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:867:12: note: byref variable will be forcibly initialized 867 | u8 params[2] = { feature >> 8, feature & 0x00FF }; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:865:29: note: byref variable will be forcibly initialized 865 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_set_wireless_feature_index': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1718:12: note: byref variable will be forcibly initialized 1718 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_devicenametype_get_count': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:944:29: note: byref variable will be forcibly initialized 944 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_devicenametype_get_device_name': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:966:29: note: byref variable will be forcibly initialized 966 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_touchpad_get_raw_info': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2010:29: note: byref variable will be forcibly initialized 2010 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'wtp_get_config': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2818:12: note: byref variable will be forcibly initialized 2818 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'g920_ff_set_autocenter': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3135:12: note: byref variable will be forcibly initialized 3135 | u8 params[HIDPP_AUTOCENTER_PARAMS_LENGTH] = { | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3134:29: note: byref variable will be forcibly initialized 3134 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'g920_get_config': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3159:12: note: byref variable will be forcibly initialized 3159 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3158:29: note: byref variable will be forcibly initialized 3158 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_touchpad_set_raw_report_state': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2052:12: note: byref variable will be forcibly initialized 2052 | u8 params = send_raw_reports | (sensor_enhanced_settings << 2); | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2041:29: note: byref variable will be forcibly initialized 2041 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_touchpad_fw_items_set': /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:152:24: note: byref variable will be forcibly initialized 152 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:150:12: note: byref variable will be forcibly initialized 150 | u8 regs[STB6100_NUMREGS]; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1940:29: note: byref variable will be forcibly initialized 1940 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'k400_disable_tap_to_click': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3082:12: note: byref variable will be forcibly initialized 3082 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_solar_request_battery_event': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1838:12: note: byref variable will be forcibly initialized 1838 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1837:12: note: byref variable will be forcibly initialized 1837 | u8 params[2] = { 1, 1 }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:124:24: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1836:29: note: byref variable will be forcibly initialized 1836 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_battery_get_battery_voltage': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1310:29: note: byref variable will be forcibly initialized 1310 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_query_battery_voltage_info': /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_get_frequency': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1375:37: note: byref variable will be forcibly initialized 1375 | int status, voltage, level, charge_type; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:304:12: note: byref variable will be forcibly initialized 304 | u8 regs[STB6100_NUMREGS]; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1375:30: note: byref variable will be forcibly initialized 1375 | int status, voltage, level, charge_type; | ^~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1375:21: note: byref variable will be forcibly initialized 1375 | int status, voltage, level, charge_type; | ^~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1375:13: note: byref variable will be forcibly initialized 1375 | int status, voltage, level, charge_type; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1373:12: note: byref variable will be forcibly initialized 1373 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_unifiedbattery_get_capabilities': /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg_range': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1453:29: note: byref variable will be forcibly initialized 1453 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_unifiedbattery_get_status': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1549:29: note: byref variable will be forcibly initialized 1549 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_query_battery_info_1004': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:177:24: note: byref variable will be forcibly initialized 177 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:176:12: note: byref variable will be forcibly initialized 176 | u8 cmdbuf[MAX_XFER_SIZE]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1579:21: note: byref variable will be forcibly initialized 1579 | int status, level; | ^~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1579:13: note: byref variable will be forcibly initialized 1579 | int status, level; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1578:12: note: byref variable will be forcibly initialized 1578 | u8 state_of_charge; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1576:12: note: byref variable will be forcibly initialized 1576 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_batterylevel_get_battery_capacity': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1125:29: note: byref variable will be forcibly initialized 1125 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_batterylevel_get_battery_info': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1153:29: note: byref variable will be forcibly initialized 1153 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_cmd': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:358:13: note: byref variable will be forcibly initialized 358 | u32 reg, cmd = 0; | ^~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp20_query_battery_info_1000': /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:217:12: note: byref variable will be forcibly initialized 217 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1184:46: note: byref variable will be forcibly initialized 1184 | int status, capacity, next_capacity, level; | ^~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1184:31: note: byref variable will be forcibly initialized 1184 | int status, capacity, next_capacity, level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1184:21: note: byref variable will be forcibly initialized 1184 | int status, capacity, next_capacity, level; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1184:13: note: byref variable will be forcibly initialized 1184 | int status, capacity, next_capacity, level; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_hrw_set_wheel_mode': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1806:29: note: byref variable will be forcibly initialized 1806 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1805:12: note: byref variable will be forcibly initialized 1805 | u8 params[1]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1803:12: note: byref variable will be forcibly initialized 1803 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1802:12: note: byref variable will be forcibly initialized 1802 | u8 feature_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_hrw_get_wheel_capability': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1778:29: note: byref variable will be forcibly initialized 1778 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1776:12: note: byref variable will be forcibly initialized 1776 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1775:12: note: byref variable will be forcibly initialized 1775 | u8 feature_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_hrs_set_highres_scrolling_mode': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1744:29: note: byref variable will be forcibly initialized 1744 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1743:12: note: byref variable will be forcibly initialized 1743 | u8 params[1]; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1741:12: note: byref variable will be forcibly initialized 1741 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1740:12: note: byref variable will be forcibly initialized 1740 | u8 feature_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hi_res_scroll_enable': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:3416:12: note: byref variable will be forcibly initialized 3416 | u8 multiplier = 1; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_work_handler': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2204:29: note: byref variable will be forcibly initialized 2204 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_unifying_get_name': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:773:15: note: byref variable will be forcibly initialized 773 | char *name; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:772:12: note: byref variable will be forcibly initialized 772 | u8 params[1] = { HIDPP_DEVICE_NAME }; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:770:29: note: byref variable will be forcibly initialized 770 | struct hidpp_report response; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_unifying_init': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:830:13: note: byref variable will be forcibly initialized 830 | u32 serial; | ^~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_get_device_name': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1010:15: note: byref variable will be forcibly initialized 1010 | char *name; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1009:12: note: byref variable will be forcibly initialized 1009 | u8 __name_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1008:12: note: byref variable will be forcibly initialized 1008 | u8 feature_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c:1007:12: note: byref variable will be forcibly initialized 1007 | u8 feature_type; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_read_page_hwecc': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:663:23: note: byref variable will be forcibly initialized 663 | unsigned long fail_sec_flag; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_chips_init': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:1077:13: note: byref variable will be forcibly initialized 1077 | u32 cs; | ^~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_probe': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:4051:38: note: byref variable will be forcibly initialized 4051 | struct hidpp_ff_private_data data; | ^~~~ /kisskb/src/drivers/hid/hid-logitech-hidpp.c: In function 'hidpp_ff_range_store': /kisskb/src/drivers/hid/hid-logitech-hidpp.c:2515:12: note: byref variable will be forcibly initialized 2515 | u8 params[2]; | ^~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'param_set_scroll_speed': /kisskb/src/drivers/hid/hid-magicmouse.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long speed; | ^~~~~ /kisskb/src/drivers/hwmon/aquacomputer_d5next.c: In function 'aqc_debugfs_init': /kisskb/src/drivers/hwmon/aquacomputer_d5next.c:664:14: note: byref variable will be forcibly initialized 664 | char name[64]; | ^~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'magicmouse_enable_multitouch': /kisskb/src/drivers/hid/hid-magicmouse.c:716:18: note: byref variable will be forcibly initialized 716 | const u8 feature_mt_trackpad2_bt[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:715:18: note: byref variable will be forcibly initialized 715 | const u8 feature_mt_trackpad2_usb[] = { 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:714:18: note: byref variable will be forcibly initialized 714 | const u8 feature_mt_mouse2[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:713:18: note: byref variable will be forcibly initialized 713 | const u8 feature_mt[] = { 0xD7, 0x01 }; | ^~~~~~~~~~ /kisskb/src/drivers/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/hid/hid-ntrig.c: In function 'set_deactivate_slack': /kisskb/src/drivers/hid/hid-ntrig.c:409:23: note: byref variable will be forcibly initialized 409 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'set_activation_height': /kisskb/src/drivers/hid/hid-ntrig.c:375:23: note: byref variable will be forcibly initialized 375 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'set_activation_width': /kisskb/src/drivers/hid/hid-ntrig.c:339:23: note: byref variable will be forcibly initialized 339 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'set_activate_slack': /kisskb/src/drivers/hid/hid-ntrig.c:304:23: note: byref variable will be forcibly initialized 304 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'set_min_width': /kisskb/src/drivers/hid/hid-ntrig.c:235:23: note: byref variable will be forcibly initialized 235 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'set_min_height': /kisskb/src/drivers/hid/hid-ntrig.c:270:23: note: byref variable will be forcibly initialized 270 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-ntrig.c: In function 'ntrig_report_version': /kisskb/src/drivers/hid/hid-ntrig.c:143:14: note: byref variable will be forcibly initialized 143 | char buf[20]; | ^~~ /kisskb/src/drivers/thunderbolt/usb4_port.c: In function 'rescan_store': /kisskb/src/drivers/thunderbolt/usb4_port.c:171:14: note: byref variable will be forcibly initialized 171 | bool val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4_port.c: In function 'offline_store': /kisskb/src/drivers/thunderbolt/usb4_port.c:120:14: note: byref variable will be forcibly initialized 120 | bool val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_parse_instructions': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:599:46: note: byref variable will be forcibly initialized 599 | unsigned int offset, naddrs, pktsize; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_status_type_exec': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:804:13: note: byref variable will be forcibly initialized 804 | u32 tmp; | ^~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_rw_pio_op': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:695:21: note: byref variable will be forcibly initialized 695 | u32 remainder; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:17: /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_active': /kisskb/src/drivers/thunderbolt/nvm.c:59:29: note: byref variable will be forcibly initialized 59 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_non_active': /kisskb/src/drivers/thunderbolt/nvm.c:124:29: note: byref variable will be forcibly initialized 124 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_write_page_hw_ecc': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:519:24: note: byref variable will be forcibly initialized 519 | struct anfc_op nfc_op = { | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_read_data': /kisskb/src/drivers/thunderbolt/nvm.c:185:20: note: byref variable will be forcibly initialized 185 | u8 data[NVM_DATA_DWORDS * 4]; | ^~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_write_data': /kisskb/src/drivers/thunderbolt/nvm.c:232:20: note: byref variable will be forcibly initialized 232 | u8 data[NVM_DATA_DWORDS * 4]; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_read_page_hw_ecc': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:402:24: note: byref variable will be forcibly initialized 402 | struct anfc_op nfc_op = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_chip_init': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:1280:13: note: byref variable will be forcibly initialized 1280 | int rb, ret, i; | ^~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_nvm_authenticate': /kisskb/src/drivers/thunderbolt/retimer.c:154:13: note: byref variable will be forcibly initialized 154 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'nvm_authenticate_store': /kisskb/src/drivers/thunderbolt/retimer.c:215:13: note: byref variable will be forcibly initialized 215 | int val, ret; | ^~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_port_find_retimer': /kisskb/src/drivers/thunderbolt/retimer.c:427:34: note: byref variable will be forcibly initialized 427 | struct tb_retimer_lookup lookup = { .port = port, .index = index }; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_nvm_add': /kisskb/src/drivers/thunderbolt/retimer.c:62:13: note: byref variable will be forcibly initialized 62 | u32 val, nvm_size; | ^~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_add': /kisskb/src/drivers/thunderbolt/retimer.c:328:21: note: byref variable will be forcibly initialized 328 | u32 vendor, device; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c:328:13: note: byref variable will be forcibly initialized 328 | u32 vendor, device; | ^~~~~~ /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/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/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cmd_erase': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2100:45: note: byref variable will be forcibly initialized 2100 | const struct nand_operation nand_op = { | ^~~~~~~ /kisskb/src/drivers/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; | ^~~~ 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/hid/hid-playstation.c: In function 'dualsense_output_worker': /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/hid/hid-playstation.c:954:40: note: byref variable will be forcibly initialized 954 | struct dualsense_output_report report; | ^~~~~~ /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/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; | ^~~~~ /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:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'ebu_nand_probe': /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:588:13: note: byref variable will be forcibly initialized 588 | u32 cs; | ^~ /kisskb/src/drivers/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_fan': /kisskb/src/drivers/hwmon/f71805f.c:843:23: note: byref variable will be forcibly initialized 843 | 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_in0_min': /kisskb/src/drivers/hwmon/f71805f.c:476:14: note: byref variable will be forcibly initialized 476 | long val; | ^~~ /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/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/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/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/hwmon/ds1621.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/ds1621.c:281:23: note: byref variable will be forcibly initialized 281 | unsigned long convrate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds1621.c:238:14: note: byref variable will be forcibly initialized 238 | long val; | ^~~ /kisskb/src/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/hwmon/g760a.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g760a.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:54:12: note: byref variable will be forcibly initialized 54 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:86:24: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:85:12: note: byref variable will be forcibly initialized 85 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:84:12: note: byref variable will be forcibly initialized 84 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_readregs': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:115:24: note: byref variable will be forcibly initialized 115 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = ®1, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_get_symbolrate': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:238:12: note: byref variable will be forcibly initialized 238 | s8 rtf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:237:12: note: byref variable will be forcibly initialized 237 | u8 sfr[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:74:24: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:73:12: note: byref variable will be forcibly initialized 73 | u8 buf [] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:100:24: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:99:12: note: byref variable will be forcibly initialized 99 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c:98:12: note: byref variable will be forcibly initialized 98 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0299.c: In function 'stv0299_send_legacy_dish_cmd': /kisskb/src/drivers/media/dvb-frontends/stv0299.c:400:17: note: byref variable will be forcibly initialized 400 | ktime_t nexttime; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:43:24: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:42:12: note: byref variable will be forcibly initialized 42 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_readregs': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:98:24: note: byref variable will be forcibly initialized 98 | struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_snr': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:375:12: note: byref variable will be forcibly initialized 375 | u8 SNR[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:352:12: note: byref variable will be forcibly initialized 352 | u8 STRENGTH[3]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:59:24: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 1}, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:58:12: note: byref variable will be forcibly initialized 58 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:57:12: note: byref variable will be forcibly initialized 57 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_ber': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:335:12: note: byref variable will be forcibly initialized 335 | u8 BER[3]; | ^~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'counter_set_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:606:13: note: byref variable will be forcibly initialized 606 | u32 data[COUNTER_SET_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'path_show_one': /kisskb/src/drivers/thunderbolt/debugfs.c:544:13: note: byref variable will be forcibly initialized 544 | u32 data[PATH_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'port_basic_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:393:13: note: byref variable will be forcibly initialized 393 | u32 data[PORT_CAP_BASIC_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'cap_show_by_dw': /kisskb/src/drivers/thunderbolt/debugfs.c:260:13: note: byref variable will be forcibly initialized 260 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:285:21: note: byref variable will be forcibly initialized 285 | u32 data[TB_MAX_CONFIG_RW_LENGTH]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'port_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:311:27: note: byref variable will be forcibly initialized 311 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'switch_basic_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:491:13: note: byref variable will be forcibly initialized 491 | u32 data[SWITCH_CAP_BASIC_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'switch_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:441:27: note: byref variable will be forcibly initialized 441 | struct tb_cap_any header; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/thunderbolt/debugfs.c:10: /kisskb/src/drivers/thunderbolt/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/thunderbolt/debugfs.c: In function 'parse_line': /kisskb/src/drivers/thunderbolt/debugfs.c:85:13: note: byref variable will be forcibly initialized 85 | u32 v[5]; | ^ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'counters_write': /kisskb/src/drivers/thunderbolt/debugfs.c:233:26: note: byref variable will be forcibly initialized 233 | u32 val, offset; | ^~~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c:233:21: note: byref variable will be forcibly initialized 233 | u32 val, offset; | ^~~ /kisskb/src/drivers/thunderbolt/debugfs.c:232:23: note: byref variable will be forcibly initialized 232 | char *line = buf; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'tb_switch_debugfs_init': /kisskb/src/drivers/thunderbolt/debugfs.c:675:22: note: byref variable will be forcibly initialized 675 | char dir_name[10]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1154:13: note: byref variable will be forcibly initialized 1154 | u32 freq = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:123:24: note: byref variable will be forcibly initialized 123 | struct i2c_msg i2cmsg = { | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:121:12: note: byref variable will be forcibly initialized 121 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:144:24: note: byref variable will be forcibly initialized 144 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:143:12: note: byref variable will be forcibly initialized 143 | u8 buf = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:142:12: note: byref variable will be forcibly initialized 142 | u8 b0[] = { MSB(reg), LSB(reg) }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:23: note: byref variable will be forcibly initialized 182 | u8 reg, mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:17: note: byref variable will be forcibly initialized 182 | u8 reg, mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_blind_search_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1596:17: note: byref variable will be forcibly initialized 1596 | fec_timeout = 50, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_get_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:18: note: byref variable will be forcibly initialized 197 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:12: note: byref variable will be forcibly initialized 197 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1595:17: note: byref variable will be forcibly initialized 1595 | s32 demod_timeout = 500, | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_send_burst': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1742:12: note: byref variable will be forcibly initialized 1742 | u8 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_setbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:18: note: byref variable will be forcibly initialized 228 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:12: note: byref variable will be forcibly initialized 228 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:356:13: note: byref variable will be forcibly initialized 356 | u32 freq = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writeregs': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:125:24: note: byref variable will be forcibly initialized 125 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:124:12: note: byref variable will be forcibly initialized 124 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_track_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:820:17: note: byref variable will be forcibly initialized 820 | timef, | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:819:17: note: byref variable will be forcibly initialized 819 | timed, | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:159:12: note: byref variable will be forcibly initialized 159 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:168:24: note: byref variable will be forcibly initialized 168 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:167:12: note: byref variable will be forcibly initialized 167 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:166:12: note: byref variable will be forcibly initialized 166 | u8 b0[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:335:12: note: byref variable will be forcibly initialized 335 | u8 tmp = stv0367_readreg(state, R367TER_I2CRPT); | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:18: note: byref variable will be forcibly initialized 240 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:12: note: byref variable will be forcibly initialized 240 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_attach': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1903:36: note: byref variable will be forcibly initialized 1903 | struct stv0900_init_params init_params; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:192:17: note: byref variable will be forcibly initialized 192 | max_steps; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:190:17: note: byref variable will be forcibly initialized 190 | sft_stp_tout, | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:189:17: note: byref variable will be forcibly initialized 189 | fqc_inc, | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writebits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:23: note: byref variable will be forcibly initialized 214 | u8 reg, mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:17: note: byref variable will be forcibly initialized 214 | u8 reg, mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_dvbs1_acq_workaround': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1273:17: note: byref variable will be forcibly initialized 1273 | fec_timeout, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1272:17: note: byref variable will be forcibly initialized 1272 | demod_timeout, | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:34: note: byref variable will be forcibly initialized 1810 | s32 demod_timeout = 500, fec_timeout = 50; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:13: note: byref variable will be forcibly initialized 1810 | s32 demod_timeout = 500, fec_timeout = 50; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ddb_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:3077:13: note: byref variable will be forcibly initialized 3077 | u32 ucblocks = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2600:13: note: byref variable will be forcibly initialized 2600 | u32 ifkhz = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2326:49: note: byref variable will be forcibly initialized 2326 | u32 QAMFEC_Lock, QAM_Lock, u32_tmp, ifkhz, | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1005:58: note: byref variable will be forcibly initialized 1005 | u32 trl_nomrate = 0, InternalFreq = 0, temp = 0, ifkhz = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:36:24: note: byref variable will be forcibly initialized 36 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:35:12: note: byref variable will be forcibly initialized 35 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:34:12: note: byref variable will be forcibly initialized 34 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:57:24: note: byref variable will be forcibly initialized 57 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:55:12: note: byref variable will be forcibly initialized 55 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:88:12: note: byref variable will be forcibly initialized 88 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'st6110x_init_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:338:12: note: byref variable will be forcibly initialized 338 | u8 default_regs[] = {0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:136:24: note: byref variable will be forcibly initialized 136 | struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:135:12: note: byref variable will be forcibly initialized 135 | u8 data[3] = {reg >> 8, reg & 0xff, val}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:151:24: note: byref variable will be forcibly initialized 151 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:150:12: note: byref variable will be forcibly initialized 150 | u8 msg[2] = {reg >> 8, reg & 0xff}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_field': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:192:25: note: byref variable will be forcibly initialized 192 | u8 shift, mask, old, new; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_signal_parameters': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:503:12: note: byref variable will be forcibly initialized 503 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_shared_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:179:12: note: byref variable will be forcibly initialized 179 | u8 tmp; | ^~~ /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/media/dvb-frontends/stv0910.c: In function 'tracking_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:543:12: note: byref variable will be forcibly initialized 543 | u8 tmp; | ^~~ /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/media/dvb-frontends/stv0910.c: In function 'get_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:634:12: note: byref variable will be forcibly initialized 634 | u8 data1; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:633:12: note: byref variable will be forcibly initialized 633 | u8 data0; | ^~~~~ /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/media/dvb-frontends/stv0910.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1315:13: note: byref variable will be forcibly initialized 1315 | s32 snrval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_cur_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:469:12: note: byref variable will be forcibly initialized 469 | u8 tim_offs2; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:468:12: note: byref variable will be forcibly initialized 468 | u8 tim_offs1; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:467:12: note: byref variable will be forcibly initialized 467 | u8 tim_offs0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:466:12: note: byref variable will be forcibly initialized 466 | u8 symb_freq3; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/gl518sm.c: In function 'set_beep_enable': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:465:12: note: byref variable will be forcibly initialized 465 | u8 symb_freq2; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:464:12: note: byref variable will be forcibly initialized 464 | u8 symb_freq1; | ^~~~~~~~~~ /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/media/dvb-frontends/stv0910.c:463:12: note: byref variable will be forcibly initialized 463 | u8 symb_freq0; | ^~~~~~~~~~ /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/media/dvb-frontends/stv0910.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1546:13: note: byref variable will be forcibly initialized 1546 | u32 symbolrate; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1545:12: note: byref variable will be forcibly initialized 1545 | u8 tmp; | ^~~ /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/media/dvb-frontends/stv0910.c: In function 'stop': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:858:20: note: byref variable will be forcibly initialized 858 | u8 tmp; | ^~~ /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/media/dvb-frontends/stv0910.c: In function 'start': /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/media/dvb-frontends/stv0910.c:1013:13: note: byref variable will be forcibly initialized 1013 | u8 reg_dmdcfgmd; | ^~~~~~~~~~~~ /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/media/dvb-frontends/stv0910.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1141:12: note: byref variable will be forcibly initialized 1141 | u8 id; | ^~ /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/media/dvb-frontends/stv0910.c: In function 'set_vth': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:989:12: note: byref variable will be forcibly initialized 989 | u8 tmp[2]; | ^~~ /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/media/dvb-frontends/stv0910.c: In function 'manage_matype_info': /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/media/dvb-frontends/stv0910.c:1295:20: note: byref variable will be forcibly initialized 1295 | u8 bbheader[2]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_bit_error_rate_s': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:667:12: note: byref variable will be forcibly initialized 667 | u8 regs[3]; | ^~~~ /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/media/dvb-frontends/stv0910.c: In function 'get_bit_error_rate_s2': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:742:12: note: byref variable will be forcibly initialized 742 | u8 regs[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:16: note: byref variable will be forcibly initialized 1331 | u32 n, d; | ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:13: note: byref variable will be forcibly initialized 1331 | u32 n, d; | ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'wait_dis': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1656:12: note: byref variable will be forcibly initialized 1656 | u8 stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1347:12: note: byref variable will be forcibly initialized 1347 | u8 reg[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1507:28: note: byref variable will be forcibly initialized 1507 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1444:28: note: byref variable will be forcibly initialized 1444 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1431:28: note: byref variable will be forcibly initialized 1431 | u8 vstatus; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1424:28: note: byref variable will be forcibly initialized 1424 | u8 pdelstatus; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1375:12: note: byref variable will be forcibly initialized 1375 | u8 dstatus = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1374:12: note: byref variable will be forcibly initialized 1374 | u8 dmd_state = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:311:24: note: byref variable will be forcibly initialized 311 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:323:12: note: byref variable will be forcibly initialized 323 | u8 d[12]; | ^ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'write_reg': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:332:12: note: byref variable will be forcibly initialized 332 | u8 d[2] = {reg, val}; | ^ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:298:24: note: byref variable will be forcibly initialized 298 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'get_rf_strength': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:573:20: note: byref variable will be forcibly initialized 573 | u8 reg = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'wait_for_call_done': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:348:20: note: byref variable will be forcibly initialized 348 | u8 regval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6111.c: In function 'set_lof': /kisskb/src/drivers/media/dvb-frontends/stv6111.c:445:17: note: byref variable will be forcibly initialized 445 | u8 icp, tmp; | ^~~ /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/hwmon/lm77.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm77.c:187:14: note: byref variable will be forcibly initialized 187 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm77.c:162:14: note: byref variable will be forcibly initialized 162 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_read': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:68:24: note: byref variable will be forcibly initialized 68 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_read_status': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:156:12: note: byref variable will be forcibly initialized 156 | u8 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_read_status': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:128:12: note: byref variable will be forcibly initialized 128 | u8 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_write': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:49:24: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_set_tsid': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:100:24: note: byref variable will be forcibly initialized 100 | struct reg_val set_tsid[] = { | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_set_layers': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:112:24: note: byref variable will be forcibly initialized 112 | struct reg_val rv; | ^~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_set_if_agc': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:536:24: note: byref variable will be forcibly initialized 536 | struct reg_val agc_ter[] = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:530:24: note: byref variable will be forcibly initialized 530 | struct reg_val agc_sat[] = { | ^~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/dvb-frontends/tc90522.h:18, from /kisskb/src/drivers/media/dvb-frontends/tc90522.c:25: /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_master_xfer': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:640:12: note: byref variable will be forcibly initialized 640 | u8 wbuf[256]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:403:21: note: byref variable will be forcibly initialized 403 | u16 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:337:12: note: byref variable will be forcibly initialized 337 | u8 val[15], mode; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:95:24: note: byref variable will be forcibly initialized 95 | struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:94:12: note: byref variable will be forcibly initialized 94 | u8 buf[2] = { 0x0f, tda10021_inittab[0x0f] | 0x80 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:109:24: note: byref variable will be forcibly initialized 109 | struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:108:12: note: byref variable will be forcibly initialized 108 | u8 buf[2] = { 0x0f, tda10021_inittab[0x0f] & 0x7f }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function 'tda10021_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:79:24: note: byref variable will be forcibly initialized 79 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:78:12: note: byref variable will be forcibly initialized 78 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:77:12: note: byref variable will be forcibly initialized 77 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:245:21: note: byref variable will be forcibly initialized 245 | u16 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:202:12: note: byref variable will be forcibly initialized 202 | u8 val[10]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c: In function '_tda10021_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10021.c:63:24: note: byref variable will be forcibly initialized 63 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10021.c:62:12: note: byref variable will be forcibly initialized 62 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:717:24: note: byref variable will be forcibly initialized 717 | struct i2c_msg i2c_msg = { .addr = config->address, .flags = 0, .buf = buf, .len = 2 + count }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:716:12: note: byref variable will be forcibly initialized 716 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:746:12: note: byref variable will be forcibly initialized 746 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:691:24: note: byref variable will be forcibly initialized 691 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:689:12: note: byref variable will be forcibly initialized 689 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:688:12: note: byref variable will be forcibly initialized 688 | u8 b0[] = { reg >> 8, reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_per': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3570:24: note: byref variable will be forcibly initialized 3570 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:40: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:18: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:13: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_srate_srch_coarse': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:1684:58: note: byref variable will be forcibly initialized 1684 | u32 srate_coarse = 0, agc2 = 0, car_step = 1200, reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_get_coldlock': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2131:13: note: byref variable will be forcibly initialized 2131 | u32 reg; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm78.c:319:23: note: byref variable will be forcibly initialized 319 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm78.c:192:23: note: byref variable will be forcibly initialized 192 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm78.c:172:23: note: byref variable will be forcibly initialized 172 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm78.c:355:23: note: byref variable will be forcibly initialized 355 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/lm78.c:274:14: note: byref variable will be forcibly initialized 274 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm78.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/lm78.c:248:14: note: byref variable will be forcibly initialized 248 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3166:13: note: byref variable will be forcibly initialized 3166 | u32 reg; | ^~~ /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/media/dvb-frontends/tda10023.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:120:24: note: byref variable will be forcibly initialized 120 | struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:119:12: note: byref variable will be forcibly initialized 119 | u8 buf[2] = { 0x0f, 0xc0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:134:24: note: byref variable will be forcibly initialized 134 | struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:133:12: note: byref variable will be forcibly initialized 133 | u8 buf[2] = { 0x0f, 0x40 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:72:24: note: byref variable will be forcibly initialized 72 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:71:12: note: byref variable will be forcibly initialized 71 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:56:24: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:55:12: note: byref variable will be forcibly initialized 55 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:54:12: note: byref variable will be forcibly initialized 54 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_write_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:42:12: note: byref variable will be forcibly initialized 42 | u8 b0[] = { reg, data }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:59:12: note: byref variable will be forcibly initialized 59 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c:58:12: note: byref variable will be forcibly initialized 58 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:406:13: note: byref variable will be forcibly initialized 406 | u32 freq = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_init': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:220:12: note: byref variable will be forcibly initialized 220 | u8 tda10023_inittab[] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_write_byteI': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:118:12: note: byref variable will be forcibly initialized 118 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:139:12: note: byref variable will be forcibly initialized 139 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:138:12: note: byref variable will be forcibly initialized 138 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_do_upload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:310:12: note: byref variable will be forcibly initialized 310 | u8 buf[65]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10045_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:382:32: note: byref variable will be forcibly initialized 382 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10046_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:476:32: note: byref variable will be forcibly initialized 476 | const struct firmware *fw; | ^~ /kisskb/src/drivers/hid/hid-sony.c: In function 'dualshock4_send_output_report': /kisskb/src/drivers/hid/hid-sony.c:2328:20: note: byref variable will be forcibly initialized 2328 | u8 bthdr = 0xA2; | ^~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'dualshock4_get_calibration_data': /kisskb/src/drivers/hid/hid-sony.c:1756:20: note: byref variable will be forcibly initialized 1756 | u8 bthdr = 0xA3; | ^~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'ds4_store_poll_interval': /kisskb/src/drivers/hid/hid-sony.c:720:12: note: byref variable will be forcibly initialized 720 | u8 interval; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_leds_init': /kisskb/src/drivers/hid/hid-sony.c:2122:12: note: byref variable will be forcibly initialized 2122 | u8 use_hw_blink[MAX_LEDS] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c:2121:12: note: byref variable will be forcibly initialized 2121 | u8 max_brightness[MAX_LEDS] = { [0 ... (MAX_LEDS - 1)] = 1 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_battery_probe': /kisskb/src/drivers/hid/hid-sony.c:2481:36: note: byref variable will be forcibly initialized 2481 | struct power_supply_config psy_cfg = { .drv_data = sc, }; | ^~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_raw_event': /kisskb/src/drivers/hid/hid-sony.c:1359:20: note: byref variable will be forcibly initialized 1359 | u8 bthdr = 0xA1; | ^~~~~ /kisskb/src/drivers/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_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/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:1285:14: note: byref variable will be forcibly initialized 1285 | long val; | ^~~ /kisskb/src/drivers/hwmon/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_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/lm90.c: In function 'lm90_probe_channel_from_dt': /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/lm90.c:2676:13: note: byref variable will be forcibly initialized 2676 | s32 val; | ^~~ /kisskb/src/drivers/hwmon/lm90.c:2675:13: note: byref variable will be forcibly initialized 2675 | u32 id; | ^~ /kisskb/src/drivers/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/lm92.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm92.c:154:14: note: byref variable will be forcibly initialized 154 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm92.c:194:14: note: byref variable will be forcibly initialized 194 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_temp': /kisskb/src/drivers/hwmon/lm95245.c:164:39: note: byref variable will be forcibly initialized 164 | int ret, regl, regh, regvall, regvalh; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c:164:30: note: byref variable will be forcibly initialized 164 | int ret, regl, regh, regvall, regvalh; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_conversion_rate': /kisskb/src/drivers/hwmon/lm95245.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int rate; | ^~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_write_temp': /kisskb/src/drivers/hwmon/lm95245.c:281:22: note: byref variable will be forcibly initialized 281 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hid/hid-thrustmaster.c: In function 'thrustmaster_interrupts': /kisskb/src/drivers/hid/hid-thrustmaster.c:152:18: note: byref variable will be forcibly initialized 152 | int ret, trans, i, b_ep; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_readn': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:107:24: note: byref variable will be forcibly initialized 107 | struct i2c_msg msgs[1] = {{.addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:114:24: note: byref variable will be forcibly initialized 114 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteReg': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:143:12: note: byref variable will be forcibly initialized 143 | u8 msg[2] = {SubAddr, Reg}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ThermometerRead': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:258:20: note: byref variable will be forcibly initialized 258 | u8 Regs[16]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersCorrection': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:922:20: note: byref variable will be forcibly initialized 922 | u8 TMValue_Current; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:913:12: note: byref variable will be forcibly initialized 913 | u8 dCoverdT; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:912:12: note: byref variable will be forcibly initialized 912 | u8 RFBand; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:911:13: note: byref variable will be forcibly initialized 911 | s32 Cprog_table; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteRegs': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:127:12: note: byref variable will be forcibly initialized 127 | u8 data[MAX_XFER_SIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcMainPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:322:13: note: byref variable will be forcibly initialized 322 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:321:13: note: byref variable will be forcibly initialized 321 | u8 PostDiv; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcCalPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:345:12: note: byref variable will be forcibly initialized 345 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:344:12: note: byref variable will be forcibly initialized 344 | u8 PostDiv; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalibrateRF': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:375:20: note: byref variable will be forcibly initialized 375 | u8 RFC_M = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:374:20: note: byref variable will be forcibly initialized 374 | u8 RFC_K = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:373:20: note: byref variable will be forcibly initialized 373 | u8 GainTaper = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:372:20: note: byref variable will be forcibly initialized 372 | u8 BP_Filter = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:370:12: note: byref variable will be forcibly initialized 370 | u8 Regs[NUM_REGS]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ChannelConfiguration': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1059:28: note: byref variable will be forcibly initialized 1059 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1058:28: note: byref variable will be forcibly initialized 1058 | u8 PostDiv = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:979:12: note: byref variable will be forcibly initialized 979 | u8 IR_Meas = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:978:12: note: byref variable will be forcibly initialized 978 | u8 GainTaper = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:977:12: note: byref variable will be forcibly initialized 977 | u8 RF_Band = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:976:12: note: byref variable will be forcibly initialized 976 | u8 BP_Filter = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'PowerScan': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:592:22: note: byref variable will be forcibly initialized 592 | u8 Regs[NUM_REGS]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:590:22: note: byref variable will be forcibly initialized 590 | u8 CountLimit = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:589:22: note: byref variable will be forcibly initialized 589 | u8 CID_Target = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:588:22: note: byref variable will be forcibly initialized 588 | s32 RFC_Cprog = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:587:22: note: byref variable will be forcibly initialized 587 | u8 Gain_Taper = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersInit': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:509:16: note: byref variable will be forcibly initialized 509 | s32 Cprog_table3 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:508:16: note: byref variable will be forcibly initialized 508 | s32 Cprog_cal3 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:507:16: note: byref variable will be forcibly initialized 507 | s32 Cprog_table2 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:506:16: note: byref variable will be forcibly initialized 506 | s32 Cprog_cal2 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:505:16: note: byref variable will be forcibly initialized 505 | s32 Cprog_table1 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:504:16: note: byref variable will be forcibly initialized 504 | s32 Cprog_cal1 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:502:17: note: byref variable will be forcibly initialized 502 | bool bcal = false; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:501:15: note: byref variable will be forcibly initialized 501 | u32 RF3 = m_RF_Band_Map[RFBand].m_RF3_Default; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:500:15: note: byref variable will be forcibly initialized 500 | u32 RF2 = m_RF_Band_Map[RFBand].m_RF2_Default; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:499:15: note: byref variable will be forcibly initialized 499 | u32 RF1 = m_RF_Band_Map[RFBand].m_RF1_Default; | ^~~ /kisskb/src/drivers/hid/hid-uclogic-core.c: In function 'uclogic_resume': /kisskb/src/drivers/hid/hid-uclogic-core.c:255:31: note: byref variable will be forcibly initialized 255 | struct uclogic_params params; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc4151.c: In function 'ltc4151_probe': /kisskb/src/drivers/hwmon/ltc4151.c:163:13: note: byref variable will be forcibly initialized 163 | u32 shunt; | ^~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_pen_init_v2': /kisskb/src/drivers/hid/hid-uclogic-params.c:386:13: note: byref variable will be forcibly initialized 386 | s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:376:15: note: byref variable will be forcibly initialized 376 | __u8 *buf = NULL; | ^~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_pen_init_v1': /kisskb/src/drivers/hid/hid-uclogic-params.c:241:13: note: byref variable will be forcibly initialized 241 | s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:236:15: note: byref variable will be forcibly initialized 236 | __u8 *buf = NULL; | ^~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_probe_interface': /kisskb/src/drivers/hid/hid-uclogic-params.c:1028:13: note: byref variable will be forcibly initialized 1028 | int sent; | ^~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_huion_init': /kisskb/src/drivers/hid/hid-uclogic-params.c:818:20: note: byref variable will be forcibly initialized 818 | const __u8 touch_ring_model_params_buf[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:816:16: note: byref variable will be forcibly initialized 816 | size_t params_len = 0; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:815:15: note: byref variable will be forcibly initialized 815 | __u8 *params_ptr = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:809:14: note: byref variable will be forcibly initialized 809 | bool found; | ^~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_ugee_v2_init': /kisskb/src/drivers/hid/hid-uclogic-params.c:1090:14: note: byref variable will be forcibly initialized 1090 | __u8 magic_arr[] = { | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:1088:13: note: byref variable will be forcibly initialized 1088 | s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c:1085:15: note: byref variable will be forcibly initialized 1085 | __u8 *str_desc = NULL; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-uclogic-params.c: In function 'uclogic_params_init': /kisskb/src/drivers/hid/hid-uclogic-params.c:1222:14: note: byref variable will be forcibly initialized 1222 | bool found; | ^~~~~ /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/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; | ^~~~~ /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/hwmon/max197.c: In function 'max197_store_range': /kisskb/src/drivers/hwmon/max197.c:123:14: note: byref variable will be forcibly initialized 123 | long value; | ^~~~~ /kisskb/src/drivers/hwmon/max1668.c: In function 'set_temp_min': /kisskb/src/drivers/hwmon/max1668.c:224:14: note: byref variable will be forcibly initialized 224 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/max1668.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/max1668.c:198:14: note: byref variable will be forcibly initialized 198 | long temp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_read': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:29:24: note: byref variable will be forcibly initialized 29 | struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_get_status': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:69:12: note: byref variable will be forcibly initialized 69 | u8 result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_write': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:45:24: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = length }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_set_frequency': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:95:12: note: byref variable will be forcibly initialized 95 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c:94:24: note: byref variable will be forcibly initialized 94 | u32 frequency, status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_writereg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:53:24: note: byref variable will be forcibly initialized 53 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c:52:12: note: byref variable will be forcibly initialized 52 | u8 buf [] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_readregs': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:67:24: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = ®1, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_read_ber': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:272:12: note: byref variable will be forcibly initialized 272 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_readreg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:81:12: note: byref variable will be forcibly initialized 81 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_read': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:31:24: note: byref variable will be forcibly initialized 31 | struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD,.buf = buf, .len = 1 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_get_status': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:54:12: note: byref variable will be forcibly initialized 54 | u8 result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_write': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:43:24: note: byref variable will be forcibly initialized 43 | struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = 4 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c: In function 'tda8261_set_params': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:89:12: note: byref variable will be forcibly initialized 89 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c:88:27: note: byref variable will be forcibly initialized 88 | u32 frequency, N, status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_set_params': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:69:24: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:68:12: note: byref variable will be forcibly initialized 68 | u8 buf [11]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_sleep': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:42:24: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:41:12: note: byref variable will be forcibly initialized 41 | u8 buf [] = { 0x00, 0x8d }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_attach': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:134:24: note: byref variable will be forcibly initialized 134 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:133:12: note: byref variable will be forcibly initialized 133 | u8 b1 [] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_set_params': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:68:24: note: byref variable will be forcibly initialized 68 | struct i2c_msg msg2 = { .addr = priv->i2c_address, .flags = 0, .buf = reg2, .len = 3 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:67:24: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg1 = { .addr = priv->i2c_address, .flags = 0, .buf = reg1, .len = 4 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg msg0 = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:65:12: note: byref variable will be forcibly initialized 65 | u8 reg2[] = { 0x02, 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:64:12: note: byref variable will be forcibly initialized 64 | u8 reg1[] = { 0x01, 0x00, 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:63:12: note: byref variable will be forcibly initialized 63 | u8 reg0[] = { 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_attach': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:165:24: note: byref variable will be forcibly initialized 165 | struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:164:12: note: byref variable will be forcibly initialized 164 | u8 b2 [] = { 0x00 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:163:12: note: byref variable will be forcibly initialized 163 | u8 b1 [] = { 0x80 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_sleep': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:44:24: note: byref variable will be forcibly initialized 44 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:43:12: note: byref variable will be forcibly initialized 43 | u8 reg0[] = { 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:109:24: note: byref variable will be forcibly initialized 109 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:108:12: note: byref variable will be forcibly initialized 108 | u8 b; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:24: note: byref variable will be forcibly initialized 93 | struct i2c_msg msg = { .addr = state->config->i2c_addr, | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:92:12: note: byref variable will be forcibly initialized 92 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_agc_callback': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:492:13: note: byref variable will be forcibly initialized 492 | s16 s, i; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_frequency': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:383:13: note: byref variable will be forcibly initialized 383 | s32 f = 0; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:382:13: note: byref variable will be forcibly initialized 382 | u16 n = 6; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_params': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:471:13: note: byref variable will be forcibly initialized 471 | u32 bw; | ^~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c: In function 'ves1820_writereg': /kisskb/src/drivers/media/dvb-frontends/ves1820.c:50:24: note: byref variable will be forcibly initialized 50 | struct i2c_msg msg = {.addr = state->config->demod_address,.flags = 0,.buf = buf,.len = 3 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:49:12: note: byref variable will be forcibly initialized 49 | u8 buf[] = { 0x00, reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c: In function 'ves1820_readreg': /kisskb/src/drivers/media/dvb-frontends/ves1820.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:65:12: note: byref variable will be forcibly initialized 65 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ves1820.c:64:12: note: byref variable will be forcibly initialized 64 | u8 b0[] = { 0x00, reg }; | ^~ /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; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_capture_sample': /kisskb/src/drivers/hid/hid-sensor-custom.c:421:34: note: byref variable will be forcibly initialized 421 | struct hid_sensor_sample header; | ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_register_platform_device': /kisskb/src/drivers/hid/hid-sensor-custom.c:847:14: note: byref variable will be forcibly initialized 847 | char real_usage[HID_SENSOR_USAGE_LENGTH] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'store_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:390:13: note: byref variable will be forcibly initialized 390 | int value, ret; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:389:14: note: byref variable will be forcibly initialized 389 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:33: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:13: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'show_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:305:28: note: byref variable will be forcibly initialized 305 | u8 values[HID_CUSTOM_MAX_FEATURE_BYTES]; | ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:282:14: note: byref variable will be forcibly initialized 282 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:20: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:13: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ In file included from /kisskb/src/include/linux/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/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hid/hid-sensor-custom.c:9: /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_custom_read': /kisskb/src/include/linux/wait.h:303: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/media/dvb-frontends/zl10039.c: In function 'zl10039_write': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:91:24: note: byref variable will be forcibly initialized 91 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c:90:12: note: byref variable will be forcibly initialized 90 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_set_frontend': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:43:13: note: byref variable will be forcibly initialized 43 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_writereg': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:127:18: note: byref variable will be forcibly initialized 127 | const u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_set_params': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:180:12: note: byref variable will be forcibly initialized 180 | u8 buf[6]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c: In function 'zl10039_read': /kisskb/src/drivers/media/dvb-frontends/zl10039.c:62:24: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10039.c:61:12: note: byref variable will be forcibly initialized 61 | u8 regbuf[] = { reg }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_read_status': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:231:12: note: byref variable will be forcibly initialized 231 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_i2c_master_xfer': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:316:12: note: byref variable will be forcibly initialized 316 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:146:19: note: byref variable will be forcibly initialized 146 | u32 stat, nbs; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c:146:13: note: byref variable will be forcibly initialized 146 | u32 stat, nbs; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:184:16: note: byref variable will be forcibly initialized 184 | u32 n, stat; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:184:13: note: byref variable will be forcibly initialized 184 | u32 n, stat; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:265:24: note: byref variable will be forcibly initialized 265 | u32 clk_synth, val; | ^~~ In file included from /kisskb/src/drivers/hwmon/mr75203.c:12: /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:576:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 576 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:421:36: note: byref variable will be forcibly initialized 421 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:576:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 576 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/mr75203.c:518:45: note: byref variable will be forcibly initialized 518 | u32 ts_num, vm_num, pd_num, ch_num, val, index, i; | ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/tc654.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_mode_store': /kisskb/src/drivers/hwmon/tc654.c:341:23: note: byref variable will be forcibly initialized 341 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_pulses_store': /kisskb/src/drivers/hwmon/tc654.c:292:23: note: byref variable will be forcibly initialized 292 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/tc654.c:232:23: note: byref variable will be forcibly initialized 232 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/nct6683.c:1002:23: note: byref variable will be forcibly initialized 1002 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/nct6683.c:1063:23: note: byref variable will be forcibly initialized 1063 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6683.c:927:23: note: byref variable will be forcibly initialized 927 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'nct6683_probe': /kisskb/src/drivers/hwmon/nct6683.c:1197:14: note: byref variable will be forcibly initialized 1197 | char build[16]; | ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'sensors_nct6683_init': /kisskb/src/drivers/hwmon/nct6683.c:1414:25: note: byref variable will be forcibly initialized 1414 | struct resource res; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c:1412:33: note: byref variable will be forcibly initialized 1412 | struct nct6683_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'set_update_interval': /kisskb/src/drivers/hwmon/nzxt-smart2.c:563:12: note: byref variable will be forcibly initialized 563 | u8 report[] = { | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/hid.h:19, from /kisskb/src/drivers/hwmon/nzxt-smart2.c:8: /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'nzxt_smart2_hwmon_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:427:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 427 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:416:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 416 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:405:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 405 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:387:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 387 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:378:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 378 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:369:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 369 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-platform.c: In function 'clear_caseopen': /kisskb/src/drivers/hwmon/nct6775-platform.c:715:23: note: byref variable will be forcibly initialized 715 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'set_pwm_enable': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:516:15: note: in expansion of macro 'wait_event_interruptible_locked_irq' 516 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-platform.c: In function 'sensors_nct6775_platform_init': /kisskb/src/drivers/hwmon/nct6775-platform.c:1101:33: note: byref variable will be forcibly initialized 1101 | struct nct6775_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-platform.c:1100:25: note: byref variable will be forcibly initialized 1100 | struct resource res; | ^~~ /kisskb/src/drivers/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]; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_show': /kisskb/src/drivers/hwmon/nct7802.c:141:22: note: byref variable will be forcibly initialized 141 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_mode_show': /kisskb/src/drivers/hwmon/nct7802.c:123:22: note: byref variable will be forcibly initialized 123 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_show': /kisskb/src/drivers/hwmon/nct7802.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int reg, enabled; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_show': /kisskb/src/drivers/hwmon/nct7802.c:549:22: note: byref variable will be forcibly initialized 549 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:534:22: note: byref variable will be forcibly initialized 534 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_fan_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:876:22: note: byref variable will be forcibly initialized 876 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_in_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:800:22: note: byref variable will be forcibly initialized 800 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_show': /kisskb/src/drivers/hwmon/nct7802.c:87:22: note: byref variable will be forcibly initialized 87 | unsigned int mode; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_temp_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:701:22: note: byref variable will be forcibly initialized 701 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/nct7802.c:160:12: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_store': /kisskb/src/drivers/hwmon/nct7802.c:470:14: note: byref variable will be forcibly initialized 470 | long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_temp': /kisskb/src/drivers/hwmon/nct7802.c:208:26: note: byref variable will be forcibly initialized 208 | unsigned int t1, t2 = 0; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int t1, t2 = 0; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_show': /kisskb/src/drivers/hwmon/nct7802.c:455:18: note: byref variable will be forcibly initialized 455 | int err, temp; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan_min': /kisskb/src/drivers/hwmon/nct7802.c:256:26: note: byref variable will be forcibly initialized 256 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:256:22: note: byref variable will be forcibly initialized 256 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan': /kisskb/src/drivers/hwmon/nct7802.c:232:26: note: byref variable will be forcibly initialized 232 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:232:22: note: byref variable will be forcibly initialized 232 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_voltage': /kisskb/src/drivers/hwmon/nct7802.c:305:26: note: byref variable will be forcibly initialized 305 | unsigned int v1, v2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:305:22: note: byref variable will be forcibly initialized 305 | unsigned int v1, v2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:396:22: note: byref variable will be forcibly initialized 396 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/nct7802.c:191:12: note: byref variable will be forcibly initialized 191 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_store': /kisskb/src/drivers/hwmon/nct7802.c:565:23: note: byref variable will be forcibly initialized 565 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/nct7802.c:517:23: note: byref variable will be forcibly initialized 517 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_store': /kisskb/src/drivers/hwmon/nct7802.c:379:23: note: byref variable will be forcibly initialized 379 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/nct7802.c:103:22: note: byref variable will be forcibly initialized 103 | unsigned int type; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_get_channel_config': /kisskb/src/drivers/hwmon/nct7802.c:1063:32: note: byref variable will be forcibly initialized 1063 | const char *type_str, *md_str; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1063:21: note: byref variable will be forcibly initialized 1063 | const char *type_str, *md_str; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1062:13: note: byref variable will be forcibly initialized 1062 | u32 reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_configure_channels': /kisskb/src/drivers/hwmon/nct7802.c:1147:37: note: byref variable will be forcibly initialized 1147 | u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1147:12: note: byref variable will be forcibly initialized 1147 | u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/sis5595.c:340:14: note: byref variable will be forcibly initialized 340 | long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/sis5595.c:314:14: note: byref variable will be forcibly initialized 314 | long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/sis5595.c:264:23: note: byref variable will be forcibly initialized 264 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/sis5595.c:244:23: note: byref variable will be forcibly initialized 244 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/sis5595.c:422:23: note: byref variable will be forcibly initialized 422 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/sis5595.c:385:23: note: byref variable will be forcibly initialized 385 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_probe': /kisskb/src/drivers/hwmon/sis5595.c:578:14: note: byref variable will be forcibly initialized 578 | char val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_pci_probe': /kisskb/src/drivers/hwmon/sis5595.c:807:12: note: byref variable will be forcibly initialized 807 | u8 enable; | ^~~~~~ /kisskb/src/drivers/hwmon/sis5595.c:806:13: note: byref variable will be forcibly initialized 806 | u16 address; | ^~~~~~~ /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/vt1211.c: In function 'set_vrm': /kisskb/src/drivers/hwmon/vt1211.c:868:23: note: byref variable will be forcibly initialized 868 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/vt1211.c:836:23: note: byref variable will be forcibly initialized 836 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_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/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/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/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/tmp401.c: In function 'tmp401_chip_read': /kisskb/src/drivers/hwmon/tmp401.c:403:13: note: byref variable will be forcibly initialized 403 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp401.c: In function 'tmp401_temp_read': /kisskb/src/drivers/hwmon/tmp401.c:311:22: note: byref variable will be forcibly initialized 311 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp401.c: In function 'tmp401_temp_write': /kisskb/src/drivers/hwmon/tmp401.c:364:22: note: byref variable will be forcibly initialized 364 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp401.c: In function 'tmp401_init_client': /kisskb/src/drivers/hwmon/tmp401.c:549:13: note: byref variable will be forcibly initialized 549 | s32 nfactor = 0; | ^~~~~~~ /kisskb/src/drivers/hwmon/tmp401.c:548:13: note: byref variable will be forcibly initialized 548 | u32 val = 0; | ^~~ /kisskb/src/drivers/hwmon/tmp401.c:546:13: note: byref variable will be forcibly initialized 546 | u32 config, config_orig; | ^~~~~~ /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; | ^~~ make: *** [Makefile:222: __sub-make] Error 2 Command '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- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 # Build took: 0:04:27.101843